diff --git a/winpython/__init__.py b/winpython/__init__.py index a68d0d08..d89df249 100644 --- a/winpython/__init__.py +++ b/winpython/__init__.py @@ -4,7 +4,7 @@ ----------------------------------------- Copyright (c) 2012-2013 Pierre Raybaut -Copyright (c) 2014-2019+ The Winpython development team https://github.com/winpython/ +Copyright (c) 2014-2020+ The Winpython development team https://github.com/winpython/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -28,6 +28,6 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '2.2.20191222' +__version__ = '2.2.20200202' __license__ = __doc__ __project_url__ = 'http://winpython.github.io/' diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 9ebd50e7..74068b0b 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -527,6 +527,9 @@ description=A Flask extension adding a decorator for CORS support [flask_restplus] description=Fully featured framework for fast, easy and documented API development with Flask +[flask_restx] +description=Fully featured framework for fast, easy and documented API development with Flask + [flask-seasurf] description=SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF) @@ -800,6 +803,9 @@ description=A Python utility / library to sort Python imports. [itsdangerous] description=Various helpers to pass trusted data to untrusted environments and back. +[jax] +description=Differentiate, compile, and transform Numpy code. + [jedi] description=An autocompletion tool for Python that can be used for text editors @@ -1415,6 +1421,9 @@ description=Scientific reports with embedded python computations with reST, LaTe [py] description=library with cross-python path, ini-parsing, io, code, log facilities +[pyaml] +description=PyYAML-based module to produce pretty and readable YAML-serialized data + [pyct] description=python package common tasks for users (e.g. copy examples, fetch data, ...) @@ -1454,6 +1463,9 @@ description=C parser in Python [pydantic] description=Data validation and settings management using python 3.6 type hinting +[pydeck] +description=Widget for deck.gl maps + [pydicom] description=Pure python package for working with DICOM files (medical imaging) @@ -2153,6 +2165,9 @@ description=ANSII Color formatting for output in terminal [terminado] description=Terminals served to term.js using Tornado websockets +[terminaltables] +description=Generate simple tables in terminals from a nested list of strings. + [testfixtures] description= a collection of helpers and mock objects that are useful when writing unit tests or doc tests.