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

Changelog

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

  * Initial release (Closes: #1024826)

 -- Andreas Tille <email address hidden>  Sat, 26 Nov 2022 07:37:54 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rich-click_1.5.2-1.dsc 2.1 KiB 28b40c4935dbcefadc274e232e7cb07964fed7e09d0ab9de2bac76ac629ad855
python-rich-click_1.5.2.orig.tar.gz 3.8 MiB 59a4ffe978777c14eca7c389a5bfbde8b6ec18a95c70415b8e803a2f16c4ddcc
python-rich-click_1.5.2-1.debian.tar.xz 2.4 KiB d287e9c2abdb1c71f5fcdd934b94e6d2a61b6f2b91bd702f569ff4ebc5892286

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