Metadata-Version: 2.1
Name: athletes-unlimited-py
Version: 0.0.4
Summary: Python package for the Athletes Unlimited sports organization, and for the various sports it hosts.
Author-email: Joseph Armstrong <armstrongjoseph08@gmail.com>
Maintainer-email: Joseph Armstrong <armstrongjoseph08@gmail.com>
License: MIT
Project-URL: homepage, https://github.com/armstjc/athletes-unlimited-py
Project-URL: documentation, https://github.com/armstjc/athletes-unlimited-py/wiki
Project-URL: repository, https://github.com/armstjc/athletes-unlimited-py.git
Project-URL: changelog, https://github.com/armstjc/athletes-unlimited-py/blob/main/CHANGELOG.md
Keywords: sports,women_in_sports,women,girl_sports,basketball,womens_basketball,volleyball,womens_volleyball,lacrosse,womens_lacrosse,softball,womens_softball,aux_softball,womens_aux_softball
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools (>=67.6.0)
Requires-Dist: wheel
Requires-Dist: pyarrow (>=11.0.0)
Requires-Dist: pandas (>=1.5.3)
Requires-Dist: tqdm
Requires-Dist: requests
Requires-Dist: lxml

# 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 advalible 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
```
