.copier-answers.yml
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/task.md
.github/workflows/test_and_deploy.yml
.napari-hub/DESCRIPTION.md
.napari-hub/config.yml
src/filament_toolbox/__init__.py
src/filament_toolbox/_reader.py
src/filament_toolbox/_sample_data.py
src/filament_toolbox/_version.py
src/filament_toolbox/_widget.py
src/filament_toolbox/napari.yaml
src/filament_toolbox.egg-info/PKG-INFO
src/filament_toolbox.egg-info/SOURCES.txt
src/filament_toolbox.egg-info/dependency_links.txt
src/filament_toolbox.egg-info/entry_points.txt
src/filament_toolbox.egg-info/requires.txt
src/filament_toolbox.egg-info/top_level.txt
src/filament_toolbox/lib/__init__.py
src/filament_toolbox/lib/array_util.py
src/filament_toolbox/lib/filter.py
src/filament_toolbox/lib/measure.py
src/filament_toolbox/lib/metric.py
src/filament_toolbox/lib/ml.py
src/filament_toolbox/lib/morphology.py
src/filament_toolbox/lib/napari_util.py
src/filament_toolbox/lib/qtutil.py
src/filament_toolbox/lib/segmentation.py
src/filament_toolbox/lib/swc.py
src/filament_toolbox/lib/tracing.py
src/filament_toolbox/lib/transform.py
src/filament_toolbox/tests/__init__.py
src/filament_toolbox/tests/test_reader.py
src/filament_toolbox/tests/test_sample_data.py
src/filament_toolbox/tests/test_widget.py