Metadata-Version: 2.3
Name: aiogram_tool
Version: 1.2.1
Summary: Tools which doing work with aiogram simple
License: MIT
Keywords: aiogram,rate,throttling,limit,dependency-injection,depends,cooldown,delay,DI,callback,data,long
Author: Vlad_shayzi1
Author-email: tecnomega@mail.ru
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
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: aiogram (>=3.22.0,<4.0.0)
Requires-Dist: redis (>=6.4.0,<7.0.0)
Description-Content-Type: text/markdown

## aiogram_tool
It's libriary with tools for aiogram.


# What kind of tools are these?
- [Dependency Injection](https://github.com/shayzi3/aiogram_tool/blob/master/examples/depend/default.py)
- [Rate limiter for handlers](https://github.com/shayzi3/aiogram_tool/blob/master/examples/limit/default.py)


## Installation

### Pip
```cmd
pip install aiogram_tool
```

### Poetry
```cmd
poetry add aiogram_tool
```


## Documentation

- [RU](https://github.com/shayzi3/aiogram_tool/tree/master/docs/ru)
- [EN](https://github.com/shayzi3/aiogram_tool/tree/master/docs/en)


## Features `Depend`

- Depend for Router
