--- id: typer version: "0.27.1" license: MIT license_treatment: permissive maintenance: active --- # typer — Typer, build great CLIs. Easy to code. Based on Python type hints. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install typer uv add typer poetry add typer ## Description
Typer, build great CLIs. Easy to code. Based on Python type hints.
--- **Documentation**: [https://typer.tiangolo.com](https://typer.tiangolo.com) **Source Code**: [https://github.com/fastapi/typer](https://github.com/fastapi/typer) --- Typer is a library for building CLI applications that users will **love... ## AI interpretation — verify before relying Typer builds command-line interfaces from Python type hints, automatically generating argument parsing, help text, and shell completion with minimal boilerplate. Verdict: Typer is actively maintained with no known vulnerabilities, permissive MIT licensing, and low install friction. It scales from trivial single-function CLIs to complex command trees while leveraging Python's type system for automatic validation and documentation. [View on SkillFed](https://skillfed.io/packages/typer) · [View on PyPI](https://pypi.org/project/typer/)