Comment on Compile Python applications into stand-alone executablesComments−kissgyorgy4yMy favorite is the fairly new, but excellent PyOxidizer: https://github.com/indygreg/PyOxidizerIt's written in rust and can embed resources and dependencies in the executable.−harelba4ypyoxidizer is amazing indeed.Just repackaged my own open source project for multiple platforms using pyoxidizier.I wish it would merge into the python ecosystem itself.Harel https://github.com/harelba−alex_hirner4yThanks, I'll take your .bzl as inspiration [0]. How did you go about developing against the Starlark API, any IDE support?[0] https://github.com/harelba/q/blob/master/pyoxidizer.bzl
Comments
My favorite is the fairly new, but excellent PyOxidizer: https://github.com/indygreg/PyOxidizer
It's written in rust and can embed resources and dependencies in the executable.
pyoxidizer is amazing indeed.
Just repackaged my own open source project for multiple platforms using pyoxidizier.
I wish it would merge into the python ecosystem itself.
Harel https://github.com/harelba
Thanks, I'll take your .bzl as inspiration [0]. How did you go about developing against the Starlark API, any IDE support?
[0] https://github.com/harelba/q/blob/master/pyoxidizer.bzl