python-click 8.1.6-2 source package in Ubuntu

Changelog

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

  * orphan

 -- Sandro Tosi <email address hidden>  Sat, 02 Mar 2024 04:06:06 -0500

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
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-click_8.1.6-2.dsc 2.3 KiB bc5e8d839f754829197a62c6b00d1acf7d5a53aed0286777003642df6f569c23
python-click_8.1.6.orig.tar.gz 333.5 KiB 0864f8cd8edbf1f5e731b8d564d3a854d2a7732c3f7572b17ccb7d1b3477b7bf
python-click_8.1.6-2.debian.tar.xz 5.4 KiB a27ea55473d933b69c684f20454fe5e1882c9745bdc17fb923886f027568646d

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.