.cookiecutter.yaml
.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Justfile
LICENSE
MANIFEST.in
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
.github/workflows/performance.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/writers/__init__.py
bioio_ome_zarr/writers/config.py
bioio_ome_zarr/writers/metadata.py
bioio_ome_zarr/writers/ome_zarr_writer.py
bioio_ome_zarr/writers/utils.py
scripts/benchmark.py