pyTenjin 0.6.1 released
October 23rd, 2007pyTenjin 0.6.1 has been released.
http://www.kuwata-lab.com/tenjin/
pyTenjin is a fast and full-featured template engine based on embedded Python. You can embed any Python statements and expressions in your text file. pyTenjin converts it to Python program and evaluate it with context data.
[Enhancements]
Benchmark script (benchmark/bench.py) is rewrited. Benchmark supports Genshi, Mako, and Templetor. Add examples.
[Bugfix]
Typo in User’s Guide is fixed.