{ "info": { "author": "Willem Hengeveld", "author_email": "itsme@xs4all.nl", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": "# zipdump\nAnalyze zipfile, either local, or from url\n\n`zipdump` can either do a full scan, finding all PK-like headers, or it can do a quick scan ( like the usual `zip -v` type output ).\n\n`zipdump -q` works equally quick on web based resources as on local files.\nThis makes it quite easy to quickly investigate a large number of large .zip files without actually needing to download them.\n\nI wrote this tool because i wanted to look at the contents of lots of apple ios firmware files without downloading 100s of GB of data.\n\nFor instance:\n\n python zipdump.py -q http://appldnld.apple.com/ios10.0/031-64655-20160705-A371AD14-3E3F-11E6-A58B-C84C60941A1E/com_apple_MobileAsset_SoftwareUpdate/d75e3af423ae0308a8b9e0847292375ba02e3b11.zip\n \n`zipdump` works with both python2 and pyton3.\n\n\n(c) 2016 Willem Hengeveld \n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nlitsme/zipdump", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "zipdump", "package_url": "https://pypi.org/project/zipdump/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zipdump/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/nlitsme/zipdump" }, "release_url": "https://pypi.org/project/zipdump/0.1/", "requires_dist": null, "requires_python": null, "summary": "Analyze zipfile, either local, or from url", "version": "0.1" }, "last_serial": 2232690, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2b7ac764babfb3162964bc84b8228f88", "sha256": "1fad2dc0154843fa97f70fc31889a25f45363659dd1dc77582681bf811438119" }, "downloads": -1, "filename": "zipdump-0.1.zip", "has_sig": false, "md5_digest": "2b7ac764babfb3162964bc84b8228f88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8334, "upload_time": "2016-07-20T13:51:28", "url": "https://files.pythonhosted.org/packages/9a/b2/03cb42a9e0e6984658c8ae17f97362139207b6a44ece18458ef1218a0f7a/zipdump-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b7ac764babfb3162964bc84b8228f88", "sha256": "1fad2dc0154843fa97f70fc31889a25f45363659dd1dc77582681bf811438119" }, "downloads": -1, "filename": "zipdump-0.1.zip", "has_sig": false, "md5_digest": "2b7ac764babfb3162964bc84b8228f88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8334, "upload_time": "2016-07-20T13:51:28", "url": "https://files.pythonhosted.org/packages/9a/b2/03cb42a9e0e6984658c8ae17f97362139207b6a44ece18458ef1218a0f7a/zipdump-0.1.zip" } ] }