ANN: cubictemp template engine

Aldo Cortesi aldo at nullcube.com
Tue Apr 1 21:24:20 EDT 2008


We are happy to announce release 2.0 of Cubictemp, a small, elegant
templating system for Python.


Features
========

    * Simple, well-tested and well-documented.
    * Integrates tightly with Python - pass arbitrary Python objects into a
      template, walk sequences and iterators, evaluate expressions.
    * Default escaping helps to prevent common classes of Cross-Site Scripting
      vulnerabilities.
    * Encourages separation of interface and program logic by disallowing
      statements in templates.
    * Tiny - only ~ 170 SLOC. There are many large, over-designed
      Python templating systems out there.  Cubictemp proves that a templating
      sytem can be elegant, powerful, fast and remain compact.


Download:  http://dev.nullcube.com

Manual: http://dev.nullcube.com/doc/cubictemp/index.html


-- 
Aldo Cortesi
M: +61 419 492 863
P: +61 1300 887 007
W: www.nullcube.com



More information about the Python-list mailing list