cookiecutter-fastapi:FastAPI cookiecutter模板可自动生成用于API开发的样板代码:cookie:

时间:2021-04-12 10:13:52
【文件属性】:
文件名称:cookiecutter-fastapi:FastAPI cookiecutter模板可自动生成用于API开发的样板代码:cookie:
文件大小:16KB
文件格式:ZIP
更新时间:2021-04-12 10:13:52
Python FastAPI Cookie切割器 cookiecutter模板,用于使用FastAPI加速API开发。 该模板可以帮助引导项目开发(通过初始化所有样板代码),并且可以轻松维护团队之间的标准。 使用CookieCutter # create a project directory: mkdir project_name cd project_name # create and activate a virtual environment (to install cookiecutter): py -m venv venv and .\venv\Scripts\activate # install cookiecutter: py -m pip install --user cookiecutter # create the FastAPI template from cookiecutt
【文件预览】:
cookiecutter-fastapi-main
----hooks()
--------post_gen_project.py(294B)
----cookiecutter.json(236B)
----readme.md(1KB)
----{{cookiecutter.project}}()
--------main.py(850B)
--------readme.md(617B)
--------.github()
--------tests()
--------{{cookiecutter.project_slug}}()
--------requirements.txt(680B)
--------.gitignore(4KB)
--------logging.ini(534B)
--------.flake8(65B)
----.gitignore(4KB)

网友评论