@@ -64,9 +64,6 @@ category=util
64
64
[datashape]
65
65
description =A data description language
66
66
67
- [docopt]
68
- description =Pythonic argument parser, that will make you smile
69
-
70
67
[db.py]
71
68
description =a db package that doesn' t suck
72
69
@@ -77,6 +74,9 @@ category=deploy
77
74
[decorator]
78
75
description=Better living through Python with decorators
79
76
77
+ [docopt]
78
+ description=Pythonic argument parser, that will make you smile
79
+
80
80
[docutils]
81
81
description=Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)
82
82
url=http://docutils.sourceforge.net
@@ -109,6 +109,9 @@ description=ggplot for python
109
109
url=https://github.com/yhat/ggplot
110
110
category=plot
111
111
112
+ [greenlet]
113
+ description=Lightweight in-process concurrent programming
114
+
112
115
[gridmap]
113
116
description=Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).
114
117
@@ -160,6 +163,9 @@ url=http://sourceforge.net/projects/stonebig.u/files/packages
160
163
[kivy]
161
164
description=A software library for rapid development of hardware-accelerated multitouch applications.
162
165
166
+ [lasagne]
167
+ description=neural network tools for Theano
168
+
163
169
[libpython]
164
170
description=The MinGW import library for Python
165
171
@@ -188,6 +194,9 @@ description=Powerful and Pythonic XML processing library combining libxml2/libxs
188
194
description =Computer Vision library
189
195
category =improc
190
196
197
+ [markdown2]
198
+ description =A fast and complete Python implementation of Markdown
199
+
191
200
[markupsafe]
192
201
description =Implements a XML/HTML/XHTML Markup safe string for Python
193
202
@@ -382,6 +391,9 @@ description=Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML
382
391
url =http://www.riverbankcomputing.co.uk/software/pyqt/intro
383
392
category =gui
384
393
394
+ [pyqtgraph]
395
+ description =Scientific Graphics and GUI Library for Python
396
+
385
397
[pyqt4]
386
398
description =Python bindings for the Qt cross platform GUI toolkit
387
399
url =http://www.riverbankcomputing.co.uk/software/pyqt/intro
@@ -467,6 +479,9 @@ description=Requests is an Apache2 Licensed HTTP library, written in Python, for
467
479
[requests_oauthlib]
468
480
description =OAuthlib authentication support for Requests.
469
481
482
+ [rodeo]
483
+ description =an ide for data analysis in python
484
+
470
485
[rope]
471
486
description =a python refactoring library...
472
487
@@ -534,6 +549,10 @@ description=This library brings functools.singledispatch from Python 3.4 to Pyth
534
549
description =Python 2 and 3 compatibility utilities
535
550
category =util
536
551
552
+ [sklearn-theano]
553
+ description =Scikit-learn compatible tools using theano
554
+ url =https://github.com/sklearn-theano/sklearn-theano
555
+
537
556
[skll]
538
557
description =SciKit-Learn Laboratory makes it easier to run machinelearning experiments with scikit-learn.
539
558
0 commit comments