@@ -7,6 +7,9 @@ description=http client/server for asyncio
77[alabaster]
88description =A configurable sidebar-enabled Sphinx theme
99
10+ [altair]
11+ description =High-level declarative visualization library for Python
12+
1013[appdirs]
1114description =A small Python module for determining appropriate " + " platform-specific dirs, e.g. a " user data dir" .
1215
@@ -189,6 +192,9 @@ description=Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
189192[entrypoints]
190193description=Discover and load entry points from installed packages
191194
195+ [fasteners]
196+ description=A python package that provides useful locks.
197+
192198[flask]
193199description=A microframework based on Werkzeug, Jinja2 and good intentions
194200
@@ -412,6 +418,9 @@ url=https://anaconda.org/carlkl/mingwpy
412418[mistune]
413419description=The fastest markdown parser in pure Python, inspired by marked.
414420
421+ [monotonic]
422+ description=An implementation of time.monotonic() for Python 2 & < 3.3
423+
415424[mkl-service]
416425description=Python bindings to some MKL service functions
417426url=https://github.com/ContinuumIO/mkl-service
@@ -565,6 +574,9 @@ description=Polygon2 is a Python-2 package that handles polygonal shapes in 2D
565574[polygon3]
566575description=Polygon3 is a Python-3 package that handles polygonal shapes in 2D
567576
577+ [pomegranate]
578+ description=Pomegranate is a graphical models library for Python, implemented in Cython for speed.
579+
568580[prettytable]
569581description=A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
570582
@@ -1004,6 +1016,9 @@ description=Actively maintained, pure Python wrapper for the Twitter API. Suppor
10041016[usjon]
10051017description=Ultra fast JSON encoder and decoder for Python
10061018
1019+ [vega]
1020+ description=An IPython/ Jupyter widget for Vega and Vega-Lite
1021+
10071022[vispy]
10081023description=Interactive visualization in Python
10091024
@@ -1073,3 +1088,7 @@ description=an exotic, usable shell
10731088
10741089[xray]
10751090description=N-D labeled arrays and datasets in Python
1091+
1092+ [zarr]
1093+ description=A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
1094+
0 commit comments