Metadata-Version: 2.1
Name: aoe2netapi-wrapper
Version: 0.3.0
Summary: A simple and basic Python wrapper for the https://aoe2.net/#api API.
Home-page: https://github.com/sixP-NaraKa/aoe2net-api-wrapper
Author: sixP-NaraKa
Author-email: sixpaths-naraka@protonmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.20.0)

# aoe2net-api-wrapper
 A simple and basic Python 3 https://aoe2.net/ api wrapper for sending `GET requests`.

 ![GitHub release (latest by date)](https://img.shields.io/github/v/release/sixp-naraka/aoe2net-api-wrapper?color=g&label=GitHub%20release) ![PyPI](https://img.shields.io/pypi/v/aoe2netapi-wrapper?label=pypi%20version) ![PyPI - Downloads](https://img.shields.io/pypi/dd/aoe2netapi-wrapper?label=pypi%20downloads)

 See https://aoe2.net/#api and https://aoe2.net/#nightbot for the aoe2.net API (documentation).

 This wrapper solely supports requesting the data from the aoe2.net api.
 Further data manipulation/extraction required from the requested data has to be done by you, the user.

 Requirements:

 - `requests` >= 2.20.0

 Installation
 -
 Available [on PyPi](https://pypi.org/project/aoe2netapi-wrapper/)

 ```
 pip install aoe2netapi-wrapper
 ```

 ```python
import aoe2netapi as aoe

print(aoe.__version__)
 ```

 Documentation
 -
 See the documentation on the provided functions here on GitHub: [documentation page.](https://github.com/sixP-NaraKa/aoe2net-api-wrapper/blob/main/docs/docs.md)

 Changelog
 -
 See the changelog here on GitHub: [changelog page.](https://github.com/sixP-NaraKa/aoe2net-api-wrapper/blob/main/docs/changelog.md)




