Source: liblarch Section: python Priority: optional Maintainer: Paulo Roberto Alves de Oliveira (aka kretcheu) Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9~), python-all (>= 2.6.6-3~), dh-python Standards-Version: 3.9.6 X-Python-Version: >= 2.5 Homepage: https://wiki.gnome.org/Projects/liblarch Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/liblarch/trunk/ Vcs-Browser: http://anonscm.debian.org/viewsvn/python-modules/packages/liblarch/trunk/ Package: python-liblarch Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-gobject-2, python-gtk2 Breaks: python-liblarch-gtk (<< 2.1.0), gtg (<< 0.3) Replaces: python-liblarch-gtk (<< 2.1.0) Description: easily handle data structures Liblarch is a Python module created to easily handle data structure such as lists, trees and directed acyclic graphs (tree where nodes can have multiple parents). . Liblarch supports multiple views of one data structure and complex filtering. That way, you have a clear separation between your data (Model) and how they are displayed (View).