README.md
pyproject.toml
sherd/__init__.py
sherd/__main__.py
sherd/main.py
sherd.egg-info/PKG-INFO
sherd.egg-info/SOURCES.txt
sherd.egg-info/dependency_links.txt
sherd.egg-info/requires.txt
sherd.egg-info/top_level.txt
sherd/core/__init__.py
sherd/core/axis.py
sherd/core/batch_processor.py
sherd/core/calibration.py
sherd/core/contour.py
sherd/core/exporter.py
sherd/core/profile.py
sherd/core/segmentation.py
sherd/models/__init__.py
sherd/models/settings.py
sherd/models/sherd_state.py
sherd/ui/__init__.py
sherd/ui/axis_items.py
sherd/ui/batch_dialog.py
sherd/ui/calibration_dialog.py
sherd/ui/correction_scene.py
sherd/ui/export_dialog.py
sherd/ui/image_panel.py
sherd/ui/main_window.py
sherd/ui/preview_panel.py
sherd/ui/shortcuts_dialog.py
sherd/ui/theme.py
sherd/ui/tools_panel.py
sherd/ui/workers.py
sherd/utils/__init__.py
sherd/utils/image_io.py
sherd/utils/sidecar.py
sherd/utils/svg_utils.py
tests/test_axis.py
tests/test_calibration.py
tests/test_contour.py
tests/test_exporter.py
tests/test_image_io.py
tests/test_profile.py
tests/test_segmentation.py
tests/test_sidecar.py