.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
.github/workflows/README.md
.github/workflows/deploy.yml
.github/workflows/docs.yml
.github/workflows/test.yml
docs/configuration.md
docs/contributing.md
docs/faq.md
docs/index.md
docs/installation.md
docs/quickstart.md
docs/testing.md
docs/usage.md
docs/modes/dataset.md
docs/modes/histogram.md
docs/modes/jump.md
docs/modes/normal.md
docs/modes/overview.md
docs/modes/plotting.md
docs/modes/search.md
docs/modes/window.md
src/h5forest/__init__.py
src/h5forest/_version.py
src/h5forest/config.py
src/h5forest/dataset_prompts.py
src/h5forest/errors.py
src/h5forest/fuzzy.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_funcs.py
src/h5forest/bindings/hist_funcs.py
src/h5forest/bindings/jump_funcs.py
src/h5forest/bindings/normal_funcs.py
src/h5forest/bindings/plot_funcs.py
src/h5forest/bindings/search_funcs.py
src/h5forest/bindings/tree_funcs.py
src/h5forest/bindings/utils.py
src/h5forest/bindings/window_funcs.py
src/h5forest/data/default_config.yaml
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/fixtures/create_fixtures.py
tests/unit/__init__.py
tests/unit/test_app_bindings.py
tests/unit/test_basic_functionality.py
tests/unit/test_dataset_bindings.py
tests/unit/test_dataset_prompts.py
tests/unit/test_errors.py
tests/unit/test_fuzzy_search.py
tests/unit/test_h5_forest.py
tests/unit/test_h5forest_properties.py.bak
tests/unit/test_hist_bindings.py
tests/unit/test_jump_bindings.py
tests/unit/test_lazy_search.py
tests/unit/test_node.py
tests/unit/test_node_advanced.py
tests/unit/test_plot_bindings.py
tests/unit/test_plotting.py
tests/unit/test_progress.py
tests/unit/test_search_bindings.py
tests/unit/test_styles.py
tests/unit/test_tree.py
tests/unit/test_tree_bindings.py
tests/unit/test_utils.py
tests/unit/test_window_bindings.py