Metadata-Version: 2.1
Name: flask-classful-apispec
Version: 0.1.3
Summary: Auto docs generation from marshmallow schema for flask classfy
Home-page: https://github.com/dev-rijan/flask-classful-apispec
Author: Rijan adhikari
Author-email: rijanadhikari@gmail.com
License: MIT
Project-URL: Issues, https://github.com/dev-rijan/flask-classful-apispec/issues
Description: Flask classful apispec
        ======================
        
        A pluggable API specification generator generator for `Flask classful <https://github.com/teracyhq/flask-classful>`_ based on `apispec <https://github.com/jmcarp/flask-apispec>`_
        
        Features
        ========
        - Utilities for parsing flask classful docstrings
        - Support for `marshmallow <https://marshmallow.readthedocs.io/>`_
        
        Installation
        ============
        
        ::
        
            $ pip install flask-classful-apispec
        
        Usauage
        ===================
        TODO
        
Keywords: flask-classfull,flask-classful-swagger,apispec,swagger,openapi,specification,documentation,spec,rest,api,web,flask,frameworks
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Provides-Extra: dev
Provides-Extra: lint
Provides-Extra: tests
