Perhaps there could be something in the std-lib that allowed packaging into an 
executable but with some limitations, as a toy example: only supporting the 
std-lib dependencies. There is some precedence for minimal implementations 
existing in std-lib and third party libraries being more capable e.g. simple 
http server. So something like PyInstaller would be for when you need something 
more powerful, like support for third party libraries in the toy example 
limitation.

This could amount to adding certain extra features/behaviour to the zipapp 
module and a lightweight python_runner app (something like blender_runner for 
blender)
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/LMSQHDWAFBYVPSOP7FFYETPZU66MEUYP/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to