软件包:python3-anytree(2.12.1-3.1)
Powerful and Lightweight Python Tree Data Structure with various plugins
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.)
其他与 python3-anytree 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-six
- Python 2 和 3 之间的兼容库
-
- sug: graphviz
- rich set of graph drawing tools