パッケージ: python3-anytree (2.12.1-3.1)
python3-anytree に関するリンク
Debian の資源:
anytree ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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 and 3 compatibility library
-
- sug: graphviz
- 豊富なグラフ描画ツールセット