Python Forum
Dashboards with html tables - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Dashboards with html tables (/thread-18161.html)



Dashboards with html tables - fstefanov - May-08-2019

Hello folks,

We are going to deprecate our Confluence instance soon.
I was using a Python script to append HTML table,
with static links to S3 artifacts on different Confluence Dashboards.
Have to look for simple replacement of that flow - Pyramid, Bottle or
something else (preferably in Python).
Never used any web framework before...
Planing to host it behind Nginx + oauth2_proxy.

Regards.


RE: Dashboards with html tables - buran - May-08-2019

I guess more or less any framework would do
We have tutorial on Flask - https://python-forum.io/Thread-Flask-Weather-app-Updatet
And here is another very popular one with example on OAuth2 implemented - https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world


RE: Dashboards with html tables - buran - May-08-2019

actually here is the OAuth example https://blog.miguelgrinberg.com/post/oauth-authentication-with-flask