H5py Wrappers (H5pyWrappers)
h5pywrappers is a simple Python library that contains several functions used
to facilitate loading data from and saving data to HDF5 files. These functions
are wrappers that call functions from the h5py library.
The source code can be found in the h5pywrappers GitHub repository.
Instructions for installing and uninstalling h5pywrappers
For instructions on installing the h5pywrappers library, see the
Instructions for installing and uninstalling h5pywrappers page.
Learning how to use h5pywrappers
For those new to the h5pywrappers library, it is recommended that they take
a look at the Examples page, which contain code examples that show
how one can use the h5pywrappers library. While going through the examples,
readers can consult the h5pywrappers reference guide to understand what each line
of code is doing.
Contents
- Home
- 1. Instructions for installing and uninstalling
h5pywrappers - 2. Reference
- 2.1. h5pywrappers.attr
- 2.1.1. h5pywrappers.attr.load
- 2.1.2. h5pywrappers.attr.save
- 2.1.3. h5pywrappers.attr.ID
IDID.core_attrsID.de_pre_serialization_funcsID.de_pre_serialize()ID.dump()ID.dumps()ID.get_core_attrs()ID.get_de_pre_serialization_funcs()ID.get_pre_serialization_funcs()ID.get_validation_and_conversion_funcs()ID.load()ID.loads()ID.pre_serialization_funcsID.pre_serialize()ID.update()ID.validation_and_conversion_funcs
- 2.2. h5pywrappers.dataset
- 2.3. h5pywrappers.datasubset
- 2.3.1. h5pywrappers.datasubset.load
- 2.3.2. h5pywrappers.datasubset.save
- 2.3.3. h5pywrappers.datasubset.ID
IDID.core_attrsID.de_pre_serialization_funcsID.de_pre_serialize()ID.dump()ID.dumps()ID.get_core_attrs()ID.get_de_pre_serialization_funcs()ID.get_pre_serialization_funcs()ID.get_validation_and_conversion_funcs()ID.load()ID.loads()ID.pre_serialization_funcsID.pre_serialize()ID.update()ID.validation_and_conversion_funcs
- 2.4. h5pywrappers.group
- 2.5. h5pywrappers.json
- 2.6. h5pywrappers.obj
- 2.6.1. h5pywrappers.obj.load
- 2.6.2. h5pywrappers.obj.ID
IDID.core_attrsID.de_pre_serialization_funcsID.de_pre_serialize()ID.dump()ID.dumps()ID.get_core_attrs()ID.get_de_pre_serialization_funcs()ID.get_pre_serialization_funcs()ID.get_validation_and_conversion_funcs()ID.load()ID.loads()ID.pre_serialization_funcsID.pre_serialize()ID.update()ID.validation_and_conversion_funcs
- 2.7. h5pywrappers.scalar
- 2.8. h5pywrappers.version
- 2.1. h5pywrappers.attr
- 3. Examples
- 4. License