Metadata-Version: 2.1
Name: aoe2netapi-wrapper
Version: 0.2.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 https://aoe2.net/ api wrapper for sending `GET requests`.

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
-
[on PyPi](https://pypi.org/project/aoe2netapi-wrapper/)

`pip install aoe2netapi-wrapper`

`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)




