Managing FastAPI projects made easy.
Project description
Source Code: View it on Github
Features 🚀
-
Creates customizable project boilerplate.
-
Creates customizable app boilerplate.
-
Handles the project structuring for you.
-
Optional Dockerfile generation.
-
Optional docker-compose generation for your project needs.
-
Optional pre-commit hook generation.
Installation 📌
- Prerequisites
- Python 3.6 +
Manage FastAPI can be installed by running
pip install manage-fastapi
Getting started 🎈
Easiest way to start is using the defaults:
fastapi startproject [name]
But there is an interactive mode!
fastapi startproject [name] --interactive
Command line options 🧰
Manage FastAPI provides three different commands.
You can list them with
fastapi --help
The idea is to have a highly customizable CLI, but at the same time a simple interface for new users. You can see the available options for startproject running fastapi startproject --help:
The other commands are already available but the current implementation is too shallow. More details about startapp and run commands will be provided once they have more functionalities, at the moment you can run startapp by just:
fastapi startapp {name}
On the other hand, the run command expects you to have a startproject structure:
fastapi run
License
This project is licensed under the terms of the MIT license.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file manage-fastapi-1.1.1.tar.gz.
File metadata
- Download URL: manage-fastapi-1.1.1.tar.gz
- Upload date:
- Size: 28.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.9.6 Darwin/20.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5897c571935342f37a75c064ca1039a558c62c84a09a388e985f815bb6f3e596
|
|
| MD5 |
0b066947fdd969fa5f2415a7a895bb61
|
|
| BLAKE2b-256 |
a183d6e4d8ad8ac351a465a6f16eac6ae8bf7c76d17c4377e89bae6a85980cfe
|
File details
Details for the file manage_fastapi-1.1.1-py3-none-any.whl.
File metadata
- Download URL: manage_fastapi-1.1.1-py3-none-any.whl
- Upload date:
- Size: 36.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.9.6 Darwin/20.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
897cabb00355474908d0940eabacd6e203d73ce8b9f236a9483217b51989d109
|
|
| MD5 |
f761c3657443aab3d37367c3dccfc5aa
|
|
| BLAKE2b-256 |
155ca206d946809c0c54278fd049d575f19821ec50494e6437ce47db461c44e8
|