@@ -16,6 +16,12 @@ description=Taylor Arithmetic Computation and Algorithmic Differentiation
1616[altair]
1717description =High-level declarative visualization library for Python
1818
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+
1925[appdirs]
2026description =A small Python module for determining appropriate " + " platform-specific dirs, e.g. a " user data dir" .
2127
@@ -52,6 +58,9 @@ description=columnar and compressed data containers.
5258[beautifulsoup4]
5359description =Screen-scraping library
5460
61+ [billiard]
62+ description =Python multiprocessing fork with improvements and bugfixes
63+
5564[bitarray]
5665description =efficient arrays of booleans -- C extension
5766
@@ -97,6 +106,9 @@ description=Universal encoding detector. This library is faster than chardet.
97106[cssselect]
98107description =cssselect parses CSS3 Selectors and translates them to XPath 1.0
99108
109+ [celery]
110+ description =Distributed Task Queue.
111+
100112[certifi]
101113description =Python package for providing Mozilla' s CA Bundle.
102114
@@ -412,6 +424,9 @@ description=A software library for rapid development of hardware-accelerated mul
412424[knit]
413425description =Python tool for defining and deploying YARN Applications
414426
427+ [kombu]
428+ description =Messaging library for Python.
429+
415430[lasagne]
416431description =neural network tools for Theano
417432
@@ -767,9 +782,6 @@ description=Pygame gives multimedia to python.
767782[pygit2]
768783description=Python bindings for libgit2.
769784
770- [pyomo]
771- description=Pyomo: Python Optimization Modeling Objects
772-
773785[pygments]
774786description=Generic syntax highlighter for general use in all kinds of software
775787url=http://pygments.org
@@ -808,6 +820,9 @@ description=Python driver for MongoDB <http://www.mongodb.org>
808820[pyodbc]
809821description=DB API Module for ODBC
810822
823+ [pyomo]
824+ description=Pyomo: Python Optimization Modeling Objects
825+
811826[pyopencl]
812827description=Python wrapper for OpenCL
813828
0 commit comments