Python function to stream unzip all the files in a ZIP archive, without loading the entire ZIP file into memory or any of its uncompressed files
Project description
stream-unzip
Python function to stream unzip all the files in a ZIP archive, without loading the entire ZIP file into memory or any of its uncompressed files.
To create ZIP files on the fly try stream-zip.
Features
In addition to being memory efficient, stream-unzip supports:
-
Deflate-compressed ZIPs. The is the historical standard for ZIP files.
-
Deflate64-compressed ZIPs. These are created by certain versions of Windows Explorer in some circumstances. Python's zipfile module cannot open Deflate64-compressed ZIPs.
-
Zip64 ZIP files. These are ZIP files that allow sizes far beyond the approximate 4GiB limit of the original ZIP format.
-
WinZip-style AES-encrypted ZIPs. Python's zipfile module cannot open AES-encrypted ZIPs.
-
Legacy-encrypted ZIP files. This is also known as ZipCrypto/Zip 2.0.
-
ZIP files created by Java's ZipOutputStream that are larger than 4GiB. At the time of writing libarchive-based stream readers cannot read these without error.
-
BZip2-compressed ZIPs.
Visit the stream-unzip documentation for usage instructions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for stream_unzip-0.0.84-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5284b9b3e9f5c6af602a16136dc68ce57bcad895bd9242d5c77c0e1d551ad513 |
|
MD5 | 7102e0d85a4983842252a94a2a218254 |
|
BLAKE2b-256 | ce31b02128a56624f286f1b353d56bca1501580998215563fe7b85945b40404a |