neverfox / 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 Latest Status PyV

Quick Start

sudo easy_install -U treelib

Documentation

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

Update

  • 2017-08-10: Abandon supporting Python 3.2 since v1.4.0.
  • 2012-07-07: First published.

Contributors

Brett Alistair Kromkamp (brettkromkamp@gmail.com): Post basic idea online.

Xiaming Chen (chenxm35@gmail.com): Finished primary parts and made the library freely public.

Holger Bast (holgerbast@gmx.de): Replaced list with dict for fast node index and optimized the performance.

Ilya Kuprik (ilya-spy@ynadex.ru): Added ZIGZAG tree-walk algorithm to tree traversal.

About

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

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

License:Other


Languages

Language:Python 99.7%Language:Shell 0.3%