Skip to content

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

License

Notifications You must be signed in to change notification settings

jojolian753/liblarch

 
 

Repository files navigation

Liblarch, a python library to easily handle data structure

Liblarch is a python library built to easily handle data structure such are lists, trees and acyclic graphs [1]. 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).

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

The documentation can be read on: https://live.gnome.org/liblarch

Liblarch is released under the LGPLv3 license.

Authors:

Lionel Dricot <[email protected]>.
Izidor Matušov <[email protected]>.

Footnotes:

[1]Trees where nodes can have multiple parents.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 72.3%
  • JavaScript 27.0%
  • Shell 0.7%