|pypi| |github-actions| |main-coverage|
.. |github-actions| image:: https://github.com/Cornices/cornice/actions/workflows/test.yml/badge.svg :target: https://github.com/Cornices/cornice.ext.swagger/actions?query=workflow%3A%22Unit+Testing%22
.. |main-coverage| image:: https://coveralls.io/repos/Cornices/cornice.ext.swagger/badge.svg?branch=main :alt: Coverage :target: https://coveralls.io/r/Cornices/cornice.ext.swagger
.. |pypi| image:: https://img.shields.io/pypi/v/cornice_swagger.svg :target: https://pypi.python.org/pypi/cornice_swagger
Cornice extension to generate OpenAPI/Swagger Specification
Cornice Swagger creates an
OpenAPI/Swagger 2.0 compliant specification <https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md>
from Cornice <https://github.com/Cornices/cornice>
applications
maximizing the extracted documentation data from functional code,
while allowing users to override some parts of the generated document.
Documentation <https://cornices.github.io/cornice.ext.swagger/>
_Tutorial <https://cornices.github.io/cornice.ext.swagger/tutorial.html>
_Issue tracker <https://github.com/Cornices/cornice.ext.swagger/issues>
_Live chat <https://corniceswagger.herokuapp.com/>
_