I could do a PR based on the following sources, assuming you'd merge it (i.e. the effort won't be wasted). - [Building Zipapps (PEP 441)](https://py-generic-project.readthedocs.io/en/latest/packaging.html#building-zipapps-pep-441) - [Packaging Python EXecutables (PEX)](https://py-generic-project.readthedocs.io/en/latest/packaging.html#packaging-python-executables-pex) - [Installation With PEX](https://py-generic-project.readthedocs.io/en/latest/installing.html#installation-with-pex) - [Enabling Easy Zipapp Installs on Windows](https://jhermann.github.io/blog/python/deployment/2020/02/29/python_zippapps_on_windows.html) - [Bundling Python Dependencies in a ZIP Archive](https://jhermann.github.io/blog/python/deployment/2020/03/08/ship_libs_with_shiv.html)