diff --git a/winpython/__init__.py b/winpython/__init__.py index 7d6554d2..d787c863 100644 --- a/winpython/__init__.py +++ b/winpython/__init__.py @@ -28,6 +28,6 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '1.9.20171230' +__version__ = '1.9.20180224' __license__ = __doc__ __project_url__ = 'http://winpython.github.io/' diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 512e7397..72c79333 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -1,3 +1,7 @@ + +[absl-py] +description=Abseil Python Common Libraries + [adodbapi] description=A pure Python package implementing PEP 249 DB-API using Microsoft ADO. @@ -466,6 +470,9 @@ description=Matplotlib Jupyter Extension [ipyparallel] description=Interactive Parallel Computing with IPython +[ipyscales] +description=A widget library for scales + [ipython] description=Enhanced Python shell @@ -550,7 +557,7 @@ description=A software library for rapid development of hardware-accelerated mul [kivy-garden] description=Garden tool for kivy flowers. -[Kiwisolver] +[kiwisolver] description=an efficient implementation of the Cassowary constraint solving algorithm. [knit] @@ -655,6 +662,9 @@ url=https://github.com/ContinuumIO/mkl-service [mock] description=Rolling backport of unittest.mock for all Pythons +[modergnl] +description=Modern OpenGL binding for python + [monotonic] description=An implementation of time.monotonic() for Python 2 & < 3.3 @@ -676,6 +686,9 @@ description=Python library for arbitrary-precision floating-point arithmetic [mypy] description=Optional static typing for Python +[msgpack] +description=MessagePack (de)serializer. + [msgpack-python] description=MessagePack (de)serializer. @@ -829,6 +842,9 @@ category=dataoric [pdfrw] description=pure Python library that reads and writes PDFs +[pdvega] +description=Pandas plotting interface to Vega and Vega-Lite + [peewee] description=a small, expressive ORM. @@ -1198,6 +1214,9 @@ description=A markdown parser for docutils [redis] description=Python client for Redis key-value store +[regex] +description=Alternative regular expression module, to replace re. + [reportlab] description=The PDF generation library url=http://www.reportlab.org @@ -1311,6 +1330,9 @@ description=scs: splitting conic solver [seaborn] description=statistical data visualization +[send2trash] +description=Send file to trash natively under Mac OS X, Windows and Linux. + [service_identity] description=Service identity verification for pyOpenSSL. @@ -1525,6 +1547,9 @@ description=Ultra fast JSON encoder and decoder for Python [vega] description=An IPython/ Jupyter widget for Vega and Vega-Lite +[vega3] +description=An IPython/ Jupyter widget for Vega 3 and Vega-Lite 2 + [verboselogs] description=Verbose logging level for Python's logging module