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 union types
- docs: fix environment variable wording
- Allow `click_type` and `parser` with Union type annotations
- 🐛 Fix shell completion for Path arguments when using TyperGroup
- tests: add zsh completion test for Path arguments
- ✨ Handle `*args` and `**kwargs`
- 🐛 Ensure that `_sanitize_help_text` correctly uses `HAS_RICH`
- Fix: trigger result_callback for single command apps (Issue #445)
- Change envvar type from list[str] to Sequence[str]
- Fix enum convertor returning None for already-converted values
- Docs
- Python not yet supported