Typer, build great CLIs. Easy to code. Based on Python type hints.
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.
It's also a command line tool to run scripts, automatically converting them to CLI applications.
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 should not install this package.
Install instead:
pip install typerThat includes the typer command.
This package is deprecated and will stop receiving any updates and published versions.
This project is licensed under the terms of the MIT license.