.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/deploy.yml
src/h5forest/__init__.py
src/h5forest/_version.py
src/h5forest/errors.py
src/h5forest/h5_forest.py
src/h5forest/node.py
src/h5forest/plotting.py
src/h5forest/progress.py
src/h5forest/styles.py
src/h5forest/tree.py
src/h5forest/utils.py
src/h5forest.egg-info/PKG-INFO
src/h5forest.egg-info/SOURCES.txt
src/h5forest.egg-info/dependency_links.txt
src/h5forest.egg-info/entry_points.txt
src/h5forest.egg-info/requires.txt
src/h5forest.egg-info/top_level.txt
src/h5forest/bindings/__init__.py
src/h5forest/bindings/bindings.py
src/h5forest/bindings/dataset_bindings.py
src/h5forest/bindings/hist_bindings.py
src/h5forest/bindings/jump_bindings.py
src/h5forest/bindings/plot_bindings.py
src/h5forest/bindings/tree_bindings.py
src/h5forest/bindings/window_bindings.py