Metadata-Version: 2.1
Name: r6stats.py
Version: 1.0.1
Summary: A Python wrapper for the R6Stats.com API
Home-page: https://github.com/MakufonSkifto/r6stats.py
Author: MakufonSkifto
License: UNKNOWN
Keywords: r6stats api siege r6siege
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: requests

# r6stats.py

r6stats.py is a Python wrapper for the R6Stats.com API

## Usage

```python
import r6stats

stats = r6stats.Stats(key="")
generic_stats = stats.get_generic_stats(username="BikiniBodhi", platform=r6stats.Platform.pc)

print(generic_stats.wins)
```

More examples are at [the examples folder](https://github.com/MakufonSkifto/r6stats.py/tree/master/examples)

## Errors

The module will raise `KeyError` if the given thing is not found


