Skip to content

new packages (hdf4 change) #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 24, 2015
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
7 changes: 6 additions & 1 deletion winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ category=gui
[funcsigs]
description=Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+

[functools32]
description=Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.

[ggplot]
description=ggplot for python
url=https://github.com/yhat/ggplot
Expand Down Expand Up @@ -487,7 +490,6 @@ https://github.com/pygraphviz/pygraphviz

[pyhdf]
description=Python interface to HDF4 files (Hierarchical Data Format version 4)
url=http://pysclint.sourceforge.net/pyhdf
category=dataproc

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

[python-hdf4]
description=Python-HDF4: Python interface to the NCSA HDF4 library

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

Expand Down