/EnhancedZipFile

A custom zipfile library that supports the zipping of very large files out of memory.

Primary LanguagePythonMIT LicenseMIT

EnhancedZipFile

This is a custom zipfile library that supports the zipping of very large files out of memory.

###NB

  • I wrote this code specifically to solve this problem which I posted on stack-overflow
  • The code may not be heavily optimized since I am still a newbie in python. Please help me expand it.

Thanks