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
description=Connect colorbrewer2.org color maps to Python and matplotlib
9
9
10
+
[configparser]
11
+
description=This library brings the updated configparser from Python 3.5 to Python 2.6-3.5.
12
+
10
13
[cx_freeze]
11
14
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)
12
15
url=http://cx-freeze.sourceforge.net
@@ -52,6 +55,9 @@ description=ggplot for python
52
55
url=https://github.com/yhat/ggplot
53
56
category=plot
54
57
58
+
[gridmap]
59
+
description=Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).
60
+
55
61
[guiqwt]
56
62
description=Efficient curve/image plotting and other GUI tools for scientific data processing software development
57
63
url=http://packages.python.org/guiqwt
@@ -80,6 +86,9 @@ description=Lightweight pipelining: using Python functions as pipeline jobs.
80
86
description=Python interface to the Julia language
0 commit comments