Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 218 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 218 Bytes

Swagger UI for tornado

This package adds graphical renderer to swagger YAML file for tornado. To use it import:

from swagger.ui import swagger

Add to you router:

swagger(URL_path, path_to_swagger_yaml_file)