Zipfile generator that allows streaming zip file creation with iterators, suitable for large files. Current version 1.1.4, released Oct 2020. Maintenance mode.
pip install zipstreamNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a zip from a file and iterate chunks.
Migrate to zipfile or streamingzip if possible.
Create separate ZipStream instances per thread.
Do not call .seek() on the output of ZipStream. Accumulate data if seeking is required.
No dependency data recorded yet.