This package browser is in early development. Mind the rough edges.

python-cliff

Framework for building command line programs

The cliff framework allows creating multi-level commands such as those of subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work. It uses plugins to define sub-commands, output formatters, and other extensions.

Installation

Install the latest version of python-cliff as follows:

guix install python-cliff

Or install a particular version:

guix install python-cliff@3.10.1

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-cliff about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-cliff'><img src='https://packages.guix.gnu.org/packages/python-cliff/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-cliff/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-cliff)

Example Org:

[[https://packages.guix.gnu.org/packages/python-cliff][https://packages.guix.gnu.org/packages/python-cliff/badges/latest-version.svg]]