Skip to content

Similar Projects

argh

  • Has a similar goal of easing the use of argparse.
  • Does not support type hints.
  • Has had no recent releases.

typer

  • If you are using click, it is highly recommended to check out this library.
  • It is neat, and many features of arger are inspired by it.
  • Does not support loading help text for arguments from docstrings.

invoke

  • Does not support type hints.

cliche

  • Has similar goals.
  • Does not cover as many use cases as arger.

cliar

  • Has no docstring support for argument help messages.

Recommended Alternatives

Projects that are highly recommended to check out:

  1. clize
  2. nuclear
  3. defopt