python can run code in zip archives (specifically __main__.py) this is an attempt to build a CLI on top of that, allowing simpler operations (such as ls, cat, and copying files out of the archive)
Go to file
jan6 92d6cb5356 Initial commit 2019-06-26 14:02:37 -04:00
.gitignore Initial commit 2019-06-26 14:02:37 -04:00
LICENSE Initial commit 2019-06-26 14:02:37 -04:00
README.md Initial commit 2019-06-26 14:02:37 -04:00

README.md

python-self-zip

python can run code in zip archives (specifically __main__.py) this is an attempt to build a CLI on top of that, allowing simpler operations (such as ls, cat, and copying files out of the archive)