python-click 8.1.7-1 source package in Ubuntu

Changelog

python-click (8.1.7-1) unstable; urgency=medium

  * New upstream release.

 -- Colin Watson <email address hidden>  Sat, 16 Mar 2024 00:38:13 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed main misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-click_8.1.7-1.dsc 2.5 KiB 6a5479865f2a6b39988f8f05e74d435a98bb745270c62eb9c6122667a191211e
python-click_8.1.7.orig.tar.gz 333.6 KiB 89251974dba8552b4e22990ca34adfb93a47ba7deb27fe7358a6661a09ca8793
python-click_8.1.7-1.debian.tar.xz 5.5 KiB 7413526ecedd481ee72b0e6c0796e3ddc897b029284be6baea3a882c86f0336a

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.