lighttree

lighttree is a Python package providing a simple interface to manipulate data with a tree structure.

Installing

lighttree can be installed with pip:

$ pip install lighttree

Alternatively, you can grab the latest source code from GitHub:

$ git clone git://github.com/leonardbinet/lighttree.git
$ python setup.py install

Usage

The User Guide is the place to go to learn how to use the library and accomplish common tasks (work in progress).

The lighttree package documentation provides API-level documentation.

License

lighttree is made available under the MIT License. For more details, see LICENSE.txt.

Contributing

We happily welcome contributions, please see Contributing to lighttree for details.