Metadata-Version: 2.1
Name: aiogramarch
Version: 1.2
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
Classifier: Programming Language :: Python :: 3.12
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>
<p align="center">Project manager and generator for Aiogram</p>




## Installation

``` python
pip install aiogramarch
```

## How to use

``` bash
aiogramarch startproject [projectname]
```

``` bash
cd codingbot
```

``` bash
aiogramarch startapp [appname]
```

``` bash
aiogramarch includeRedis
```

``` bash
aiogramarch includeFastapi
```

``` bash
aiogramarch includeAdmin
```

#### To find out all the functions:

``` bash
aiogramarch --help
```



