LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
h5rdmtoolbox/__init__.py
h5rdmtoolbox/_cfg.py
h5rdmtoolbox/_repr.py
h5rdmtoolbox/_version.py
h5rdmtoolbox/cli.py
h5rdmtoolbox/consts.py
h5rdmtoolbox/errors.py
h5rdmtoolbox/identifiers.py
h5rdmtoolbox/plotting.py
h5rdmtoolbox/protected_attributes.py
h5rdmtoolbox/protocols.py
h5rdmtoolbox/tutorial.py
h5rdmtoolbox/user.py
h5rdmtoolbox/utils.py
h5rdmtoolbox.egg-info/PKG-INFO
h5rdmtoolbox.egg-info/SOURCES.txt
h5rdmtoolbox.egg-info/dependency_links.txt
h5rdmtoolbox.egg-info/entry_points.txt
h5rdmtoolbox.egg-info/requires.txt
h5rdmtoolbox.egg-info/top_level.txt
h5rdmtoolbox/convention/__init__.py
h5rdmtoolbox/convention/cfg.py
h5rdmtoolbox/convention/consts.py
h5rdmtoolbox/convention/core.py
h5rdmtoolbox/convention/errors.py
h5rdmtoolbox/convention/generate.py
h5rdmtoolbox/convention/references.py
h5rdmtoolbox/convention/standard_attributes.py
h5rdmtoolbox/convention/toolbox_validators.py
h5rdmtoolbox/convention/utils.py
h5rdmtoolbox/convention/ontology/__init__.py
h5rdmtoolbox/convention/ontology/h5ontocls.py
h5rdmtoolbox/convention/ontology/hdf_datatypes.py
h5rdmtoolbox/data/def_icon.png
h5rdmtoolbox/data/fluid-v1.yml
h5rdmtoolbox/data/h5tbx.yaml
h5rdmtoolbox/data/id_icon.png
h5rdmtoolbox/data/iri_icon.png
h5rdmtoolbox/data/ld_icon.png
h5rdmtoolbox/data/piv-v1.yml
h5rdmtoolbox/data/style.css
h5rdmtoolbox/data/tutorial_convention.yaml
h5rdmtoolbox/data/tutorial_standard_name_table.yaml
h5rdmtoolbox/data/type_icon.png
h5rdmtoolbox/database/__init__.py
h5rdmtoolbox/database/interface.py
h5rdmtoolbox/database/lazy.py
h5rdmtoolbox/database/mongo.py
h5rdmtoolbox/database/hdfdb/__init__.py
h5rdmtoolbox/database/hdfdb/filedb.py
h5rdmtoolbox/database/hdfdb/objdb.py
h5rdmtoolbox/database/hdfdb/query.py
h5rdmtoolbox/database/hdfdb/utils.py
h5rdmtoolbox/extensions/__init__.py
h5rdmtoolbox/extensions/magnitude.py
h5rdmtoolbox/extensions/normalize.py
h5rdmtoolbox/extensions/onto.py
h5rdmtoolbox/extensions/units.py
h5rdmtoolbox/extensions/vector.py
h5rdmtoolbox/gui/__init__.py
h5rdmtoolbox/gui/fairify.py
h5rdmtoolbox/gui/src/__init__.py
h5rdmtoolbox/gui/src/main.py
h5rdmtoolbox/layout/__init__.py
h5rdmtoolbox/layout/core.py
h5rdmtoolbox/ld/__init__.py
h5rdmtoolbox/ld/globals.py
h5rdmtoolbox/ld/rdf.py
h5rdmtoolbox/ld/shacl.py
h5rdmtoolbox/ld/utils.py
h5rdmtoolbox/ld/hdf/__init__.py
h5rdmtoolbox/ld/hdf/attributes.py
h5rdmtoolbox/ld/hdf/datasets.py
h5rdmtoolbox/ld/hdf/file.py
h5rdmtoolbox/ld/hdf/groups.py
h5rdmtoolbox/ld/user/__init__.py
h5rdmtoolbox/ld/user/attributes.py
h5rdmtoolbox/ld/user/datasets.py
h5rdmtoolbox/ld/user/file.py
h5rdmtoolbox/ld/user/groups.py
h5rdmtoolbox/repository/__init__.py
h5rdmtoolbox/repository/default_metamapper.py
h5rdmtoolbox/repository/interface.py
h5rdmtoolbox/repository/utils.py
h5rdmtoolbox/repository/zenodo/__init__.py
h5rdmtoolbox/repository/zenodo/core.py
h5rdmtoolbox/repository/zenodo/dcat.py
h5rdmtoolbox/repository/zenodo/foaf.py
h5rdmtoolbox/repository/zenodo/metadata.py
h5rdmtoolbox/repository/zenodo/tokens.py
h5rdmtoolbox/repository/zenodo/utils.py
h5rdmtoolbox/wrapper/__init__.py
h5rdmtoolbox/wrapper/accessor.py
h5rdmtoolbox/wrapper/core.py
h5rdmtoolbox/wrapper/ds_decoder.py
h5rdmtoolbox/wrapper/h5attr.py
h5rdmtoolbox/wrapper/h5ext.py
h5rdmtoolbox/wrapper/h5utils.py
h5rdmtoolbox/wrapper/h5yaml.py
h5rdmtoolbox/wrapper/jsonld.py
h5rdmtoolbox/wrapper/xr2hdf.py
h5rdmtoolbox/wrapper/accessors/__init__.py
h5rdmtoolbox/wrapper/accessors/provenance.py
tests/__init__.py
tests/clean_zenodo_sandbox.py
tests/test_cli.py
tests/test_config.py
tests/test_extensions.py
tests/test_identifiers.py
tests/test_plotting.py
tests/test_repr.py
tests/test_user.py
tests/test_utils.py
tests/test_version.py
tests/test_xarray_export.py
tests/conventions/__init__.py
tests/conventions/test_convention_vfuncs.py
tests/conventions/test_conventions.py
tests/conventions/test_engmeta.py
tests/conventions/test_references.py
tests/conventions/test_toolbox_validators.py
tests/conventions/test_utils.py
tests/database/__init__.py
tests/database/test_find_rdf.py
tests/database/test_hdfDB.py
tests/database/test_mongo.py
tests/layouts/__init__.py
tests/layouts/test_core.py
tests/layouts/test_docs.py
tests/ld/__init__.py
tests/ld/test_ld.py
tests/ld/test_rdf.py
tests/ld/test_shacl.py
tests/ld/test_user_graph.py
tests/ld/test_utils.py
tests/repository/__init__.py
tests/repository/test_zenodo.py
tests/wrapper/__init__.py
tests/wrapper/test_core.py
tests/wrapper/test_dump.py
tests/wrapper/test_file.py
tests/wrapper/test_h5ext.py
tests/wrapper/test_lazy.py
tests/wrapper/test_namespaces.py
tests/wrapper/test_xr2df.py