coldfusion39 / excel-press

Python script to compress VBA macro files
MIT License
23 stars 14 forks source link

Rename and fix parser for importing #1

Closed zeroSteiner closed 8 years ago

zeroSteiner commented 8 years ago

This moves some things around so the module can be imported, providing access to the compress and decompress functions.

excel-press.py can't be imported by python module names can not have a dash in their name. This also moved the argparser to be entirely within main() which was causing a problem when the module was being imported into ipython notebooks.