Metadata-Version: 2.4
Name: aiogram_toolkit
Version: 0.1.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 async SQLAlchemy session helpers. Designed for clean, modular, and production-grade Telegram bot architecture.
Home-page: https://github.com/ruhiddin/aiogram_toolkit
Author: Ruhiddin Turdaliyev
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,sqlalchemy,admin,async,bot,database
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiogram>=3.0
Requires-Dist: SQLAlchemy>=2.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# 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.
