Metadata-Version: 2.1
Name: fastapi-generator-util
Version: 1.0.5
Summary: FastAPI code generator
Home-page: https://github.com/MulinEgor/fastapi-gen
Author: MulinEgor
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: questionary
Requires-Dist: pydantic
Requires-Dist: setuptools
Requires-Dist: wheel
Requires-Dist: twine

This is a simple code generator for FastAPI projects.

## Usage

Create a virtual environment and install the dependencies:
```
python -m venv venv
pip install -r requirements.txt
```

Run the application:
```
python main.py
```

## Features

- Generate a FastAPI REST project(with or without virtual environment) and module

## Upcoming features

- Generate a FastAPI GraphQL project and module
