.cookiecutter.yaml
.editorconfig
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Justfile
LICENSE
README.md
pyproject.toml
setup.py
.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/__init__.py
bioio/example.py
bioio/py.typed
bioio.egg-info/PKG-INFO
bioio.egg-info/SOURCES.txt
bioio.egg-info/dependency_links.txt
bioio.egg-info/entry_points.txt
bioio.egg-info/not-zip-safe
bioio.egg-info/requires.txt
bioio.egg-info/top_level.txt
bioio/bin/__init__.py
bioio/bin/str_len.py
bioio/tests/conftest.py
bioio/tests/test_example.py
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat