Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tiangolo/typer-cli
- Owner: tiangolo
- License: mit
- Archived: true
- Created: 2020-03-08T17:55:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T23:56:00.000Z (10 months ago)
- Last Synced: 2024-09-25T01:34:59.219Z (4 months ago)
- Topics: click, python, python3, shell, typehints, typer
- Language: Python
- Homepage: https://typer.tiangolo.com/typer-cli/
- Size: 90.8 KB
- Stars: 367
- Watchers: 8
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - tiangolo/typer-cli - Run Typer scripts with completion, without having to create a package, using Typer CLI. (Python)
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.