.dockerignore
.gitignore
CLAUDE.md
Dockerfile
LICENSE
MANIFEST.in
README.rst
SECURITY.md
lock-deps.sh
portable-python.yml
pyproject.toml
requirements.txt
tox.ini
.claude/settings.json
.github/workflows/release.yml
.github/workflows/tests.yml
docs/changelog.md
docs/index.md
docs/log.md
docs/overview.md
docs/release.md
docs/architecture/build-setup.md
docs/architecture/config.md
docs/architecture/cpython.md
docs/architecture/index.md
docs/architecture/module-builder.md
docs/architecture/ppg.md
docs/architecture/python-builder.md
docs/architecture/python-inspector.md
docs/cli/build-report.md
docs/cli/build.md
docs/cli/diagnostics.md
docs/cli/index.md
docs/cli/inspect.md
docs/cli/lib-auto-correct.md
docs/cli/list.md
docs/cli/recompress.md
docs/concepts/build-layout.md
docs/concepts/folder-masking.md
docs/concepts/index.md
docs/concepts/portability.md
docs/concepts/ppp-marker.md
docs/concepts/static-linking.md
docs/concepts/telltale-detection.md
docs/configuration/index.md
docs/configuration/portable-python-yml.md
docs/guides/add-a-config-option.md
docs/guides/add-an-external-module.md
docs/guides/build-a-portable-python.md
docs/guides/bump-components.md
docs/guides/bump-python-support.md
docs/guides/ci-cd.md
docs/guides/fix-a-portability-issue.md
docs/guides/index.md
docs/guides/local-development.md
docs/modules/external-modules.md
docs/modules/index.md
retired/README.md
retired/toolchain.py
scripts/bashrc.sh
scripts/check_okf.py
scripts/portable-python.sh
src/portable_python/__init__.py
src/portable_python/__main__.py
src/portable_python/cli.py
src/portable_python/config.py
src/portable_python/cpython.py
src/portable_python/inspector.py
src/portable_python/tracking.py
src/portable_python/versions.py
src/portable_python.egg-info/PKG-INFO
src/portable_python.egg-info/SOURCES.txt
src/portable_python.egg-info/dependency_links.txt
src/portable_python.egg-info/entry_points.txt
src/portable_python.egg-info/requires.txt
src/portable_python.egg-info/scm_file_list.json
src/portable_python.egg-info/scm_version.json
src/portable_python.egg-info/top_level.txt
src/portable_python/external/__init__.py
src/portable_python/external/_inspect.py
src/portable_python/external/xcpython.py
src/portable_python/external/xtkinter.py
tests/__init__.py
tests/conftest.py
tests/sample-config1.yml
tests/sample-config2.yml
tests/sample-incomplete.yml
tests/test_build.py
tests/test_cleanup.py
tests/test_failed.py
tests/test_inspector.py
tests/test_invoker.py
tests/test_list.py
tests/test_prefix.py
tests/test_recompress.py
tests/test_report.py
tests/test_setup.py