[ANNOUNCE] pygtkmvc-1.2.2 has been released

Roberto Cavada cavada at fbk.eu
Tue Aug 26 06:43:32 EDT 2008


Version 1.2.2 of pygtkmvc has been released.

Project homepage:
<http://pygtkmvc.sourceforge.net>

Download:
<http://sourceforge.net/projects/pygtkmvc/>


==============
About pygtkmvc
==============

pygtkmvc is a fully Python-based implementation of the
Model-View-Controller (MVC) and Observer patterns for the PyGTK2
toolkit.

MVC is a pattern that can be successfully used to design and
develop well structured GUI applications. The MVC pattern
basically helps in separating semantics and data of the
application, from their representation.

The Observer pattern helps to weaken dependencies among parts that
should be separated, but need to be connected each other.

pygtkmvc provides a powerful and still simple infrastructure to
help designing and implement GUI applications based on the MVC and
Observer patterns.

The framework has been designed to be:

* Essential and small, it does only what it was designed for.
* Not an external dependency for your application: it fits in
   80KB and can be released along with it.
* Easy to understand and to use; fully documented.
* Portable: straightly runs under many platforms.

License: LGPL

===================
About release 1.2.2
===================

This is a minor release that fixes two major bugs about adapters.
A few new examples about adapters have been also added.

Thanks to Alessandro Dentella <sandro TA e-den TOD it> for reporting 
both bugs.

--
Roberto Cavada <roboogle TA gmail TOD com>

<P><A HREF="http://pygtkmvc.sourceforge.net">pygtkmvc 1.2.2</A> -
Pygtk MVC is a thin, multiplatform framework that helps to design
and develop GUI applications based on the PyGTK toolkit. (26-Aug-08)



More information about the Python-list mailing list