{ "info": { "author": "Markus Scheidgen, Thomas Kluyver", "author_email": "markus.scheidgen@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Python Software Foundation License", "Programming Language :: Python :: 3", "Topic :: System :: Archiving :: Compression" ], "description": "This is a backport of the zipfile module from Python 3.7, which contains some\nimprovements. Cloned from the 3.6 backport of Thomas Kluyver (https://gitlab.com/takluyver/zipfile36).\n\nInstallation::\n\n pip install zipfile37\n\nSuggested usage:\n\n.. code:: python\n\n if sys.version_info >= (3, 7):\n import zipfile\n else:\n import zipfile37 as zipfile", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/markus1978/zipfile37", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "zipfile37", "package_url": "https://pypi.org/project/zipfile37/", "platform": "", "project_url": "https://pypi.org/project/zipfile37/", "project_urls": { "Homepage": "https://github.com/markus1978/zipfile37" }, "release_url": "https://pypi.org/project/zipfile37/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "Read and write ZIP files - backport of the zipfile module from Python 3.7", "version": "0.1.3" }, "last_serial": 5550680, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "5948188d85fee0a20c5f807f000b272f", "sha256": "75daba739cbe2c7cff2f27debbf55eb4ea325c1f2111b5d60911f48c846e26be" }, "downloads": -1, "filename": "zipfile37-0.1.3.tar.gz", "has_sig": false, "md5_digest": "5948188d85fee0a20c5f807f000b272f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20179, "upload_time": "2019-07-18T11:49:16", "url": "https://files.pythonhosted.org/packages/ae/1a/2edc84f449c386215ceccd0bafc39e6c8493d69231120623e536d1377b07/zipfile37-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5948188d85fee0a20c5f807f000b272f", "sha256": "75daba739cbe2c7cff2f27debbf55eb4ea325c1f2111b5d60911f48c846e26be" }, "downloads": -1, "filename": "zipfile37-0.1.3.tar.gz", "has_sig": false, "md5_digest": "5948188d85fee0a20c5f807f000b272f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20179, "upload_time": "2019-07-18T11:49:16", "url": "https://files.pythonhosted.org/packages/ae/1a/2edc84f449c386215ceccd0bafc39e6c8493d69231120623e536d1377b07/zipfile37-0.1.3.tar.gz" } ] }