Metadata-Version: 2.1
Name: liblarch
Version: 3.2.0
Summary: LibLarch is a python library built to easily handle data structures such as lists, trees and directed acyclic graphs and represent them as a GTK TreeWidget or in other forms.
Home-page: https://wiki.gnome.org/Projects/liblarch
Author: Lionel Dricot & Izidor Matušov
Author-email: gtg-contributors@lists.launchpad.net
License: LGPLv3
Keywords: gtk,treeview,treemodel
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Desktop Environment :: Gnome
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS

# 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)
