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
- ⬆ Bump mkdocs-material from 9.5.44 to 9.5.45
- 🔥 Remove auto naming of groups added via `add_typer`
- ✨ Avoid the unnecessary import of `typing_extensions` in newer Python versions
- Clarify the need for mix_stderr in when accessing the output of stderr in tests
- ⬆ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2
- ✨ Add support for extending typer apps without passing a name
- fix: don't set excepthook unless pretty_exceptions_enable
- ✏️ Fix a few typos in the source and documentation
- 🐛 Ensure that `Optional[list]` values work correctly with callbacks
- ✨ Upgrade `autocompletion` functionality for compatibility with `shell_complete`
- Docs
- Python not yet supported