.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/dependabot.yml
.github/incomplete_workflows/build_zipapp.yml
.github/workflows/auto_test.yml
.github/workflows/publish_to_pypi.yml
.github/workflows/publish_to_testpypi.yml
scripts/build_zipapp.py
scripts/detail_this_python.py
scripts/print_python_versions.py
src/ducktools/pythonfinder/__init__.py
src/ducktools/pythonfinder/__main__.py
src/ducktools/pythonfinder/_version.py
src/ducktools/pythonfinder/details_script.py
src/ducktools/pythonfinder/shared.py
src/ducktools/pythonfinder/darwin/__init__.py
src/ducktools/pythonfinder/linux/__init__.py
src/ducktools/pythonfinder/linux/pyenv_search.py
src/ducktools/pythonfinder/win32/__init__.py
src/ducktools/pythonfinder/win32/pyenv_search.py
src/ducktools/pythonfinder/win32/registry_search.py
src/ducktools_pythonfinder.egg-info/PKG-INFO
src/ducktools_pythonfinder.egg-info/SOURCES.txt
src/ducktools_pythonfinder.egg-info/dependency_links.txt
src/ducktools_pythonfinder.egg-info/requires.txt
src/ducktools_pythonfinder.egg-info/top_level.txt
tests/test_details_script.py
tests/test_foldersearch.py
tests/test_pyenv.py
tests/test_shared.py
tests/sources/python_versions.txt