Metadata-Version: 1.1
Name: flask_autoapi
Version: 0.10.3
Summary: 根据模型自动生成 API 接口和文档
Home-page: https://github.com/olivetree123/flask_autoapi
Author: olivetree
Author-email: olivetree123@163.com
License: MIT
Description: =============
        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
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
