Metadata-Version: 2.4
Name: aiogram_toolkit
Version: 0.2.0
Summary: A compact utility library extending Aiogram with ready-to-use helpers for everyday bot development. It includes safe callback data unpacking, deep link generation, long message handling, markdown formatting, pagination, and optional async SQLAlchemy session helpers. Designed for clean, modular, and production-grade Telegram bot architecture.
Author-email: Ruhiddin Turdaliyev <niddihur@email.com>
License: MIT
Project-URL: Homepage, https://github.com/Ruhiddin/aiogram_toolkit
Project-URL: Repository, https://github.com/Ruhiddin/aiogram_toolkit
Project-URL: Issues, https://github.com/Ruhiddin/aiogram_toolkit/issues
Keywords: aiogram,async,bot,database,sqlalchemy,helpers
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiogram>=3.0
Provides-Extra: sqlalchemy
Requires-Dist: SQLAlchemy>=2.0; extra == "sqlalchemy"
Dynamic: license-file

# aiogram_toolkit
A compact utility library extending **Aiogram** with ready-to-use helpers for everyday bot development. It includes safe callback data unpacking, deep link generation, long message handling, markdown formatting, pagination, and async SQLAlchemy session helpers. Designed for clean, modular, and production-grade Telegram bot architecture.
