.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/debug.yml
.github/workflows/release.yml
assets/screenshot.png
pyapp/build.py
pyapp/requirements.template-linux.txt
pyapp/requirements.template-windows.txt
pyapp/pyapp-latest/.gitattributes
pyapp/pyapp-latest/.gitignore
pyapp/pyapp-latest/.linkcheckerrc
pyapp/pyapp-latest/.rustfmt.toml
pyapp/pyapp-latest/Cargo.lock
pyapp/pyapp-latest/Cargo.toml
pyapp/pyapp-latest/README.md
pyapp/pyapp-latest/build.rs
pyapp/pyapp-latest/hatch.toml
pyapp/pyapp-latest/mkdocs.yml
pyapp/pyapp-latest/.cargo/config.toml
pyapp/pyapp-latest/.github/FUNDING.yml
pyapp/pyapp-latest/.github/dependabot.yml
pyapp/pyapp-latest/.github/workflows/dependabot-auto-merge.yml
pyapp/pyapp-latest/.github/workflows/docs-dev.yml
pyapp/pyapp-latest/.github/workflows/docs-latest.yml
pyapp/pyapp-latest/.github/workflows/docs.yml
pyapp/pyapp-latest/.github/workflows/publish.yml
pyapp/pyapp-latest/.github/workflows/test.yml
pyapp/pyapp-latest/docs/build.md
pyapp/pyapp-latest/docs/changelog.md
pyapp/pyapp-latest/docs/examples.md
pyapp/pyapp-latest/docs/how-to.md
pyapp/pyapp-latest/docs/index.md
pyapp/pyapp-latest/docs/runtime.md
pyapp/pyapp-latest/docs/users.md
pyapp/pyapp-latest/docs/.snippets/abbrs.txt
pyapp/pyapp-latest/docs/.snippets/links.txt
pyapp/pyapp-latest/docs/assets/css/custom.css
pyapp/pyapp-latest/docs/assets/images/example-build.gif
pyapp/pyapp-latest/docs/assets/images/example-run.gif
pyapp/pyapp-latest/docs/config/cli.md
pyapp/pyapp-latest/docs/config/distribution.md
pyapp/pyapp-latest/docs/config/installation.md
pyapp/pyapp-latest/docs/config/project.md
pyapp/pyapp-latest/scripts/update_distributions.py
pyapp/pyapp-latest/scripts/validate_options.py
pyapp/pyapp-latest/src/app.rs
pyapp/pyapp-latest/src/compression.rs
pyapp/pyapp-latest/src/distribution.rs
pyapp/pyapp-latest/src/fs_utils.rs
pyapp/pyapp-latest/src/main.rs
pyapp/pyapp-latest/src/network.rs
pyapp/pyapp-latest/src/process.rs
pyapp/pyapp-latest/src/terminal.rs
pyapp/pyapp-latest/src/commands/cli.rs
pyapp/pyapp-latest/src/commands/mod.rs
pyapp/pyapp-latest/src/commands/self_cmd/cli.rs
pyapp/pyapp-latest/src/commands/self_cmd/metadata.rs
pyapp/pyapp-latest/src/commands/self_cmd/mod.rs
pyapp/pyapp-latest/src/commands/self_cmd/pip.rs
pyapp/pyapp-latest/src/commands/self_cmd/python.rs
pyapp/pyapp-latest/src/commands/self_cmd/python_path.rs
pyapp/pyapp-latest/src/commands/self_cmd/remove.rs
pyapp/pyapp-latest/src/commands/self_cmd/restore.rs
pyapp/pyapp-latest/src/commands/self_cmd/update.rs
pyapp/pyapp-latest/src/commands/self_cmd/cache/cli.rs
pyapp/pyapp-latest/src/commands/self_cmd/cache/dist.rs
pyapp/pyapp-latest/src/commands/self_cmd/cache/mod.rs
pyapp/pyapp-latest/src/commands/self_cmd/cache/pip.rs
pyapp/pyapp-latest/src/commands/self_cmd/cache/uv.rs
pyapp/pyapp-latest/src/embed/distribution
pyapp/pyapp-latest/src/embed/project
src/depalma_napari_omero/__init__.py
src/depalma_napari_omero/__main__.py
src/depalma_napari_omero/_version.py
src/depalma_napari_omero/cli.py
src/depalma_napari_omero/napari.yaml
src/depalma_napari_omero.egg-info/PKG-INFO
src/depalma_napari_omero.egg-info/SOURCES.txt
src/depalma_napari_omero.egg-info/dependency_links.txt
src/depalma_napari_omero.egg-info/entry_points.txt
src/depalma_napari_omero.egg-info/requires.txt
src/depalma_napari_omero.egg-info/top_level.txt
src/depalma_napari_omero/omero_client/__init__.py
src/depalma_napari_omero/omero_client/_client.py
src/depalma_napari_omero/omero_client/_compute.py
src/depalma_napari_omero/omero_client/_project.py
src/depalma_napari_omero/omero_client/omero_config.py
src/depalma_napari_omero/omero_widget/__init__.py
src/depalma_napari_omero/omero_widget/_widget.py
src/depalma_napari_omero/omero_widget/_worker.py