1- Jinja/Yaml/JSON render(Render):
This tool is written in python and HTML, based on Flask module for web services.
2- Looking Glass API (+ SWAGGER UI):
This API is written in python flask_restufl and Swagger, not entirely complete, but the main idea is to have an API that can fetch the BGP parameters and attributes and return it to the requesters (web page, script, another tool, etc..)
fromflaskimportFlaskfromflask_restfulimportResource, ApifromapispecimportAPISpecfrommarshmallowimportSchema, fieldsfromapispec.ext.marshmallowimportMarshmallowPluginfromflask_apispec.extensionimportFlaskApiSpecfromflask_apispec.viewsimportMethodResourcefromflask_apispecimportmarshal_with, doc, use_kwargs