h5py/h5py
HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format. observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 98
- Release rhythm 49
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 117.5
- age_days: 5095
- days_rel: 180
- days_push: 12
- n_releases_24m: 7
Adoption not part of the score
2249 stars · 564 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
h5py is a Pythonic wrapper around the HDF5 binary data format, built on a Cython binding of the HDF5 C API. It lets you store and manipulate huge amounts of numerical data from NumPy, including slicing multi-terabyte datasets on disk as if they were in-memory arrays.
Use cases
- store large numerical datasets in HDF5 files from Python
- read and slice multi-terabyte datasets on disk like NumPy arrays
- exchange scientific data with MATLAB or IDL users
- organize thousands of datasets in a single tagged file
- access low-level HDF5 C API features from Python
- work with HDF5 files with MPI parallel support
When to choose
- you need to persist large NumPy arrays or hierarchical numerical data in a standard binary format
- you want out-of-core access to datasets too big for memory
- you need interoperability with other HDF5 tools like MATLAB, IDL, or PyTables
When to avoid
- you only need simple tabular data where CSV, Parquet, or SQLite suffice
- you need a database with querying and indexing rather than a file format
- you work outside the Python/NumPy ecosystem and can use the HDF5 C library directly
Facets
library · maturity stable
serialization file-system data-science data-science files developer-tools python cross-platform windows hdf5 numpy binary-data-format scientific-computing large-datasets linux macos
2 sources
- readme: https://github.com/h5py/h5py · fetched 2026-08-28 · 06bfb8ef3304
- homepage: http://www.h5py.org · fetched 2026-08-29 · ccf773c9add7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| h5py/h5py | main | 81 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem