Python pyoxidizer

From wikinotes
Revision as of 12:49, 21 October 2019 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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