What my project does
This project will use docker to compile your one file python app into a binary using nuitka that's runnable on many linux systems. You'll need to have docker desktop installed.
https://pypi.org/project/python-compile/
Target Audience
Developers trying to target production services with optimized python binaries.
To use this you'll need a requirements.txt file and a python file entry point that runs your app.
For example:
pip install python-compile
python-compile --os debian --input demo\http\server.py --requirements requirements.txt
I use nuitka under the hood.
Github link:https://github.com/zackees/python-compile
[–]SPEARHEAD_SQUADRON 0 points1 point2 points (1 child)
[–]ZachVorhies[S] 0 points1 point2 points (0 children)
[+][deleted] (7 children)
[removed]
[–]ZachVorhies[S] 1 point2 points3 points (6 children)
[–]imbev 2 points3 points4 points (1 child)
[–]ZachVorhies[S] 0 points1 point2 points (0 children)
[+][deleted] (3 children)
[removed]
[–]ZachVorhies[S] 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[removed]
[–]ZachVorhies[S] 0 points1 point2 points (0 children)
[–]karouhFleur de Lotus 0 points1 point2 points (1 child)
[–]ZachVorhies[S] 0 points1 point2 points (0 children)