{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3.7" ], "description": "## Installation Instructions\n\nNOTE - Only tested in MacOS Mojave.\n\n`pip install sp-games`\n\n## Getting Started\n\nFirst item of business is to create an API Key from [Giant Bomb](https://www.giantbomb.com/api/)\n\n`spag congfigure`\n\n## Searching\n\nTo search all games, please bear in mind that the API only responds with 100 results and there is currently no pagination.\n\n`spag search`\n\n### Additional options \n\n`-n` which will be a fuzzy text lookup of the name so:\n\n`spag search -n Fallout`\n\nProviding you have a valid API key this will return some JSON with the matching game titles and GUID.\n\n## Specific Game\n\nTo search for a specific game you need the GUID which can be got from [Search](#searching)\n\n`spag game -g 3030-20504`\n\nWill return the specific information about that game.\n\n### Additional Options\n\n`-d` will add an additional search for the DLCs for that game and return them (if any) in order of release date.\n\nPlease note if you are searching for Rock Band 2 for example there are a lot of DLCs!\n\n`spag game -g 3030-20504 -d`\n\n## Things to note\n\n- JSON was readable enough for this first version. This can be improved.\n- Friendly User Interaction responses in this version are not yet at a decent level, for example it will not specifically say if there are no DLCs for a game.\n- Error Handling leave a lot to be desired at this point in time.\n- The API called (being python) for getting DLC release date are not async or threaded so this should probably be done to make this faster.\n- Code duplication is currently quite high and can be refactored to be more generic.\n\n## Potential Additions\n- We could add an option to pick the response type: i.e. json, text\n- Types of information to respond with about a game\n- More API integrations...\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "sp-games", "package_url": "https://pypi.org/project/sp-games/", "platform": "", "project_url": "https://pypi.org/project/sp-games/", "project_urls": null, "release_url": "https://pypi.org/project/sp-games/0.0.4/", "requires_dist": [ "argparse", "PyInquirer", "requests", "clint" ], "requires_python": "", "summary": "CLI Utility to extract information from Giant Bomb", "version": "0.0.4" }, "last_serial": 5686763, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "41baa423ba7ee139ba79cd0ce9d05956", "sha256": "667de5b9735d62347bcfcd9be370a63f333a43df68fcdc4a5d4219cd7964922a" }, "downloads": -1, "filename": "sp_games-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "41baa423ba7ee139ba79cd0ce9d05956", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5017, "upload_time": "2019-08-16T09:21:55", "url": "https://files.pythonhosted.org/packages/f9/71/f1369a190124e4c6ef283ebb149ba61a608b974c3c662f17d2a739c55c49/sp_games-0.0.3-py3-none-any.whl" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "9a238f0f19ae83fc4f521e4c9023c52e", "sha256": "9ad6185eb751b51abab3c534da75089d63aefe8dbc3aaf4c04d49a177f942ee6" }, "downloads": -1, "filename": "sp_games-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "9a238f0f19ae83fc4f521e4c9023c52e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5030, "upload_time": "2019-08-16T09:44:49", "url": "https://files.pythonhosted.org/packages/93/5d/d713c66e51485a9f8bcd099ef2c0acac08c6392c82c9558d474e0ae53480/sp_games-0.0.4-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9a238f0f19ae83fc4f521e4c9023c52e", "sha256": "9ad6185eb751b51abab3c534da75089d63aefe8dbc3aaf4c04d49a177f942ee6" }, "downloads": -1, "filename": "sp_games-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "9a238f0f19ae83fc4f521e4c9023c52e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5030, "upload_time": "2019-08-16T09:44:49", "url": "https://files.pythonhosted.org/packages/93/5d/d713c66e51485a9f8bcd099ef2c0acac08c6392c82c9558d474e0ae53480/sp_games-0.0.4-py3-none-any.whl" } ] }