@@ -16,6 +16,12 @@ description=Taylor Arithmetic Computation and Algorithmic Differentiation
16
16
[altair]
17
17
description =High-level declarative visualization library for Python
18
18
19
+ [amqp]
20
+ description =Low-level AMQP client for Python (fork of amqplib).
21
+
22
+ [anyjson]
23
+ description =Wraps the best available JSON implementation available in a common interface
24
+
19
25
[appdirs]
20
26
description =A small Python module for determining appropriate " + " platform-specific dirs, e.g. a " user data dir" .
21
27
@@ -52,6 +58,9 @@ description=columnar and compressed data containers.
52
58
[beautifulsoup4]
53
59
description =Screen-scraping library
54
60
61
+ [billiard]
62
+ description =Python multiprocessing fork with improvements and bugfixes
63
+
55
64
[bitarray]
56
65
description =efficient arrays of booleans -- C extension
57
66
@@ -97,6 +106,9 @@ description=Universal encoding detector. This library is faster than chardet.
97
106
[cssselect]
98
107
description =cssselect parses CSS3 Selectors and translates them to XPath 1.0
99
108
109
+ [celery]
110
+ description =Distributed Task Queue.
111
+
100
112
[certifi]
101
113
description =Python package for providing Mozilla' s CA Bundle.
102
114
@@ -412,6 +424,9 @@ description=A software library for rapid development of hardware-accelerated mul
412
424
[knit]
413
425
description =Python tool for defining and deploying YARN Applications
414
426
427
+ [kombu]
428
+ description =Messaging library for Python.
429
+
415
430
[lasagne]
416
431
description =neural network tools for Theano
417
432
@@ -767,9 +782,6 @@ description=Pygame gives multimedia to python.
767
782
[pygit2]
768
783
description=Python bindings for libgit2.
769
784
770
- [pyomo]
771
- description=Pyomo: Python Optimization Modeling Objects
772
-
773
785
[pygments]
774
786
description=Generic syntax highlighter for general use in all kinds of software
775
787
url=http://pygments.org
@@ -808,6 +820,9 @@ description=Python driver for MongoDB <http://www.mongodb.org>
808
820
[pyodbc]
809
821
description=DB API Module for ODBC
810
822
823
+ [pyomo]
824
+ description=Pyomo: Python Optimization Modeling Objects
825
+
811
826
[pyopencl]
812
827
description=Python wrapper for OpenCL
813
828
0 commit comments