Coil (MVC for Python) 0.3 Released


Posted

in


Coil, via freshmeat:

Coil is an MVC framework for Python. It is based largely on the ideas and design of Struts and allows you to cleanly separate models, views, and controllers via an XML configuration file. A very basic login example that demonstrates the basic work flow is included.

Here’s what’s new in 0.3:

This version features Cheetah support for the “view”, form objects with validation support, action objects for controller abstraction, DispatchAction support that allows multiple method entry points on the same action object, and ActionForward for abstracting a page location by name.

This is definately worth checking out!