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

python-cliff 3.10.1

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 python-cliff 3.10.1 as follows:

guix install python-cliff@3.10.1

Or install the latest version:

guix install python-cliff

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.