2 Jun 2008 22:34
ANNOUNCE: kiwi 1.9.22
GeorgeYK <george <at> async.com.br>
2008-06-02 20:34:44 GMT
2008-06-02 20:34:44 GMT
Kiwi is a PyGTK framework for building graphical applications loosely based on MVC Model-View-Controller (MVC) and Allen Holub's Visual proxy [1]. Think of Kiwi as a high-level, object-oriented layer built on PyGTK. Its design is based on real-world experience using PyGTK to develop large desktop applications, which use many concepts common to most graphical applications: multiple windows and dialogs, forms, data persistence, lists and high-level classes that support domain objects directly. Download ======== Grab the latest sources from: http://www.async.com.br/projects/kiwi/download/kiwi-1.9.22.tar.gz What's new since 1.9.21? ======================== - Added support for context menus in objectlist (Ronaldo Maia) - Added support for SQLAlchemy (Ali Afshar, #3668) - Added the initial support for GtkColorButtton (Johan Dahlin) - Added support for buttons orientation in ListContainer (George Kussumoto) Features ======== * An MVC-derived framework of classes:(Continue reading)
Have you considered registering your own converter? Take a look at
kiwi.datatypes:ConverterRegistry, which is a registry of all the
converters in the system. It might be as easy as doing:
from kiwi.datatypes import converter
converter.add(conv)
if your converter inherits from BaseConverter..
RSS Feed