Untitled

介绍

FastAPI 是一个用于构建 API 的现代、快速(高性能)的 web 框架,使用 Python 3.6+ 并基于标准的 Python 类型提示。

关键特性:

依赖

Python 3.6 及更高版本

安装

既然是学习 fastapi 框架,就需要安装 fastapi 包
pip install fastapi

另外还需要安装 ASGI 服务器
pip install uvicorn[standard]

示例

创建