根据模型自动生成 API 接口和文档


Keywords
flask, api, autoapi
License
MIT
Install
pip install flask-autoapi==0.12.1

Documentation

flask-autoapi

A framework based on flask_restful and peewee.

It could create API and Doc automatically with ORM Model.

Install

npm install apidoc -g

pip install flask-autoapi

Run

python test.py doc

python test.py runserver