Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2605,3 +2605,51 @@ description = Bayesian Optimization in PyTorch
[gpytorch]
description = An implementation of Gaussian Processes in Pytorch

[tifffile]
description = Read and write TIFF(r) files

[pooch]
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.

[imagecodecs]
description = Image transformation, compression, and decompression codecs

[threadpoolctl]
description = threadpoolctl

[nlopt]
description = Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization

[flaky]
description = Plugin for nose or pytest that automatically reruns flaky tests.

[pytest-qt]
description = pytest support for PyQt and PySide applications

[pytest-cov]
description = Pytest plugin for measuring coverage.

[pytest-ordering]
description = pytest plugin to run your tests in a specific order

[pytest-lazy-fixture]
description = It helps to use fixtures in pytest.mark.parametrize

[pytest-faulthandler]
description = py.test plugin that activates the fault handler module for tests (dummy package)

[pytest-mock]
description = Thin-wrapper around the mock package for easier use with pytest

[cachelib]
description = A collection of cache libraries in the same API interface.

[flask-session]
description = Adds server-side session support to your Flask application

[python-dotenv]
description = Add .env support to your django/flask apps in development and deployments

[httpie]
description = HTTPie - a CLI, cURL-like tool for humans.