Feud#

Not all arguments are bad.

Build powerful CLIs with simple idiomatic Python, driven by type hints.


It is not uncommon for CLIs to consist of many commands, subcommands, arguments, options and aliases, on top of dealing with other aspects such as documentation and input types when it comes to argument parsing.

Designing such interfaces can spiral into chaos without the help of an intuitive CLI builder.

Feud builds on Click for parsing and Pydantic for typing to make CLI building a breeze.

Contents#

Indices and tables#