Python Standalone Builds — python-build-standalone documentation
- This project produces self-contained, highly-portable Python distributions.
- These Python distributions contain a fully-usable, full-featured Python installation: most extension modules from the Python standard library are present and their library dependencies are either distributed with the distribution or are statically linked.
- The Python distributions are built in a manner to minimize run-time dependencies.
Unverified
- This project produces self-contained, highly-portable Python distributions.
- These Python distributions contain a fully-usable, full-featured Python installation: most extension modules from the Python standard library are present and their library dependencies are either distributed with the distribution or are statically linked.
- The Python distributions are built in a manner to minimize run-time dependencies.
Sources: Gregoryszorc