h5py 2.0.0
Read and write HDF5 files from Python
The h5py package provides both a high- and low-level interface to the HDF5 library from Python. The low-level interface is intended to be a complete wrapping of the HDF5 API, while the high-level component supports access to HDF5 files, datasets and groups using established Python and NumPy concepts.
A strong emphasis on automatic conversion between Python (Numpy) datatypes and data structures and their HDF5 equivalents vastly simplifies the process of reading and writing data from Python.
Supports HDF5 versions 1.8.2 and higher. On Windows, HDF5 is included with the installer.
- Author: Andrew Collette
- Home Page: http://h5py.alfven.org
- Download URL: http://code.google.com/p/h5py/downloads/list
- Requires numpy (>=1.0.1)
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- Intended Audience :: Information Technology
- Intended Audience :: Science/Research
- License :: OSI Approved :: BSD License
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX :: Linux
- Operating System :: Unix
- Programming Language :: Python
- Topic :: Database
- Topic :: Scientific/Engineering
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: h5py
- DOAP record: h5py-2.0.0.xml
