Expand description
The Console — the high-level rendering entry point.
Port of upstream rich/console.py (core subset): terminal / color-system /
width detection, markup + highlighter application, and writing styled output.
Layout options, capture, export, and paging land in the Console-completeness
issue.
Structs§
- Console
- The high-level interface for rendering to a terminal. Mirrors
rich.console.Console. - Console
Builder - Builder for
Console, allowing detection to be overridden. - Console
Options - The options passed to a
Renderabledescribing the space it must fit into.