Self-contained, Highly-Portable Python Distributions for Any System
Self-contained highly-portable Python distributions
I have created self-contained Python distributions that minimize runtime dependencies to ensure they work on any targeted system. These builds include most standard library extensions with statically linked dependencies, reducing the need for external shared libraries. The project also provides build artifacts that allow downstream repackagers to create custom distributions, such as those used by PyOxidizer or PyOxy, for embedding Python into larger binaries.
The goal is for the produced distribution to work on any system for the targeted architecture.