Metadata-Version: 2.1
Name: aiobrawlstats
Version: 1.0.1
Summary: Async BrawlStars API wrapper
Home-page: https://github.com/vladislavkovalskyi/aiobrawlstats
Author: vladislavkovalskyi
Author-email: v.darknesssb@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: pydantic

# aiobrawlstats - Easy Async library for working with BrawlStars API

> #### Что нужно, чтобы пользоваться библиотекой:
>#### [PyCharm](https://www.jetbrains.com/ru-ru/pycharm/)
>#### [BrawlStars Token](https://developer.brawlstars.com/#/new-key)

#### Установка:

```sh
pip install -U aiobrawlstats
pip install -U https://github.com/vladislavkovalskyi/aiobrawlstats/archive/master.zip
```

