.bumpversion.cfg
.gitignore
.isort.cfg
.pre-commit-config.yaml
LICENSE.txt
README.rst
setup.py
.github/workflows/omero_plugin.yml
.github/workflows/publish_pypi.yml
.omeroci/py-setup
src/omero/plugins/zarr.py
src/omero_cli_zarr.egg-info/PKG-INFO
src/omero_cli_zarr.egg-info/SOURCES.txt
src/omero_cli_zarr.egg-info/dependency_links.txt
src/omero_cli_zarr.egg-info/requires.txt
src/omero_cli_zarr.egg-info/top_level.txt
src/omero_zarr/__init__.py
src/omero_zarr/_version.py
src/omero_zarr/cli.py
src/omero_zarr/import_xml.py
src/omero_zarr/masks.py
src/omero_zarr/raw_pixels.py
src/omero_zarr/util.py
src/omero_zarr/zarr_import.py
test/integration/clitest/__init__.py
test/integration/clitest/test_export.py
test/integration/clitest/test_import.py