.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/plugin_preview.yml
.github/workflows/test_and_deploy.yml
.napari/DESCRIPTION.md
.napari/config.yaml
src/workshop_demo/__init__.py
src/workshop_demo/_constants.py
src/workshop_demo/_dock_widget.py
src/workshop_demo/_reader.py
src/workshop_demo/_version.py
src/workshop_demo/_writer.py
src/workshop_demo/napari.yaml
src/workshop_demo.egg-info/PKG-INFO
src/workshop_demo.egg-info/SOURCES.txt
src/workshop_demo.egg-info/dependency_links.txt
src/workshop_demo.egg-info/entry_points.txt
src/workshop_demo.egg-info/requires.txt
src/workshop_demo.egg-info/top_level.txt
src/workshop_demo/_tests/__init__.py
src/workshop_demo/_tests/test_dock_widget.py
src/workshop_demo/_tests/test_reader.py
src/workshop_demo/_tests/test_writer.py