@@ -25,6 +25,9 @@ description=Low-level AMQP client for Python (fork of amqplib).
2525[anyjson]
2626description =Wraps the best available JSON implementation available in a common interface
2727
28+ [aplus]
29+ description =An implementation of the Promises/A+ specification and test suite in Python
30+
2831[appdirs]
2932description =A small Python module for determining appropriate " + " platform-specific dirs, e.g. a " user data dir" .
3033
@@ -40,6 +43,9 @@ description=Rebuild a new abstract syntax tree from Python's ast (required for p
4043[astroml]
4144description=tools for machine learning and data mining in Astronomy
4245
46+ [astropy]
47+ description=Community-developed python astronomy tools
48+
4349[attrs]
4450description=Attributes without boilerplate.
4551
@@ -112,6 +118,9 @@ description=Connect colorbrewer2.org color maps to Python and matplotlib
112118[brotli]
113119description=Python binding of the Brotli compression library
114120
121+ [cachetools]
122+ description=Extensible memoizing collections and decorators
123+
115124[cartopy]
116125description=A cartographic python library with matplotlib support for visualisation
117126
@@ -334,6 +343,9 @@ description=Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
334343[functools32]
335344description =Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
336345
346+ [future]
347+ description =Clean single-source support for Python 3 and 2
348+
337349[futures]
338350description =Backport of the concurrent.futures package from Python 3.2
339351
@@ -511,6 +523,9 @@ description=Jupyter core package. A base package on which Jupyter projects rely.
511523[jupyter_sphinx]
512524description =Jupyter Sphinx Extensions
513525
526+ [kapteyn]
527+ description =Python modules for astronomical applications
528+
514529[keras]
515530description =Theano-based Deep Learning library
516531
0 commit comments