ANN: Tenjin 0.6.1 - a fast and full-featured template engine

M

makoto kuwata

Hi all,

I have released Tenjin 0.6.1.
http://www.kuwata-lab.com/tenjin/
In this release, benchmark script is enhanced to support
Genshi, Mako, and Templetor.

Tenjin is a very fast and full-featured temlate engine.
You can embed Python statements and expressions into your text file.
Tenjin converts it into Python program and evaluate it.

How fast Tenjin is? It is about:
* three times faster than Cheetah and Myghty
* nine times faster than Django
* sixty times faster than Kid
* twice faster than Mako
You can see the detail of benchmark at:
http://www.kuwata-lab.com/tenjin/
(benchmark script is included in Tenjin distribution.)

Tenjin is not only so fast and lightweight but also full-featured.
It supports:
* layout template
* partial template
* capturing
* preprocessing
* and so on...

See user's guide and examples at the above page for details.
New release of Tenjin will be informed at:
http://www.kuwata-lab.com/support/


Release 0.6.1:

[Enhancements]

* Benchmark script ('benchmark/bench.py') is rewrited.
* Benchmark supports Genshi, Mako, and Templetor.
* Add examples.

[Bugfix]

* Typo in User's Guide is fixed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top