Skip to main content

A library to access The Orange Alliance API

Project description

https://travis-ci.com/karx1/alliancepy.svg?branch=master PyPI package Documentation Status

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


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 hashes)

Uploaded Source

Built Distribution

alliancepy-1.5.2-py3-none-any.whl (30.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page