Thin wrapper around h5py, inspired by camel


Keywords
hdf5, python
License
BSD-3-Clause
Install
pip install h5preserve==0.19.0

Documentation

Documentation Status Build Status Coverage Status Version License Wheel Format Supported versions Supported implemntations PyPI DOI Paper

h5preserve is a thin wrapper around h5py, inspired by camel.

Bug reports and suggestions should be filed at https://github.com/h5preserve/h5preserve/issues.

Installing h5preserve

h5preserve is distributed via PyPI, and can be installed via pip with:

pip install h5preserve

Note that h5preserve uses h5py, which may require a C compiler and the hdf5 library to install. See the h5py installation instructions for more information about how to install h5py.

To install a development version of h5preserve, clone this repository and use:

pip install -e .