Metadata-Version: 2.1
Name: sphinxcontrib-swagger
Version: 0.0.2
Summary: Create Swagger documentation from openapi and embed it into exiting document.
Home-page: https://github.com/radi85/sphinx-swagger
Author: Radico
License: MIT
Project-URL: Documentation, https://sphinx-swagger.readthedocs.io/index.html
Project-URL: Source Code, https://github.com/radi85/sphinx-swagger
Keywords: sphinx openapi swagger rest api docs
Platform: UNKNOWN
Classifier: Topic :: Documentation
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: sphinx (>=1.5)
Requires-Dist: jinja2 (==2.11.3)
Requires-Dist: jsonschema (==3.2.0)
Requires-Dist: PyYAML (==5.4.1)

Sphinxcontrib-Swagger
======================

Sphinx extension to render swagger page and embed it into an exiting document.

.. code:: bash

    pip install sphinxcontrib-swagger

or via source on github

::

    $ git clone https://github.com/radi85/sphinxcontrib-swagger.git
    $ cd sphinxcontrib-swagger
    $ python setup.py install

