@@ -62,6 +62,9 @@ description=tools for machine learning and data mining in Astronomy
62
62
[astropy]
63
63
description=Community-developed python astronomy tools
64
64
65
+ [async_generator]
66
+ description=Async generators and context managers for Python 3.5+
67
+
65
68
[atomicwrites]
66
69
description=Powerful Python library for atomic file writes.
67
70
@@ -197,6 +200,9 @@ description=Extended pickling support for Python objects
197
200
[clrmagic]
198
201
description =IPython cell magic to use .NET languages
199
202
203
+ [cmarkgfm]
204
+ description =Minimal bindings to GitHub' s fork of cmark
205
+
200
206
[cntk]
201
207
description=The Microsoft Cognitive Toolkit
202
208
@@ -290,6 +296,12 @@ description=A data description language
290
296
[db.py]
291
297
description=a db package that doesn' t suck
292
298
299
+ [decorator]
300
+ description =Better living through Python with decorators
301
+
302
+ [defusedxml]
303
+ description =XML bomb protection for Python stdlib modules
304
+
293
305
[descartes]
294
306
description =Use geometric objects as matplotlib paths and patches
295
307
@@ -302,9 +314,6 @@ description=Download, build, install, upgrade, and uninstall Python packages - e
302
314
[distributed]
303
315
description =Distributed computing
304
316
305
- [decorator]
306
- description=Better living through Python with decorators
307
-
308
317
[dm_sonnet]
309
318
description =Sonnet is a library for building neural networks in TensorFlow.
310
319
@@ -560,6 +569,9 @@ description=IPython/Jupy
560
569
[ipyvolume]
561
570
description=3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL
562
571
572
+ [ipywebrtc]
573
+ description=WebRTC for Jupyter notebook/lab
574
+
563
575
[ipywidgets]
564
576
description=IPython HTML widgets for Jupyter
565
577
@@ -614,6 +626,9 @@ description=Jupyter terminal console
614
626
[jupyter_core]
615
627
description=Jupyter core package. A base package on which Jupyter projects rely.
616
628
629
+ [jupyterlab_server]
630
+ description=JupyterLab Server
631
+
617
632
[jupyter_sphinx]
618
633
description=Jupyter Sphinx Extensions
619
634
@@ -773,9 +788,6 @@ description=Fast scatter density plots for Matplotlib
773
788
[mpmath]
774
789
description =Python library for arbitrary-precision floating-point arithmetic
775
790
776
- [mypy]
777
- description=Optional static typing for Python
778
-
779
791
[msgpack]
780
792
description =MessagePack (de)serializer.
781
793
@@ -800,6 +812,12 @@ description=A dot-accessible dictionary (a la JavaScript objects).
800
812
[mxbase]
801
813
description =eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools
802
814
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
+
803
821
[mysql-connector-python]
804
822
description =MySQL driver written in Python
805
823
@@ -1236,6 +1254,9 @@ description=IPython needs this module to display color text in Windows command w
1236
1254
[pyrro_ppl]
1237
1255
description =A Python library for probabilistic modeling and inference
1238
1256
1257
+ [pyrsistent]
1258
+ description =Persistent/Functional/Immutable data structures
1259
+
1239
1260
[pyserial]
1240
1261
description =Library encapsulating the access for the serial port
1241
1262
@@ -1350,6 +1371,9 @@ description=Collection of persistent (disk-based) queues
1350
1371
[quiver_engine]
1351
1372
description =Interactive per-layer visualization for convents in keras
1352
1373
1374
+ [readme_renderer]
1375
+ description =a library for rendering " readme" descriptions for Warehouse
1376
+
1353
1377
[recommonmark]
1354
1378
description =A markdown parser for docutils
1355
1379
@@ -1496,6 +1520,9 @@ description=Simple generic functions (similar to Python's own len(), pickle.dump
1496
1520
[simplejson]
1497
1521
description=Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder
1498
1522
1523
+ [simpy]
1524
+ description=Event discrete, process based simulation for Python.
1525
+
1499
1526
[singledispatch]
1500
1527
description=This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3
1501
1528
0 commit comments