python-rich-click 1.6.0-1 source package in Ubuntu

Changelog

python-rich-click (1.6.0-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * Testsuite: autopkgtest-pkg-python (routine-update)
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.

 -- Andreas Tille <email address hidden>  Tue, 10 Jan 2023 21:34:46 +0100

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 release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rich-click_1.6.0-1.dsc 2.1 KiB ce60552bfab2c24188131ba84138a3895d17a7dfc7e60efbd626f4a9e6e987cb
python-rich-click_1.6.0.orig.tar.gz 46.4 KiB d507eda75aad8744fc37f3372933ab00becee41933084dc13116653da1829259
python-rich-click_1.6.0-1.debian.tar.xz 2.5 KiB d0df57cc4d30792b53966c13fc345d02e38638ef3283c9cad9eb2607c2b60ae6

Available diffs

No changes file available.

Binary packages built by this source

python3-rich-click: creating beautiful command line interfaces for Python3

 Format click help output nicely with Rich.
 .
  * Click is a "Python package for creating beautiful command line
    interfaces".
  * Rich is a "Python library for rich text and beautiful formatting in
    the terminal".
 .
 The intention of rich-click is to provide attractive help output from
 click, formatted with rich, with minimal customisation required.
 .
 Features
 .
  * Rich command-line formatting of click help and error messages
  * Nice styles be default, usage is simply import rich_click as click
  * CLI tool to run on other people's tools (prefix the command with
    rich-click)
  * Group commands and options into named panels
  * Well formatted error messages
  * Easily give custom sort order for options and commands
  * Extensive customisation of styling and behaviour possible