.gitignore
.pre-commit-config.yaml
Makefile
README.md
pyproject.toml
setup.cfg
tox.ini
.github/CODEOWNERS
.github/labels.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/labels.yml
.github/workflows/python-package.yml
.github/workflows/stale.yml
sbin/makefile-extract-documentation
sbin/rename-package
src/biocommons.example.egg-info/PKG-INFO
src/biocommons.example.egg-info/SOURCES.txt
src/biocommons.example.egg-info/dependency_links.txt
src/biocommons.example.egg-info/entry_points.txt
src/biocommons.example.egg-info/requires.txt
src/biocommons.example.egg-info/top_level.txt
src/biocommons.example.egg-info/zip-safe
src/biocommons/example/__init__.py
src/biocommons/example/__main__.py
src/biocommons/example/marvin.py
src/biocommons/example/marvin_adjacent_test.py
src/biocommons/example/quotes.yaml
src/biocommons/example/tests/__init__.py
src/biocommons/example/tests/conftest.py
src/biocommons/example/tests/marvin_subdir_test.py
tests/test_example.py
tests/test_marvin.py