GitXplorerGitXplorer
p

urwidtrees

public
53 stars
18 forks
3 issues

Commits

List of commits on branch master.
Unverified
ed39dbc4fc67b0e0249bf108116a88cd18543aa9

Update mock dependency to install when necessary

tteapot9 committed 4 years ago
Unverified
e3af8392579b1a6d37cf834557688800646961a9

fix links in the README

ppazz committed 5 years ago
Unverified
2d3eb3cfe48366402c33951f2c64b7b09f37421e

examples

ppatricktotzke committed 5 years ago
Unverified
aadf768c8768008c414655a17b0ffe9f491833e5

bump version

ppatricktotzke committed 5 years ago
Unverified
da6f2f9c2cfcf7f6f2b22caed864bb9bdb0e65c7

Merge branch 'master' of https://github.com/pazz/urwidtrees

ppatricktotzke committed 5 years ago
Unverified
69b0e1c1aebef9d9565e2a4691d03efd5a5bdef7

set modified flag

ppatricktotzke committed 5 years ago

README

The README file for this repository.

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