This package browser is in early development. Mind the rough edges.

python-h5py

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.

Installation

Install the latest version of python-h5py as follows:

guix install python-h5py

Or install a particular version:

guix install python-h5py@3.13.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-h5py about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-h5py'><img src='https://packages.guix.gnu.org/packages/python-h5py/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-h5py/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-h5py)

Example Org:

[[https://packages.guix.gnu.org/packages/python-h5py][https://packages.guix.gnu.org/packages/python-h5py/badges/latest-version.svg]]