.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
.github/workflows/docs.yml
bioio_base/__init__.py
bioio_base/constants.py
bioio_base/dimensions.py
bioio_base/exceptions.py
bioio_base/image_container.py
bioio_base/io.py
bioio_base/noop_reader.py
bioio_base/py.typed
bioio_base/reader.py
bioio_base/reader_metadata.py
bioio_base/test_utilities.py
bioio_base/transforms.py
bioio_base/types.py
bioio_base.egg-info/PKG-INFO
bioio_base.egg-info/SOURCES.txt
bioio_base.egg-info/dependency_links.txt
bioio_base.egg-info/not-zip-safe
bioio_base.egg-info/requires.txt
bioio_base.egg-info/top_level.txt
bioio_base/tests/__init__.py
bioio_base/tests/conftest.py
bioio_base/tests/test_dimensions.py
bioio_base/tests/test_io.py
bioio_base/tests/test_transforms.py
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst