Skip to content

Commit d4e1de4

Browse files
committed
package names
... may need a way to automate this one day
1 parent ae1a33f commit d4e1de4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

winpython/data/packages.ini

+18
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ description=File support for asyncio.
1717
[aiohttp]
1818
description=http client/server for asyncio
1919

20+
[aiosqlite]
21+
description=asyncio bridge to the standard sqlite3 module
22+
2023
[alabaster]
2124
description=A configurable sidebar-enabled Sphinx theme
2225

@@ -362,6 +365,9 @@ description=a library for distributed and parallel machine learning using dask
362365
[dask-searchcv]
363366
description=Tools for doing hyperparameter search with Scikit-Learn and Dask
364367
368+
[databases]
369+
description=Async database support for Python.
370+
365371
[dataclasses]
366372
description=A backport of the dataclasses module for Python 3.6
367373
@@ -608,6 +614,12 @@ description=GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
608614
[gnumath]
609615
description=Extensible array functions that operate on xnd containers.
610616
617+
[google_auth]
618+
description=Google Authentication Library
619+
620+
[google_auth_oauthlib]
621+
description=Google Authentication Library
622+
611623
[google-api-python-client]
612624
description=Google API Client Library for Python
613625
@@ -1133,6 +1145,9 @@ description=Sphinx extension to support docstrings in Numpy format
11331145
[nvidia-ml-py3]
11341146
description=Python Bindings for the NVIDIA Management Library
11351147

1148+
[oauthlib]
1149+
description=A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
1150+
11361151
[oauth2client]
11371152
description=OAuth 2.0 client library
11381153

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

1244+
[pathspec]
1245+
description=Utility library for gitignore style pattern matching of file paths.
1246+
12291247
[pathtools]
12301248
description=File system general utilities
12311249

0 commit comments

Comments
 (0)