@@ -8,6 +8,9 @@ description=A pure Python package implementing PEP 249 DB-API using Microsoft AD
8
8
[aiodns]
9
9
description =Simple DNS resolver for asyncio
10
10
11
+ [aiofiles]
12
+ description =File support for asyncio.
13
+
11
14
[aiohttp]
12
15
description =http client/server for asyncio
13
16
@@ -26,12 +29,21 @@ description=Altair Widgets: An interactive visualization for statistical data fo
26
29
[amqp]
27
30
description =Low-level AMQP client for Python (fork of amqplib).
28
31
32
+ [aniso8601]
33
+ description =A library for parsing ISO 8601 strings.
34
+
29
35
[ansiwrap]
30
36
description =textwrap, but savvy to ANSI colors and styles
31
37
32
38
[anyjson]
33
39
description =Wraps the best available JSON implementation available in a common interface
34
40
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
+
35
47
[aplus]
36
48
description =An implementation of the Promises/A+ specification and test suite in Python
37
49
@@ -44,6 +56,9 @@ description=Enthought application tools
44
56
[args]
45
57
description =Command Arguments for Humans.
46
58
59
+ [asgiref]
60
+ description =ASGI specs, helper code, and adapters
61
+
47
62
[asciitree]
48
63
description =Draws ASCII trees.
49
64
@@ -68,6 +83,9 @@ description=Community-developed python astronomy tools
68
83
[async_generator]
69
84
description=Async generators and context managers for Python 3.5+
70
85
86
+ [async_timeout]
87
+ description=Timeout context manager for asyncio programs
88
+
71
89
[atomicwrites]
72
90
description=Powerful Python library for atomic file writes.
73
91
@@ -359,6 +377,9 @@ description=Discover and load entry points from installed packages
359
377
[envisage]
360
378
description =Enthought extensible application framework
361
379
380
+ [falcon]
381
+ description =An unladen web framework for building APIs and app backends.
382
+
362
383
[fastcache]
363
384
description =C implementation of Python 3 functools.lru_cache
364
385
@@ -476,9 +497,21 @@ description=Google API Client Library for Python
476
497
[gr]
477
498
description=Python visualization framework
478
499
500
+ [graphql_relay]
501
+ description=Relay implementation for Python
502
+
503
+ [graphql_core]
504
+ description=GraphQL implementation for Python
505
+
479
506
[graphviz]
480
507
description=Simple Python interface for Graphviz
481
508
509
+ [graphene]
510
+ description=GraphQL Framework for Python
511
+
512
+ [graphql-server-core]
513
+ description=GraphQL Server tools for powering your server
514
+
482
515
[greenlet]
483
516
description=Lightweight in-process concurrent programming
484
517
@@ -497,6 +530,9 @@ description=Efficient curve/image plotting and other GUI tools for scientific da
497
530
[gym]
498
531
description=The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents.
499
532
533
+ [h11]
534
+ description=A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
535
+
500
536
[hdfs]
501
537
description=HdfsCLI: API and command line interface for HDFS.
502
538
@@ -746,6 +782,9 @@ description=A fast and complete Python implementation of Markdown
746
782
[markupsafe]
747
783
description =Implements a XML/HTML/XHTML Markup safe string for Python
748
784
785
+ [marshmallow]
786
+ description =A lightweight library for converting complex datatypes to and from native Python datatypes.
787
+
749
788
[matplotlib]
750
789
description =2D plotting library (embeddable in GUIs created with PyQt)
751
790
@@ -971,6 +1010,9 @@ description=Generate ipywidgets from Parameterized objects in the notebook
971
1010
[paramiko]
972
1011
description =SSH2 protocol library
973
1012
1013
+ [parse]
1014
+ description =parse() is the opposite of format()
1015
+
974
1016
[parso]
975
1017
description =A Python Parser
976
1018
@@ -1064,6 +1106,9 @@ description=A Python Progressbar library to provide visual (yet text based) prog
1064
1106
[prometheus_client]
1065
1107
description =Python client for the Prometheus monitoring system.
1066
1108
1109
+ [promise]
1110
+ description =Promises/A+ implementation for Python
1111
+
1067
1112
[prompt_toolkit]
1068
1113
description =Library for building powerful interactive command lines in Python
1069
1114
@@ -1311,6 +1356,9 @@ description=Python-HDF4: Python interface to the NCSA HDF4 library
1311
1356
[python-igraph]
1312
1357
description =High performance graph data structures and algorithms
1313
1358
1359
+ [python_mimeparse]
1360
+ description =An unladen web framework for building APIs and app backends.
1361
+
1314
1362
[python-qwt]
1315
1363
description =Qt plotting widgets for Python
1316
1364
@@ -1323,6 +1371,9 @@ description=An implementation of the Language Server Protocol for Python
1323
1371
[python_levenshtein]
1324
1372
description =Python extension for computing string edit distances and similarities
1325
1373
1374
+ [python_multipart]
1375
+ description =A streaming multipart parser for Python
1376
+
1326
1377
[python_snappy]
1327
1378
description =Python library for the snappy compression library from Google
1328
1379
@@ -1431,8 +1482,14 @@ description=A utility belt for advanced users of python-requests
1431
1482
[requests_oauthlib]
1432
1483
description =OAuthlib authentication support for Requests.
1433
1484
1485
+ [responder]
1486
+ description =A sorta familiar HTTP framework.
1487
+
1488
+ [rfc3986]
1489
+ description =Validating URI References per RFC 3986
1490
+
1434
1491
[rise]
1435
- description = Live Reveal.js Jupyter/IPython Slideshow Extension
1492
+ description =Live Reveal.js Jupyter/IPython Slideshow Extension
1436
1493
1437
1494
[rodeo]
1438
1495
description =an ide for data analysis in python
@@ -1643,6 +1700,9 @@ description=Web-based SQLite database browser written in Python
1643
1700
[sqlparse]
1644
1701
description=Non-validating SQL parser
1645
1702
1703
+ [starlette]
1704
+ description=The little ASGI library that shines.
1705
+
1646
1706
[statsmodels]
1647
1707
description=Statistical computations and models for use with SciPy
1648
1708
@@ -1775,6 +1835,9 @@ description=HTTP library with thread-safe connection pooling, file post, and mor
1775
1835
[usjon]
1776
1836
description =Ultra fast JSON encoder and decoder for Python
1777
1837
1838
+ [uvicorn]
1839
+ description =The lightning-fast ASGI server.
1840
+
1778
1841
[vega]
1779
1842
description =An IPython/ Jupyter widget for Vega and Vega-Lite
1780
1843
@@ -1808,6 +1871,9 @@ description=Measures number of Terminal column cells of wide-character codes
1808
1871
[webencodings]
1809
1872
description=Character encoding aliases for legacy web content
1810
1873
1874
+ [websockets]
1875
+ description=An (asyncio) implementation of the WebSocket Protocol (RFC 6455 & 7692)
1876
+
1811
1877
[werkzeug]
1812
1878
description=The Swiss Army knife of Python web development
1813
1879
@@ -1817,6 +1883,9 @@ description=A built-package format for Python.
1817
1883
[wheelhouse-uploader]
1818
1884
description=Upload wheels to any cloud storage supported by Libcloud
1819
1885
1886
+ [whitenoise]
1887
+ description=Radically simplified static file serving for WSGI applications
1888
+
1820
1889
[whoosh]
1821
1890
description=Fast, pure-Python full text indexing, search, and spell checking library.
1822
1891
32AD
tr>
0 commit comments