File: README.md

package info (click to toggle)
liblarch 3.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: python: 4,141; makefile: 26; sh: 6
file content (24 lines) | stat: -rw-r--r-- 961 bytes parent folder | download | duplicates (2)
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

[![Build Status](https://travis-ci.org/getting-things-gnome/liblarch.svg)](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)