{ "info": { "author": "Anthony Scopatz", "author_email": "scopatz@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "W3G: The Warcraft 3 Replay File Format\n--------------------------------------\nThis is a single module package that contains everything that is needed to \nread in the Warcraft 3 replay file format ``*.w3g``. W3G is a custom \nbinary format. The benefits of this are that the files are small, even for \nvery long games. The downside is that for them to be meaningfully a lot of \nextra data needs to be provided (as is done here for you) for these files\nto be meaningfully deciphered.\n\nThe replays basically amount to a bunch of metadata (map, players, etc) and a \nbig event list. The file parser here provides you with access to this data \nas well as some post-processed metrics, such as actions-per-minute (APM). \n\nThe API should be easy to use and figure out. Classes and attributes are named in a\nsane way. Here is an example of usage::\n\n import w3g\n f = w3g.File('replay.w3g')\n\n winner = f.winner()\n print(winner)\n\n f.print_apm()\n\nYou can also use this file in script mode to print out the entire game and \nits stats::\n\n $ ./w3g.py replay.w3g\n\nIf you have any questions or issues, please email me or leave an issue on the \nissue tracker.\n\n/scopzout", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "CC0", "maintainer": "", "maintainer_email": "", "name": "w3g", "package_url": "https://pypi.org/project/w3g/", "platform": "", "project_url": "https://pypi.org/project/w3g/", "project_urls": null, "release_url": "https://pypi.org/project/w3g/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Access Warcraft 3 replay files from Python 2 or 3.", "version": "1.0.2" }, "last_serial": 4756401, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "133aaf95f16653b8a53be777df888e2f", "sha256": "14ef035ee74e14a8f247222700db75e91d06797926de454d242c88cfbcbc0fe4" }, "downloads": -1, "filename": "w3g-0.1.tar.gz", "has_sig": false, "md5_digest": "133aaf95f16653b8a53be777df888e2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22490, "upload_time": "2014-11-28T04:53:42", "url": "https://files.pythonhosted.org/packages/81/a6/73306baad1dd56a3a09297cc1701c59eefe8bca1313548fd8467e4a0f070/w3g-0.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "30eee2311ef9d30bd30d11ac159662ff", "sha256": "b573e8a7ab6efa9cdb4c72fa53d5f04361392f6d4ef621e6f2c2bad91e7fadf6" }, "downloads": -1, "filename": "w3g-1.0.0.tar.gz", "has_sig": false, "md5_digest": "30eee2311ef9d30bd30d11ac159662ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23226, "upload_time": "2018-05-18T14:42:36", "url": "https://files.pythonhosted.org/packages/91/2a/de5d943e535e97d1bd7678d4092a6565d0734f2128d227a922057a679450/w3g-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "18a98e59de069f217a9f5abd773e0abd", "sha256": "e30bba6686cbce5169bcb8e9167f71319fda2f1775d2fd12a06c1883fcd0584e" }, "downloads": -1, "filename": "w3g-1.0.1.tar.gz", "has_sig": false, "md5_digest": "18a98e59de069f217a9f5abd773e0abd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26452, "upload_time": "2018-05-18T15:11:15", "url": "https://files.pythonhosted.org/packages/1b/f5/122286d4d52edb4c8b842d659b9cfe94f740bb0fe875ba4243343ca09da4/w3g-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "2879163b8ef916920fe9b38db94119dd", "sha256": "38b2420f1f931a02ec9b9d992d9c890e62526070d3b92f3bf3fdfddb25ceb57f" }, "downloads": -1, "filename": "w3g-1.0.2.tar.gz", "has_sig": false, "md5_digest": "2879163b8ef916920fe9b38db94119dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26126, "upload_time": "2019-01-29T19:47:02", "url": "https://files.pythonhosted.org/packages/1c/43/35a3dee12275f6e49de752fe78e749e2b1d1e71c3c2ed1fceec2380d3a53/w3g-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2879163b8ef916920fe9b38db94119dd", "sha256": "38b2420f1f931a02ec9b9d992d9c890e62526070d3b92f3bf3fdfddb25ceb57f" }, "downloads": -1, "filename": "w3g-1.0.2.tar.gz", "has_sig": false, "md5_digest": "2879163b8ef916920fe9b38db94119dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26126, "upload_time": "2019-01-29T19:47:02", "url": "https://files.pythonhosted.org/packages/1c/43/35a3dee12275f6e49de752fe78e749e2b1d1e71c3c2ed1fceec2380d3a53/w3g-1.0.2.tar.gz" } ] }