{ "info": { "author": "Jerome Leclanche", "author_email": "jerome@leclan.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "# python-mpq\n\nPython bindings for Ladislav Zezula's [StormLib](http://zezula.net/en/mpq/stormlib.html).\n\n\n## Usage\n\n### Reading MPQs\n\n```py\nimport mpq\nf = mpq.MPQFile(\"base-Win.MPQ\")\n\nif \"example.txt\" in mpq:\n\tprint(mpq.open(\"example.txt\").read())\n```\n\n### Patching MPQs\n\nModern MPQs support archive patching. The filename usually contains the\n`from` and `to` build numbers.\n\n```py\nf.patch(\"hs-6024-6141-Win-final.MPQ\")\n```\n\n### Writing MPQs\n\nWriting MPQs is not supported.\n\n\n## License\n\nThis project is licensed under the terms of the MIT license.\nThe full license text is available in the LICENSE file.", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/HearthSim/python-mpq/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/HearthSim/python-mpq", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "mpq", "package_url": "https://pypi.org/project/mpq/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mpq/", "project_urls": { "Download": "http://github.com/HearthSim/python-mpq/tarball/master", "Homepage": "https://github.com/HearthSim/python-mpq" }, "release_url": "https://pypi.org/project/mpq/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "Python bindings for StormLib", "version": "1.1.1" }, "last_serial": 2115355, "releases": { "1.0": [], "1.1": [ { "comment_text": "", "digests": { "md5": "f7f27288f177fd4abd0d3ded1f6cbdee", "sha256": "bb4e1d73c22af2624ea7b8ccebe6822317c4ecf9f69f48d0b8d2a37f79782db3" }, "downloads": -1, "filename": "mpq-1.1.tar.gz", "has_sig": true, "md5_digest": "f7f27288f177fd4abd0d3ded1f6cbdee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5751, "upload_time": "2016-04-16T09:39:19", "url": "https://files.pythonhosted.org/packages/b8/be/5c8e5e706176908bf86034fe9649dbfde5ad58814d75849f426ae905b7c5/mpq-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "36f31e5c25695a6f7dd760001640e78a", "sha256": "9bbc0602d7ba2400d460f9596b5823c0236f01ba6804727c1f8a17c66d1351ab" }, "downloads": -1, "filename": "mpq-1.1.1.tar.gz", "has_sig": true, "md5_digest": "36f31e5c25695a6f7dd760001640e78a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7123, "upload_time": "2016-05-14T08:46:31", "url": "https://files.pythonhosted.org/packages/a1/39/af11d7c2fe3ac572eae24906684d94ae3cd29d9ca12dadf7abb0ec421c49/mpq-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "36f31e5c25695a6f7dd760001640e78a", "sha256": "9bbc0602d7ba2400d460f9596b5823c0236f01ba6804727c1f8a17c66d1351ab" }, "downloads": -1, "filename": "mpq-1.1.1.tar.gz", "has_sig": true, "md5_digest": "36f31e5c25695a6f7dd760001640e78a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7123, "upload_time": "2016-05-14T08:46:31", "url": "https://files.pythonhosted.org/packages/a1/39/af11d7c2fe3ac572eae24906684d94ae3cd29d9ca12dadf7abb0ec421c49/mpq-1.1.1.tar.gz" } ] }