{ "info": { "author": "Dan Waxman", "author_email": "dan.waxman1@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License", "Natural Language :: English" ], "description": "#TbaApi3\nTbaApi3 is a Python library for TheBlueAlliance.com's API version 3. It's currently in development, but right now supports all Team and requests. \n\n#Installation\nTo install TbaApi3 with pip: \n```pip install TbaApi3```\nIn addition to having the library installed, you'll need an API Key from TBA. You can find one [here](https://www.thebluealliance.com/account).\n\n#Usage\nTo create an ApiObject with new key `'key'`:\n```\nimport TbaApi3\n\napi_object = TbaApi3.ApiObject('key')\n```\nNow you can check documentation to find corresponding TBA API calls and their functions, as well as a few extra \"convenience\" functions. For example, to find all FRC teams active in a season:\n```\nteams = api_object.get_all_teams(year)\n```\nNow to get the name of the first team:\n```\nprint(teams[0].nickname)\n```\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/DanWaxman/TbaApi3", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "TbaApi3", "package_url": "https://pypi.org/project/TbaApi3/", "platform": "", "project_url": "https://pypi.org/project/TbaApi3/", "project_urls": { "Homepage": "https://github.com/DanWaxman/TbaApi3" }, "release_url": "https://pypi.org/project/TbaApi3/0.1a3/", "requires_dist": null, "requires_python": "", "summary": "A Python library for the TBA API v3", "version": "0.1a3" }, "last_serial": 3002944, "releases": { "0.1a0": [ { "comment_text": "", "digests": { "md5": "675036d8d2a775b614819556362ae1bf", "sha256": "8689369a7adcdc39cb2e5e7ca87d179c2842fc99315969bb8c972dcecb8ec4a2" }, "downloads": -1, "filename": "TbaApi3-0.1a0.tar.gz", "has_sig": false, "md5_digest": "675036d8d2a775b614819556362ae1bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4576, "upload_time": "2017-07-06T06:51:32", "url": "https://files.pythonhosted.org/packages/0e/23/a30278664190098b18deddc5ba1d068d343dbff64505d82b46696ca91207/TbaApi3-0.1a0.tar.gz" } ], "0.1a1": [ { "comment_text": "", "digests": { "md5": "4b32c7afaf9ef80b3904eacb0e7076e8", "sha256": "0262ac19604c4f186c1ccb5c0da83b959573849ad2c78beb746d9ef8a73b0a6e" }, "downloads": -1, "filename": "TbaApi3-0.1a1.tar.gz", "has_sig": false, "md5_digest": "4b32c7afaf9ef80b3904eacb0e7076e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4975, "upload_time": "2017-07-06T07:22:43", "url": "https://files.pythonhosted.org/packages/56/15/8c4be619f0ecf3363d15952bdcd26531528f984554d8a4f1ee44c2c4d06e/TbaApi3-0.1a1.tar.gz" } ], "0.1a2": [ { "comment_text": "", "digests": { "md5": "c5a39b77c2eb9517062f9dcee1c91bd8", "sha256": "f27f37116e35d772277ad5102ed36a208bc4ddef53180597e3f779fe9cdb7a22" }, "downloads": -1, "filename": "TbaApi3-0.1a2.tar.gz", "has_sig": false, "md5_digest": "c5a39b77c2eb9517062f9dcee1c91bd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5049, "upload_time": "2017-07-06T08:16:55", "url": "https://files.pythonhosted.org/packages/47/34/8e8201b3455f37db48ef62d9f78a70d6b6ba06d8affa45fcd90ee417543f/TbaApi3-0.1a2.tar.gz" } ], "0.1a3": [ { "comment_text": "", "digests": { "md5": "30497e9b2034cb9c72aa6c02436f1a4f", "sha256": "09891f855a6240b88e83f78de7355ccbf38aa4305b63d0559718f6d5e39824a8" }, "downloads": -1, "filename": "TbaApi3-0.1a3.tar.gz", "has_sig": false, "md5_digest": "30497e9b2034cb9c72aa6c02436f1a4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5462, "upload_time": "2017-07-06T08:40:25", "url": "https://files.pythonhosted.org/packages/4d/a2/3bf4c61397f22f3eb7bd43277fd8327086aa26f146a28ef66d99ad50492b/TbaApi3-0.1a3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30497e9b2034cb9c72aa6c02436f1a4f", "sha256": "09891f855a6240b88e83f78de7355ccbf38aa4305b63d0559718f6d5e39824a8" }, "downloads": -1, "filename": "TbaApi3-0.1a3.tar.gz", "has_sig": false, "md5_digest": "30497e9b2034cb9c72aa6c02436f1a4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5462, "upload_time": "2017-07-06T08:40:25", "url": "https://files.pythonhosted.org/packages/4d/a2/3bf4c61397f22f3eb7bd43277fd8327086aa26f146a28ef66d99ad50492b/TbaApi3-0.1a3.tar.gz" } ] }