looking for template package

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Wed Mar 4 08:39:45 EST 2009


Neal Becker a écrit :
> I'm looking for something to do template processing.  That is, transform 
> text making various substitutions.  I'd like to be able to do substitutions 
> that include python expressions, to do arithmetic computations within 
> substitutions.
> 
> I know there are lots of template packages, but most seem aimed at web use.  

"most" ? At least 4 of them are just text-based:
- Mako
- Cheetah
- Django's template (can be used standalone)
- Jinja (inspired from Django's)




More information about the Python-list mailing list