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.4.tar.gz
(20.3 kB
view details)
Built Distribution
File details
Details for the file fastapi_template-2.1.4.tar.gz
.
File metadata
- Download URL: fastapi_template-2.1.4.tar.gz
- Upload date:
- Size: 20.3 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 | 38fdcafcc775fc812c1c84fdfa79d0c913b431710946752e31847f4a36c0b07d |
|
MD5 | c57926158aeb22b1ba4d98f0c30141d3 |
|
BLAKE2b-256 | 1767cbceab172a0f78db9a0d35af3cd5d345a5d6317a35dc59cf1f30093348a7 |
File details
Details for the file fastapi_template-2.1.4-py3-none-any.whl
.
File metadata
- Download URL: fastapi_template-2.1.4-py3-none-any.whl
- Upload date:
- Size: 40.6 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 | a2c6bd8f93d13434cd4e9711bd2caf3bb03a7e1f7da3aef14c2bae440b4928be |
|
MD5 | 496b5f70ac2e168eb64412da5e193466 |
|
BLAKE2b-256 | 3e483f0aaab3b53ce381104357e0fe211fb3f066fd57663b9d4178ed60eb1ceb |