Top "Zipfile" questions

For issues relating to creating and/or utilizing zip files.

Faster alternative to Python's zipfile module?

Is there a noticeably faster alternative to Python 2.7.4 zipfile module (with ZIP_DEFLATED) for zipping a large number of files …

python performance zipfile
How to read an image inside a zip file with PIL/Pillow

Can I open an image inside a zip with PIL/Pillow without extracting it to disk first?

python python-imaging-library zipfile pillow
How can i list only the folders in zip archive in Python?

How can i list only the folders from a zip archive? This will list every folfder and file from the …

python directory zipfile
Correctly decoding zip entry file names -- CP437, UTF-8 or?

I recently wrote a zip file I/O library called zipzap, but I'm struggling with correctly decoding zip entry file …

jar zip 7zip zipfile winzip
Find and replace text in .docx file - Python

I've been doing a lot of searching for a method to find and replace text in a docx file with …

python text replace docx zipfile
Flask: how to send a dynamically generate zipfile to the client

I am looking for a way to send a zipfile to the client that is generated from a requests response. …

python json flask zipfile
Python zipfile module: difference between zipfile.ZIP_DEFLATED and zipfile.ZIP_STORED

I have difficult to understand the difference between zipfile.ZIP_DEFLATED and zipfile.ZIP_STORED compression modes of the zipfile …

python zipfile
Convert a VERY LARGE binary file into a Base64String incrementally

I need help converting a VERY LARGE binary file (ZIP file) to a Base64String and back again. The files …

c# base64 zipfile