Metadata-Version: 2.1
Name: bayes-lol-client
Version: 1.0.1
Summary: Wrapper for Bayes League of Legends API
Home-page: https://github.com/arbolitoloco1/bayes_lol_client
License: GPL-3.0-or-later
Author: Santiago Kozak
Author-email: kozaksantiago@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: backoff (>=2.2.1,<3.0.0)
Requires-Dist: pytz (>=2022.7,<2023.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

# Bayes LoL Client

This library is used to make queries to the Bayes EMH API, which provides data for League of Legends esports games.

## Install
```
pip install bayes_lol_client
```

If you wish to install the latest development version:
```
pip install -U git+https://github.com/arbolitoloco1/bayes_lol_client
```

## Bayes Credentials
In order to use the Bayes API, you must have login credentials, which will be prompted the first time you use the library.
These will be stored in a file in your user config path.

## EMH Docs
The full documentation to use EMH can be found [here](https://docs.bayesesports.com/api/emh_riot)
