python-click
Command line library for Python
Click is a Python package for creating command line interfaces in a composable way with as little code as necessary. Its name stands for "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.
- Versions: 8.1.7 · 7.1.2
- Website: https://palletsprojects.com/p/click/
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-click
as follows:
guix install python-click
Or install a particular version:
guix install python-click@7.1.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-click about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-click'><img src='https://packages.guix.gnu.org/packages/python-click/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-click)
Example Org:
[[https://packages.guix.gnu.org/packages/python-click][https://packages.guix.gnu.org/packages/python-click/badges/latest-version.svg]]