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
File details
Details for the file manage-fastapi-1.1.0.tar.gz
.
File metadata
- Download URL: manage-fastapi-1.1.0.tar.gz
- Upload date:
- Size: 28.8 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 | 4c765d9b263663db20160ddb49520fd4b97b4cab78d5dacd2237bfa188605cbb |
|
MD5 | f9ca5fb2e9a590bf1e9504e4d82574e7 |
|
BLAKE2b-256 | 1c37b2c55ed895e88e273a8a52716fcab86c3e0b0e31aacd9e2f7a7ee1082349 |
File details
Details for the file manage_fastapi-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: manage_fastapi-1.1.0-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 | 49e1d46783f95d936a4cdbcec23bb3b2711622bab1d71924c4b47868d3ebdb98 |
|
MD5 | 0e92ef76b725a265b2cd66c5122ea05f |
|
BLAKE2b-256 | 294d73a3734ebe139b29599fbe9bb37a1d0b3a7e1b6484ea6b9a87b2b492c949 |