Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

alliancepy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alliancepy

A library to access The Orange Alliance API

  • 1.5.2
  • PyPI
  • Socket score

Maintainers
1

alliancepy

.. image:: https://travis-ci.com/karx1/alliancepy.svg?branch=master :target: https://travis-ci.com/karx1/alliancepy .. image:: https://badge.fury.io/py/alliancepy.svg :target: https://badge.fury.io/py/alliancepy :alt: PyPI package .. image:: https://readthedocs.org/projects/alliancepy/badge/?version=latest :target: https://alliancepy.readthedocs.io/en/latest/?badge=latest :alt: 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 <https://alliancepy.readthedocs.io/en/latest/>__

Install with:

.. code:: bash

pip install alliancepy

Here's a simple example:

.. code:: py

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc