Skip to content

package names #793

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2019
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
18 changes: 18 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ description=File support for asyncio.
[aiohttp]
description=http client/server for asyncio

[aiosqlite]
description=asyncio bridge to the standard sqlite3 module

[alabaster]
description=A configurable sidebar-enabled Sphinx theme

Expand Down Expand Up @@ -362,6 +365,9 @@ description=a library for distributed and parallel machine learning using dask
[dask-searchcv]
description=Tools for doing hyperparameter search with Scikit-Learn and Dask

[databases]
description=Async database support for Python.

[dataclasses]
description=A backport of the dataclasses module for Python 3.6

Expand Down Expand Up @@ -608,6 +614,12 @@ description=GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
[gnumath]
description=Extensible array functions that operate on xnd containers.

[google_auth]
description=Google Authentication Library

[google_auth_oauthlib]
description=Google Authentication Library

[google-api-python-client]
description=Google API Client Library for Python

Expand Down Expand Up @@ -1133,6 +1145,9 @@ description=Sphinx extension to support docstrings in Numpy format
[nvidia-ml-py3]
description=Python Bindings for the NVIDIA Management Library

[oauthlib]
description=A generic, spec-compliant, thorough implementation of the OAuth request-signing logic

[oauth2client]
description=OAuth 2.0 client library

Expand Down Expand Up @@ -1226,6 +1241,9 @@ description=Appendable key-value storage
[passlib]
description=comprehensive password hashing framework supporting over 30 schemes

[pathspec]
description=Utility library for gitignore style pattern matching of file paths.

[pathtools]
description=File system general utilities

Expand Down