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
- Optimize `split_arg_string` with `extend(...)` instead of a for loop system.
- Release 8.4.2
- tests/test_basic: Fix to work with newer versions of pytest
- WIP: Add `@custom_version_option`, freeze `@version_option`
- `click.progressbar` doesn't show full completion when using `show_pos=True` combined with `update_min_steps`
- ANSI codes not stripped from click.confirm after upgrading to click 8.4
- Remove Python 2 utilities and little used utilities
- Add pyrefly type checking.
- Migrate sentinels to use Python 3.15's PEP 661 `sentinel` built-in with typing_extensions backport
- click.prompt typing clarifications / improvements
- Docs
- Python not yet supported