Skip to content

Instantly share code, notes, and snippets.

View panzertime's full-sized avatar
💭
possibly online or even offline

RT Hatfield panzertime

💭
possibly online or even offline
View GitHub Profile
@lukassup
lukassup / zipapp.md
Last active September 12, 2023 02:17
Python zipapp

Python zipapp web apps

What's a zipapp?

This concept is very much like .jar or .war archives in Java.

NOTE: The built .pyz zipapp can run on both Python 2 & 3 but you can only build .pyz zipapps with Python 3.5 or later.

Initial setup