It's alive! Why bother with a .whl, or .zip or .pex or .pyz when you have `.sh` right there.
Shove your app into `python -c "..."`and stick that in a `.sh` file
Works now for
- single #python file
- module of many files
I guess uv integration is next.
Also useful for things like gitlab pipelines that don't let you reference python files in certain cases.