panks / liblarch

a python library to easily handle data structure, with a GTK binding

Home Page:https://wiki.gnome.org/Projects/liblarch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liblarch

If you find Gtk.Treeview and Gtk.Treemodel hard to use, then liblarch is probably for you.

Liblarch is a python library built to easily handle data structure such are lists, trees and acyclic graphs (tree where nodes can have multiple parents). There's also a liblarch-gtk binding that will allow you to use your data structure into a Gtk.Treeview.

Liblarch support multiple views of one data structure and complex filtering. That way, you have a clear separation between your data themselves (Model) and how they are displayed (View).

Links

Credits

Liblarch is under the LGPLv3 license.

Authors:

About

a python library to easily handle data structure, with a GTK binding

https://wiki.gnome.org/Projects/liblarch

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%