API
Objects
High-level
Class for managing dictionaries backed on h5 files. |
|
Class for managing lists backed on h5 files. |
|
Wrapper around Dataset objects to interface with numpy's API. |
|
An enumeration. |
Low-level
A subclass of h5py.File that implements pickling. |
|
A subclass of h5py.Group that implements pickling, and to create new groups and datasets of the right type (i.e. |
|
A subclass of h5py.Dataset that implements pickling. |
|
Manage attributes of a File, Group or Dataset. |
Read/write
Read an object from a .h5 file |
|
Write an array-like object to a H5 dataset. |
|
Write multiple array-like objects to H5 datasets. |
|
Write any object to a H5 file. |
|
Write multiple objects of any type to a H5 file. |
Array creation routines
Error management
|