Hacker News new | ask | show | jobs
by jdoss 963 days ago
I have been using Typer on every one of my CLI projects which uses Click under the hood. The documentation is fantastic, the CLI app it produces looks great and Typer lets you create things quickly. I high recommend it.

https://typer.tiangolo.com/

1 comments

I didn't know it used Click under the hood. That's really good to know!