click-web
click-web copied to clipboard
Serve click scripts over the web
This small change allow to quickly override the Jinja template by proving your own base template. If you don't set `app.config["CLICK_WEB_MAIN_TEMPLATE"` there is no changes to the current behaviour of...
Hi, I wanted to ask if it's possible to directly serve a JSON response output from the command instead of showing the logs printed by the command. Thank you!
At the moment click-web can only wrap and server one click script. It would be nice if it was possible to serve multiple scripts under different url paths like this....
Hey! I just found this project and really like the idea. Now I already had a tool written in typer and not click. However typer is based on click so...