h5py 3.13.0


pip install h5py

  Latest version

Released: Feb 18, 2025


Meta
Author: Andrew Collette
Maintainer: Andrew Collette
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers
  • Information Technology
  • Science/Research

License
  • OSI Approved :: BSD License

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

Programming Language
  • Cython
  • Python
  • Python :: 3
  • Python :: Implementation :: CPython

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

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.

Wheels are provided for several popular platforms, with an included copy of the HDF5 library (usually the latest version when h5py is released).

You can also build h5py from source with any HDF5 stable release from version 1.10.4 onwards, although naturally new HDF5 versions released after this version of h5py may not work. Odd-numbered minor versions of HDF5 (e.g. 1.13) are experimental, and may not be supported.

Wheel compatibility matrix

Platform CPython 3.9 CPython 3.10 CPython 3.11 CPython 3.12 CPython 3.13
macosx_10_13_x86_64
macosx_10_9_x86_64
macosx_11_0_arm64
manylinux2014_aarch64
manylinux2014_x86_64
manylinux_2_17_aarch64
manylinux_2_17_x86_64
win_amd64

Files in release

h5py-3.13.0-cp310-cp310-macosx_10_9_x86_64.whl (3.3MiB)
h5py-3.13.0-cp310-cp310-macosx_11_0_arm64.whl (2.8MiB)
h5py-3.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1MiB)
h5py-3.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3MiB)
h5py-3.13.0-cp310-cp310-win_amd64.whl (2.8MiB)
h5py-3.13.0-cp311-cp311-macosx_10_9_x86_64.whl (3.3MiB)
h5py-3.13.0-cp311-cp311-macosx_11_0_arm64.whl (2.8MiB)
h5py-3.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1MiB)
h5py-3.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3MiB)
h5py-3.13.0-cp311-cp311-win_amd64.whl (2.8MiB)
h5py-3.13.0-cp312-cp312-macosx_10_13_x86_64.whl (3.2MiB)
h5py-3.13.0-cp312-cp312-macosx_11_0_arm64.whl (2.8MiB)
h5py-3.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.5MiB)
h5py-3.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7MiB)
h5py-3.13.0-cp312-cp312-win_amd64.whl (2.8MiB)
h5py-3.13.0-cp313-cp313-macosx_10_13_x86_64.whl (3.2MiB)
h5py-3.13.0-cp313-cp313-macosx_11_0_arm64.whl (2.8MiB)
h5py-3.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4MiB)
h5py-3.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7MiB)
h5py-3.13.0-cp313-cp313-win_amd64.whl (2.8MiB)
h5py-3.13.0-cp39-cp39-macosx_10_9_x86_64.whl (3.3MiB)
h5py-3.13.0-cp39-cp39-macosx_11_0_arm64.whl (2.8MiB)
h5py-3.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1MiB)
h5py-3.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3MiB)
h5py-3.13.0-cp39-cp39-win_amd64.whl (2.8MiB)
h5py-3.13.0.tar.gz (405.2KiB)
Extras: None
Dependencies:
numpy (>=1.19.3)