Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.01 KB

README.md

File metadata and controls

49 lines (35 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/tiangolo/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

This package, typer-cli, only provides a command typer in the shell with the same functionality of python -m typer.

The only reason why this is a separate package is to allow developers to opt out of the typer command by installing typer-slim, that doesn't include typer-cli.

You probably should not install this package.

Install instead:

pip install typer

That includes this package, typer-cli, with the typer command.

License

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