|
|
|
|
|
by iloveyoudearly
360 days ago
|
|
Not sure if it's on par with Clap, but for Python I don't see enough people talk about SimpleParsing: https://github.com/lebrice/SimpleParsing It has quirks once you try to do something more complex/advanced, but for most of the simple stuff it's very nice to use. |
|
There's also `typer` from the creator of `fastapi` which relies on type annotations. I have not had the opportunity to use it.