Metadata-Version: 2.3
Name: raiderio-async
Version: 1.3.0
Summary: 
Author: Karlo Prikratki
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp-client-cache (>=0.13.0,<0.14.0)
Requires-Dist: aiolimiter (>=1.2.1,<2.0.0)
Requires-Dist: aiosqlite (>=0.21.0,<0.22.0)
Description-Content-Type: text/markdown

# raiderio-async

A simple async library for the [Raider.IO](https://raider.io/) API made primarily for a Discord bot.

# Example

```python
from raiderio_async import RaiderIO

async with RaiderIO() as rio:
    affixes = await rio.get_mythic_plus_affixes("eu")
```

