python-cliff 4.7.0-0ubuntu1 source package in Ubuntu
Changelog
python-cliff (4.7.0-0ubuntu1) oracular; urgency=medium * New upstream release. * d/control: Align (Build-)Depends with upstream. -- James Page <email address hidden> Wed, 07 Aug 2024 08:10:14 +0100
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Oracular
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | main | python | |
Oracular | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-cliff_4.7.0.orig.tar.gz | 82.3 KiB | 6ca45f8df519bbc0722c61049de7b7e442a465fa7f3f552b96d735fa26fd5b26 |
python-cliff_4.7.0-0ubuntu1.debian.tar.xz | 5.8 KiB | a9b5adb2a772b4ae58786ff2e0706a63e59c3ccc4d22d66d329fe768da428a08 |
python-cliff_4.7.0-0ubuntu1.dsc | 2.7 KiB | 51f56e10285b5cba217b74ce3cda9ca9feac64f1fca8f27aea18cb2ae1379d0d |
Available diffs
- diff from 4.6.0-0ubuntu1 to 4.7.0-0ubuntu1 (25.3 KiB)
Binary packages built by this source
- python-cliff-doc: command line interface formulation framework documentation
Cliff is a framework for building command line programs. It uses plugins to
define sub-commands, output formatters, and other extensions.
.
The cliff framework is meant to be used to create multi-level commands such as
Subversion and git, where the main program handles some basic argument parsing
and then invokes a sub-command to do the work.
.
This is the documentation of python-cliff.
- python3-cliff: command line interface formulation framework - Python 3.x
Cliff is a framework for building command line programs. It uses plugins to
define sub-commands, output formatters, and other extensions.
.
The cliff framework is meant to be used to create multi-level commands such as
Subversion and git, where the main program handles some basic argument parsing
and then invokes a sub-command to do the work.
.
This package provides the Python 3.x module.