Projects tagged ‘python’ and ‘template_engine’


[11 total ]

33 Users
   

Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of ... [More] many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. [Less]
Created over 3 years ago.

28 Users
   

Jinja is a sandboxed template engine written in pure Python licensed under the BSD license. It provides a Django-like non-XML syntax and compiles templates into executable python code. It's ... [More] basically a combination of Django templates and python code. [Less]
Created over 3 years ago.

13 Users
   

Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Web developers are its principle user group, but it has ... [More] many potential uses and is also being used to generate C++ game code, Java, SQL, form emails, and even Python code. [Less]
Created over 3 years ago.

6 Users
 

Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and ... [More] application logic which makes working with your project easier. [Less]
Created over 2 years ago.

2 Users
 

The goal of PyPa is to allow for the creation of dynamic web sites by completely separating content from logic. Template syntax is very simple and all logic is handled by Python code. It can be ... [More] used stand-alone for your cgi-scripts (be it through cgi, fastcgi, scgi, pcgi, etc) or as your templating system within web frameworks like Pylons, Turbogears or Django. Some sites using PyPa: http://convergenciafreudlacan.org http://www.company.com.ar [Less]
Created over 2 years ago.

2 Users
 

Chameleon is an open-source template engine written in Python. It's not a template language in itself, but it's used by several language implementations. Templates are compiled to Python byte-code ... [More] which is the technique used by template libraries such as Mako and Cheetah. This approach is widely considered to provide optimal performance. [Less]
Created about 1 year ago.

1 Users

A script to turn Delicious Library data files into other text, using the Cheetah templating engine.
Created about 1 year ago.

1 Users
 

Formula one in template engines. Aim of this project is to make fast, flexible implementation of template engine, written purely in C, but interfaced with almost all popular languages and scripting ... [More] environments (but the main target is python, cause we like it so much). (project currently in pending state.) [Less]
Created about 1 year ago.

1 Users

Brevé is a Python template engine that is designed to be clean and elegant with minimal syntax. Brevé was heavily inspired by Nevow Stan.
Created about 1 year ago.

1 Users
   

Genshi2Js compiles a subset of a genshi templates to javascript functions. It compiles control flow structures to the javascript equivalent and inserts invokations to a "writer" function into the ... [More] javascript code to render the template into a javascript string, intended to be inserted into innerHTML of dom elements. [Less]
Created over 3 years ago.