CLI
4 packages
CLIRecently updated
Click
Composable Python package for creating beautiful command-line interfaces with minimal code (options, prompts, subcommands).
Hero Score 74
CLIActive
Argparse
Python's built-in command-line parsing library (standard library); supports options, flags, subcommands, type conversion, and help text.
Hero Score 45
CLIRecently updated
Typer
Type-hint-driven CLI framework from the FastAPI author — automatic help, completion, and validation from Python type annotations.
Hero Score 79
CLIInactive
Fire
Google's library for automatically generating CLIs from any Python object — turns functions, classes, or modules into command-line tools.
Hero Score 61