Python self-extracting archives (PAR)
| created | 2026-02-18 13:26 |
| modified | 2026-05-27 07:51 |
| tags | python |
| status | stub |
Python self-extracting archives are self-contained binaries which package a Python program and all its dependencies into a single file with .par extension.
TODO:
- How does this differ from the output of
pyinstaller?