.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
bioio_imageio/__init__.py
bioio_imageio/metadata_utils.py
bioio_imageio/py.typed
bioio_imageio/reader.py
bioio_imageio/reader_metadata.py
bioio_imageio.egg-info/PKG-INFO
bioio_imageio.egg-info/SOURCES.txt
bioio_imageio.egg-info/dependency_links.txt
bioio_imageio.egg-info/entry_points.txt
bioio_imageio.egg-info/not-zip-safe
bioio_imageio.egg-info/requires.txt
bioio_imageio.egg-info/top_level.txt
bioio_imageio/writers/__init__.py
bioio_imageio/writers/timeseries_writer.py
bioio_imageio/writers/two_d_writer.py