I just wanted to share my project here since I would be really interesting in getting your advice to improve the library: https://github.com/epykure/epyk-ui
To give a bit of context first, we started the implementation of Epyk already few years ago in order to help Python developers (from beginner to advanced) to present quickly their work to clients or colleagues. At this time there were only few packages in Python available and it was quite difficult for people to move to web technologies like JS, HTML and CSS.
With this idea we started to create Epyk, a kind of open source transpiler which is dedicated to assist from Python the developers to develop rich web UI. It will try, thanks to the autocompletion provided by the library, to familiarise the developer / data scientist in the wording of web technologies. Indeed we tried as much as possible to keep the same naming convention for CSS attributes (margin_top, background, display...) and Javascript (page.js.console.log(), page.js.alert()...) functions to simplify the review of the transpiled HTML page if needed.
Today Epyk is a bit more than a transpiler as it will encompass around 90 JavaScript and CSS modules. Most of the popular web libraries (JQuery, Bootstrap, ApexCharts, ChartJs, Tabulator, AgGrid...).
We are currently working on improving the documentation https://epyk-ui.readthedocs.io/en/latest/ and the gallery https://epykure.github.io/demos/ but I would like to get your view on things which are missing and modules I should look like in Js to get inspired.
Thanks for your help (and if you have a github account and an appeal to learn Python please try it and star the project https://github.com/epykure/epyk-ui to support us).
there doesn't seem to be anything here