Metadata-Version: 2.4
Name: airoframework
Version: 1.0.2
Summary: AiroFramework - A structured framework for Aiogram bots
Home-page: https://github.com/MythicalCosmic/airoframework
Author: MythicalCosmic
Author-email: qodirjonov0854@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/MythicalCosmic/airoframework/issues
Project-URL: Documentation, https://github.com/MythicalCosmic/airoframework/wiki
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: aiogram>=3.0.0
Requires-Dist: fastapi>=0.70.0
Requires-Dist: uvicorn>=0.15.0
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: alembic>=1.7
Requires-Dist: python-dotenv>=1.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# AiroFramework 🚀

AiroFramework is a structured framework designed for building **Telegram bots** with **Aiogram**, **FastAPI**, and **SQLAlchemy**. It provides a clean architecture with built-in support for **polling** and **webhooks**.

## ✨ Features
- 🛠 **Supports both Polling & Webhooks**
- ⚡ **FastAPI integration** for better performance
- 🗄 **SQLAlchemy support** for database management
- 📂 **Modular architecture** with routers and handlers
- 🔧 **Automatic state management** using FSM and database storage
- 📝 **Built-in middleware support**

---

## 🚀 Installation
You can install AiroFramework via pip:

```sh
pip install airoframework
