cookiecutter-fastapi

Cookiecutter for fastapi projects


Keywords
fastapi, python, cookiecutter, project, template, tortoise-orm, beanie, SQLModel, asgi, celery, django, fastapi-template, python3
License
MIT
Install
pip install cookiecutter-fastapi==0.1.3

Documentation

Cookiecutter Fastapi

PyPI Status Read the documentation at https://cookiecutter-fastapi.readthedocs.io/ python MIT License black

A Cookiecutter template for fastapi projects, inspired by cookiecutter-django.

✨📚✨ Read the full documentation

Features

ORM/ODM options

Usage

Install the cookiecutter package:

pip install cookiecutter black isort

Note: Black and isort are used to format your project right after it has been generated.

Now run it against this repo:

cookiecutter https://github.com/Tobi-De/cookiecutter-fastapi

You'll be prompted for some values. Provide them, then a fastapi project will be created for you.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, Cookiecutter Fastapi is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.