Anytree is a Python library designed to enable easy creation,
manipulation, and visualization of tree data structures. It
exposes a syntactically simple interface for defining and
establishing relationships between nodes and offers convenient
tools for rendering trees in readable formats.
.
Anytree can also be used to turn any class into a tree node
simply by adding NodeMixin as a base class. Trees
constructed using Anytree can also be easily visualized
and exported as images with various styles via Graphviz.
(For users of the exporter API, make sure to install graphviz.)
Installed Size: 177.2 kB
Architectures: all