Metadata-Version: 2.1
Name: abattlemetrics
Version: 0.6.0.post1
Summary: An asyncio wrapper for the battlemetrics API
Home-page: https://github.com/thegamecracks/abattlemetrics
Author: thegamecracks
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Framework :: aiohttp
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: python-dateutil

# abattlemetrics

[![PyPI](https://img.shields.io/pypi/v/abattlemetrics?label=View%20on%20pypi&style=flat-square)](https://pypi.org/project/abattlemetrics/)

An asyncio wrapper for the battlemetrics API.

## Installation

To install the latest release from PyPI (requires Python 3.8 or above):

```sh
pip install abattlemetrics
```

To install the development version from GitHub (requires Git):

```sh
pip install git+https://github.com/thegamecracks/abattlemetrics
```

## Notice

I am currently not maintaining this project as this wrapper has
been sufficient for my needs. Many endpoints have not been implemented,
but I will still accept PRs following the [contributing guide](CONTRIBUTING.md).

## License

This project uses the [MIT](LICENSE) license.
