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.
- Host: GitHub
- URL: https://github.com/armstjc/athletes-unlimited-py
- Owner: armstjc
- License: mit
- Created: 2023-03-30T23:11:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T23:16:30.000Z (over 1 year ago)
- Last Synced: 2024-04-28T04:23:54.480Z (over 1 year ago)
- Topics: python, python3, sports, sports-analytics, sports-data, sports-stats, stats
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```