fumitoh / modelx

Use Python like a spreadsheet!

Home Page:https://modelx.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding compression options to zip_model

fumitoh opened this issue · comments

ZipFile() seems to have compression parameter, which is defaulted to no compression. Here is one of the options making it compress: compression=zipfile.ZIP_DEFLATED

Originally posted by @alexeybaran in #33 (comment)

Thanks. Will look into it.