utilities and wrappers for working with HDF archives.
a dataset specification (dset_path) is the concatenation (`:` is used
as a separator) of the path to the HDF file and the dataset name. All
datasets hang on the root.
|
__parse(path,
PATT=re.compile(r'( .+ \.h5) :( .+ ) ')) |
source code
|
|
|
|
|
|
|
|
|
join(path,
dsname)
join archname with basename |
source code
|
|
|
save_object(file_path,
key,
obj)
atomic save operation |
source code
|
|
|
load_object(file_path,
key)
atomic load operation |
source code
|
|
|
dset_path(path)
a checker for correct specification of an archive path |
source code
|
|