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..)
from flask import Flask
from flask_restful import Resource, Api
from apispec import APISpec
from marshmallow import Schema, fields
from apispec.ext.marshmallow import MarshmallowPlugin
from flask_apispec.extension import FlaskApiSpec
from flask_apispec.views import MethodResource
from flask_apispec import marshal_with, doc, use_kwargs