from Hacker News

click-web: Serve click scripts over the web (Python)

by isp on 12/13/23, 6:57 PM with 1 comments

  • by isp on 12/13/23, 7:01 PM

    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.