You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: winpython/data/packages.ini
+65-4Lines changed: 65 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
[astroid]
2
2
description=Rebuild a new abstract syntax tree from Python's ast (required for pylint)
3
3
4
+
[brewer2mpl]
5
+
description=Connect colorbrewer2.org color maps to Python and matplotlib
6
+
4
7
[cx_freeze]
5
8
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)
6
9
url=http://cx-freeze.sourceforge.net
@@ -38,6 +41,11 @@ description=Automatically generated graphical user interfaces for easy data set
38
41
url=http://packages.python.org/guidata
39
42
category=gui
40
43
44
+
[ggplot]
45
+
description=ggplot for python
46
+
url=https://github.com/yhat/ggplot
47
+
category=plot
48
+
41
49
[guiqwt]
42
50
description=Efficient curve/image plotting and other GUI tools for scientific data processing software development
43
51
url=http://packages.python.org/guiqwt
@@ -56,6 +64,13 @@ url=http://ipython.org
56
64
description=Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code)
57
65
url=http://jinja.pocoo.org
58
66
67
+
[joblib]
68
+
description=Lightweight pipelining: using Python functions as pipeline jobs.
69
+
70
+
[julia]
71
+
description=Python interface to the Julia language
description=Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
327
+
url=https://bitbucket.org/spyder-ide/spyderlib
328
+
329
+
[sqlite_bro]
330
+
description=a graphic SQLite Client in 1 Python file
331
+
category=util
332
+
url=https://github.com/stonebig/sqlite_bro
275
333
276
334
[statsmodels]
277
335
description=Statistical computations and models for use with SciPy
@@ -302,9 +360,12 @@ description=Open-source software system for visualization, 3D graphics, volume r
302
360
url=http://www.vtk.org
303
361
category=visu3d
304
362
363
+
[wheel]
364
+
description=A built-package format for Python.
365
+
305
366
[winpython]
306
367
description=WinPython distribution tools, including WPPM (package manager)
307
-
url=http://code.google.com/p/winpython
368
+
url=http://winpython.sourceforge.net/
308
369
309
370
[xlrd]
310
371
description=Extract data from Microsoft Excel spreadsheet files
0 commit comments