Myghty is a Python based templating framework originally based on HTML::Mason, the enterprise-level framework used by Amazon.com, del.icio.us and Salon.com, among many others. Myghty fully implements Mason's templating language, component-based architecture, and caching system, and goes beyond, adding new paradigms such the Module Components controller paradigm, full Python whitespace syntax, threading support, WSGI support, session support, and much more.
Thanks !
Myghty has been superceded by Mako Templates, the next generation of HTML::Mason inspired templating. It's the default templating used by Pylons and is also used by Reddit. The work and knowledge gained throughout Myghty's development were key to the histories of both Mako and Pylons, and we thank the original Myghty userbase for their enthusiastic support !
Myghty is covered under the MIT License.