Skip to content

Commit e51818f

Browse files
author
stonebig
committed
update package list
(one day I should try get it automatically)
1 parent 43ca27d commit e51818f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

winpython/data/packages.ini

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ description=The ssl.match_hostname() function from Python 3.4
1919
[baresql]
2020
description=playing SQL directly on Python datas
2121
22+
[bcolz]
23+
description=columnar and compressed data containers.
24+
2225
[beautifulsoup4]
2326
description=Screen-scraping library
2427
@@ -56,17 +59,29 @@ description=Deployment tool which converts Python scripts into stand-alone Windo
5659
url=http://cx-freeze.sourceforge.net
5760
category=deploy
5861

62+
[cyordereddict]
63+
description=Cython implementation of Python's collections.OrderedDict
64+
5965
[cython]
6066
description=Cython is a language that makes writing C extensions for the Python language as easy as Python
6167
url=http://www.cython.org
6268
category=util
6369
70+
[cytoolz]
71+
description=Cython implementation of Toolz: High performance functional utilities
72+
6473
[datashape]
6574
description=A data description language
6675
6776
[db.py]
6877
description=a db package that doesn't suck
6978

79+
[dask]
80+
description=Minimal task scheduling abstraction
81+
82+
[dill]
83+
description=serialize all of python (almost)
84+
7085
[distribute]
7186
description=Download, build, install, upgrade, and uninstall Python packages - easily
7287
category=deploy
@@ -208,9 +223,18 @@ category=plot
208223
[mistune]
209224
description=The fastest markdown parser in pure Python, inspired by marked.
210225
226+
[mpldatacursor]
227+
description=Interactive data cursors for Matplotlib
228+
229+
[mpldatacursor]
230+
description=Interactive data cursors for Matplotlib
231+
211232
[mpld3]
212233
description=D3 Viewer for Matplotlib
213234
235+
[multipledispatch]
236+
description=A relatively sane approach to multiple dispatch in Python
237+
214238
[mxbase]
215239
description=eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools
216240
url=http://www.egenix.com/products/python/mxBase
@@ -219,6 +243,9 @@ category=util
219243
[mysql-connector-python]
220244
description=MySQL driver written in Python
221245
246+
[netCDF4]
247+
description=python/numpy interface to netCDF library (versions 3 and 4)
248+
222249
[networkx]
223250
description=Python package for creating and manipulating graphs and networks
224251
category=dataproc
@@ -599,6 +626,9 @@ description=Terminals served to term.js using Tornado websockets
599626
[theano]
600627
description=Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
601628
629+
[toolz]
630+
description=List processing tools and functional utilities
631+
602632
[tornado]
603633
description=Scalable, non-blocking web server and tools (required for IPython notebook)
604634
@@ -659,3 +689,6 @@ description=A Python module for creating Excel XLSX files.
659689
[xlwt]
660690
description=Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric
661691
category=dataproc
692+
693+
[xray]
694+
description=N-D labeled arrays and datasets in Python

0 commit comments

Comments
 (0)