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
—
shout out to Thomas Kluyver’s backport for 3.6 and Markus Scheidgen’s backport for 3.7.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zipfile38-0.0.3.tar.gz
(22.1 kB
view details)
File details
Details for the file zipfile38-0.0.3.tar.gz.
File metadata
- Download URL: zipfile38-0.0.3.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6f3cd9fce374d1de036199f13d3561644860ceb9dbc9f90a874bb7ad774333b
|
|
| MD5 |
39e2c6c1870462cb4b78fa19855263bc
|
|
| BLAKE2b-256 |
a9f0719ee5a005ccdf17a49eea4890a0623fa693bce041af54c7f43320aaedab
|