Project: zipfile36

Read and write ZIP files - backport of the zipfile module from Python 3.6

Project Details

Latest version
0.1.3
Home Page
https://gitlab.com/takluyver/zipfile36
PyPI Page
https://pypi.org/project/zipfile36/

Project Popularity

PageRank
0.0016476830804219515
Number of downloads
206293

This is a backport of the zipfile module from Python 3.6, which contains some improvements.

Installation::

pip install zipfile36

Suggested usage:

.. code:: python

if sys.version_info >= (3, 6):
    import zipfile
else:
    import zipfile36 as zipfile