python-click 7.0-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs

  [ Alexandre Viau ]
  * New upstream version. (Closes: #918561)
  * d/watch: support Click and click.

 -- Alexandre Viau <email address hidden>  Mon, 07 Jan 2019 11:53:07 -0500

Upload details

Uploaded by:
Alexandre Viau
Uploaded to:
Sid
Original maintainer:
Alexandre Viau
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-click_7.0-1.dsc 2.2 KiB 8537015282ec2afc4682b9adaf7cb7e1bb065a7401a59f5e1072c832952fd800
python-click_7.0.orig.tar.gz 279.5 KiB 5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7
python-click_7.0-1.debian.tar.xz 3.5 KiB 755b5baa90af00212ac42590aebb99689bf530f6975f2924dc4dcaae145044c8

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for python-click in ubuntu eoan.

python-click-doc: No summary available for python-click-doc in ubuntu disco.

No description available for python-click-doc in ubuntu disco.

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.