# Statbotics API
Statbotics.io aims to modernize FRC data analytics through developing and distributing cutting-edge metrics and analysis. This Python API makes Expected Points Added (EPA) statistics just a few Python lines away! Currently we support queries on teams, years, events, and matches. Read below for usage and documentation.
Visit https://statbotics.io for more content!
## Usage
With Python>=3.8 and pip installed, run
```
pip install statbotics==2.0.1
```
Then in a Python file, create a Statbotics object and get started!
```
import statbotics
sb = statbotics.Statbotics()
print(sb.get_team(254))
>> {'team': 254, 'name': 'The Cheesy Poofs', 'offseason': False, 'state': 'CA', 'country': 'USA', 'district': None, 'rookie_year': 1999, 'active': True, 'norm_epa': 1961.0, 'norm_epa_recent': 1956.0, 'norm_epa_mean': 1896.0, 'norm_epa_max': 2114.0, ... }
```
Read below for more methods!
## API Reference
Visit https://statbotics.readthedocs.io/en/latest/
## Contribute
If you are interested in contributing, reach out to Abhijit Gupta (avgupta456@gmail.com)
## Support
If you are having issues, please let us know. We welcome issues and pull requests.
## License
The project is licensed under the MIT license.
Raw data
{
"_id": null,
"home_page": "https://statbotics.io",
"name": "statbotics",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "FIRST,robotics,data,analysis,ranking",
"author": "Abhijit Gupta",
"author_email": "avgupta456@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c4/ca/033067a745b4fdc88995fa031bd09aa6ddee512c69ad1bd81abb8fbaa590/statbotics-2.0.1.tar.gz",
"platform": null,
"description": "# Statbotics API\n\nStatbotics.io aims to modernize FRC data analytics through developing and distributing cutting-edge metrics and analysis. This Python API makes Expected Points Added (EPA) statistics just a few Python lines away! Currently we support queries on teams, years, events, and matches. Read below for usage and documentation.\n\nVisit https://statbotics.io for more content!\n\n## Usage\n\nWith Python>=3.8 and pip installed, run\n\n```\npip install statbotics==2.0.1\n```\n\nThen in a Python file, create a Statbotics object and get started!\n\n```\nimport statbotics\n\nsb = statbotics.Statbotics()\nprint(sb.get_team(254))\n\n>> {'team': 254, 'name': 'The Cheesy Poofs', 'offseason': False, 'state': 'CA', 'country': 'USA', 'district': None, 'rookie_year': 1999, 'active': True, 'norm_epa': 1961.0, 'norm_epa_recent': 1956.0, 'norm_epa_mean': 1896.0, 'norm_epa_max': 2114.0, ... }\n```\n\nRead below for more methods!\n\n## API Reference\n\nVisit https://statbotics.readthedocs.io/en/latest/\n\n## Contribute\n\nIf you are interested in contributing, reach out to Abhijit Gupta (avgupta456@gmail.com)\n\n## Support\n\nIf you are having issues, please let us know. We welcome issues and pull requests.\n\n## License\n\nThe project is licensed under the MIT license.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Modernizing FRC Data Analytics",
"version": "2.0.1",
"split_keywords": [
"first",
"robotics",
"data",
"analysis",
"ranking"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "94fd071e3f6f79592bd41d2c46cf5ed2774837164986596267b63d80af9dadf4",
"md5": "b56e613a50ec9add89a581d2633cab50",
"sha256": "b37951e3dde8e939b083569983ee5a217aaf613508109063f728d8c0d7f82660"
},
"downloads": -1,
"filename": "statbotics-2.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b56e613a50ec9add89a581d2633cab50",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 7706,
"upload_time": "2023-01-14T00:07:53",
"upload_time_iso_8601": "2023-01-14T00:07:53.984761Z",
"url": "https://files.pythonhosted.org/packages/94/fd/071e3f6f79592bd41d2c46cf5ed2774837164986596267b63d80af9dadf4/statbotics-2.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c4ca033067a745b4fdc88995fa031bd09aa6ddee512c69ad1bd81abb8fbaa590",
"md5": "7c9d277c7049e73c7886f684fba7812e",
"sha256": "1124897a25955f1df3a2ec74b182c55754d24d749e5876bbe8e8f4089b172367"
},
"downloads": -1,
"filename": "statbotics-2.0.1.tar.gz",
"has_sig": false,
"md5_digest": "7c9d277c7049e73c7886f684fba7812e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 8043,
"upload_time": "2023-01-14T00:07:55",
"upload_time_iso_8601": "2023-01-14T00:07:55.558775Z",
"url": "https://files.pythonhosted.org/packages/c4/ca/033067a745b4fdc88995fa031bd09aa6ddee512c69ad1bd81abb8fbaa590/statbotics-2.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-14 00:07:55",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "statbotics"
}