No description
https://tracker.debian.org/treelib
|
||
---|---|---|
.cursor/rules | ||
.github | ||
debian | ||
docs | ||
examples | ||
recipe | ||
tests | ||
treelib | ||
.gitignore | ||
.readthedocs.yaml | ||
AUTHORS | ||
HISTORY | ||
INSTALL | ||
LICENSE | ||
Makefile | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
treelib
Tree implementation in python: simple for you to use.
Quick Start
pip install -U treelib
Documentation
For installation, APIs and examples, see http://treelib.readthedocs.io/en/latest/
Ask DeepWiki: https://deepwiki.com/caesar0301/treelib
Development Commands
We provide a convenient Makefile for common development tasks. Run make help
to show usage.
Before creating a pull request, please make sure you pass the local validation
with make check
.
Contributors
Thank you all contributors ❤