@@ -17,6 +17,9 @@ description=File support for asyncio.
17
17
[aiohttp]
18
18
description =http client/server for asyncio
19
19
20
+ [aiosqlite]
21
+ description =asyncio bridge to the standard sqlite3 module
22
+
20
23
[alabaster]
21
24
description =A configurable sidebar-enabled Sphinx theme
22
25
@@ -362,6 +365,9 @@ description=a library for distributed and parallel machine learning using dask
362
365
[dask-searchcv]
363
366
description=Tools for doing hyperparameter search with Scikit-Learn and Dask
364
367
368
+ [databases]
369
+ description=Async database support for Python.
370
+
365
371
[dataclasses]
366
372
description=A backport of the dataclasses module for Python 3.6
367
373
@@ -608,6 +614,12 @@ description=GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
608
614
[gnumath]
609
615
description=Extensible array functions that operate on xnd containers.
610
616
617
+ [google_auth]
618
+ description=Google Authentication Library
619
+
620
+ [google_auth_oauthlib]
621
+ description=Google Authentication Library
622
+
611
623
[google-api-python-client]
612
624
description=Google API Client Library for Python
613
625
@@ -1133,6 +1145,9 @@ description=Sphinx extension to support docstrings in Numpy format
1133
1145
[nvidia-ml-py3]
1134
1146
description =Python Bindings for the NVIDIA Management Library
1135
1147
1148
+ [oauthlib]
1149
+ description =A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
1150
+
1136
1151
[oauth2client]
1137
1152
description =OAuth 2.0 client library
1138
1153
@@ -1226,6 +1241,9 @@ description=Appendable key-value storage
1226
1241
[passlib]
1227
1242
description =comprehensive password hashing framework supporting over 30 schemes
1228
1243
1244
+ [pathspec]
1245
+ description =Utility library for gitignore style pattern matching of file paths.
1246
+
1229
1247
[pathtools]
1230
1248
description =File system general utilities
1231
1249
0 commit comments