[mod_python] ANNOUNCE: Myghty 0.94 Released

mike bayer mike_mp at zzzcomputing.com
Mon Oct 18 16:52:14 EDT 2004


Myghty 0.94 Released

Myghty is an all-new Python Server Page (PSP) templating system designed
for large-scale, high availablity websites and applications.  Written and
optimized from the ground up to complement mod_python, as well as
standalone, CGI and application embedded environments, its conceptual
design and syntax is derived from HTML::Mason, the default web application
platform for the mod_perl world.  It is designed with both the migrating
Mason user and the original Python user in mind, supporting the full
featureset of Mason, including components, methods, inheritance,
autohandlers, dhandlers, caching, friendly exception handling, etc. as well
as enhancements including full Python whitespace support, component-
specific autoflush, cache and whitespace trim flags, thread-global code
sections, and a streamlined design taking full advantage of Python's unique
architectural features.  Compares favorably to other Python templating
solutions such as Cheetah and Spyce.

The component cache API is released as of version 0.94 and includes in-
memory and dbm-file based cache implementations, with support for new
implementations configurable at runtime.  The caching API allows fine-
grained caching control for component output as well as user defined data
structures, synchronized and shared among multiple threads, processes, or
both.

Myghty has gained a small userbase in just its first two months which is
growing at a fast pace, receiving favorable reviews for its ease of use,
smooth operation, and great flexibility.

Myghty is released under the GNU Lesser General Public License (LGPL).
Documentation, examples and download links can be found at:

http://www.myghty.org

Michael Bayer

mike_mp at zzzcomputing.com


<P><A HREF="http://www.myghty.org">Myghty 0.94</A> - A high performance
Python Server Page templating system derived from HTML::Mason. (18-Oct-04)




More information about the Mod_python mailing list