Skip to main content

Module tree

Module tree 

Source
Expand description

Hierarchical tree with Unicode or ASCII branch guides. Tree — hierarchical tree rendering. Equivalent to Rich’s tree.py.

Structs§

Tree
A renderable for a tree structure.
TreeGuides
The characters used for tree guide lines at each position.

Constants§

ASCII_GUIDES
ASCII-only guides.
TREE_GUIDES
Default Unicode guides (like Rich’s TREE_GUIDES[0]).