.cookiecutter.yaml
.editorconfig
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Justfile
LICENSE
README.md
pyproject.toml
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
bioio_ome_zarr/__init__.py
bioio_ome_zarr/py.typed
bioio_ome_zarr/reader.py
bioio_ome_zarr/reader_metadata.py
bioio_ome_zarr/utils.py
bioio_ome_zarr.egg-info/PKG-INFO
bioio_ome_zarr.egg-info/SOURCES.txt
bioio_ome_zarr.egg-info/dependency_links.txt
bioio_ome_zarr.egg-info/entry_points.txt
bioio_ome_zarr.egg-info/not-zip-safe
bioio_ome_zarr.egg-info/requires.txt
bioio_ome_zarr.egg-info/top_level.txt
bioio_ome_zarr/tests/__init__.py
bioio_ome_zarr/tests/conftest.py
bioio_ome_zarr/tests/test_reader.py
bioio_ome_zarr/tests/test_s3_read.py
scripts/TEST_RESOURCES_HASH.txt
scripts/download_test_resources.py
scripts/upload_test_resources.py