The devel/py-liblarch,python3 port
py3-liblarch-3.2.0p0 – python library to easily handle data structure (cvsweb github mirror)
Description
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). If you find Gtk.Treeview and Gtk.Treemodel hard to use, then liblarch is probably for you.WWW: https://wiki.gnome.org/Projects/liblarch
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Reverse dependencies
Files
- /usr/local/lib/python3.11/site-packages/liblarch-3.2.0-py3.11.egg-info
- /usr/local/lib/python3.11/site-packages/liblarch/
- /usr/local/lib/python3.11/site-packages/liblarch/__init__.py
- /usr/local/lib/python3.11/site-packages/liblarch/__pycache__/
- /usr/local/lib/python3.11/site-packages/liblarch/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/liblarch/__pycache__/filteredtree.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/liblarch/__pycache__/filters_bank.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/liblarch/__pycache__/processqueue.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/liblarch/__pycache__/tree.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/liblarch/__pycache__/treenode.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/liblarch/__pycache__/viewcount.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/liblarch/__pycache__/viewtree.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/liblarch/filteredtree.py
- /usr/local/lib/python3.11/site-packages/liblarch/filters_bank.py
- /usr/local/lib/python3.11/site-packages/liblarch/processqueue.py
- /usr/local/lib/python3.11/site-packages/liblarch/tree.py
- /usr/local/lib/python3.11/site-packages/liblarch/treenode.py
- /usr/local/lib/python3.11/site-packages/liblarch/viewcount.py
- /usr/local/lib/python3.11/site-packages/liblarch/viewtree.py
- /usr/local/lib/python3.11/site-packages/liblarch_gtk/
- /usr/local/lib/python3.11/site-packages/liblarch_gtk/__init__.py
- /usr/local/lib/python3.11/site-packages/liblarch_gtk/__pycache__/
- /usr/local/lib/python3.11/site-packages/liblarch_gtk/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/liblarch_gtk/__pycache__/treemodel.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/liblarch_gtk/treemodel.py
- @conflict py-liblarch_gtk-*