Metadata-Version: 2.3
Name: aiogram-dialog-survey
Version: 0.1.0
Summary: Quick and easy creation of surveys, questionnaires, and forms using aiogram-dialog
License: Apache 2.0
Author: Pavel Danilevich
Author-email: danilevitch.pasha@yandex.ru
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Dist: aiogram (>=3.14.0)
Requires-Dist: aiogram-dialog (>=2.3.1)
Project-URL: Bug Tracker, https://github.com/pasha-danilevich/aiogram_dialog_survey/issues
Project-URL: Homepage, https://github.com/pasha-danilevich/aiogram_dialog_survey
Description-Content-Type: text/markdown

# aiogram_dialog_survey

A lightweight Python library for **rapidly building surveys, questionnaires, and forms** using `aiogram-dialog`.  
Perfect for creating repetitive dialog flows (e.g., feedback forms, quizzes, or user onboarding) with minimal boilerplate.

## Features
- 🚀 **Template-driven approach**: Reuse predefined survey structures.
- 📝 **Dynamic forms**: Support for text, options, and multiselect.
- 🔌 **Seamless integration**: Works natively with `aiogram` and `aiogram-dialog`.
- ⚙️ **Customizable**: Easily extend or modify survey logic.

## Installation
```bash
pip install aiogram-dialog-survey

