typer==0.27.0
# Typer, build great CLIs. Easy to code. Based on Python type hints.
$ pip install typer
downloads/wk
83,320,251
license
version
0.27.0
python
>=3.10
What is typer?
Typer is a Python framework for building command-line interfaces (CLIs) that leverages Python type hints to automatically generate argument parsing and help documentation. Developers use it to reduce boilerplate code when creating CLI tools, since type annotations handle much of the configuration that would otherwise require manual setup. It's particularly useful for quickly building structured, well-documented CLI applications with minimal additional code beyond standard Python functions.