stream-zip
stream-zip copied to clipboard
Python function to construct a ZIP archive on the fly
I ran into an issue today with a device of ours that had a file from 1970 (or at least that was the timestamp). In turn, stream-zip gave a cryptic...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
Under the hood `async_stream_zip` uses `threads` as a layer over the synchronous `stream_zip` function. Would you accept a more flexible 'pure-asyncio' implementation? This would still allow running `async_stream_zip` via threads,...
This PR implements the idea originally discussed in #17 and #58, producing ZIP files with actual length in local header and 0 crc32, and including a data descriptor with the...