Python pyoxidizer

From wikinotes

Embeds python executable within a rust program. Creates single file (statically linked) executable.

Supports linux, mac, windows.

Documentation

official docs https://pyoxidizer.readthedocs.io/en/latest/index.html
github https://github.com/indygreg/PyOxidizer

Install

  • Install rust
cargo install pyoxidizer