Metadata-Version: 2.1
Name: flask-redoc
Version: 0.1.0
Summary: UNKNOWN
Home-page: https://github.com/mzaglia/flask-redoc
Author: Matheus C. Zaglia
Author-email: mzaglia@gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: Flask (>=1.1.1)
Requires-Dist: PyYAML (>=5.3)
Provides-Extra: all
Requires-Dist: Sphinx (>=2.2) ; extra == 'all'
Requires-Dist: coverage (>=4.5) ; extra == 'all'
Requires-Dist: coveralls (>=1.8) ; extra == 'all'
Requires-Dist: pytest (>=5.2) ; extra == 'all'
Requires-Dist: pytest-cov (>=2.8) ; extra == 'all'
Requires-Dist: pytest-pep8 (>=1.0) ; extra == 'all'
Requires-Dist: pydocstyle (>=4.0) ; extra == 'all'
Requires-Dist: isort (>4.3) ; extra == 'all'
Requires-Dist: check-manifest (>=0.40) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=2.2) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage (>=4.5) ; extra == 'tests'
Requires-Dist: coveralls (>=1.8) ; extra == 'tests'
Requires-Dist: pytest (>=5.2) ; extra == 'tests'
Requires-Dist: pytest-cov (>=2.8) ; extra == 'tests'
Requires-Dist: pytest-pep8 (>=1.0) ; extra == 'tests'
Requires-Dist: pydocstyle (>=4.0) ; extra == 'tests'
Requires-Dist: isort (>4.3) ; extra == 'tests'
Requires-Dist: check-manifest (>=0.40) ; extra == 'tests'

# flask-redoc
[![Coverage Status](https://coveralls.io/repos/github/mzaglia/flask-redoc/badge.svg?branch=master)](https://coveralls.io/github/mzaglia/flask-redoc?branch=master)
[![Build Status](https://travis-ci.com/mzaglia/flask-redoc.svg?branch=master)](https://travis-ci.com/mzaglia/flask-redoc)
[![Documentation Status](https://readthedocs.org/projects/flask-redoc/badge/?version=latest)](http://flask-redoc.readthedocs.io/?badge=latest)
[![GitHub license](https://img.shields.io/github/license/mzaglia/flask-redoc)](https://github.com/mzaglia/flask-redoc/blob/master/LICENSE)
[![GitHub tag](https://img.shields.io/github/tag/mzaglia/flask-redoc.svg)](https://github.com/mzaglia/flask-redoc/tags/)
[![PyPI version shields.io](https://img.shields.io/pypi/v/flask-redoc.svg)](https://pypi.python.org/pypi/flask-redoc/)


A Flask extension for displaying OpenAPI/Swagger documentation using Redocs.


