A library to access The Orange Alliance API
Project description
A library to access The Orange Alliance API. This module makes it easy to access the official First Tech Challenge database and use it in your Python projects for things like data science and more.
View the full documentation here
Install with:
pip install alliancepy
Here’s a simple example:
import alliancepy
from alliancepy import Season
client = alliancepy.Client(api_key="api_key_goes_here", application_name="application_name_goes_here")
team = client.team(16405)
print(team.opr(Season.SKYSTONE))
Supports
Supports Python 3.6 and up.
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
alliancepy-1.5.2.tar.gz
(13.4 kB
view details)
Built Distribution
File details
Details for the file alliancepy-1.5.2.tar.gz
.
File metadata
- Download URL: alliancepy-1.5.2.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d5d1f7a130b724aa25ef153ac99cae1f4c26b6f063faac8708462c08c70677b |
|
MD5 | 9f8709499bcb19eb0e60b8e27e817e30 |
|
BLAKE2b-256 | 08b26b23e472faf7ddffebec5c46efc17734e05fc95251b6b33f6277baf90723 |
File details
Details for the file alliancepy-1.5.2-py3-none-any.whl
.
File metadata
- Download URL: alliancepy-1.5.2-py3-none-any.whl
- Upload date:
- Size: 30.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9745b65b25c723b619a1b9a9b7c1b8a6ce63795723cef0ea086d0ff7c32214a |
|
MD5 | d79b3cb8de01a5e29b1956341b2780fa |
|
BLAKE2b-256 | b3d9cc9816c71f67d1ad85bd52c1022a9ed23509259db314eecdd944d52c8c66 |