Read and write ZIP files - backport of the zipfile module from Python 3.8
Project description
A backport of the zipfile module from Python 3.8, which contains notable improvements such as the “strict_timestamps” keyword argument (which enables the creation of reproducible zip archives).
installation:
pip install zipfile38
usage:
if sys.version_info >= (3, 8): import zipfile else: import zipfile38 as zipfile
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size zipfile38-0.0.2.tar.gz (21.8 kB) | File type Source | Python version None | Upload date | Hashes View |