fastapi

Modern web framework for building APIs with Python

brewmacoslinux
Try with needOr install directly
Source

About

CLI for FastAPI framework

Commands

fastapi

Examples

Create a new FastAPI project$ fastapi new my-app
Run a FastAPI development server$ fastapi run main.py
Run FastAPI with custom host and port$ fastapi run main.py --host 0.0.0.0 --port 8080