pazz / urwidtrees

tree widgets for urwid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Urwid Tree Container API

Docs Build

This is a Widget Container API for the urwid toolkit. It uses a MVC approach and allows to build trees of widgets. Its design goals are

  • clear separation classes that define, decorate and display trees of widgets
  • representation of trees by local operations on node positions
  • easy to use default implementation for simple trees
  • Collapses are considered decoration

See the docs/ subdirectory for autogenetated API docs.

Examples

About

tree widgets for urwid

License:GNU General Public License v3.0


Languages

Language:Python 100.0%