https://github.com/caesar0301/treelib
An efficient implementation of tree data structure in pure python.
https://github.com/caesar0301/treelib
algorithm datastructures python tree treelib
Last synced: 19 days ago
JSON representation
An efficient implementation of tree data structure in pure python.
- Host: GitHub
- URL: https://github.com/caesar0301/treelib
- Owner: caesar0301
- License: other
- Created: 2012-07-07T09:42:25.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-05-02T02:33:18.000Z (about 1 month ago)
- Last Synced: 2025-05-02T03:27:54.968Z (about 1 month ago)
- Topics: algorithm, datastructures, python, tree, treelib
- Language: Python
- Homepage: http://treelib.readthedocs.io/en/latest/
- Size: 1020 KB
- Stars: 829
- Watchers: 29
- Forks: 186
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
# treelib
Tree implementation in python: simple for you to use.
[](https://github.com/caesar0301/treelib/actions)
[](https://github.com/psf/black)
[](http://treelib.readthedocs.io/en/latest/?badge=latest)
[](https://pypi.python.org/pypi/treelib)
[](https://pypi.python.org/pypi/treelib)
[](https://pypi.python.org/pypi/treelib)
[](https://pypi.python.org/pypi/treelib/)
[](https://GitHub.com/caesar0301/treelib/graphs/contributors/)[](http://makeapullrequest.com)
[](https://GitHub.com/caesar0301/treelib/pulls)
[](https://GitHub.com/caesar0301/treelib/pulls?q=is%3Apr+is%3Aclosed)## Quick Start
pip install -U treelib
## Documentation
For installation, APIs and examples, see http://treelib.readthedocs.io/en/latest/
## Code Style
`treelib` complies with [black](https://github.com/psf/black) formatter and
specific [flake8 validations](https://github.com/caesar0301/treelib/blob/master/scripts/flake8.sh).
Before creating a pull request, please make sure you pass the local validation
with `scripts/flake8.sh`.## Contributors
Thank you all,
[committers](https://github.com/caesar0301/treelib/graphs/contributors).