You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: winpython/data/packages.ini
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2605,3 +2605,51 @@ description = Bayesian Optimization in PyTorch
2605
2605
[gpytorch]
2606
2606
description = An implementation of Gaussian Processes in Pytorch
2607
2607
2608
+
[tifffile]
2609
+
description = Read and write TIFF(r) files
2610
+
2611
+
[pooch]
2612
+
description = Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory, with support for versioning and corruption checks.
2613
+
2614
+
[imagecodecs]
2615
+
description = Image transformation, compression, and decompression codecs
2616
+
2617
+
[threadpoolctl]
2618
+
description = threadpoolctl
2619
+
2620
+
[nlopt]
2621
+
description = Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
2622
+
2623
+
[flaky]
2624
+
description = Plugin for nose or pytest that automatically reruns flaky tests.
2625
+
2626
+
[pytest-qt]
2627
+
description = pytest support for PyQt and PySide applications
2628
+
2629
+
[pytest-cov]
2630
+
description = Pytest plugin for measuring coverage.
2631
+
2632
+
[pytest-ordering]
2633
+
description = pytest plugin to run your tests in a specific order
2634
+
2635
+
[pytest-lazy-fixture]
2636
+
description = It helps to use fixtures in pytest.mark.parametrize
2637
+
2638
+
[pytest-faulthandler]
2639
+
description = py.test plugin that activates the fault handler module for tests (dummy package)
2640
+
2641
+
[pytest-mock]
2642
+
description = Thin-wrapper around the mock package for easier use with pytest
2643
+
2644
+
[cachelib]
2645
+
description = A collection of cache libraries in the same API interface.
2646
+
2647
+
[flask-session]
2648
+
description = Adds server-side session support to your Flask application
2649
+
2650
+
[python-dotenv]
2651
+
description = Add .env support to your django/flask apps in development and deployments
2652
+
2653
+
[httpie]
2654
+
description = HTTPie - a CLI, cURL-like tool for humans.