{ "info": { "author": "Jason Unrein", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries" ], "description": "|travis ci build state|\n\n|rtd state|\n\nUNDER MIT LICENSE\n-----------------\n\nCopyright (C) 2011-2012 Leandro Voltolino xupisco@gmail.com\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nPython wrapper for Giantbomb API!\n---------------------------------\n\n**Get your API Key at http://api.giantbomb.com**\n\nBasic usage:\n\n::\n\n import giantbomb \n gb = giantbomb.Api('YOUR_KEY')\n\n**Current Methods:**\n\n- search(str, offset)\n- getGame(game\\_id)\n- getGames(platform\\_id, offset)\n- getVideo(video\\_id)\n- getPlatform(platform\\_id)\n- getPlatforms(offset)\n- getFranchise(franchise\\_id)\n- getFranchises(offset)\n\n*Everything returns an object:*\n\n**Examples:**\n\n::\n\n import giantbomb \n gb = giantbomb.Api('YOUR_KEY') \n\n games = gb.getGames(94, 12300) // 94 = PC\n print games\n\n >>> [<29220: Zero Gear>, <29234: Pro Cycling Manager: Season 2010>,\n <29238: Allods Online>, <29240: Hammerfight>, <29247: Sacraboar>,\n <29249: POWDER>, <29257: Grand Fantasia>, ...]\n\n ------------------------------------------------------------------------------\n\n results = gb.search('call of duty')\n print results\n\n >>> [<26423: Call of Duty: Black Ops>, <2133: Call of Duty 4: Modern Warfare>,\n <20777: Call of Duty: World at War>, ...]\n\n game = gb.getGame(26423) // or gb.getGame(results[0])\n for p in game.platforms:\n print p.name\n \n >>> PlayStation 3\n Wii\n Nintendo DS\n PlayStation Network (PS3)\n Xbox 360\n PC\n\n| Yep, that's it!\n| Hugs!\n\n.. |travis ci build state| image:: https://travis-ci.org/JasonAUnrein/GiantBomb.svg?branch=master\n :target: https://travis-ci.org/JasonAUnrein/GiantBomb\n.. |rtd state| image:: https://readthedocs.org/projects/giantbomb/badge/?version=latest\n :target: https://readthedocs.org/projects/giantbomb/?badge=latest", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/JasonAUnrein/giantbomb/blob/master/release/giantbomb-0.7.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JasonAUnrein/giantbomb", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "giantbomb", "package_url": "https://pypi.org/project/giantbomb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/giantbomb/", "project_urls": { "Download": "https://github.com/JasonAUnrein/giantbomb/blob/master/release/giantbomb-0.7.tar.gz", "Homepage": "https://github.com/JasonAUnrein/giantbomb" }, "release_url": "https://pypi.org/project/giantbomb/0.7/", "requires_dist": null, "requires_python": null, "summary": "Download Manager Library", "version": "0.7" }, "last_serial": 1300021, "releases": { "0.7": [] }, "urls": [] }