Skip to content

Similar Projects

argh

  • has similar goals as to ease up using argparser.
  • doesn't support type hints.
  • No recent releases.

typer

  • if you are using click , I highly recommend you to check this library.
  • it is neat and many features are drawn from it.
  • doesn't support loading help text for arguments from docstrings.

invoke

  • doesn't support type hints.

cliche

  • has similar goals.
  • doesn't cover much use cases as arger .

cliar

  • no docstring support for help argument.

Recommended Alternatives

Projects that I highly recommend you to checkout.

  1. clize
  2. nuclear
  3. defopt