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.7 +
Manage FastAPI can be installed by running
pip install manage-fastapiGetting started π
Easiest way to start is using the defaults:
fastapi startproject [name]But there is an interactive mode!
fastapi startproject [name] --interactiveCommand line options π§°
Manage FastAPI provides three different commands.
You can list them with
fastapi --helpThe 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 runLicense
This project is licensed under the terms of the MIT license.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.



