bamboost.core.hdf5
file
This module provides an enhanced interface for working with HDF5 files. Its main goal is to provide automatic file management with heavy caching to limit file access to a minimum.
hdf5path
ref
This module provides a high-level abstraction for working with HDF5 (`h5py`) groups and datasets. It is built on the concept of describing an object in the file with a reference to it (deterministic reference: a file instance, and a path inside the HDF file).
filemap
attrsdict
This module provides `AttrsDict`, a dictionary-like object that is synced with the attributes of a group in the HDF5 file.