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
- [FEATURE] REPL mode
- [BUG] typer fails for functions with *args
- [FEATURE] Support for common pydantic types
- [BUG] typer doesn't respect ZDOTDIR env var when adding autocompletion for zsh
- Typer not compatible with uppercase lettered arguments.
- [FEATURE] Add support for allow_from_autoenv in CLI arguments
- [FEATURE] Using a dataclass for types/command generation
- [FEATURE] Use enum.name as parameter, and enum.value as value received by the function
- [QUESTION] How do I share options or arguments between commands?
- [QUESTION] Is pyinstaller supported for automatic shell completion?
- Docs
- Python not yet supported