Read and write ZIP files - backport of the zipfile module from Python 3.7
Project description
This is a backport of the zipfile module from Python 3.7, which contains some improvements. Cloned from the 3.6 backport of Thomas Kluyver (https://gitlab.com/takluyver/zipfile36).
Installation:
pip install zipfile37
Suggested usage:
if sys.version_info >= (3, 7): import zipfile else: import zipfile37 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 zipfile37-0.1.3.tar.gz (20.2 kB) | File type Source | Python version None | Upload date | Hashes View |