zipfile2


Namezipfile2 JSON
Version 0.0.12 PyPI version JSON
download
home_page
SummaryAn improved ZipFile class.
upload_time2016-03-22 21:08:37
maintainer
docs_urlNone
authorDavid Cournapeau
requires_python
licensePSFL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://travis-ci.org/cournape/zipfile2.png?branch=master
    :target: https://travis-ci.org/cournape/zipfile2

zipfile2 contains an improved ZipFile class that may be used as a 100 %
backward compatible replacement.

Improvements compared to upstream zipfile stdlib:

* Handling of symlinks (read and write)
* Compatible 2.6 onwards (including 3.x), include context manager
* Raises an exception by default when duplicate members are detected.
* Special class `LeanZipFile` to avoid using too much memory when handling
  zip files with a large number of members. Contrary to the stdlib
  ZipFile, it does not create the list of all archives when opening the
  file. This can save 100s of MB for zipfiles with a large number of
  members.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "zipfile2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "David Cournapeau",
    "author_email": "cournape@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/87/4d/3613bb68422c4912db18c5db263434a0bbce129ab3315c603683e5a0a464/zipfile2-0.0.12.tar.gz",
    "platform": "UNKNOWN",
    "description": ".. image:: https://travis-ci.org/cournape/zipfile2.png?branch=master\n    :target: https://travis-ci.org/cournape/zipfile2\n\nzipfile2 contains an improved ZipFile class that may be used as a 100 %\nbackward compatible replacement.\n\nImprovements compared to upstream zipfile stdlib:\n\n* Handling of symlinks (read and write)\n* Compatible 2.6 onwards (including 3.x), include context manager\n* Raises an exception by default when duplicate members are detected.\n* Special class `LeanZipFile` to avoid using too much memory when handling\n  zip files with a large number of members. Contrary to the stdlib\n  ZipFile, it does not create the list of all archives when opening the\n  file. This can save 100s of MB for zipfiles with a large number of\n  members.\n",
    "bugtrack_url": null,
    "license": "PSFL",
    "summary": "An improved ZipFile class.",
    "version": "0.0.12",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60add6bc08f235b66c11bbb76df41b973ce93544a907cc0e23c726ea374eee79",
                "md5": "460a9b9cf1b0850b73681abbe36add47",
                "sha256": "b9adf577d825461480e485027116c035f666b72ac3911af71aa93da6e0579eb8"
            },
            "downloads": -1,
            "filename": "zipfile2-0.0.12-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "460a9b9cf1b0850b73681abbe36add47",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 44562,
            "upload_time": "2016-03-22T21:08:23",
            "upload_time_iso_8601": "2016-03-22T21:08:23.787765Z",
            "url": "https://files.pythonhosted.org/packages/60/ad/d6bc08f235b66c11bbb76df41b973ce93544a907cc0e23c726ea374eee79/zipfile2-0.0.12-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "874d3613bb68422c4912db18c5db263434a0bbce129ab3315c603683e5a0a464",
                "md5": "600f643ddcd4eb9dac9b2ec00cbe7851",
                "sha256": "7376f7c968717ac895ef862da913e790cf1b518caf56c4822c04684c46a8a608"
            },
            "downloads": -1,
            "filename": "zipfile2-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "600f643ddcd4eb9dac9b2ec00cbe7851",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 43236,
            "upload_time": "2016-03-22T21:08:37",
            "upload_time_iso_8601": "2016-03-22T21:08:37.524224Z",
            "url": "https://files.pythonhosted.org/packages/87/4d/3613bb68422c4912db18c5db263434a0bbce129ab3315c603683e5a0a464/zipfile2-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-03-22 21:08:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "zipfile2"
}
        
Elapsed time: 0.26739s