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
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/takluyver/zipfile36",
"name": "zipfile36",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Thomas Kluyver",
"author_email": "thomas@kluyver.me.uk",
"download_url": "https://files.pythonhosted.org/packages/7d/5e/22f712e45898d12ad896d54875b736ef90dcfc22590ec118b1fc94fa52a4/zipfile36-0.1.3.tar.gz",
"platform": "",
"description": "This is a backport of the zipfile module from Python 3.6, which contains some\nimprovements.\n\nInstallation::\n\n pip install zipfile36\n\nSuggested usage:\n\n.. code:: python\n\n if sys.version_info >= (3, 6):\n import zipfile\n else:\n import zipfile36 as zipfile\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Read and write ZIP files - backport of the zipfile module from Python 3.6",
"version": "0.1.3",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "7df47f6a107340965a85ec1370c48f66",
"sha256": "f7e48adf627f75cd74cdb50e7d850623b465f4cf5de913809196e8f3aa57dc4b"
},
"downloads": -1,
"filename": "zipfile36-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7df47f6a107340965a85ec1370c48f66",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 20841,
"upload_time": "2016-10-16T13:08:59",
"upload_time_iso_8601": "2016-10-16T13:08:59.547572Z",
"url": "https://files.pythonhosted.org/packages/fd/8a/3b7da0b0bd87d1ef05b74207827c72d348b56a0d6d83242582be18a81e02/zipfile36-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "21aec8c3235679a432324f34670d0f99",
"sha256": "a78a8dddf4fa114f7fe73df76ffcce7538e23433b7a6a96c1c904023f122aead"
},
"downloads": -1,
"filename": "zipfile36-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "21aec8c3235679a432324f34670d0f99",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 61882,
"upload_time": "2016-10-16T13:09:03",
"upload_time_iso_8601": "2016-10-16T13:09:03.325525Z",
"url": "https://files.pythonhosted.org/packages/7d/5e/22f712e45898d12ad896d54875b736ef90dcfc22590ec118b1fc94fa52a4/zipfile36-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2016-10-16 13:09:03",
"github": false,
"gitlab": true,
"bitbucket": false,
"gitlab_user": "takluyver",
"gitlab_project": "zipfile36",
"lcname": "zipfile36"
}