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.
- Tree
Guides - 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]).