smihica / pyminizip

To create a password encrypted zip file in python.
Other
106 stars 37 forks source link

Bundle copy of zlib123 sources #8

Closed andrewleech closed 8 years ago

andrewleech commented 8 years ago

To remove dependency on installing separate copy of zlib library. This addresses #3 at the cost of slightly increased binary size due to zlib being statically included.

With this change pyminizip can now be installed on windows by simply calling:

pip install git+https://github.com/andrewleech/pyminizip.git

zlib123 included unmodified from http://www.winimage.com/zLibDll/zlib123.zip

andrewleech commented 8 years ago

Sorry I messed up this pr by forgetting to use a branch. Closing to re-open properly