This package browser is in early development. Mind the rough edges.

python-rich-click

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 customization required.

Installation

Install the latest version of python-rich-click as follows:

guix install python-rich-click

Or install a particular version:

guix install python-rich-click@1.6.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-rich-click about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-rich-click'><img src='https://packages.guix.gnu.org/packages/python-rich-click/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-rich-click/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-rich-click)

Example Org:

[[https://packages.guix.gnu.org/packages/python-rich-click][https://packages.guix.gnu.org/packages/python-rich-click/badges/latest-version.svg]]