python-click 7.0-2 source package in Ubuntu

Changelog

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

  * debian/control
    - adopt under DPMT umbrella; Thanks Alexandre for your previous work!
      Closes: #940333
    - bump Standards-Version to 4.4.0 (no changes needed)
    - Update Vcs-* fields to DPMT location
  * debian/copyright
    - add packaging copyright

 -- Sandro Tosi <email address hidden>  Thu, 19 Sep 2019 19:24:24 -0400

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-click_7.0-2.dsc 2.3 KiB 0c533e11456962def1b37a23d6e680402e7e295e1f9242f3cbfa9a6b7c8f89cb
python-click_7.0.orig.tar.gz 279.5 KiB 5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7
python-click_7.0-2.debian.tar.xz 3.7 KiB 0629b76d2e49fe116fe13cfda548bf466cd41ddae68fa08fd0c5055817965b58

Available diffs

No changes file available.

Binary packages built by this source

python-click: No summary available for python-click in ubuntu focal.

No description available for python-click in ubuntu focal.

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.