# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-rich VERSION= 13.0.0 KEYWORDS= python VARIANTS= py310 py311 SDESC[py310]= Rich text library (3.10) SDESC[py311]= Rich text library (3.11) HOMEPAGE= https://github.com/Textualize/rich CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/92/37/2732511fdd5c6e037af9e92b87dbb50049c02fd3a8c070bc75eed6c798b3 DISTFILE[1]= rich-13.0.0-py3-none-any.whl:main DF_INDEX= 1 SPKGS[py310]= single SPKGS[py311]= single OPTIONS_AVAILABLE= PY310 PY311 OPTIONS_STANDARD= none VOPTS[py310]= PY310=ON PY311=OFF VOPTS[py311]= PY310=OFF PY311=ON DISTNAME= rich-13.0.0.dist-info GENERATED= yes [PY310].RUN_DEPENDS_ON= python-commonmark:single:py310 python-Pygments:single:py310 [PY310].USES_ON= python:py310,wheel [PY311].RUN_DEPENDS_ON= python-commonmark:single:py311 python-Pygments:single:py311 [PY311].USES_ON= python:py311,wheel [FILE:2116: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] 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, OSX, and Windows. True color / emoji works with new Windows Terminal, classic terminal is limited to 16 colors. Rich requires Python 3.7 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:107:distinfo] 12b1d77ee7edf251b741531323f0d990f5f570a4e7c054d0bfb59fb7981ad977 238059 rich-13.0.0-py3-none-any.whl