Hacker News new | ask | show | jobs
by pacifika 956 days ago
This is the most powerful combo together with PEX to distribute Python specific dependency free apps in my testing. (As long as all the widgets you need are supported)
1 comments

What's PEX, how do you use it ?
https://pex.readthedocs.io/en/latest/ Python project single file distribution tool.
Almost sounds too good to be true, with the popularity of dockercontainers and the like id expect this to be much more widely used.