Metadata-Version: 1.1
Name: fab_addon_autodoc
Version: 0.1.5
Summary: Wrapped autodo into FAB as an addon
Home-page: https://github.com/dpgaspar/flask-appbuilder/
Author: Shawn Chen
Author-email: UNKNOWN
License: BSD
Description: Autodoc AddOn for Flask-AppBuilder
        
        - Description
            This is an autodoc addon for F.A.B which is a famous Flask Web Application Framework.
            This AddOn bring a autodoc feature to generate the API documents by the decorator @doc('endpoint name', groups='')
            Meanwhile it could support for the blueprint API auto generation.
        
        - Install it::
        
            pip install
        
        - Develop and Test....
            fixing a bug for views import python3 compatebility
        
        - Make it Public::
        
            python setup.py sdist upload -r pypi
        
        
        
        
        
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
