Python function to stream unzip all the files in a ZIP archive - without loading the entire ZIP file or any of its files into memory at once
Python function to construct a ZIP archive on the fly - without having to store the entire ZIP in memory or disk