#!/usr/bin/python # # This file is based on # https://github.com/swagger-api/swagger-ui/blob/4f1772f6544699bc748299bd65f7ae2112777abc/dist/index.html # (Copyright 2017 SmartBear Software, Licensed under Apache 2.0) # """ Usage: py ./swagger/gen-swagger-ui.py < ./dist/swagger.json > ./dist/swagger.html """ import json, sys TEMPLATE = """