Hacker News new | ask | show | jobs
click-web: Serve click scripts over the web (Python) (github.com)
2 points by isp 919 days ago
1 comments

Context: "click" - "Command Line Interface Creation Kit" - easily create CLIs from Python code, via adding decorators: https://github.com/pallets/click

"click-web" in turn turns the click CLI app into a web app with one line of code.