{ "info": { "author": "Marc Goetz", "author_email": "goetz.marc@googlemail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": ".. contents::\r\n\r\nChange history\r\n**************\r\n\r\nChangelog\r\n=========\r\n\r\n0.5 (09-13-10)\r\n-------------------\r\n\r\n- Initial release\r\n\r\n0.6 (09-13-10)\r\n-------------------\r\n\r\n- Added doctest\r\n\r\n0.7 (09-13-10)\r\n-------------------\r\n\r\n- More detailed doctest (also used as readme)\r\n\r\n0.8 (09-16-10)\r\n-------------------\r\n\r\n- Fixed a typo in the doctest\r\n- Modified to fetch en_GB XML if Plone language is \"en\", if \"de\" -> de_DE XML, for better i18n\r\n (getCharacter(self, raiderName, raiderServer, raiderZone) -> getCharacter(self, raiderName, raiderServer, raiderZone, language))\r\n\r\nDetailed Documentation\r\n**********************\r\n\r\nIntroduction\r\n============\r\n\r\nThe armory-API is a modified version of the armorypy @ http://code.google.com/p/armorypy/.\r\n\r\nThe additional info you can get from it:\r\n\r\n- Primary & secondary spec with name and icon (to build a icon link with wowhead or wow-europe)\r\n- Major and minor glyphs for the active spec with name, type and effect\r\n- 2v2, 3v3 and 5v5 arenateams with name, rating and ranking\r\n- Secondary professions (cooking, fishing etc.) with name and value\r\n- Prefix titles, such as Private, Twilight Vanquisher etc.\r\n\r\nUsage\r\n=====\r\n\r\nTo use the API, just do an import like this\r\n\r\n::\r\n\r\n >>> from armory_api import Armory\r\n\r\nMock Armory.getCharacter\r\n\r\nReturns a dictionary similar to the dictionary we would get from the API, so \r\nthat this test can be used while offline\r\n\r\n::\r\n\r\n >>> from test_armory import mocked_getCharacter\r\n\r\nMocking the function\r\n\r\n::\r\n\r\n >>> Armory.getCharacter = mocked_getCharacter\r\n\r\nFirst create an instance of the Armory object\r\n\r\n::\r\n\r\n >>> armory = Armory()\r\n\r\nTo get the character info, use getCharacter(name, realm, zone, language)\r\ncurrently only \"de\" and \"en\" are supported\r\n\r\n::\r\n\r\n >>> raider = armory.getCharacter(\"Kutschurft\",\"Azshara\",\"EU\", \"en\")\r\n\r\nNow you can get the info with get()\r\n\r\n::\r\n\r\n >>> name = raider.get(\"name\")\r\n >>> name == \"Kutschurft\"\r\n True\r\n\r\n >>> server = raider.get(\"server\")\r\n >>> server == \"Azshara\"\r\n True\r\n\r\n >>> zone = raider.get(\"zone\")\r\n >>> zone == \"EU\"\r\n True\r\n\r\nContributors\r\n************\r\n\r\nMarc Goetz, Author\r\n\r\nDownload\r\n********", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/wowarmoryapi/", "keywords": "armory api wow warcraft", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "wow.armoryapi", "package_url": "https://pypi.org/project/wow.armoryapi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wow.armoryapi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.google.com/p/wowarmoryapi/" }, "release_url": "https://pypi.org/project/wow.armoryapi/0.8/", "requires_dist": null, "requires_python": null, "summary": "Python World of Warcraft Armory API", "version": "0.8" }, "last_serial": 205727, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "eebe196da19a49b795622928fe32c46b", "sha256": "ee306add0ce8bfb17224cfe9d82778c3c060100109726a884338c194d0970484" }, "downloads": -1, "filename": "wow.armoryapi-0.5.zip", "has_sig": false, "md5_digest": "eebe196da19a49b795622928fe32c46b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8036, "upload_time": "2010-09-13T09:46:03", "url": "https://files.pythonhosted.org/packages/84/74/11e167b7d336682ff67c6faa0f5d65dff63248007df6cbd4ae59d87d3089/wow.armoryapi-0.5.zip" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "a411ff9e9f58fe2c5d4b254918fffa66", "sha256": "77ab887fe8c69f48b9f43798956127ba7732ec6cdd0ad4b1815d95e1c12ab680" }, "downloads": -1, "filename": "wow.armoryapi-0.6.zip", "has_sig": false, "md5_digest": "a411ff9e9f58fe2c5d4b254918fffa66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9263, "upload_time": "2010-09-13T11:14:26", "url": "https://files.pythonhosted.org/packages/bb/3a/91fd04f6da6a106e3a3ca282b6107f3e192bb4a05b67ee59bb16087b5719/wow.armoryapi-0.6.zip" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "e40673d6d8c9e1caf29fdb5a981c4d4a", "sha256": "a46c2d8bd8d478300b42e5b81d717ed756b33320a108a83f080c6637250e4676" }, "downloads": -1, "filename": "wow.armoryapi-0.7.zip", "has_sig": false, "md5_digest": "e40673d6d8c9e1caf29fdb5a981c4d4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9952, "upload_time": "2010-09-13T12:42:18", "url": "https://files.pythonhosted.org/packages/8d/29/3d72bb8be581b01a477cf56a558ebeef60ab38a1757d87dd4f1168c2a831/wow.armoryapi-0.7.zip" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "4afe695d977ab3d8c81c01516627f11d", "sha256": "4f3cc6284b117e910029eb5052ffbafd1d7f5c4f1fe105d11a2f5879a628b8a7" }, "downloads": -1, "filename": "wow.armoryapi-0.8.zip", "has_sig": false, "md5_digest": "4afe695d977ab3d8c81c01516627f11d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10529, "upload_time": "2010-09-16T10:31:26", "url": "https://files.pythonhosted.org/packages/64/d0/136e59580c12674dd859ded7024d026ae581e633ef7e4d57bca7416d6570/wow.armoryapi-0.8.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4afe695d977ab3d8c81c01516627f11d", "sha256": "4f3cc6284b117e910029eb5052ffbafd1d7f5c4f1fe105d11a2f5879a628b8a7" }, "downloads": -1, "filename": "wow.armoryapi-0.8.zip", "has_sig": false, "md5_digest": "4afe695d977ab3d8c81c01516627f11d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10529, "upload_time": "2010-09-16T10:31:26", "url": "https://files.pythonhosted.org/packages/64/d0/136e59580c12674dd859ded7024d026ae581e633ef7e4d57bca7416d6570/wow.armoryapi-0.8.zip" } ] }