python3 -m zipapp myapp/ -o myapp.pyz
Category: Python & pip
python3 -m zipapp myapp/ -o myapp.pyz
Pack a Python app directory into a self-contained .pyz executable
Bundles a Python app directory into a single .pyz file that can be run as an executable.