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.
- Outputs:
out
- Website: https://opendev.org/openstack/cliff
- Licenses: ASL 2.0
- Package source: gnu/packages/openstack.scm
- Builds: See build status
- Issues: See known issues
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.