@@ -19,6 +19,9 @@ description=The ssl.match_hostname() function from Python 3.4
19
19
[baresql]
20
20
description=playing SQL directly on Python datas
21
21
22
+ [bcolz]
23
+ description=columnar and compressed data containers.
24
+
22
25
[beautifulsoup4]
23
26
description=Screen-scraping library
24
27
@@ -56,17 +59,29 @@ description=Deployment tool which converts Python scripts into stand-alone Windo
56
59
url =http://cx-freeze.sourceforge.net
57
60
category =deploy
58
61
62
+ [cyordereddict]
63
+ description =Cython implementation of Python' s collections.OrderedDict
64
+
59
65
[cython]
60
66
description=Cython is a language that makes writing C extensions for the Python language as easy as Python
61
67
url=http://www.cython.org
62
68
category=util
63
69
70
+ [cytoolz]
71
+ description=Cython implementation of Toolz: High performance functional utilities
72
+
64
73
[datashape]
65
74
description=A data description language
66
75
67
76
[db.py]
68
77
description=a db package that doesn' t suck
69
78
79
+ [dask]
80
+ description =Minimal task scheduling abstraction
81
+
82
+ [dill]
83
+ description =serialize all of python (almost)
84
+
70
85
[distribute]
71
86
description =Download, build, install, upgrade, and uninstall Python packages - easily
72
87
category =deploy
@@ -208,9 +223,18 @@ category=plot
208
223
[mistune]
209
224
description=The fastest markdown parser in pure Python, inspired by marked.
210
225
226
+ [mpldatacursor]
227
+ description=Interactive data cursors for Matplotlib
228
+
229
+ [mpldatacursor]
230
+ description=Interactive data cursors for Matplotlib
231
+
211
232
[mpld3]
212
233
description=D3 Viewer for Matplotlib
213
234
235
+ [multipledispatch]
236
+ description=A relatively sane approach to multiple dispatch in Python
237
+
214
238
[mxbase]
215
239
description=eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools
216
240
url=http://www.egenix.com/products/python/mxBase
@@ -219,6 +243,9 @@ category=util
219
243
[mysql-connector-python]
220
244
description=MySQL driver written in Python
221
245
246
+ [netCDF4]
247
+ description=python/numpy interface to netCDF library (versions 3 and 4)
248
+
222
249
[networkx]
223
250
description=Python package for creating and manipulating graphs and networks
224
251
category=dataproc
@@ -599,6 +626,9 @@ description=Terminals served to term.js using Tornado websockets
599
626
[theano]
600
627
description=Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
601
628
629
+ [toolz]
630
+ description=List processing tools and functional utilities
631
+
602
632
[tornado]
603
633
description=Scalable, non-blocking web server and tools (required for IPython notebook)
604
634
@@ -659,3 +689,6 @@ description=A Python module for creating Excel XLSX files.
659
689
[xlwt]
660
690
description=Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric
661
691
category=dataproc
692
+
693
+ [xray]
694
+ description=N-D labeled arrays and datasets in Python
0 commit comments