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.
- Versions: 3.13.0
- Website: https://www.h5py.org/
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]