Read and write ZIP files - backport of the zipfile module from Python 3.6
Project description
This is a backport of the zipfile module from Python 3.6, which contains some improvements.
Installation:
pip install zipfile36
Suggested usage:
if sys.version_info >= (3, 6):
import zipfile
else:
import zipfile36 as zipfile
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zipfile36-0.1.3.tar.gz
(61.9 kB
view hashes)
Built Distribution
zipfile36-0.1.3-py3-none-any.whl
(20.8 kB
view hashes)
Close
Hashes for zipfile36-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7e48adf627f75cd74cdb50e7d850623b465f4cf5de913809196e8f3aa57dc4b |
|
MD5 | 7df47f6a107340965a85ec1370c48f66 |
|
BLAKE2b-256 | fd8a3b7da0b0bd87d1ef05b74207827c72d348b56a0d6d83242582be18a81e02 |