Metadata-Version: 2.1
Name: aiogramic
Version: 0.1.0
Summary: 
Author: yeghorkikhai
Author-email: yeghorkikhai@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiogram (>=3.1.1,<4.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Description-Content-Type: text/markdown

```
python -m aiogramic create <EntityType>
```

```
python -m aiogramic create handler <HandlerType> <HandlerName> [options]

Options:
  -s, --state
```
