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.