a410202049 / treelib

An efficient implementation of tree data structure in python 2/3.

Home Page:http://treelib.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

treelib

Tree implementation in python: simple to use for you.

Build Status Documentation Status

Quick Start

sudo easy_install -U treelib

Documentation

For installation, APIs and examples, see http://treelib.readthedocs.io/en/latest/

License

Before version 1.3.0: GPL
After that: Apache

Contributors

Brett Alistair Kromkamp (brettkromkamp@gmail.com): Basic framework finished.
Xiaming Chen (chenxm35@gmail.com): For reasearch utility, I finish main parts and make the library freely public.
Holger Bast (holgerbast@gmx.de): Replaces list with dict for nodes indexing and improves the performance to a large extend.
Ilya Kuprik (ilya-spy@ynadex.ru): Added ZIGZAG tree-walk mode to function tree_expand()

About

An efficient implementation of tree data structure in python 2/3.

http://treelib.readthedocs.io/en/latest/

License:Other


Languages

Language:Python 99.8%Language:Shell 0.2%