LICENSE
README.md
pyproject.toml
src/segfix/__init__.py
src/segfix/__main__.py
src/segfix/_update_helper.py
src/segfix/analysis.py
src/segfix/app.py
src/segfix/cloudview.py
src/segfix/density.py
src/segfix/density_ui.py
src/segfix/export.py
src/segfix/icons.py
src/segfix/io.py
src/segfix/lasso.py
src/segfix/model.py
src/segfix/operations.py
src/segfix/overlays.py
src/segfix/progress_ui.py
src/segfix/registry.py
src/segfix/scene_ui.py
src/segfix/shift_ui.py
src/segfix/startup_ui.py
src/segfix/theme.py
src/segfix/treecatalog.py
src/segfix/update.py
src/segfix/viewer.py
src/segfix/widgets.py
src/segfix/workspace.py
src/segfix.egg-info/PKG-INFO
src/segfix.egg-info/SOURCES.txt
src/segfix.egg-info/dependency_links.txt
src/segfix.egg-info/entry_points.txt
src/segfix.egg-info/requires.txt
src/segfix.egg-info/top_level.txt
tests/test_analysis.py
tests/test_cluster_gap.py
tests/test_core.py
tests/test_density.py
tests/test_density_ui.py
tests/test_export.py
tests/test_lasso.py
tests/test_progress_ui.py
tests/test_projection_and_selection.py
tests/test_registry.py
tests/test_rgb.py
tests/test_shift_ui.py
tests/test_startup_update.py
tests/test_theme.py
tests/test_treecatalog.py
tests/test_update.py
tests/test_update_helper.py
tests/test_view_buttons.py
tests/test_widget_visibility.py
tests/test_workspace.py