.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/plugin_preview.yml
.github/workflows/test_and_deploy.yml
.napari/DESCRIPTION.md
src/test_plugin.py
src/_tests/__init__.py
src/_tests/test_widget.py
src/hesperos/__init__.py
src/hesperos/_manual_widget.py
src/hesperos/_oneshot_widget.py
src/hesperos/napari.yaml
src/hesperos.egg-info/PKG-INFO
src/hesperos.egg-info/SOURCES.txt
src/hesperos.egg-info/dependency_links.txt
src/hesperos.egg-info/entry_points.txt
src/hesperos.egg-info/requires.txt
src/hesperos.egg-info/top_level.txt
src/hesperos/annotation/__init__.py
src/hesperos/annotation/feta.py
src/hesperos/annotation/fetus.py
src/hesperos/annotation/oneshot.py
src/hesperos/annotation/shoulder.py
src/hesperos/annotation/structuresubpanel.py
src/hesperos/layout/__init__.py
src/hesperos/layout/gui_elements.py
src/hesperos/layout/napari_elements.py
src/hesperos/one_shot_learning/__init__.py
src/hesperos/one_shot_learning/classifier.py
src/hesperos/one_shot_learning/features2d.py
src/hesperos/one_shot_learning/features3d.py
src/hesperos/one_shot_learning/kernel.py
src/hesperos/one_shot_learning/utilities.py
src/hesperos/resources/__init__.py
src/hesperos/resources/_icons.py
src/hesperos/resources/icons/__init__.py
src/hesperos/resources/icons/backup.svg
src/hesperos/resources/icons/lock.svg
src/hesperos/resources/icons/reset.svg
src/hesperos/resources/icons/save.svg
src/hesperos/resources/icons/undo.svg
src/hesperos/resources/icons/unlock.svg
src/hesperos/resources/icons/zoom.svg