Hacker News new | ask | show | jobs
by bgia 2138 days ago
Pretty cool. I like it. Seems one more step toward simplicity than Click for instance.
2 comments

I can also recommend Typer https://typer.tiangolo.com/ It's similar and awesome
And based on Click for maximum interoperability with existing modules!
Thanks for sharing, didn't knew about this one. It seems quite similar indeed.
I'd say the difference with click is that it exposes a nice Python API which makes it easier to meta program CLIs, nice for lazy people.