Dissecting a Python Zipapp Built with Shiv
By Peter Baumgartner on
In a previous post, we showed how to use shiv to bundle a Django project into a single file for distribution and deployment. Running a large Python project as a single file feels like magic – which is great until …