PWZER / swagger-ui-py

Swagger UI for Python web framework, such Tornado, Flask and Sanic. https://pwzer.github.io/swagger-ui-py/
https://pypi.org/project/swagger-ui-py
Apache License 2.0
68 stars 31 forks source link

Added support for bottle #12

Closed carstencodes closed 4 years ago

carstencodes commented 4 years ago

The bottle server is a small WSGI capable server that should not be missed here. If it is running under WSGI-REF server built-in with python 3.6, the redirect call should be used.

The rest of the implementation should be strait forward.

carstencodes commented 4 years ago

This should resolve the request done in #11

Can you approve?