python-click 8.1.6-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream release (Closes: #1040473)

 -- Benjamin Drung <email address hidden>  Wed, 19 Jul 2023 11:55:47 +0200

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 Pocket Published Component Section
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-click_8.1.6-1.dsc 2.4 KiB f5a0649bbc0209c49cd969d0c0bda9ece5538f133f6a31f344cda09227ff108c
python-click_8.1.6.orig.tar.gz 333.5 KiB 0864f8cd8edbf1f5e731b8d564d3a854d2a7732c3f7572b17ccb7d1b3477b7bf
python-click_8.1.6-1.debian.tar.xz 5.4 KiB 7d3db1578675a03c262b6c5a43b53bf2f5c59ac862beed5f7c9c7f0690de524d

Available diffs

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.