tiangolo / typer-cli

Run Typer scripts with completion, without having to create a package, using Typer CLI.

Home Page:https://typer.tiangolo.com/typer-cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typer CLI

⚠️ DEPRECATED ⚠️

Use Typer instead of Typer CLI.


All the functionality in this repo for typer-cli, has been integrated into Typer since version 0.12.1.

The main repo, https://github.com/tiangolo/typer, publishes a PyPI package typer-cli (that used to be this repo), and that PyPI package does nothing other than depend on typer.

All the functionality has been integrated into typer.

Install instead typer:

pip install typer

That includes the typer command.

This repo is now deprecated and archived. 🤓

License

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

About

Run Typer scripts with completion, without having to create a package, using Typer CLI.

https://typer.tiangolo.com/typer-cli/

License:MIT License


Languages

Language:Python 96.8%Language:Shell 3.2%