fastapi project template -- fastapi scaffold

2022/8/2 6:24:06

本文主要是介绍fastapi project template -- fastapi scaffold,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

FastAPI Project Template

https://github.com/rochacbruno/fastapi-project-template

fastapi框架的脚手架, 集成的技术都是fastapi作者推荐的:

  • SQLModel -- sqlachemy 和 pydantic的集合
  • Typer -- CLI
  • Poetry

提供

  • 安装 打包 发布 功能
  • lint test format release
  • mkdocs
  • 容器
  • pytest
  • codecov

 

The base to start an openapi project featuring: SQLModel, Typer, FastAPI, JWT Token Auth, Interactive Shell, Management Commands.

What is included on this template?



这篇关于fastapi project template -- fastapi scaffold的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程