diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-12 17:38:36 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:38:36 +0200 |
commit | c42391c0b55925fa58bd37f60e2e4553488958ab (patch) | |
tree | f9aabc6782846c9d61a8274ecb71fb5e7a6da7c4 /development/kiwi/README | |
parent | 897fdfcb8e9fff9b4b12fc1475a11947d2109997 (diff) | |
download | slackbuilds-c42391c0b55925fa58bd37f60e2e4553488958ab.tar.gz |
development/kiwi: Updated for version 1.9.23
Diffstat (limited to 'development/kiwi/README')
-rw-r--r-- | development/kiwi/README | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/development/kiwi/README b/development/kiwi/README index 90364d2e6c..9d6d313191 100644 --- a/development/kiwi/README +++ b/development/kiwi/README @@ -1,8 +1,11 @@ -kiwi (a framework for developing graphical applications in Python) +Kiwi is a framework and a set of enhanced PyGTK widgets designed to +make building programs with graphical interfaces both easy to write +and easy to maintain. Kiwi is pure Python and released under the LGPL. -kiwi is a framework composed of a set of modules, which eases Python -development using PyGTK. Kiwi makes graphical applications *much* -faster to code, with good architecture and more Python-like bindings; -it also offers extended widgets based upon the original PyGTK widgets. +Fully object-oriented, and roughly Smalltalk's MVC, Kiwi provides a +simple, practical way to build forms, windows and widgets that +transparently access and display your object data. Kiwi is inspired +by Allen Holub's Visual Proxy. -kiwi depends on PyGTK, which is available from SlackBuilds.org. +NOTE: Additional functionality is provided, if pygobject, zope.interface, + and/or SQLObject are installed. |