Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
.. 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 Python 3.6 and up.
FAQs
A library to access The Orange Alliance API
We found that alliancepy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.