how-to
How to Bundle a Project
Include local imports in your compile request.
Published May 30, 2026
Basic Bundle
pyvorin compile main.py --project-root . --bundle-all-projectSelective Include
pyvorin compile main.py --project-root . --include "src/**/*.py"Exclude Tests
pyvorin compile main.py --bundle-all-project --exclude "tests/**" --exclude "docs/**"Dry Run
pyvorin compile main.py --dry-run-bundle