click
https://github.com/pallets/click
Python
Python composable command line interface toolkit
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 click
Help out
- Issues
- Changed tempfile.NamedTemporaryFile mode to 'w'
- [Bug] On Windows, get_pager_file returns a typing.BinaryIO object NOT typing.TextIO
- Sort help args to make them reproducible
- Increasing utilities quality and documentation
- Automatically append ellipsis (`...`) to metavars when `multiple=True` in options
- `click.progressbar` doesn't show full completion when using `show_pos=True` combined with `update_min_steps`
- Add pyrefly type checking.
- Migrate sentinels to use Python 3.15's PEP 661 `sentinel` built-in with typing_extensions backport
- `HelpFormatter.write_usage` breaks options at a hyphen
- _pipepager() fails with mutli-call binaries
- Docs
- Python not yet supported