Feature-rich robust FastAPI template
Project description
Usage
⚠️ Git, Python and Poetry must be installed and accessible ⚠️
Poetry version must be greater or equal than 1.1.8. Otherwise it won't be able to install SQLAlchemy.
python3 -m pip install fastapi_template
python3 -m fastapi_template
# or fastapi_template
# Answer all the questions
# 🍪 Enjoy your new project 🍪
cd new_project
docker-compose -f deploy/docker-compose.yml --project-directory . build
docker-compose -f deploy/docker-compose.yml --project-directory . up --build
If you want to install in from sources then try this:
python3 -m pip install poetry
python3 -m pip install .
python3 -m fastapi_template
Also you can use it with docker.
docker run --rm -it -v "$(pwd):/projects" s3rius/fastapi_template
Templator in action
Features
One of the coolest features is that this project is extremely small and handy. You can choose between different databases and even ORMs. Currently SQLAlchemy1.4, TortoiseORM and Ormar are supported.
TUI and CLI and excellent code documentation.
Generator features:
- You can choose between GraphQL and REST api;
- Different databases support;
- Different ORMs support;
- Optional migrations for each ORM except raw drivers;
- redis support;
- rabbitmq support;
- different CI\CD;
- Kubernetes config generation;
- Demo routers and models;
- Pre-commit integrations;
- Generated tests;
- Tests for the generator itself.
This project can handle arguments passed through command line.
$ python -m fastapi_template --help
usage: FastAPI template [-h] [--version] [--name PROJECT_NAME]
[--description PROJECT_DESCRIPTION]
[--api-type {rest,graphql}]
[--db {none,sqlite,mysql,postgresql}]
[--orm {ormar,sqlalchemy,tortoise,psycopg,piccolo}]
[--ci {none,gitlab_ci,github}] [--redis] [--rabbit]
[--migrations] [--kube] [--dummy] [--routers]
[--swagger] [--force] [--quite]
optional arguments:
-h, --help show this help message and exit
--version, -V Prints current version
--name PROJECT_NAME Name of your awesome project
--description PROJECT_DESCRIPTION
Project description
--api-type {rest,graphql}
API type
--db {none,sqlite,mysql,postgresql}
Database
--orm {ormar,sqlalchemy,tortoise,psycopg,piccolo}
ORM
--ci {none,gitlab_ci,github}
Choose CI support
--redis Add Redis support
--rabbit Add RabbitMQ support
--migrations Add migrations support
--kube Add Kubernetes configs
--dummy, --dummy-model
Add dummy model
--routers Add example routers
--swagger Enable self-hosted Swagger
--force Owerrite directory if it exists
--quite Do not ask for features during generation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fastapi_template-3.3.3.tar.gz
.
File metadata
- Download URL: fastapi_template-3.3.3.tar.gz
- Upload date:
- Size: 751.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.12 Linux/5.13.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b820c4aa094b9bceceb3722e55d2d550f851387b47e933f605ee019f29198d95 |
|
MD5 | 9976fb662964ec34e2d6a38e0b147129 |
|
BLAKE2b-256 | aebc67458e512e1bd9b7ee8e4cb803e9ad204061adf9643505a5835943961811 |
File details
Details for the file fastapi_template-3.3.3-py3-none-any.whl
.
File metadata
- Download URL: fastapi_template-3.3.3-py3-none-any.whl
- Upload date:
- Size: 808.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.12 Linux/5.13.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 738c76040a46de45dffaa88de6da4cbbf0f9c276f722bf7568230d8c3d1eb172 |
|
MD5 | ac22b5b6932e899f7f3cead0a4a08e31 |
|
BLAKE2b-256 | 74427a78343d89ff7925dbae17d473a54b3397883e634abb817d1d5c611a9502 |