Y
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
schattschneider
2137 days ago
I can also recommend Typer
https://typer.tiangolo.com/
It's similar and awesome
link
rmnclmnt
2137 days ago
And based on Click for maximum interoperability with existing modules!
link
1337shadow
2137 days ago
Well there's
https://cli2.rtfd.io
link
gwenzek
2137 days ago
Thanks for sharing, didn't knew about this one. It seems quite similar indeed.
link
1337shadow
2136 days ago
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.
link