# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-rich VERSION= 14.2.0 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= Rich text library (3.13) SDESC[v14]= Rich text library (3.14) HOMEPAGE= https://github.com/Textualize/rich CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/25/7a/b0178788f8dc6cafce37a212c99565fa1fe7872c70c6c9c1e1a372d9d88f DISTFILE[1]= rich-14.2.0-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON DISTNAME= rich-14.2.0.dist-info GENERATED= yes [PY313].RUN_DEPENDS_ON= python-markdown-it-py:single:v13 python-Pygments:single:v13 [PY313].USES_ON= python:v13,wheel [PY314].RUN_DEPENDS_ON= python-markdown-it-py:single:v14 python-Pygments:single:v14 [PY314].USES_ON= python:v14,wheel [FILE:2138:descriptions/desc.single] [Supported Python Versions] [PyPI version] [Downloads] [codecov] [Rich blog] [Twitter Follow] ![Logo] [English readme] • [简体中文 readme] • [正體中文 readme] • [Lengua española readme] • [Deutsche readme] • [Läs på svenska] • [日本語 readme] • [한국어 readme] • [Français readme] • [Schwizerdütsch readme] • [हिन्दी readme] • [Português brasileiro readme] • [Italian readme] • [Русский readme] • [Indonesian readme] • [فارسی readme] • [Türkçe readme] • [Polskie readme] Rich is a Python library for _rich_ text and beautiful formatting in the terminal. The [Rich API] makes it easy to add color and style to terminal output. Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, tracebacks, and more — out of the box. ![Features] For a video introduction to Rich see [calmcode.io] by [@fishnets88]. See what [people are saying about Rich]. ## Compatibility Rich works with Linux, macOS and Windows. True color / emoji works with new Windows Terminal, classic terminal is limited to 16 colors. Rich requires Python 3.8 or later. Rich works with [Jupyter notebooks] with no additional configuration required. ## Installing Install with `pip` or your favorite PyPI package manager. ```sh python -m pip install rich ``` Run the following to test Rich output on your terminal: ```sh python -m rich ``` ## Rich Print To effortlessly add rich output to your application, you can import the [rich print] method, which has the same signature as the builtin Python function. Try this: ```python from rich import print print("Hello, [bold magenta]World[/bold magenta]!", ":vampire:", locals()) ``` ![Hello World] ## Rich REPL Rich can be installed in the Python REPL, so that any data structures will be pretty printed and highlighted. ```python >>> from rich import pretty >>> pretty.install() ``` ![REPL] ## Using the Console For more control over rich terminal content, import and construct a [Console] object. ```python from rich.console import Console console = Console() ``` [FILE:118:distinfo] 76bc51fe2e57d2b1be1f96c524b890b816e334ab4c1e45888799bfaab0021edd 243393 python-src/rich-14.2.0-py3-none-any.whl