Skip to content

Commit 39a5cb4

Browse files
committed
Merge pull request winpython#9 from stonebig/master
update package.ini for potential packages
2 parents 8b974f2 + 763ffcc commit 39a5cb4

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

winpython/data/packages.ini

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ description=MySQL driver written in Python
130130
description=Python package for creating and manipulating graphs and networks
131131
category=dataproc
132132

133+
[nltk]
134+
description=The Natural Language Toolkit (NLTK) is a Python package for natural language processing.
135+
133136
[nose]
134137
description=nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)
135138
url=http://somethingaboutorange.com/mrl/projects/nose
@@ -143,7 +146,7 @@ url=http://code.google.com/p/numexpr
143146
category=scientific
144147

145148
[numpy]
146-
description=NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module)
149+
description=NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module)
147150
url=http://numpy.scipy.org/
148151
category=scientific
149152

@@ -190,6 +193,9 @@ description=Pure python package for working with DICOM files (medical imaging)
190193
url=http://code.google.com/p/pydicom
191194
category=improc
192195

196+
[pycairo]
197+
description=Python bindings for the cairo library
198+
193199
[pyflakes]
194200
description=passive checker of Python programs
195201

@@ -259,6 +265,9 @@ description=Powerful extensions to the standard datetime module
259265
url=http://labix.org/python-dateutil
260266
category=util
261267

268+
[python-igraph]
269+
description=High performance graph data structures and algorithms
270+
262271
[pytz]
263272
description=World Timezone Definitions for Python
264273
url=http://pytz.sourceforge.net/
@@ -279,6 +288,9 @@ description=Python library for Windows
279288
url=http://sourceforge.net/projects/pywin32
280289
category=util
281290

291+
[pyyaml]
292+
description=YAML parser and emitter for Python
293+
282294
[pyzmq]
283295
description=Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)
284296

@@ -287,6 +299,9 @@ description=The PDF generation library
287299
url=http://www.reportlab.org
288300
category=docgen
289301

302+
[requests]
303+
description=Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.
304+
290305
[rope]
291306
description=a python refactoring library...
292307

@@ -329,6 +344,9 @@ description=SciPy: Scientific Library for Python (advanced math, signal processi
329344
url=http://www.scipy.org
330345
category=scientific
331346

347+
[scrapy]
348+
description=A high-level Python Screen Scraping framework
349+
332350
[seaborn]
333351
description=statistical data visualization
334352

@@ -380,6 +398,9 @@ description=Package based on HDF5 library for managing hierarchical datasets (ex
380398
url=http://www.pytables.org
381399
category=dataproc
382400

401+
[vispy]
402+
description=Interactive visualization in Python
403+
383404
[vitables]
384405
description=Graphical tool for browsing and editing files in both HDF5 and PyTables formats
385406
url=http://vitables.org

0 commit comments

Comments
 (0)