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

Skip to content

Commit cc32b41

Browse files
author
stonebig
committed
package names
1 parent 22589f3 commit cc32b41

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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__ = '1.10.20180811'
31+
__version__ = '1.10.20180827'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@ description=docrepr renders Python docstrings in HTML.
317317
[docutils]
318318
description=Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)
319319
320+
[dopamine]
321+
description=A library to use DopamineLabs machine learning API
322+
320323
[dynd]
321324
description=Python exposure of DyND
322325
@@ -434,6 +437,9 @@ description=ggplot for python
434437
[ghost.py]
435438
description=Webkit based webclient.
436439

440+
[gin_config]
441+
description=Gin-config: a lightweight configuration library for Python
442+
437443
[gitdb2]
438444
description=Git Object Database
439445

@@ -470,6 +476,9 @@ description=Automatically generated graphical user interfaces for easy data set
470476
[guiqwt]
471477
description=Efficient curve/image plotting and other GUI tools for scientific data processing software development
472478

479+
[gym]
480+
description=The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents.
481+
473482
[hdfs]
474483
description=HdfsCLI: API and command line interface for HDFS.
475484

@@ -1124,6 +1133,9 @@ description=Pygame gives multimedia to python.
11241133
[pygit2]
11251134
description=Python bindings for libgit2.
11261135
1136+
[pyglet]
1137+
description=Cross-platform windowing and multimedia library
1138+
11271139
[pygments]
11281140
description=Generic syntax highlighter for general use in all kinds of software
11291141
url=http://pygments.org

0 commit comments

Comments
 (0)
0