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 0534771401 added stuff 2019-06-26 21:51:59 +03:00
dire added stuff 2019-06-26 21:51:59 +03: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 Update 'README.md' 2019-06-26 14:10:06 -04:00
cli.py added stuff 2019-06-26 21:51:59 +03:00

README.md

python-zipped-cli

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)


todo
command to print text files
command to list files
allow running files on command (only .py or others too?)
command to copy files out of the archive
other stuff (what?)