Feature-rich robust FastAPI template
Project description
Fast and flexible general-purpose template for your API.
With text user interface.
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 . 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
Features
Template is made with SQLAlchemy14 and uses sqlalchemy orm and sessions, instead of raw drivers.
It has minimum to start new excellent project.
Generator features:
- Different databases to choose from.
- Alembic integration;
- redis support;
- different CI\CD templates;
- Kubernetes config.
This project can handle arguments passed through command line.
$ python -m fastapi_template --help
usage: FastAPI template [-h] [--name PROJECT_NAME]
[--description PROJECT_DESCRIPTION]
[--db {DatabaseType.none,DatabaseType.sqlite,DatabaseType.mysql,DatabaseType.postgresql}]
[--ci {CIType.none,CIType.gitlab_ci,CIType.github}]
[--redis] [--alembic] [--kube] [--force]
optional arguments:
-h, --help show this help message and exit
--name PROJECT_NAME Name of your awesome project
--description PROJECT_DESCRIPTION
Project description
--db {DatabaseType.none,DatabaseType.sqlite,DatabaseType.mysql,DatabaseType.postgresql}
Database
--ci {CIType.none,CIType.gitlab_ci,CIType.github}
Choose CI support
--redis Add redis support
--alembic Add alembic support
--kube Add kubernetes configs
--force Owerrite directory if it exists
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
fastapi_template-2.1.3.tar.gz
(20.0 kB
view details)
Built Distribution
File details
Details for the file fastapi_template-2.1.3.tar.gz
.
File metadata
- Download URL: fastapi_template-2.1.3.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.8.11 Linux/5.8.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e5967d28e47f2b96aa239c94ecb7d45463e505d972c50992695ba1faf56e375 |
|
MD5 | 328835b3aa241927415bdb5eb9aaf64b |
|
BLAKE2b-256 | 131ac4c0576d63a4007e868e001d7553e0d5adcf8b39c1b7657c61dfdddcb40a |
File details
Details for the file fastapi_template-2.1.3-py3-none-any.whl
.
File metadata
- Download URL: fastapi_template-2.1.3-py3-none-any.whl
- Upload date:
- Size: 40.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.8.11 Linux/5.8.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b7c00a55ef29a28bbb88c5e0f0d20b191f5a17ca31ed8c6e6ef2d718b5bad33 |
|
MD5 | 916510356b9f0d0e76898b8cea7ca376 |
|
BLAKE2b-256 | 71d854d02533bb1bd6656ce1180a715677a30a84a59dcc207777f67c12298dc2 |