{ "info": { "author": "Barney Gale", "author_email": "barney@barneygale.co.uk", "bugtrack_url": null, "classifiers": [], "description": "isoparser\n=========\n\nThis python library can parse the `ISO 9660`_ disk image format including\n`Rock Ridge`_ extensions. It can load ISOs from the local filesystem or via\nHTTP, and will only read and cache sectors as necessary. You list directory\ncontents, extract files, and retrieve metadata.\n\nInstallation\n------------\n\n.. code-block:: console\n\n $ pip install isoparser\n\nUsage\n-----\n\n.. code-block:: python\n\n import isoparser\n\n iso = isoparser.parse(\"http://www.microsoft.com/linux.iso\")\n\n print iso.record(\"boot\", \"grub\").children\n print iso.record(\"boot\", \"grub\", \"grub.cfg\").content\n\n.. _`ISO 9660`: https://en.wikipedia.org/wiki/ISO_9660\n.. _`Rock Ridge`: https://en.wikipedia.org/wiki/Rock_Ridge", "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/barneygale/isoparser", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "isoparser", "package_url": "https://pypi.org/project/isoparser/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/isoparser/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/barneygale/isoparser" }, "release_url": "https://pypi.org/project/isoparser/0.3/", "requires_dist": null, "requires_python": null, "summary": "Parser for the ISO 9660 disk image format", "version": "0.3" }, "last_serial": 2618108, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d1065c2af013efeada232ac5d88e21ca", "sha256": "2d3ae05f11a56032a06d33b63a00c346f70cd57fa34df78f43a935ea33f51004" }, "downloads": -1, "filename": "isoparser-0.1.tar.gz", "has_sig": false, "md5_digest": "d1065c2af013efeada232ac5d88e21ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4064, "upload_time": "2016-02-12T16:38:35", "url": "https://files.pythonhosted.org/packages/32/51/339ac35afccf242c4470dd99778e4f805a6b8ec6e20652696281ed74ee90/isoparser-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "6ff93ccb4c2cb94d0648fbd269160823", "sha256": "7d2338dcb2148b15d83f50f971055767cab89c4f14df8777265dda12d016cb82" }, "downloads": -1, "filename": "isoparser-0.2.tar.gz", "has_sig": false, "md5_digest": "6ff93ccb4c2cb94d0648fbd269160823", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7847, "upload_time": "2016-11-02T23:00:03", "url": "https://files.pythonhosted.org/packages/14/85/31567aaee2a8970f94413c318456880c7c4e722e5b9af863a2c389c61fc5/isoparser-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "636535e37ad05ffcb0eb92a50ed32aad", "sha256": "1c73ff3343305ab18f02cf19caa0376565963a2fac16895cc6f4c9851fc845d5" }, "downloads": -1, "filename": "isoparser-0.3.tar.gz", "has_sig": false, "md5_digest": "636535e37ad05ffcb0eb92a50ed32aad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8321, "upload_time": "2017-02-03T23:00:30", "url": "https://files.pythonhosted.org/packages/7b/fa/44e27ee93d438c194a4439b7f9008220d9b0338238e804c4d560c6a6484b/isoparser-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "636535e37ad05ffcb0eb92a50ed32aad", "sha256": "1c73ff3343305ab18f02cf19caa0376565963a2fac16895cc6f4c9851fc845d5" }, "downloads": -1, "filename": "isoparser-0.3.tar.gz", "has_sig": false, "md5_digest": "636535e37ad05ffcb0eb92a50ed32aad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8321, "upload_time": "2017-02-03T23:00:30", "url": "https://files.pythonhosted.org/packages/7b/fa/44e27ee93d438c194a4439b7f9008220d9b0338238e804c4d560c6a6484b/isoparser-0.3.tar.gz" } ] }