Metadata-Version: 1.1
Name: flask-autoapi
Version: 0.7.4
Summary: 根据模型自动生成 API 接口和文档
Home-page: https://github.com/olivetree123/flask_autoapi
Author: Gaojian
Author-email: olivetree123@163.com
License: MIT
Description: =============
        Flask AutoAPI
        =============
        Flask AutoAPI 是一个 flask 扩展，根据模型自动生成 API 接口和文档。
        
        API 接口基于 flask_restful 和 peewee，文档使用 ApiDoc 生成。
        
        
        安装
        =============
            npm install apidoc -g
            
            pip install flask-autoapi
        
        
        TODO:
        1. 存储分离出去
        2. EndPiont 重载    √
Keywords: flask api autoapi
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
