typer
https://github.com/tiangolo/typer
Python
Typer, build great CLIs. Easy to code. Based on Python type hints.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported5 Subscribers
Add a CodeTriage badge to typer
Help out
- Issues
- ✨ Support for Pydantic models
- Positional-only argument instead of typer.Argument
- [BUG] Abort and Exit break autocompletion
- [BUG] `envvar` incorrect type: click accepts `Sequence[str]`
- [QUESTION] When using commands as normal functions, how can we get default values from eg. typer.Option
- [QUESTION] how to pass the context to result_callback without @click.pass_context?
- Support `.command()` decorator for class-based Typer apps
- [FEATURE] treating keyword-only arguments as Required CLI Options
- [BUG] Auto-completion not work in pwsh
- [FEATURE] Reusable options
- Docs
- Python not yet supported