.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/release.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/napari_multi_channel_surface/__init__.py
src/napari_multi_channel_surface/_reader.py
src/napari_multi_channel_surface/_sample_data.py
src/napari_multi_channel_surface/_version.py
src/napari_multi_channel_surface/_widget.py
src/napari_multi_channel_surface/_writer.py
src/napari_multi_channel_surface/napari.yaml
src/napari_multi_channel_surface.egg-info/PKG-INFO
src/napari_multi_channel_surface.egg-info/SOURCES.txt
src/napari_multi_channel_surface.egg-info/dependency_links.txt
src/napari_multi_channel_surface.egg-info/entry_points.txt
src/napari_multi_channel_surface.egg-info/requires.txt
src/napari_multi_channel_surface.egg-info/top_level.txt
src/napari_multi_channel_surface/data/bunny_xyz.vtu
tests/__init__.py
tests/conftest.py
tests/test_conftest.py
tests/test_reader.py
tests/test_sample_data.py
tests/test_widget.py
tests/test_writer.py