Welcome to the h5py_wrapper

This is the documentation of the h5py_wrapper.

Introduction

h5py_wrapper

Wrapper to conveniently store arbitrarily nested python dictionaries to hdf5 files.

The dictionaries are stored in an hdf5 file by creating groups for every level and a dataset for the value in the lowest level.

Functions

  • save : store nested dictionary in hdf5 file
  • load : load nested dictionary from hdf5 file

API reference

Supported data types

Conversion from old releases

Indices and tables