DEVELOP.md
LICENSE
MANIFEST.in
README.rst
SECURITY.md
pyproject.toml
setup.py
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/top_level.txt
src/portable_python/external/__init__.py
src/portable_python/external/_inspect.py
src/portable_python/external/tkinter.py
src/portable_python/external/xcpython.py
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