Metadata-Version: 2.4
Name: xivgear_wrapper_Cedohran
Version: 0.0.3
Summary: Small python wrapper for xivgear API (and a bit of xivapi)
Project-URL: Homepage, https://github.com/Cedohran/xivgear-python-wrapper
Project-URL: Issues, https://github.com/Cedohran/xivgear-python-wrapper/issues
Author-email: Cedric Müller <cedohran@gmx.de>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: requests>=2.25.0
Description-Content-Type: text/markdown

# xivgear-python-wrapper
A python wrapper for the xivgear API, with additional info provided by xivapi.

Relevant docs:

https://xivgear.app/docs/

https://v2.xivapi.com/docs/welcome/

## How to use
Install using pip:
```
pip install xivgear-wrapper-Cedohran
```

Examples in [example.py](https://github.com/Cedohran/xivgear-python-wrapper/blob/main/src/xivgear_wrapper_Cedohran/example.py).
