LICENSE
MANIFEST.in
README.md
pyproject.toml
src/portablepy/__init__.py
src/portablepy/__main__.py
src/portablepy/builder.py
src/portablepy/bytecode.py
src/portablepy/cli.py
src/portablepy/config.py
src/portablepy/discovery.py
src/portablepy/entrypoints.py
src/portablepy/files.py
src/portablepy/inspection.py
src/portablepy/launcher.py
src/portablepy/models.py
src/portablepy/output.py
src/portablepy/publishing.py
src/portablepy/shortcuts.py
src/portablepy/sources.py
src/portablepy/verify.py
src/portablepy/wheels.py
src/portablepy.egg-info/PKG-INFO
src/portablepy.egg-info/SOURCES.txt
src/portablepy.egg-info/dependency_links.txt
src/portablepy.egg-info/entry_points.txt
src/portablepy.egg-info/requires.txt
src/portablepy.egg-info/top_level.txt
tests/conftest.py
tests/test_bundles.py
tests/test_cli.py
tests/test_config.py
tests/test_discovery.py
tests/test_inspection.py
tests/test_output.py
tests/test_regressions.py
tests/test_shortcuts.py
tests/test_sources.py
tests/test_updates.py
tests/test_wheels.py