.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
LICENSE
README.md
pyproject.toml
setup.py
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/build-documentation.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/notebooks/README.md
src/koffi/__init__.py
src/koffi/_version.py
src/koffi/koffi.py
src/koffi/script.py
src/koffi.egg-info/PKG-INFO
src/koffi.egg-info/SOURCES.txt
src/koffi.egg-info/dependency_links.txt
src/koffi.egg-info/requires.txt
src/koffi.egg-info/top_level.txt
src/koffi_tools/__init__.py
src/koffi_tools/image_metadata.py
src/koffi_tools/potential_source.py
tests/__init__.py
tests/koffi_test_helpers.py
tests/test_image_metadata.py
tests/test_koffi_search.py
tests/test_potential_source.py
tests/koffi/conftest.py