diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index d0242488..1803825a 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -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 @@ -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 @@ -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 @@ -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 @@ -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