Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zipfile37-0.1.3.tar.gz (20.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page