python-click 8.1.3-2 source package in Ubuntu
Changelog
python-click (8.1.3-2) unstable; urgency=medium * remove excessive changes not coordinated with the current maintainer. * debian/copyright - extend packaging copyright years * debian/control - bump Standards-Version to 4.6.2.0 (no changes needed) -- Sandro Tosi <email address hidden> Tue, 10 Jan 2023 01:12:21 -0500
Upload details
- Uploaded by:
- Sandro Tosi
- Uploaded to:
- Sid
- Original maintainer:
- Sandro Tosi
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-click_8.1.3-2.dsc | 2.4 KiB | 98a961c756f5a75a88e180bcab81c671bf76b111d92b9b0fd5821862c7076da4 |
python-click_8.1.3.orig.tar.gz | 326.1 KiB | abb9959ec2d6cf198f70ca78ec2a5cd74110a6de728ecd19d8892ff65576f184 |
python-click_8.1.3-2.debian.tar.xz | 5.4 KiB | d00954a3c1ed7ed11220867d14948ec3f07cf48c51750097e44b7fbbdc77d07f |
Available diffs
- diff from 8.1.3-1 to 8.1.3-2 (2.1 KiB)
No changes file available.
Binary packages built by this source
- python-click-doc: Wrapper around optparse for command line utilities - documentation
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This package contains the documentation for Click.
- python3-click: Wrapper around optparse for command line utilities - Python 3.x
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This is the Python 3 compatible package.