Skip to content

new package names #806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/'
15 changes: 15 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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, ...)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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.

Expand Down