Metadata-Version: 2.1
Name: fastapi-base
Version: 2.7
Summary: FastAPI project structure generator
Home-page: https://github.com/idmaksim/fastapi-base
Author: Dementev Maksim
Author-email: i@dmaksim.ru
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# FastAPI Base

![Python](https://img.shields.io/badge/Python-3.6%2B-blue)
![License](https://img.shields.io/badge/License-MIT-green)
![Version](https://img.shields.io/badge/Version-1.0-orange)

## Description

**FastAPI Base** is a utility for generating projects and apps in generated projects with simple structure

## Updated
- added **base code generating** in projects and apps

## Installation

To install the utility, use `pip`:

```sh
pip install fastapi-base
```

## Usage

### Command Line

After installation, you can use the utility from the command line with the `fastapi-base` command.

```sh
fastapi-base startproject newproject
```

### Examples

#### Generating project
```sh
fastapi-base startproject myproject
```

#### Generating app
```sh
fastapi-base startapp myapp
```


## Features

- **Generating FastAPI projects**
- **Generating FastAPI apps in generated projects**
- **Generating base code**

## Requirements

- Python 3.6 or higher

## License

This project is licensed under the **MIT License**.

## Authors

- **Dementev Maksim** - *Developer* - [Github profile](https://github.com/idmaksim)
- **Mulin Egor** - *Developer* - [Github profile](https://github.com/bopleromn)


