Skip to content
/ h5py Public
forked from h5py/h5py

HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format.

Notifications You must be signed in to change notification settings

soumagne/h5py

This branch is 3324 commits behind h5py/h5py:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 31, 2015
Apr 14, 2015
Mar 18, 2015
Sep 14, 2015
Sep 3, 2013
Dec 13, 2014
Sep 3, 2013
Sep 29, 2014
Jan 14, 2015
May 31, 2015
Apr 7, 2015
Apr 14, 2015
Apr 7, 2015
Jun 4, 2015
Sep 29, 2014
May 30, 2015
May 22, 2015
May 23, 2015
Dec 11, 2014
Dec 13, 2014

Repository files navigation

https://travis-ci.org/h5py/h5py.png

HDF5 for Python

Websites

For advanced installation options, see http://docs.h5py.org.

Prerequisites

You need, at a minimum:

  • Python 2.6, 2.7, 3.2, 3.3, or 3.4
  • NumPy 1.6.1 or later
  • The "six" package for Python 2/3 compatibility

To build on UNIX:

  • HDF5 1.8.4 or later (on Windows, HDF5 comes with h5py)
  • Cython 0.17 or later
  • If using Python 2.6, unittest2 is needed to run the tests

Installing on Windows

Download an installer from http://www.h5py.org and run it.

Installing on UNIX

Via pip (recommended):

pip install h5py

From a release tarball or Git checkout:

python setup.py build
python setup.py test # optional
[sudo] python setup.py install

Reporting bugs

Open a bug at http://github.com/h5py/h5py/issues. For general questions, ask on the list (https://groups.google.com/d/forum/h5py).

About

HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.6%
  • C 5.9%
  • Other 1.5%