@@ -25,6 +25,9 @@ description=Low-level AMQP client for Python (fork of amqplib).
25
25
[anyjson]
26
26
description =Wraps the best available JSON implementation available in a common interface
27
27
28
+ [aplus]
29
+ description =An implementation of the Promises/A+ specification and test suite in Python
30
+
28
31
[appdirs]
29
32
description =A small Python module for determining appropriate " + " platform-specific dirs, e.g. a " user data dir" .
30
33
@@ -40,6 +43,9 @@ description=Rebuild a new abstract syntax tree from Python's ast (required for p
40
43
[astroml]
41
44
description=tools for machine learning and data mining in Astronomy
42
45
46
+ [astropy]
47
+ description=Community-developed python astronomy tools
48
+
43
49
[attrs]
44
50
description=Attributes without boilerplate.
45
51
@@ -112,6 +118,9 @@ description=Connect colorbrewer2.org color maps to Python and matplotlib
112
118
[brotli]
113
119
description=Python binding of the Brotli compression library
114
120
121
+ [cachetools]
122
+ description=Extensible memoizing collections and decorators
123
+
115
124
[cartopy]
116
125
description=A cartographic python library with matplotlib support for visualisation
117
126
@@ -334,6 +343,9 @@ description=Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
334
343
[functools32]
335
344
description =Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
336
345
346
+ [future]
347
+ description =Clean single-source support for Python 3 and 2
348
+
337
349
[futures]
338
350
description =Backport of the concurrent.futures package from Python 3.2
339
351
@@ -511,6 +523,9 @@ description=Jupyter core package. A base package on which Jupyter projects rely.
511
523
[jupyter_sphinx]
512
524
description =Jupyter Sphinx Extensions
513
525
526
+ [kapteyn]
527
+ description =Python modules for astronomical applications
528
+
514
529
[keras]
515
530
description =Theano-based Deep Learning library
516
531
0 commit comments