Pretty print the entire layout of an hdf5 file, including attributes.
h5ls and h5dump are great when you know what you are looking for, however, I find them difficult to use when I am searching for the location of things like attributes. h5dir just gives a nice, compact, high-level overview of an hdf5 file to help with this.
- Free software: MIT license
h5dir can be installed using:
pip install git+https://github.com/smutch/h5dir.gith5dir FNAMECode written by Simon Mutch (smutch).
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
