summaryrefslogtreecommitdiff
path: root/development/kiwi/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/kiwi/README')
-rw-r--r--development/kiwi/README15
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.