8000 package names · winpython/winpython@e9cdb7d · GitHub
[go: up one dir, main page]

Skip to content

Commit e9cdb7d

Browse files
committed
package names
1 parent 92865ef commit e9cdb7d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

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

winpython/data/packages.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3046,3 +3046,27 @@ description = Quadratic programming solvers in Python with a unified API
30463046
[flit-core]
30473047
description = Distribution-building parts of Flit. See flit package for more information
30483048
3049+
[swift-sim]
3050+
description = A Python/Javascript Visualiser
3051+
3052+
[spatialmath-python]
3053+
description = Provides spatial maths capability for Python.
3054+
3055+
[spatialgeometry]
3056+
description = A Shape and Geometry Package
3057+
3058+
[rtb-data]
3059+
description = Data files for the Robotics Toolbox for Python.
3060+
3061+
[roboticstoolbox-python]
3062+
description = A Python library for robotic education and research
3063+
3064+
[pgraph-python]
3065+
description = Simple graph functionality for Python.
3066+
3067+
[colored]
3068+
description = Simple library for color and formatting to terminal
3069+
3070+
[ansitable]
3071+
description = Quick and easy display of tabular data and matrices with optional ANSI color and borders.
3072+

0 commit comments

Comments
 (0)
0