Bundler
Bundler
bunpy build compiles a Python entry point and its imports into a portable
artifact. Two output modes:
| Mode | Output | Requires bunpy to run? |
|---|---|---|
.pyz | ZIP archive with __main__.py | Yes |
--compile | Native binary (embeds goipy VM) | No |
bunpy build compiles a Python entry point and its imports into a portable
artifact. Two output modes:
| Mode | Output | Requires bunpy to run? |
|---|---|---|
.pyz | ZIP archive with __main__.py | Yes |
--compile | Native binary (embeds goipy VM) | No |