Metadata-Version: 2.1
Name: fastapi-template
Version: 1.1.7
Summary: Feature-rich robust FastAPI template
Home-page: https://github.com/s3rius/FastAPI-template
Keywords: FastAPI,Cookiecutter,Template
Author: Pavel Kirilin
Author-email: win10@list.ru
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: cookiecutter (>=1.7.2,<2.0.0)
Requires-Dist: pre-commit (>=2.8.2,<3.0.0)
Requires-Dist: pygit2 (>=1.4.0,<2.0.0)
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
Project-URL: Repository, https://github.com/s3rius/FastAPI-template
Description-Content-Type: text/markdown

<div align="center">
<img src="https://raw.githubusercontent.com/s3rius/FastAPI-template/master/images/logo.png" width=700>
<div><i>Fast and flexible general-purpose template for your API.</i></div>
</div>

## Usage
⚠️ [Git](https://git-scm.com/downloads), [Python](https://www.python.org/), and [Docker-compose](https://docs.docker.com/compose/install/) must be installed and accessible ⚠️

```bash
python3 -m pip install fastapi_template
fastapi_template
# Answer prompts questions
# ???
# 🍪 Enjoy your new project 🍪
cd new_project
docker-compose up --build
```

## Features
Currently supported features:
- redis
- systemd units
- Example (dummy) SQLAlchemy model
- Elastic Search support
- Scheduler support
