| Trees | Indices | Help |
|
|---|
|
|
This module implements a text based render.
A renderer is used by plugins to produce formatted output.
| Classes | |
|
Pager A wrapper around a pager. |
|
|
Colorizer An object which makes its target colorful. |
|
|
TextObjectRenderer Baseclass for all TextRenderer object renderers. |
|
| AttributedStringRenderer | |
|
CellRenderer This renders a Cell object into a Cell object. |
|
|
BaseCell A Cell represents a single entry in a table. |
|
|
JoinedCell Joins child cells sideways (left to right). |
|
|
StackedCell Vertically stack child cells on top of each other. |
|
|
Cell A cell for text, knows how to wrap, preserve paragraphs and colorize. |
|
|
TextColumn Implementation for text (mostly CLI) tables. |
|
|
TextTable A table is a collection of columns. |
|
|
UnicodeWrapper A wrapper around a file like object which guarantees writes in utf8. |
|
|
TextRenderer Renderer for the command line that supports paging, colors and progress. |
|
|
TestRenderer A special renderer which makes parsing the output of tables easier. |
|
|
WideTextRenderer A Renderer which explodes tables into wide formatted records. |
|
| TreeNodeObjectRenderer | |
| DividerObjectRenderer | |
| Functions | |||
|
|||
| Variables | |
curses = Nonehash(x) |
|
HIGHLIGHT_SCHEME =
|
|
StyleEnum = {'compact': 'compact', 'full': 'full', 'cow': 'cow
|
|
FORMAT_SPECIFIER_RE = re.compile(r'
|
|
__package__ =
|
|
| Variables Details |
HIGHLIGHT_SCHEME
|
StyleEnum
|
FORMAT_SPECIFIER_RE
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:27:47 2017 | http://epydoc.sourceforge.net |