Metadata-Version: 2.1
Name: brawling
Version: 0.3.2
Summary: Brawl stars API wrapper (synchronous)
License: MIT
Author: dankmeme01
Author-email: kirill.babikov28@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: requests-cache (>=0.9.6,<0.10.0)
Description-Content-Type: text/markdown

# Brawling

Synchronous API wrapper for Brawl Stars made by Supercell

## Installation

```
pip install brawling
```

To install with caching support (for performance)

```
pip install brawling[requests-cache]
```


This content is not affiliated with, endorsed, sponsored, or specifically approved by Supercell and Supercell is not responsible for it. For more information see Supercell’s Fan Content Policy: www.supercell.com/fan-content-policy.
