Skip to content

Files

Latest commit

Aug 9, 2024
e3be56b · Aug 9, 2024

History

History
53 lines (37 loc) · 2.01 KB

README.md

File metadata and controls

53 lines (37 loc) · 2.01 KB

Typer

Typer, build great CLIs. Easy to code. Based on Python type hints.

Test Publish Coverage Package version


Documentation: https://typer.tiangolo.com/tutorial/typer-command/

Source Code: https://github.com/fastapi/typer


Typer is a library for building CLI applications that users will love using and developers will love creating. Based on Python type hints.

Typer CLI

⚠️ Do not install this package. ⚠️

This package, typer-cli, does nothing other than depend on typer.

All the functionality has been integrated into typer.

The only reason this package exists is as a migration path for old projects that used to depend on typer-cli, so that they can get the latest version of typer.

You probably should not install this package.

Install instead:

pip install typer

That includes the typer command.

License

This project is licensed under the terms of the MIT license.