.gitignore
INSTALL.md
LICENSE.txt
MANIFEST.in
README.md
conda_env.yml
pyproject.toml
requirements.txt
docs/architecture.md
hypertool/__init__.py
hypertool/_version.py
hypertool.egg-info/PKG-INFO
hypertool.egg-info/SOURCES.txt
hypertool.egg-info/dependency_links.txt
hypertool.egg-info/entry_points.txt
hypertool.egg-info/requires.txt
hypertool.egg-info/scm_file_list.json
hypertool.egg-info/scm_version.json
hypertool.egg-info/top_level.txt
hypertool/adapters/__init__.py
hypertool/adapters/csv_io.py
hypertool/adapters/envi.py
hypertool/adapters/mask_formats.py
hypertool/adapters/matplot_viewer.py
hypertool/adapters/napari_viewer.py
hypertool/cli/__init__.py
hypertool/cli/analysis.py
hypertool/cli/classification.py
hypertool/cli/main.py
hypertool/cli/segmentation.py
hypertool/cli/visualization.py
hypertool/core/__init__.py
hypertool/core/contracts.py
hypertool/core/crops.py
hypertool/core/image.py
hypertool/core/masks.py
hypertool/core/models.py
hypertool/core/registry.py
hypertool/core/sampling.py
hypertool/core/shapes.py
tests/conftest.py
tests/adapters/test_csv_io.py
tests/adapters/test_envi.py
tests/adapters/test_mask_formats.py
tests/adapters/test_matplot_viewer.py
tests/adapters/test_napari_viewer.py
tests/core/test_contracts.py
tests/core/test_crops.py
tests/core/test_image.py
tests/core/test_masks.py
tests/core/test_models.py
tests/core/test_registry.py
tests/core/test_sampling.py
tests/core/test_shapes.py