[Templates] Re: Something comparable to Template Toolkit in Python?

Robert Hicks sigzero@gmail.com
Tue, 09 May 2006 22:48:09 -0400


Sean McAfee wrote:
> Hi folks--
> 
> Tangentially-related question here.  I used to hack on TT stuff quite
> often when I did a lot of work with Bugzilla.  I've since moved to a
> company where Python is the officially-sanctioned scripting/high-level
> language.  Yeah, it's lame.
> 
> Anyway, I need a templating system for various things, and I have yet
> to find one for Python that comes anywhere near the power of the
> Template Toolkit.  So far I inherited a system that used ClearSilver
> (which blows) before my group started the transition to Django (which
> blows a bit less).  Does anyone know of a system with power comparable
> to TT for Python?
> 
> I guess I could want until Perl 6 and its advertised interoperability
> with Python, but I have a hunch that's still a ways off.
> 
> Thanks in advance for any help.
> 
> 
> --Sean McAfee

http://wiki.python.org/moin/WebProgramming

HTH

Robert