Skip to content
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
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '4.0.20210403'
__version__ = '4.0.20210410'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
24 changes: 24 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3046,3 +3046,27 @@ description = Quadratic programming solvers in Python with a unified API
[flit-core]
description = Distribution-building parts of Flit. See flit package for more information

[swift-sim]
description = A Python/Javascript Visualiser

[spatialmath-python]
description = Provides spatial maths capability for Python.

[spatialgeometry]
description = A Shape and Geometry Package

[rtb-data]
description = Data files for the Robotics Toolbox for Python.

[roboticstoolbox-python]
description = A Python library for robotic education and research

[pgraph-python]
description = Simple graph functionality for Python.

[colored]
description = Simple library for color and formatting to terminal

[ansitable]
description = Quick and easy display of tabular data and matrices with optional ANSI color and borders.