Modernizing FRC Data Analytics
Project description
Statbotics API
Statbotics.io aims to modernize FRC data analytics through developing and distributing cutting-edge metrics and analysis. This Python API makes historical Elo and OPR 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.6 and pip installed, run
pip install statbotics
Then in a Python file, create a Statbotics object and get started!
import statbotics
sb = statbotics.Statbotics()
print(sb.getTeam(254))
>> {'team':254, 'name': 'The Cheesy Poofs', 'state': 'CA', 'country': 'USA', 'district': 'None',
'active': True, 'elo': 1860, 'elo_recent': 1972, 'elo_mean': 1898, 'elo_max': 2145}
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file statbotics-0.1.7.tar.gz
.
File metadata
- Download URL: statbotics-0.1.7.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24042b4626d8b04c68dfcfcb4a89a8c7e5cc79756957198324b7de4f7e075711 |
|
MD5 | 398082cca3cac112b2e01178d68c5a41 |
|
BLAKE2b-256 | 050db948209bb244173ac6028a1962aef07fad4fa4ba19bc9d409718d58a4842 |
File details
Details for the file statbotics-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: statbotics-0.1.7-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4dfdad70050c3cf853eeef7d2f7490cd079e41e824bf12e0fcf8af613249ab8 |
|
MD5 | c7755d84fc33c5f9861e02a4b50c067c |
|
BLAKE2b-256 | 6af080c102b95e58fb4f0603715df724932c7a95d46270de78bbf7efd435aa1f |