@@ -26,6 +26,9 @@ description=Altair Widgets: An interactive visualization for statistical data fo
26
26
[amqp]
27
27
description =Low-level AMQP client for Python (fork of amqplib).
28
28
29
+ [ansiwrap]
30
+ description =textwrap, but savvy to ANSI colors and styles
31
+
29
32
[anyjson]
30
33
description =Wraps the best available JSON implementation available in a common interface
31
34
@@ -230,6 +233,9 @@ description=cryptography is a package which provides cryptographic recipes and p
230
233
[cupy]
231
234
description=NumPy-like API accelerated with CUD
232
235
236
+ [curio]
237
+ description=Curio - Concurrent I/O
238
+
233
239
[cvxcanon]
234
240
description=common operations for convex optimization modeling tools.
235
241
@@ -293,6 +299,9 @@ description=Distributed computing
293
299
[decorator]
294
300
description=Better living through Python with decorators
295
301
302
+ [dm_sonnet]
303
+ description=Sonnet is a library for building neural networks in TensorFlow.
304
+
296
305
[docopt]
297
306
description=Pythonic argument parser, that will make you smile
298
307
@@ -869,6 +878,9 @@ description=a component-based data mining framework.
869
878
[osqp]
870
879
description=the Operator Splitting QP Solver.
871
880
881
+ [outcome]
882
+ description=Capture the outcome of Python function calls.
883
+
872
884
[packaging]
873
885
description=Core utilities for Python packages
874
886
@@ -893,6 +905,9 @@ description=functional data manipulation for pandas
893
905
[pandocfilters]
894
906
description=Utilities for writing pandoc filters in python
895
907
908
+ [papermill]
909
+ description=Parametrize and Run Jupyter Notebooks
910
+
896
911
[param]
897
912
description=Declarative Python programming using Parameters.
898
913
@@ -980,6 +995,9 @@ description=Polygon3 is a Python-3 package that handles polygonal shapes in 2D
980
995
[pomegranate]
981
996
description=Pomegranate is a graphical models library for Python, implemented in Cython for speed.
982
997
998
+ [ppci]
999
+ description=A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
1000
+
983
1001
[prettytable]
984
1002
description=A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
985
1003
@@ -1421,6 +1439,9 @@ description=scs: splitting conic solver
1421
1439
[seaborn]
1422
1440
description=statistical data visualization
1423
1441
1442
+ [semantic_version]
1443
+ description=A library implementing the ' SemVer' scheme.
1444
+
1424
1445
[send2trash]
1425
1446
description=Send file to trash natively under Mac OS X, Windows and Linux.
1426
1447
@@ -1472,6 +1493,9 @@ description=A pure python implementation of a sliding window memory map manager
1472
1493
[snakeviz]
1473
1494
description =An in-browser Python profile viewer
1474
1495
1496
+ [sniffio]
1497
+ description =Sniff out which async library your code is running under
1498
+
1475
1499
[snowballstemmer]
1476
1500
description =This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
1477
1501
@@ -1574,6 +1598,9 @@ description=Terminals served to term.js using Tornado websockets
1574
1598
[testpath]
1575
1599
description=Test utilities for code working with files and commands
1576
1600
1601
+ [textwrap3]
1602
+ description=textwrap from Python 3.6 backport (plus a few tweaks)
1603
+
1577
1604
[theano]
1578
1605
description=Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
1579
1606
@@ -1616,6 +1643,9 @@ description=Enthought traits-capable user interfaces
1616
1643
[traittypes]
1617
1644
description=Scipy trait types
1618
1645
1646
+ [trio]
1647
+ description=An async/await-native I/O library for humans and snake people
1648
+
1619
1649
[ttfquery]
1620
1650
description=FontTools-based package for querying system fonts
1621
1651
0 commit comments