Click is a Python package for creating command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It is configurable, and comes with
defaults out of the box.
Provides
Requires
License
BSD-3-Clause
Changelog
* Wed Feb 04 2026 Daniel Garcia <daniel.garcia@suse.com>
- Add pythons_for_pypi macro
* Thu Jan 29 2026 Daniel Garcia <daniel.garcia@suse.com>
- Run tests in a subpackage, this allows to exclude build in different
distributions
* Mon Nov 17 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 8.3.1
* Don’t discard pager arguments by correctly using subprocess.Popen.
* Replace Sentinel.UNSET default values by None as they’re passed
through the Context.invoke() method.
* Fix conversion of Sentinel.UNSET happening too early, which caused
incorrec