1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
# Liblarch
[](https://travis-ci.org/getting-things-gnome/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
- [Documentation](https://wiki.gnome.org/Projects/liblarch)
## Credits
Liblarch is published under the LGPLv3 license, or (at your option) any later version.
Authors:
- [Lionel Dricot](https://github.com/ploum)
- [Izidor MatuĊĦov](https://github.com/izidormatusov)
|