All Projects → getting-things-gnome → liblarch

getting-things-gnome / liblarch

Licence: LGPL-3.0 license
A Python library to easily handle complex data structures, with a GTK binding

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to liblarch

menutray
An application menu through a GTK+ tray status icon.
Stars: ✭ 62 (+121.43%)
Mutual labels:  gtk
proxychanger
Go tool to change system and applications proxy
Stars: ✭ 15 (-46.43%)
Mutual labels:  gtk
Curtail
Simple & useful image compressor.
Stars: ✭ 246 (+778.57%)
Mutual labels:  gtk
gmrun
A run utiliy featuring a slim design and bash style auto-completion.
Stars: ✭ 35 (+25%)
Mutual labels:  gtk
dopewars
Game simulating the life of a drug dealer in New York
Stars: ✭ 47 (+67.86%)
Mutual labels:  gtk
szyszka
Szyszka is fast and powerful file renamer
Stars: ✭ 649 (+2217.86%)
Mutual labels:  gtk
Gjs-Tutorial
A tutorial for Gjs/GTK+ 3 development, based on https://github.com/sebp/PyGObject-Tutorial
Stars: ✭ 15 (-46.43%)
Mutual labels:  gtk
gtk-sni-tray
A StatusNotifierHost widget written using the gtk+3 bindings for haskell provided by gi-gtk.
Stars: ✭ 24 (-14.29%)
Mutual labels:  gtk
Slate-theme
GTK Mac-like theme for cleaner and flat-er look.
Stars: ✭ 14 (-50%)
Mutual labels:  gtk
Spreadsheet
A spreadsheet app designed for elementary OS
Stars: ✭ 66 (+135.71%)
Mutual labels:  gtk
Unity-IMGUI-TreeView
Simple Tree View implementation for IMGUI (Editor GUI) in Unity. Includes a special type for working with asset paths, but base data structure and view can be easily extended to support anything.
Stars: ✭ 73 (+160.71%)
Mutual labels:  treeview
csv-viewer
Viewer for tabular data files
Stars: ✭ 14 (-50%)
Mutual labels:  gtk
elementaryOS-devbook
Design and build apps for elementary OS.
Stars: ✭ 61 (+117.86%)
Mutual labels:  gtk
camera
Camera app designed for elementary OS
Stars: ✭ 63 (+125%)
Mutual labels:  gtk
react-tree
Hierarchical tree component for React in Typescript
Stars: ✭ 174 (+521.43%)
Mutual labels:  treeview
gnome-gtk3
Interfacing Perl6 to Gnome GTK+
Stars: ✭ 15 (-46.43%)
Mutual labels:  gtk
notifications
Gtk Notifications Server
Stars: ✭ 39 (+39.29%)
Mutual labels:  gtk
gladis
[Deprecated] Easily import Glade-generated UI files into Rust code.
Stars: ✭ 27 (-3.57%)
Mutual labels:  gtk
AdwaitaExtended
A modified default GNOME/GTK theme with some extras/enhancements/additions.
Stars: ✭ 35 (+25%)
Mutual labels:  gtk
comment tree
Render comment tree like facebook comment - reply
Stars: ✭ 37 (+32.14%)
Mutual labels:  treeview

Liblarch

Build Status

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

Credits

Liblarch is published under the LGPLv3 license, or (at your option) any later version.

Authors:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].