Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Run Typer scripts with completion, without having to create a package, using Typer CLI.
https://github.com/tiangolo/typer-cli

click python python3 shell typehints typer

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# Typer CLI

⚠️ DEPRECATED ⚠️

Use [Typer](https://github.com/tiangolo/typer) instead of [Typer CLI](https://github.com/tiangolo/typer-cli).

---

All the functionality in this repo for [`typer-cli`](https://github.com/tiangolo/typer-cli), has been integrated into [Typer](https://github.com/tiangolo/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`:

```bash
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.