smihica / pyminizip

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

Bundle copy of zlib123 sources #10

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

a-r-db commented 8 years ago

Very awesome thank you!

smihica commented 8 years ago

Thank you! @andrewleech