Skip to content

Commit b22ca33

Browse files
committed
update list of potential packages
1 parent 90a0552 commit b22ca33

1 file changed

Lines changed: 30 additions & 2 deletions

File tree

winpython/data/packages.ini

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ description=Screen-scraping library
77
[brewer2mpl]
88
description=Connect colorbrewer2.org color maps to Python and matplotlib
99
10+
[configparser]
11+
description=This library brings the updated configparser from Python 3.5 to Python 2.6-3.5.
12+
1013
[cx_freeze]
1114
description=Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed)
1215
url=http://cx-freeze.sourceforge.net
@@ -52,6 +55,9 @@ description=ggplot for python
5255
url=https://github.com/yhat/ggplot
5356
category=plot
5457
58+
[gridmap]
59+
description=Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).
60+
5561
[guiqwt]
5662
description=Efficient curve/image plotting and other GUI tools for scientific data processing software development
5763
url=http://packages.python.org/guiqwt
@@ -80,6 +86,9 @@ description=Lightweight pipelining: using Python functions as pipeline jobs.
8086
description=Python interface to the Julia language
8187
url=http://sourceforge.net/projects/stonebig.u/files/packages
8288
89+
[kivy]
90+
description=A software library for rapid development of hardware-accelerated multitouch applications.
91+
8392
[libpython]
8493
description=The MinGW import library for Python
8594
@@ -95,6 +104,9 @@ description=Rebuild a new abstract syntax tree from Python's ast (required for p
95104
[logilab-common]
96105
description=Collection of low-level Python packages and modules used by Logilab projects (required for pylint)
97106

107+
[logutils]
108+
description=Logging utilities
109+
98110
[lxml]
99111
description=Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
100112

@@ -150,6 +162,9 @@ description=NumPy: multidimensional array processing for numbers, strings, recor
150162
url=http://numpy.scipy.org/
151163
category=scientific
152164

165+
[oct2py]
166+
description=Python to GNU Octave bridge --> run m-files from python.
167+
153168
[openpyxl]
154169
description=A Python library to read/write Excel 2007 xlsx/xlsm files
155170

@@ -199,6 +214,9 @@ description=Python bindings for the cairo library
199214
[pyflakes]
200215
description=passive checker of Python programs
201216

217+
[pygame]
218+
description=Pygame gives multimedia to python.
219+
202220
[pygments]
203221
description=Generic syntax highlighter for general use in all kinds of software
204222
url=http://pygments.org
@@ -228,6 +246,11 @@ description=Python bindings for the Qt cross platform GUI toolkit
228246
url=http://www.riverbankcomputing.co.uk/software/pyqt/intro
229247
category=gui
230248

249+
[pyqt5]
250+
description=Python bindings for the Qt cross platform GUI toolkit
251+
url=http://www.riverbankcomputing.co.uk/software/pyqt/intro
252+
category=gui
253+
231254
[pyqtdoc]
232255
description=PyQtdoc installs Qt documentation for PyQt4
233256

@@ -308,7 +331,6 @@ description=a python refactoring library...
308331
[rope_py3k]
309332
description=a python refactoring library...
310333

311-
312334
[rpy2]
313335
description=Python interface to the R language (embedded R)
314336

@@ -339,6 +361,9 @@ category=improc
339361
[scilab2py]
340362
description=Python to Scilab bridge
341363

364+
[scilab_kernel]
365+
description=A Scilab kernel for IPython
366+
342367
[scipy]
343368
description=SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...)
344369
url=http://www.scipy.org
@@ -361,6 +386,9 @@ description=Simple, fast, extensible JSON (JavaScript Object Notation) encoder/d
361386
description=Python 2 and 3 compatibility utilities
362387
category=util
363388

389+
[skll]
390+
description=SciKit-Learn Laboratory makes it easier to run machinelearning experiments with scikit-learn.
391+
364392
[sphinx]
365393
description=Tool for generating documentation which uses reStructuredText as its markup language
366394
url=http://sphinx.pocoo.org
@@ -419,7 +447,7 @@ description=A built-package format for Python.
419447

420448
[winpython]
421449
description=WinPython distribution tools, including WPPM (package manager)
422-
url=http://winpython.sourceforge.net/
450+
url=http://winpython.github.io/
423451

424452
[xlrd]
425453
description=Extract data from Microsoft Excel spreadsheet files

0 commit comments

Comments
 (0)