699 B
699 B
2023-10-25
FastAPI and Typer
- FastAPI is a Python web framework library that makes use of Python Typing to quickly construct HTTP APIs with OpenAPI and JSONSchema documentation.
- Typer is a Python CLI application framework that makes use of Python Typing to build command line tools with auto-generated argument interfaces with included help and shell completion.