@@ -62,6 +62,9 @@ description=tools for machine learning and data mining in Astronomy
6262[astropy]
6363description=Community-developed python astronomy tools
6464
65+ [async_generator]
66+ description=Async generators and context managers for Python 3.5+
67+
6568[atomicwrites]
6669description=Powerful Python library for atomic file writes.
6770
@@ -197,6 +200,9 @@ description=Extended pickling support for Python objects
197200[clrmagic]
198201description =IPython cell magic to use .NET languages
199202
203+ [cmarkgfm]
204+ description =Minimal bindings to GitHub' s fork of cmark
205+
200206[cntk]
201207description=The Microsoft Cognitive Toolkit
202208
@@ -290,6 +296,12 @@ description=A data description language
290296[db.py]
291297description=a db package that doesn' t suck
292298
299+ [decorator]
300+ description =Better living through Python with decorators
301+
302+ [defusedxml]
303+ description =XML bomb protection for Python stdlib modules
304+
293305[descartes]
294306description =Use geometric objects as matplotlib paths and patches
295307
@@ -302,9 +314,6 @@ description=Download, build, install, upgrade, and uninstall Python packages - e
302314[distributed]
303315description =Distributed computing
304316
305- [decorator]
306- description=Better living through Python with decorators
307-
308317[dm_sonnet]
309318description =Sonnet is a library for building neural networks in TensorFlow.
310319
@@ -560,6 +569,9 @@ description=IPython/Jupy
560569[ipyvolume]
561570description=3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL
562571
572+ [ipywebrtc]
573+ description=WebRTC for Jupyter notebook/lab
574+
563575[ipywidgets]
564576description=IPython HTML widgets for Jupyter
565577
@@ -614,6 +626,9 @@ description=Jupyter terminal console
614626[jupyter_core]
615627description=Jupyter core package. A base package on which Jupyter projects rely.
616628
629+ [jupyterlab_server]
630+ description=JupyterLab Server
631+
617632[jupyter_sphinx]
618633description=Jupyter Sphinx Extensions
619634
@@ -773,9 +788,6 @@ description=Fast scatter density plots for Matplotlib
773788[mpmath]
774789description =Python library for arbitrary-precision floating-point arithmetic
775790
776- [mypy]
777- description=Optional static typing for Python
778-
779791[msgpack]
780792description =MessagePack (de)serializer.
781793
@@ -800,6 +812,12 @@ description=A dot-accessible dictionary (a la JavaScript objects).
800812[mxbase]
801813description =eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools
802814
815+ [mypy]
816+ description =Optional static typing for Python
817+
818+ [mypy_extensions]
819+ description =Experimental type system extensions for programs checked with the mypy typechecker.
820+
803821[mysql-connector-python]
804822description =MySQL driver written in Python
805823
@@ -1236,6 +1254,9 @@ description=IPython needs this module to display color text in Windows command w
12361254[pyrro_ppl]
12371255description =A Python library for probabilistic modeling and inference
12381256
1257+ [pyrsistent]
1258+ description =Persistent/Functional/Immutable data structures
1259+
12391260[pyserial]
12401261description =Library encapsulating the access for the serial port
12411262
@@ -1350,6 +1371,9 @@ description=Collection of persistent (disk-based) queues
13501371[quiver_engine]
13511372description =Interactive per-layer visualization for convents in keras
13521373
1374+ [readme_renderer]
1375+ description =a library for rendering " readme" descriptions for Warehouse
1376+
13531377[recommonmark]
13541378description =A markdown parser for docutils
13551379
@@ -1496,6 +1520,9 @@ description=Simple generic functions (similar to Python's own len(), pickle.dump
14961520[simplejson]
14971521description=Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder
14981522
1523+ [simpy]
1524+ description=Event discrete, process based simulation for Python.
1525+
14991526[singledispatch]
15001527description=This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3
15011528
0 commit comments