.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_bioformats/__init__.py
bioio_bioformats/biofile.py
bioio_bioformats/coremeta.py
bioio_bioformats/py.typed
bioio_bioformats/reader.py
bioio_bioformats/reader_metadata.py
bioio_bioformats/utils.py
bioio_bioformats.egg-info/PKG-INFO
bioio_bioformats.egg-info/SOURCES.txt
bioio_bioformats.egg-info/dependency_links.txt
bioio_bioformats.egg-info/entry_points.txt
bioio_bioformats.egg-info/not-zip-safe
bioio_bioformats.egg-info/requires.txt
bioio_bioformats.egg-info/top_level.txt
bioio_bioformats/tests/__init__.py
bioio_bioformats/tests/conftest.py
bioio_bioformats/tests/test_reader.py
scripts/TEST_RESOURCES_HASH.txt
scripts/download_test_resources.py
scripts/upload_test_resources.py