Skip to content

Commit 9ba51e3

Browse files
committed
new package names
1 parent 726441f commit 9ba51e3

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

winpython/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-----------------------------------------
55
66
Copyright (c) 2012-2013 Pierre Raybaut
7-
Copyright (c) 2014-2019+ The Winpython development team https://github.com/winpython/
7+
Copyright (c) 2014-2020+ The Winpython development team https://github.com/winpython/
88
99
Permission is hereby granted, free of charge, to any person
1010
obtaining a copy of this software and associated documentation
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '2.2.20191222'
31+
__version__ = '2.2.20200202'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

+15
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,9 @@ description=A Flask extension adding a decorator for CORS support
527527
[flask_restplus]
528528
description=Fully featured framework for fast, easy and documented API development with Flask
529529
530+
[flask_restx]
531+
description=Fully featured framework for fast, easy and documented API development with Flask
532+
530533
[flask-seasurf]
531534
description=SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF)
532535
@@ -800,6 +803,9 @@ description=A Python utility / library to sort Python imports.
800803
[itsdangerous]
801804
description=Various helpers to pass trusted data to untrusted environments and back.
802805
806+
[jax]
807+
description=Differentiate, compile, and transform Numpy code.
808+
803809
[jedi]
804810
description=An autocompletion tool for Python that can be used for text editors
805811
@@ -1415,6 +1421,9 @@ description=Scientific reports with embedded python computations with reST, LaTe
14151421
[py]
14161422
description=library with cross-python path, ini-parsing, io, code, log facilities
14171423
1424+
[pyaml]
1425+
description=PyYAML-based module to produce pretty and readable YAML-serialized data
1426+
14181427
[pyct]
14191428
description=python package common tasks for users (e.g. copy examples, fetch data, ...)
14201429
@@ -1454,6 +1463,9 @@ description=C parser in Python
14541463
[pydantic]
14551464
description=Data validation and settings management using python 3.6 type hinting
14561465
1466+
[pydeck]
1467+
description=Widget for deck.gl maps
1468+
14571469
[pydicom]
14581470
description=Pure python package for working with DICOM files (medical imaging)
14591471
@@ -2153,6 +2165,9 @@ description=ANSII Color formatting for output in terminal
21532165
[terminado]
21542166
description=Terminals served to term.js using Tornado websockets
21552167
2168+
[terminaltables]
2169+
description=Generate simple tables in terminals from a nested list of strings.
2170+
21562171
[testfixtures]
21572172
description= a collection of helpers and mock objects that are useful when writing unit tests or doc tests.
21582173

0 commit comments

Comments
 (0)