{ "info": { "author": "Rogerio Hilbert Lima", "author_email": "rogerhil@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# The Games DB API wrapper for Python\n\n\n[![Build Status](https://travis-ci.org/rogerhil/thegamesdb.svg?branch=master)](https://travis-ci.org/rogerhil/thegamesdb)\n\n\nBased on the The Games DB API: http://wiki.thegamesdb.net/index.php/Main_Page\n\n## Installation\n\n $ python setup.py install\n\n\n## Usage examples\n```python\n>>> from thegamesdb import TheGamesDb\n>>> api = TheGamesDb()\n```\n\n\n## Platform Resource\n\n```python\n>>> api.platform\n\n>>> platforms = api.platform.list()\n>>> len(platforms)\n59\n>>> platforms[:5]\n[, , , \\\n, ]\n>>> p = platforms[0]\n>>> p\n\n>>> p.id, p.name, p.manufacturer\n('25', '3DO', 'Panasonic')\n>>> p.overview[:69] + ' (...)'\n'The 3DO Interactive Multiplayer (often called simply 3DO) is a video (...)'\n>>> p = api.platform.get(id=p.id)\n>>> p\n\n>>> threedo_games = p.games()\n>>> len(threedo_games)\n148\n>>> threedo_games[:5]\n[, , \\\n, , \\\n]\n```\n\n## Game Resource\n\n```python\n>>> api.game\n\n>>> games = api.game.list(name='x-men')\n>>> len(games)\n100\n>>> games[:5]\n[, , \\\n, , \\\n]\n>>> games[30].id\n'2468'\n>>> game = api.game.get(2468)\n>>> game\n\n>>> game.name, game.platform, game.publisher, game.developer\n('X-Men: Children Of The Atom', 'Arcade', 'Capcom', 'Capcom')\n```", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/rogerhil/thegamesdb/tarball/0.9.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rogerhil/thegamesdb", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "thegamesdb", "package_url": "https://pypi.org/project/thegamesdb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/thegamesdb/", "project_urls": { "Download": "https://github.com/rogerhil/thegamesdb/tarball/0.9.1", "Homepage": "https://github.com/rogerhil/thegamesdb" }, "release_url": "https://pypi.org/project/thegamesdb/0.9.1/", "requires_dist": null, "requires_python": null, "summary": "The Games DB API wrapper for Python", "version": "0.9.1" }, "last_serial": 2483968, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "aee2e94e44e31c77da10deae15f21977", "sha256": "9497afdab375de688001605941a42aabb6db918e42ef2f10c3ed701f6938fd8d" }, "downloads": -1, "filename": "thegamesdb-0.3.tar.gz", "has_sig": false, "md5_digest": "aee2e94e44e31c77da10deae15f21977", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14921, "upload_time": "2016-01-14T11:57:50", "url": "https://files.pythonhosted.org/packages/92/69/140ebc45a811066cf78262f4284c5c19adb7a409dc6523a56d5664480804/thegamesdb-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "9c5bb68768893a11612ba561456f5d4e", "sha256": "68094177991fcaed31944eef5bf9dd47947dfadbff5975cb4b468e99db9dac25" }, "downloads": -1, "filename": "thegamesdb-0.4.tar.gz", "has_sig": false, "md5_digest": "9c5bb68768893a11612ba561456f5d4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15602, "upload_time": "2016-08-07T20:06:59", "url": "https://files.pythonhosted.org/packages/ed/b0/097558c716b180a844378157dd865cc7ed108c6d90c1aaf9cc272cb1a8dd/thegamesdb-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "52d80a2956819a0286b1bc7e88533249", "sha256": "1f706abcdb8bd2d20c4d4882c527363c26e7addb7629135965ffed6f19c9adca" }, "downloads": -1, "filename": "thegamesdb-0.5.tar.gz", "has_sig": false, "md5_digest": "52d80a2956819a0286b1bc7e88533249", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14970, "upload_time": "2016-08-08T11:30:07", "url": "https://files.pythonhosted.org/packages/d6/99/6817a03cef85d99454d4f4947395c3d184466eafb4a7a8c8c44bd3362788/thegamesdb-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "9bbc143df48f5df2c5b4e67c9c0155a3", "sha256": "4863e6803143803f152f5d36c4d6e0148a5e2d582aef24f80b06f72f41ed1c47" }, "downloads": -1, "filename": "thegamesdb-0.6.tar.gz", "has_sig": false, "md5_digest": "9bbc143df48f5df2c5b4e67c9c0155a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15725, "upload_time": "2016-08-29T22:54:36", "url": "https://files.pythonhosted.org/packages/b1/e8/6ed1b116240add7f468960c19c8d7d82adf0e820252604d8f9fbae4e67f1/thegamesdb-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "bf6d07cfbe8d7ca7937985b4225aa4c4", "sha256": "c22c302f840c612628545eecff1a49b2cef30530878ea97073e5625acc7f2e4d" }, "downloads": -1, "filename": "thegamesdb-0.7.tar.gz", "has_sig": false, "md5_digest": "bf6d07cfbe8d7ca7937985b4225aa4c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15092, "upload_time": "2016-11-07T11:54:17", "url": "https://files.pythonhosted.org/packages/2b/43/75af651ef7c25e8be0f01bd6513bfcdc1212b4359aa590bf325284812927/thegamesdb-0.7.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "32d9cac4d62470fd5fc4e67965a20a50", "sha256": "dffc8b2ac5c4c49c56769e59c774db0070a634012446ed250b843e7fe25e8605" }, "downloads": -1, "filename": "thegamesdb-0.9.tar.gz", "has_sig": false, "md5_digest": "32d9cac4d62470fd5fc4e67965a20a50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15090, "upload_time": "2016-11-10T09:11:08", "url": "https://files.pythonhosted.org/packages/07/97/be870d3d478e063aad9e757f8c96b09ea7314bcd94b7db6152c0340e2a87/thegamesdb-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "89795c093ef6d963d65b61936f348fa7", "sha256": "1947bd9c228e2ad619eae66d4f5c285d74862cd0881a34d34801b0b2d307de42" }, "downloads": -1, "filename": "thegamesdb-0.9.1.tar.gz", "has_sig": false, "md5_digest": "89795c093ef6d963d65b61936f348fa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15742, "upload_time": "2016-11-26T15:50:10", "url": "https://files.pythonhosted.org/packages/85/1a/379c9b788698a97493d8901d8481499f435265c5b64e612c8edc53214340/thegamesdb-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "89795c093ef6d963d65b61936f348fa7", "sha256": "1947bd9c228e2ad619eae66d4f5c285d74862cd0881a34d34801b0b2d307de42" }, "downloads": -1, "filename": "thegamesdb-0.9.1.tar.gz", "has_sig": false, "md5_digest": "89795c093ef6d963d65b61936f348fa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15742, "upload_time": "2016-11-26T15:50:10", "url": "https://files.pythonhosted.org/packages/85/1a/379c9b788698a97493d8901d8481499f435265c5b64e612c8edc53214340/thegamesdb-0.9.1.tar.gz" } ] }