fumitoh / modelx

Use Python like a spreadsheet!
https://modelx.io
GNU Lesser General Public License v3.0
96 stars 21 forks source link

Adding compression options to zip_model #36

Open fumitoh opened 4 years ago

fumitoh commented 4 years ago

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 https://github.com/fumitoh/modelx/issues/33#issuecomment-659253261

fumitoh commented 4 years ago

Thanks. Will look into it.