An open API service indexing awesome lists of open source software.

https://github.com/armstjc/athletes-unlimited-py

Python package for the Athletes Unlimited sports organization.
https://github.com/armstjc/athletes-unlimited-py

python python3 sports sports-analytics sports-data sports-stats stats

Last synced: 7 months ago
JSON representation

Python package for the Athletes Unlimited sports organization.

Awesome Lists containing this project

README

          

# athletes-unlimited-py

Python package for the Athletes Unlimited sports organization, and for the various sports it hosts.

## How to install

This package is is available through the `pip` package manager, and can be installed through one of the following commands in your terminal/shell:

```
pip install athletes_unlimited_py
```

OR

```
python -m pip install athletes_unlimited_py
```

If you are using a Linux/Mac instance, you may need to specify `python3` when installing.

```
python3 -m pip install athletes_unlimited_py
```

Alternatively, `athletes-unlimited-py` can be installed from this GitHub repository with the following command through pip:

```
pip install git+https://github.com/armstjc/athletes-unlimited-py
```

OR

```
python -m pip install git+https://github.com/armstjc/athletes-unlimited-py
```

OR

```
python3 -m pip install git+https://github.com/armstjc/athletes-unlimited-py
```