Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ description=MySQL driver written in Python
description=Python package for creating and manipulating graphs and networks
category=dataproc

[nltk]
description=The Natural Language Toolkit (NLTK) is a Python package for natural language processing.

[nose]
description=nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)
url=http://somethingaboutorange.com/mrl/projects/nose
Expand All @@ -143,7 +146,7 @@ url=http://code.google.com/p/numexpr
category=scientific

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

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

[pycairo]
description=Python bindings for the cairo library

[pyflakes]
description=passive checker of Python programs

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

[python-igraph]
description=High performance graph data structures and algorithms

[pytz]
description=World Timezone Definitions for Python
url=http://pytz.sourceforge.net/
Expand All @@ -279,6 +288,9 @@ description=Python library for Windows
url=http://sourceforge.net/projects/pywin32
category=util

[pyyaml]
description=YAML parser and emitter for Python

[pyzmq]
description=Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console)

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

[requests]
description=Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.

[rope]
description=a python refactoring library...

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

[scrapy]
description=A high-level Python Screen Scraping framework

[seaborn]
description=statistical data visualization

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

[vispy]
description=Interactive visualization in Python

[vitables]
description=Graphical tool for browsing and editing files in both HDF5 and PyTables formats
url=http://vitables.org
Expand Down