.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/test_and_deploy.yml
.napari-hub/DESCRIPTION.md
src/napari_SMLMLAB.egg-info/PKG-INFO
src/napari_SMLMLAB.egg-info/SOURCES.txt
src/napari_SMLMLAB.egg-info/dependency_links.txt
src/napari_SMLMLAB.egg-info/entry_points.txt
src/napari_SMLMLAB.egg-info/requires.txt
src/napari_SMLMLAB.egg-info/top_level.txt
src/smlmlab/__init__.py
src/smlmlab/_widget.py
src/smlmlab/gui.py
src/smlmlab/gui.ui
src/smlmlab/napari.yaml
src/smlmlab/_tests/__init__.py
src/smlmlab/_tests/test_widget.py
src/smlmlab/utils/__init__.py
src/smlmlab/utils/compute_utils.py
src/smlmlab/utils/events_utils.py
src/smlmlab/utils/import_utils.py
src/smlmlab/utils/loc_utils.py
src/smlmlab/utils/picasso_utils.py
src/smlmlab/utils/plot_utils.py
src/smlmlab/utils/undrift_utils.py
src/smlmlab/utils/viewer_utils.py