{ "info": { "author": "Preston Carpenter", "author_email": "APragmaticPlace@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "Wikia\n=========\n\n**Wikia** is a Python library that makes it easy to access and parse\ndata from any `wikia website `\n\nSearch a wikia, get article summaries, get data like links and images\nfrom a page, and more. Wikipedia wraps the `Wikia API\n`__ so you can focus on using\nwikia data, not getting it.\n\n\n\n.. code:: python\n\n >>> import wikia\n >>> wikia.set_wiki(\"Runescape\")\n >>> print wikia.summary(\"Banshee\")\n # Banshees are Slayer monsters that require level 15 Slayer to kill. They frequently drop 13 noted pure essence, making them an alternative source of essence. Additionally, banshees tend to frequently drop many different types of herbs. Mighty banshees are a higher-levelled alternative, if this is given as your Slayer assignment.\n\n >>> wikia.search(\"Forest\")\n # [u'Forest', u'Forester', u'Freaky Forester', u'Forester\\'s Arms', u'Talking Forest', u'Jungle Forester', u'Dense forest', u'Forester hat', u'Ogre forester hat', u'Forester (Burgh de Rott Ramble)']\n\n >>> drakan = wikia.page(\"Castle Drakan\")\n >>> drakan.title\n # u'Castle Drakan'\n >>> drakan.url\n # u'http://runescape.wikia.com/wiki/Castle_Drakan'\n >>> drakan.content\n # u'Castle Drakan is the home of Lord Drakan, the vampyre lord of Morytania. Found just north of Meiyerditch, it looms over the Sanguinesti region'...\n\n >>> wikia.set_lang(\"nl\") # Dutch\n >>> wikia.summary(\"Runes\", sentences=1)\n # Runes, of Magische runes zijn kleine gewichtloze steentjes waarmee spelers een spreuk kunnen uitvoeren.\n\nNote: this library was designed for ease of use and simplicity, not for advanced use.\n\nInstallation\n------------\n\nTo install Wikia, simply run:\n\n::\n\n $ pip install wikia\n\nWikia is compatible with Python 2.6+ (2.7+ to run unittest discover) and Python 3.3+.\n\nDocumentation\n-------------\n\nRead the docs at http://api.wikia.com/wiki/Wikia_API_Wiki.\n\n- `Quickstart http://api.wikia.com/wiki/Quick_Start`__\n- `Full API http://www.wikia.com/api/v1/`__\n\nTo run tests, clone the `respository on GitHub `__, then run:\n\n::\n\n $ pip install -r requirements.txt\n $ bash runtests # will run tests for python and python3\n $ python -m unittest discover wikia/tests/ '*test.py' # manual style\n\nin the root project directory.\n\nTo build the documentation yourself, after installing requirements.txt, run:\n\n::\n\n $ pip install sphinx\n $ cd docs/\n $ make html\n\nLicense\n-------\n\nMIT licensed. See the `LICENSE\nfile `__ for\nfull details.\n\nCredits\n-------\n\n- `wiki-api `__ by\n @richardasaurus for inspiration\n- @nmoroze and @themichaelyang for feedback and suggestions\n- The `Wikimedia\n Foundation `__ for giving\n the world free access to data\n- @goldsmith for making such a fantastic library to fork\n- /u/captainmeta4 for giving the idea for a reddit bot to post game wiki info\n like auto-wiki bot", "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/Timidger/Wikia", "keywords": "python wikipedia API", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "wikia", "package_url": "https://pypi.org/project/wikia/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wikia/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Timidger/Wikia" }, "release_url": "https://pypi.org/project/wikia/1.4.3/", "requires_dist": null, "requires_python": null, "summary": "Wikia API for Python", "version": "1.4.3" }, "last_serial": 1457681, "releases": { "1.3.1": [ { "comment_text": "", "digests": { "md5": "1e84247171b715e1e5e004bbec388b07", "sha256": "21cbd9097e35cdfde66f6837ccded56cf11cc86d8a4203b8940682656b9cc64b" }, "downloads": -1, "filename": "wikia-1.3.1-py2.7.egg", "has_sig": false, "md5_digest": "1e84247171b715e1e5e004bbec388b07", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 20202, "upload_time": "2014-10-26T13:07:33", "url": "https://files.pythonhosted.org/packages/ef/9a/f8f116e95425da6f576fde3ba521728b23c671ad62e5c5f9840ac4559f68/wikia-1.3.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "25aa9ae61f556fa4bc0cec07454c138a", "sha256": "287195a038798eb48963e10e189ad7ab17d1c3e458a970b20a76a678f0fb3150" }, "downloads": -1, "filename": "wikia-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "25aa9ae61f556fa4bc0cec07454c138a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12305, "upload_time": "2014-10-26T13:07:37", "url": "https://files.pythonhosted.org/packages/81/0b/49aa7cc9cc35c43b88c023b240d845c867ca956ccafb3bc96ac0bd134d79/wikia-1.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a1646ea31566bba28693252bd95b36bb", "sha256": "4beddeee4ca7c170706517c76c9127cfab587db65a1e0abbd4967f1558c5afc4" }, "downloads": -1, "filename": "wikia-1.3.1-py3.4.egg", "has_sig": false, "md5_digest": "a1646ea31566bba28693252bd95b36bb", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 21210, "upload_time": "2014-10-26T13:07:39", "url": "https://files.pythonhosted.org/packages/44/0e/c21a4fc94600560c230a9b2ba08ce8f5ad327dcb0546fba5704900641c40/wikia-1.3.1-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "317a4d1b905d3258ea120e96adc8014e", "sha256": "d4db0b64e770fa6bbbd8cc8e0555a561c33cd9559c20cfb2c0ade988844adffe" }, "downloads": -1, "filename": "wikia-1.3.1.tar.gz", "has_sig": false, "md5_digest": "317a4d1b905d3258ea120e96adc8014e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11223, "upload_time": "2014-10-26T13:07:41", "url": "https://files.pythonhosted.org/packages/42/3e/d4e20bb1f65df4fd54a06c3efe97ab93aaa32d3443f488c2734a2e70858e/wikia-1.3.1.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "7bd62ba1bf0158aa4faf41681357b736", "sha256": "0a411c759dd90d7cdb8131c7edea01aa36ce144c73d5d43fd5564340bc33bb48" }, "downloads": -1, "filename": "wikia-1.4.0-py3.4.egg", "has_sig": false, "md5_digest": "7bd62ba1bf0158aa4faf41681357b736", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 20391, "upload_time": "2014-11-30T14:21:26", "url": "https://files.pythonhosted.org/packages/f1/17/791941a50b5fcc6a455d42d48d4dd6fcea31c17ca6d1b7a6c35d6a251c13/wikia-1.4.0-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "eb11385830e75086f2b1c1ebc5c2fc0b", "sha256": "c6d263660edf36c35e333ea5679506511002bebae534001c662de1f54a9a638f" }, "downloads": -1, "filename": "wikia-1.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "eb11385830e75086f2b1c1ebc5c2fc0b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12017, "upload_time": "2014-12-02T13:23:50", "url": "https://files.pythonhosted.org/packages/86/9f/fcb4dcc4bdf96ce710bb2511f698030e899b3b8b9b6d0847f31a163f257c/wikia-1.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba1615dcd84569e30aa7cf3d3d8a81e9", "sha256": "24f400d87f5434532f8a930be90a23e6bf99ff3c22315809d8f00328081413bf" }, "downloads": -1, "filename": "wikia-1.4.0.tar.gz", "has_sig": false, "md5_digest": "ba1615dcd84569e30aa7cf3d3d8a81e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9996, "upload_time": "2014-12-01T16:33:44", "url": "https://files.pythonhosted.org/packages/dc/6f/9d5929a56a60ec66669c5472e9f4fd3ced6de278efbf865111f5330a0ed4/wikia-1.4.0.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "553092fe1f795f89e887cdd535dda77c", "sha256": "cb3c0ded30456f62a8b9b1fe137682d24fe538550ab9f89d9f866392a6f66c67" }, "downloads": -1, "filename": "wikia-1.4.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "553092fe1f795f89e887cdd535dda77c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16529, "upload_time": "2014-12-27T18:02:17", "url": "https://files.pythonhosted.org/packages/00/f1/6cdeccc42a46803aaf09a72b0466ceefc01e7e4f53be27da427ea2082155/wikia-1.4.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "02694b2a7082943f5f19ffd01619ce53", "sha256": "76bd5887e83481f011448fc63e1d9279089217c799871334a7ce53c7d57bf8de" }, "downloads": -1, "filename": "wikia-1.4.1-py2.7.egg", "has_sig": false, "md5_digest": "02694b2a7082943f5f19ffd01619ce53", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 20337, "upload_time": "2014-12-27T17:52:40", "url": "https://files.pythonhosted.org/packages/16/be/2ffbbc1ad0f120ea1249ae5afd4a1c90e67e3535498a173d8925392c8796/wikia-1.4.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a5aff668e9e4c5fa49ee95b43c750e0e", "sha256": "4a96c77628b9cad06104f44d2030827d403d976ba59338f3d5628944ac483c9b" }, "downloads": -1, "filename": "wikia-1.4.1.tar.gz", "has_sig": false, "md5_digest": "a5aff668e9e4c5fa49ee95b43c750e0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10267, "upload_time": "2014-12-27T18:03:46", "url": "https://files.pythonhosted.org/packages/10/fa/6d439801ef6965381abbce24fde07354bc0d1b62c634aa5352ec3a0c2822/wikia-1.4.1.tar.gz" } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "8de097a9790c5e23af28498487c633e0", "sha256": "425142642e1b835fe18c2e839321db2db7db8701e6c00e933919196151c723cc" }, "downloads": -1, "filename": "wikia-1.4.2.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "8de097a9790c5e23af28498487c633e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15033, "upload_time": "2014-12-27T19:39:43", "url": "https://files.pythonhosted.org/packages/91/9a/06ac404427375b36d34aabd8b81846f59388aae8e857a158672e0dbede9d/wikia-1.4.2.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "2487bd2705c6f398552652fde30c394f", "sha256": "015d8642b92d5dd1e7d270cf92654867a494169985a7ca2dbf2c637754ec6212" }, "downloads": -1, "filename": "wikia-1.4.2-py2.7.egg", "has_sig": false, "md5_digest": "2487bd2705c6f398552652fde30c394f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 19380, "upload_time": "2014-12-27T19:38:52", "url": "https://files.pythonhosted.org/packages/31/5b/466f9180c2ed5f750c4e9045defdd8b81f5a9913a4684f93b89d93e0eba3/wikia-1.4.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "21d5ac8489db5c7895393a98de23731a", "sha256": "7da586a5a10ba8125ef1d974ccaf839afb109e38ad8093b607171f86d5955423" }, "downloads": -1, "filename": "wikia-1.4.2-py2-none-any.whl", "has_sig": false, "md5_digest": "21d5ac8489db5c7895393a98de23731a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 11898, "upload_time": "2014-12-27T19:38:49", "url": "https://files.pythonhosted.org/packages/4a/cd/7321f93517cba0a2c6c618f624795fc1d467d09957f437d88fa7a24095d4/wikia-1.4.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f09870f426cacc9efbc9ab34dd457eb", "sha256": "cc424567e29f58d62d9548896b0c413690d097967936dcf73f72793f5fa4b662" }, "downloads": -1, "filename": "wikia-1.4.2.tar.gz", "has_sig": false, "md5_digest": "2f09870f426cacc9efbc9ab34dd457eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9859, "upload_time": "2014-12-27T19:38:54", "url": "https://files.pythonhosted.org/packages/50/49/e50a762c07ee981d2423cba673f9ef39127a29516c7116097bb4778db7fe/wikia-1.4.2.tar.gz" } ], "1.4.3": [ { "comment_text": "", "digests": { "md5": "6569f6cdcee710f3dab1297c4d8d771b", "sha256": "610c3b77a04308db9362389c2b4d165b3a8c4aca8940cfa9090c856170830c84" }, "downloads": -1, "filename": "wikia-1.4.3.tar.gz", "has_sig": false, "md5_digest": "6569f6cdcee710f3dab1297c4d8d771b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9814, "upload_time": "2015-03-11T18:35:30", "url": "https://files.pythonhosted.org/packages/f4/f9/dd5bac6c532b09b8640ed45ab9be14d11f7a40b7602f54f41677a899d9b9/wikia-1.4.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6569f6cdcee710f3dab1297c4d8d771b", "sha256": "610c3b77a04308db9362389c2b4d165b3a8c4aca8940cfa9090c856170830c84" }, "downloads": -1, "filename": "wikia-1.4.3.tar.gz", "has_sig": false, "md5_digest": "6569f6cdcee710f3dab1297c4d8d771b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9814, "upload_time": "2015-03-11T18:35:30", "url": "https://files.pythonhosted.org/packages/f4/f9/dd5bac6c532b09b8640ed45ab9be14d11f7a40b7602f54f41677a899d9b9/wikia-1.4.3.tar.gz" } ] }