{ "info": { "author": "JustMaffie", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# PyFNBR\nPython API wrapper for the FNBR.co API\n\n## Development Team\nCategory | People\n------------------- | --------------------------\nLead Developer | JustMaffie#5001 ([@JustMaffie](https://github.com/JustMaffie))\n\n## Installation\n1. `sudo python3.5 -m pip install pyfnbr`\n\n## Installation (Manual)\n1. `git clone https://github.com/JustMaffie/PyFNBR && cd PyFNBR`\n1. `sudo python3.5 setup.py install`\n\n## API Key\nTo be able to use this API library, you must request an API key for FNBR.co, for more information, go to [the FNBR.co docs](https://fnbr.co/api/docs)\n\n## Example\nThe following example shows how to grab the current shop rotation\n```py\nimport fnbr\nimport asyncio\n\nkey = \"api_key_here\"\n\nasync def start():\n client = fnbr.FNBRClient(key)\n cosmetic = await client.get_shop()\n print(cosmetic)\n\nloop = asyncio.get_event_loop()\nloop.run_until_complete(start())\n```\n[Full Documentation](https://github.com/JustMaffie/PyFNBR/wiki)\n\n## Licence\n\n```\nPyFNBR\nCopyright (C) 2018 JustMaffie\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as published\nby the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program. If not, see .\n```\n\n## Quick notes\n- This is not an official API wrapper, I am not associated with FNBR.co!\n- The API can change at any given moment, when it does, I'll try to update this API wrapper as soon as possible, I cannot guarantee this library is always up to date, but I will try to keep it so!", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JustMaffie/PyFNBR", "keywords": "API fortnite fnbr fnbr.co", "license": "AGPL", "maintainer": "", "maintainer_email": "", "name": "PyFNBR", "package_url": "https://pypi.org/project/PyFNBR/", "platform": "", "project_url": "https://pypi.org/project/PyFNBR/", "project_urls": { "Homepage": "https://github.com/JustMaffie/PyFNBR" }, "release_url": "https://pypi.org/project/PyFNBR/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Python API wrapper for the FNBR.co API", "version": "1.0.1" }, "last_serial": 3978094, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "436c28d5fceb2617b2a0be8df9599c6e", "sha256": "6ba580e91895a39e8e68d4c7c22cd12304a7d2a7e64c7c68498539bbfa8a6eac" }, "downloads": -1, "filename": "PyFNBR-1.0.1.tar.gz", "has_sig": false, "md5_digest": "436c28d5fceb2617b2a0be8df9599c6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3687, "upload_time": "2018-06-19T16:17:46", "url": "https://files.pythonhosted.org/packages/ae/69/e883bd098bf1845a95f72f9166e560d088ae8c463955d4693ba8e2153dcc/PyFNBR-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "436c28d5fceb2617b2a0be8df9599c6e", "sha256": "6ba580e91895a39e8e68d4c7c22cd12304a7d2a7e64c7c68498539bbfa8a6eac" }, "downloads": -1, "filename": "PyFNBR-1.0.1.tar.gz", "has_sig": false, "md5_digest": "436c28d5fceb2617b2a0be8df9599c6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3687, "upload_time": "2018-06-19T16:17:46", "url": "https://files.pythonhosted.org/packages/ae/69/e883bd098bf1845a95f72f9166e560d088ae8c463955d4693ba8e2153dcc/PyFNBR-1.0.1.tar.gz" } ] }