Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caesar0301/treelib
An efficient implementation of tree data structure in python 2/3.
https://github.com/caesar0301/treelib
algorithm datastructures python tree treelib
Last synced: 4 days ago
JSON representation
An efficient implementation of tree data structure in python 2/3.
- Host: GitHub
- URL: https://github.com/caesar0301/treelib
- Owner: caesar0301
- License: other
- Created: 2012-07-07T09:42:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T06:18:04.000Z (6 months ago)
- Last Synced: 2024-10-29T15:13:06.228Z (about 2 months ago)
- Topics: algorithm, datastructures, python, tree, treelib
- Language: Python
- Homepage: http://treelib.readthedocs.io/en/latest/
- Size: 1.03 MB
- Stars: 815
- Watchers: 30
- Forks: 188
- Open Issues: 73
-
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.
[![Build Status](https://github.com/caesar0301/treelib/actions/workflows/python-package.yml/badge.svg)](https://github.com/caesar0301/treelib/actions)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Documentation Status](https://readthedocs.org/projects/treelib/badge/?version=latest)](http://treelib.readthedocs.io/en/latest/?badge=latest)
[![Status](https://img.shields.io/pypi/status/treelib.svg)](https://pypi.python.org/pypi/treelib)
[![Latest](https://img.shields.io/pypi/v/treelib.svg)](https://pypi.python.org/pypi/treelib)
[![PyV](https://img.shields.io/pypi/pyversions/treelib.svg)](https://pypi.python.org/pypi/treelib)
[![PyPI download month](https://img.shields.io/pypi/dm/treelib.svg)](https://pypi.python.org/pypi/treelib/)
[![GitHub contributors](https://img.shields.io/github/contributors/caesar0301/treelib.svg)](https://GitHub.com/caesar0301/treelib/graphs/contributors/)[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/caesar0301/treelib.svg)](https://GitHub.com/caesar0301/treelib/pulls)
[![GitHub pull-requests closed](https://img.shields.io/github/issues-pr-closed/caesar0301/treelib.svg)](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).