h5py is a thin, pythonic wrapper around the HDF5, which runs on Python 3 (3.6+).
- Main website: https://www.h5py.org
- Source code: https://github.com/h5py/h5py
- Mailing list: https://groups.google.com/d/forum/h5py
Pre-build h5py can either be installed via your Python Distribution (e.g. Continuum Anaconda, Enthought Canopy) or from PyPI via pip. h5py is also distributed in many Linux Distributions (e.g. Ubuntu, Fedora), and in the MacOS package managers Homebrew, Macports, or Fink.
More detailed installation instructions, including how to install h5py with MPI support, can be found at: https://docs.h5py.org/en/latest/build.html.
Open a bug at https://github.com/h5py/h5py/issues. For general questions, ask on the list (https://groups.google.com/d/forum/h5py).