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 supported6 Subscribers
Add a CodeTriage badge to typer
Help out
- Issues
- ✨ Add support for optional values of CLI Options
- ✨ Support `json` (dict) as parameter type
- ✨ Allow running scripts that import other scripts with `typer` command
- ✨ Add support for `rich_help_panel` of commands in generated docs
- 📝 Add `StrEnum` example for python 3.11+
- 🚀 Roadmap
- ✨ Support multiple options with multiple values
- 📝 Add documentation for enums created via the functional API
- Docs
- Python not yet supported