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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stream_unzip-0.0.88.tar.gz.
File metadata
- Download URL: stream_unzip-0.0.88.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
142acdb08cc0faf9ea76d44295003c5aa4fb9bb2d135dfe2b1f6acd92cba6840
|
|
| MD5 |
07d8ccc5d55536fdd86379e2f0063410
|
|
| BLAKE2b-256 |
6d8c5b668610a1366ecfd154bb848f63f42e006601f63a929da52c52f2c57427
|
File details
Details for the file stream_unzip-0.0.88-py3-none-any.whl.
File metadata
- Download URL: stream_unzip-0.0.88-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e25eb9901eec6bca7c75951c09bb2972171a5f1b75f5111c41cc78f0150ce2d
|
|
| MD5 |
86bda4bb246f007fa3736ba1841b7f07
|
|
| BLAKE2b-256 |
4712be49b975f986596843904bef1d65deeec643c63044011d8defbc30b0f621
|