Metadata-Version: 2.1
Name: aiogramarch
Version: 1.1.1
Summary: Managing aiogram projects
License: MIT
Author: BulatXam
Author-email: Khamdbulat@yandex.ru
Requires-Python: >=3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiogram (>=3.0.0b)
Requires-Dist: click (>=8.1.3)
Requires-Dist: cookiecutter (>=2.1.1)
Requires-Dist: loguru (>=0.6.0)
Requires-Dist: pydantic (==1.10.12)
Description-Content-Type: text/markdown

# <p align="center"> Aiogramarch </p>
Project manager and generator for Aiogram



___

## Installation

``` python
pip install aiogram-manager
```
___

## How to use

``` bash
aiogram startproject [projectname]
```

``` bash
cd codingbot
```

``` bash
aiogram startapp [appname]
```

___

## Utils options

``` bash
aiogram --help
```

