[ANNOUNCE] pygtkmvc version 1.0.0 has been released

R

Roberto Cavada

Hi all,

I'm proud to announce that the first stable release
1.0.0 of pygtkmvc has been released.

--------------------------------
** pygtkmvc version 1.0.0 **
--------------------------------

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.


--------------------------------
** Features **
--------------------------------

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.

Version 1.0.0 is the first stable release. Main features are:

- Observer pattern supports pythonian containers and user-defined
classes.
- Support for multi-threading in models.
- Support for gtk models like TreeModel and TextBuffer.
- Bug fixes.
- Documentation and several examples are provided.


--------------------------------
** Get it! **
--------------------------------

Latest version and information can be found at the
project home page: <http://pygtkmvc.sourceforge.net>

License is LGPL.


--------------------------------
** Credits **
--------------------------------

Many thanks to:
- Baruch Even <baruch _AT_ ev-en.org>
for providing useful feedback and a pretty example.
- Johannes Jordens <j.jordens _AT_ ucl.ac.uk> and
Robert Jordens <jordens _AT_ debian.org>
for depeloping and maintaining Debian packages.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top