.gitignore
.pre-commit-config.yaml
README.md
conda_config.yml
mypy.ini
pyproject.toml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/deploy.yaml
.github/workflows/docs.yaml
.github/workflows/mypy.yaml
.github/workflows/tests.yaml
src/motile_toolbox/__init__.py
src/motile_toolbox.egg-info/PKG-INFO
src/motile_toolbox.egg-info/SOURCES.txt
src/motile_toolbox.egg-info/dependency_links.txt
src/motile_toolbox.egg-info/requires.txt
src/motile_toolbox.egg-info/top_level.txt
src/motile_toolbox/candidate_graph/__init__.py
src/motile_toolbox/candidate_graph/compute_graph.py
src/motile_toolbox/candidate_graph/conflict_sets.py
src/motile_toolbox/candidate_graph/graph_attributes.py
src/motile_toolbox/candidate_graph/graph_to_nx.py
src/motile_toolbox/candidate_graph/iou.py
src/motile_toolbox/candidate_graph/utils.py
src/motile_toolbox/utils/__init__.py
src/motile_toolbox/utils/loading_utils.py
src/motile_toolbox/utils/relabel_segmentation.py
src/motile_toolbox/visualization/__init__.py
src/motile_toolbox/visualization/napari_utils.py
src/motile_toolbox/visualization/plot_motile_graphs.py
tests/conftest.py
tests/data/attribution.md
tests/data/sample_tracks.csv
tests/test_candidate_graph/test_compute_graph.py
tests/test_candidate_graph/test_conflict_sets.py
tests/test_candidate_graph/test_graph_to_nx.py
tests/test_candidate_graph/test_iou.py
tests/test_candidate_graph/test_utils.py
tests/test_utils/test_loading_utils.py
tests/test_utils/test_relabel_segmentation.py
tests/visualization/test_plot.py