@@ -8,6 +8,9 @@ description=A pure Python package implementing PEP 249 DB-API using Microsoft AD
88[aiodns]
99description =Simple DNS resolver for asyncio
1010
11+ [aiofiles]
12+ description =File support for asyncio.
13+
1114[aiohttp]
1215description =http client/server for asyncio
1316
@@ -26,12 +29,21 @@ description=Altair Widgets: An interactive visualization for statistical data fo
2629[amqp]
2730description =Low-level AMQP client for Python (fork of amqplib).
2831
32+ [aniso8601]
33+ description =A library for parsing ISO 8601 strings.
34+
2935[ansiwrap]
3036description =textwrap, but savvy to ANSI colors and styles
3137
3238[anyjson]
3339description =Wraps the best available JSON implementation available in a common interface
3440
41+ [apispec]
42+ description =A pluggable API specification generator. Currently supports the OpenAPI specification (f.k.a. the Swagger specification).
43+
44+ [apistar]
45+ description =API documentation, validation, mocking, and clients.
46+
3547[aplus]
3648description =An implementation of the Promises/A+ specification and test suite in Python
3749
@@ -44,6 +56,9 @@ description=Enthought application tools
4456[args]
4557description =Command Arguments for Humans.
4658
59+ [asgiref]
60+ description =ASGI specs, helper code, and adapters
61+
4762[asciitree]
4863description =Draws ASCII trees.
4964
@@ -68,6 +83,9 @@ description=Community-developed python astronomy tools
6883[async_generator]
6984description=Async generators and context managers for Python 3.5+
7085
86+ [async_timeout]
87+ description=Timeout context manager for asyncio programs
88+
7189[atomicwrites]
7290description=Powerful Python library for atomic file writes.
7391
@@ -359,6 +377,9 @@ description=Discover and load entry points from installed packages
359377[envisage]
360378description =Enthought extensible application framework
361379
380+ [falcon]
381+ description =An unladen web framework for building APIs and app backends.
382+
362383[fastcache]
363384description =C implementation of Python 3 functools.lru_cache
364385
@@ -476,9 +497,21 @@ description=Google API Client Library for Python
476497[gr]
477498description=Python visualization framework
478499
500+ [graphql_relay]
501+ description=Relay implementation for Python
502+
503+ [graphql_core]
504+ description=GraphQL implementation for Python
505+
479506[graphviz]
480507description=Simple Python interface for Graphviz
481508
509+ [graphene]
510+ description=GraphQL Framework for Python
511+
512+ [graphql-server-core]
513+ description=GraphQL Server tools for powering your server
514+
482515[greenlet]
483516description=Lightweight in-process concurrent programming
484517
@@ -497,6 +530,9 @@ description=Efficient curve/image plotting and other GUI tools for scientific da
497530[gym]
498531description=The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents.
499532
533+ [h11]
534+ description=A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
535+
500536[hdfs]
501537description=HdfsCLI: API and command line interface for HDFS.
502538
@@ -746,6 +782,9 @@ description=A fast and complete Python implementation of Markdown
746782[markupsafe]
747783description =Implements a XML/HTML/XHTML Markup safe string for Python
748784
785+ [marshmallow]
786+ description =A lightweight library for converting complex datatypes to and from native Python datatypes.
787+
749788[matplotlib]
750789description =2D plotting library (embeddable in GUIs created with PyQt)
751790
@@ -971,6 +1010,9 @@ description=Generate ipywidgets from Parameterized objects in the notebook
9711010[paramiko]
9721011description =SSH2 protocol library
9731012
1013+ [parse]
1014+ description =parse() is the opposite of format()
1015+
9741016[parso]
9751017description =A Python Parser
9761018
@@ -1064,6 +1106,9 @@ description=A Python Progressbar library to provide visual (yet text based) prog
10641106[prometheus_client]
10651107description =Python client for the Prometheus monitoring system.
10661108
1109+ [promise]
1110+ description =Promises/A+ implementation for Python
1111+
10671112[prompt_toolkit]
10681113description =Library for building powerful interactive command lines in Python
10691114
@@ -1311,6 +1356,9 @@ description=Python-HDF4: Python interface to the NCSA HDF4 library
13111356[python-igraph]
13121357description =High performance graph data structures and algorithms
13131358
1359+ [python_mimeparse]
1360+ description =An unladen web framework for building APIs and app backends.
1361+
13141362[python-qwt]
13151363description =Qt plotting widgets for Python
13161364
@@ -1323,6 +1371,9 @@ description=An implementation of the Language Server Protocol for Python
13231371[python_levenshtein]
13241372description =Python extension for computing string edit distances and similarities
13251373
1374+ [python_multipart]
1375+ description =A streaming multipart parser for Python
1376+
13261377[python_snappy]
13271378description =Python library for the snappy compression library from Google
13281379
@@ -1431,8 +1482,14 @@ description=A utility belt for advanced users of python-requests
14311482[requests_oauthlib]
14321483description =OAuthlib authentication support for Requests.
14331484
1485+ [responder]
1486+ description =A sorta familiar HTTP framework.
1487+
1488+ [rfc3986]
1489+ description =Validating URI References per RFC 3986
1490+
14341491[rise]
1435- description = Live Reveal.js Jupyter/IPython Slideshow Extension
1492+ description =Live Reveal.js Jupyter/IPython Slideshow Extension
14361493
14371494[rodeo]
14381495description =an ide for data analysis in python
@@ -1643,6 +1700,9 @@ description=Web-based SQLite database browser written in Python
16431700[sqlparse]
16441701description=Non-validating SQL parser
16451702
1703+ [starlette]
1704+ description=The little ASGI library that shines.
1705+
16461706[statsmodels]
16471707description=Statistical computations and models for use with SciPy
16481708
@@ -1775,6 +1835,9 @@ description=HTTP library with thread-safe connection pooling, file post, and mor
17751835[usjon]
17761836description =Ultra fast JSON encoder and decoder for Python
17771837
1838+ [uvicorn]
1839+ description =The lightning-fast ASGI server.
1840+
17781841[vega]
17791842description =An IPython/ Jupyter widget for Vega and Vega-Lite
17801843
@@ -1808,6 +1871,9 @@ description=Measures number of Terminal column cells of wide-character codes
18081871[webencodings]
18091872description=Character encoding aliases for legacy web content
18101873
1874+ [websockets]
1875+ description=An (asyncio) implementation of the WebSocket Protocol (RFC 6455 & 7692)
1876+
18111877[werkzeug]
18121878description=The Swiss Army knife of Python web development
18131879
@@ -1817,6 +1883,9 @@ description=A built-package format for Python.
18171883[wheelhouse-uploader]
18181884description=Upload wheels to any cloud storage supported by Libcloud
18191885
1886+ [whitenoise]
1887+ description=Radically simplified static file serving for WSGI applications
1888+
18201889[whoosh]
18211890description=Fast, pure-Python full text indexing, search, and spell checking library.
18221891
0 commit comments