Metadata-Version: 1.1
Name: flask-autoapi
Version: 0.7.5
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 重载    √  
        3. 允许修改字段的值  
        4. 返回时过滤掉不需要的字段     √  
        5. 有些字段不需要出现在文档上   √  
        6. MethodField  
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
