manage-fastapi Project generator and manager for FastAPI

<a href="https://github.com/ycd/manage-fastapi" target="_blank">
<img src="https://img.shields.io/github/last-commit/ycd/manage-fastapi?style=for-the-badge" alt="Latest Commit">
</a>
<img src="https://img.shields.io/github/workflow/status/ycd/manage-fastapi/Test?style=for-the-badge">
<img src="https://img.shields.io/codecov/c/github/ycd/manage-fastapi?style=for-the-badge">
<a href="https://pypi.org/project/manage-fastapi" target="_blank">
<img src="https://img.shields.io/pypi/v/manage-fastapi?style=for-the-badge" alt="Package version">
</a>
<img src="https://img.shields.io/pypi/pyversions/manage-fastapi?style=for-the-badge">
<img src="https://img.shields.io/github/license/ycd/manage-fastapi?style=for-the-badge">
Source Code: View it on Github
Manage FastAPI can be installed by running
pip install manage-fastapi
Easiest way to start is using the defaults:
fastapi startproject [name]
But there is an interactive mode!
fastapi startproject [name] --interactive
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
This project is licensed under the terms of the MIT license.
$ claude mcp add manage-fastapi \
-- python -m otcore.mcp_server <graph>