Fixup fromcvs/togit conversion
[pkgsrcv2.git] / x11 / py-kiwi / DESCR
1 Kiwi consists of a set of classes and wrappers for PyGTK that were developed
2 to provide a sort of framework for applications. Fully object-oriented, and
3 roughly Smalltalk's MVC, Kiwi provides a simple, practical way to build forms,
4 windows and widgets that transparently access and display your object data.
5 Kiwi was primarily designed to make implementing the UI for Stoq easier, and
6 it is released under the LGPL. Kiwi is inspired by Allen Holub's Visual Proxy.
7
8 Kiwi is a framework and a set of enhanced PyGTK widgets designed to make
9 building programs with graphical interfaces both easy to write and easy to
10 maintain. Kiwi is pure Python and should work cross-platform, but is developed
11 on Python 2.4, Linux ix86.