h5py 2.9.0


pip install h5py==2.9.0

Project Links

Meta
Author: Andrew Collette
Maintainer: Andrew Collette

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers
  • Information Technology
  • Science/Research

License
  • OSI Approved :: BSD License

Programming Language
  • Cython
  • Python
  • Python :: 2
  • Python :: 2.7
  • Python :: 3
  • Python :: 3.4
  • Python :: 3.5
  • Python :: 3.6
  • Python :: Implementation :: CPython

Topic
  • Scientific/Engineering
  • Database
  • Software Development :: Libraries :: Python Modules

Operating System
  • Unix
  • POSIX :: Linux
  • MacOS :: MacOS X
  • Microsoft :: Windows

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.4 and higher. On Windows, HDF5 is included with the installer.

Wheel compatibility matrix

Platform CPython 2.7 CPython 3.4 CPython 3.5 CPython 3.6 CPython 3.7 CPython 3.8 CPython (wide) 2.7
macosx_10_10_intel
macosx_10_10_x86_64
macosx_10_6_intel
macosx_10_9_intel
macosx_10_9_x86_64
manylinux1_i686
manylinux1_x86_64
win32
win_amd64

Files in release

h5py-2.9.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (5.8MiB)
h5py-2.9.0-cp27-cp27m-manylinux1_i686.whl (2.3MiB)
h5py-2.9.0-cp27-cp27m-manylinux1_x86_64.whl (2.6MiB)
h5py-2.9.0-cp27-cp27m-win32.whl (2.0MiB)
h5py-2.9.0-cp27-cp27m-win_amd64.whl (2.2MiB)
h5py-2.9.0-cp27-cp27mu-manylinux1_i686.whl (2.3MiB)
h5py-2.9.0-cp27-cp27mu-manylinux1_x86_64.whl (2.6MiB)
h5py-2.9.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (5.8MiB)
h5py-2.9.0-cp34-cp34m-manylinux1_i686.whl (2.3MiB)
h5py-2.9.0-cp34-cp34m-manylinux1_x86_64.whl (2.7MiB)
h5py-2.9.0-cp34-cp34m-win32.whl (2.0MiB)
h5py-2.9.0-cp34-cp34m-win_amd64.whl (2.2MiB)
h5py-2.9.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (5.9MiB)
h5py-2.9.0-cp35-cp35m-manylinux1_i686.whl (2.3MiB)
h5py-2.9.0-cp35-cp35m-manylinux1_x86_64.whl (2.7MiB)
h5py-2.9.0-cp35-cp35m-win32.whl (1.9MiB)
h5py-2.9.0-cp35-cp35m-win_amd64.whl (2.3MiB)
h5py-2.9.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (6.0MiB)
h5py-2.9.0-cp36-cp36m-manylinux1_i686.whl (2.4MiB)
h5py-2.9.0-cp36-cp36m-manylinux1_x86_64.whl (2.7MiB)
h5py-2.9.0-cp36-cp36m-win32.whl (1.9MiB)
h5py-2.9.0-cp36-cp36m-win_amd64.whl (2.3MiB)
h5py-2.9.0-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (5.9MiB)
h5py-2.9.0-cp37-cp37m-manylinux1_i686.whl (2.4MiB)
h5py-2.9.0-cp37-cp37m-manylinux1_x86_64.whl (2.7MiB)
h5py-2.9.0-cp37-cp37m-win32.whl (2.0MiB)
h5py-2.9.0-cp37-cp37m-win_amd64.whl (2.3MiB)
h5py-2.9.0-cp38-cp38-manylinux1_x86_64.whl (2.7MiB)
h5py-2.9.0.tar.gz (281.1KiB)
Extras: None
Dependencies:
numpy (>=1.7)
six