Projects tagged ‘python’ and ‘templating’


[12 total ]
57

Pylons

   
Primary Language: Python Licensed as: BSD-ish License

Pylons combines the very best ideas from the worlds of Ruby, Python and Perl, providing a structured but extremely flexible Python web framework. It's also one of the first projects to leverage the emerging WSGI standard, which allows extensive ... [More] re-use and flexibility but only if you need it. Out of the box, Pylons aims to make web development fast, flexible and easy. [Less]

Metrics updated 13 Jan 08

55

Genshi

   
Primary Language: Python Licensed as: BSD-ish License

Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid

Metrics updated 04 Oct 08

14

Jinja

   
Primary Language: Python Licensed as: BSD-ish License

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 basically a combination of Django templates and python code.

Metrics updated 23 Oct 07

12

kid

   
Primary Language: Python Licensed as: MIT License

Kid is a simple template language for XML based vocabularies written in Python. It was spawned as a result of a kinky love triangle between XSLT, TAL, and PHP. We believe many of the best features of these languages live on in Kid with much of the limitations and complexity stamped out.

Metrics updated 28 Jun 08

12

Werkzeug

   
Primary Language: Python Licensed as: BSD-ish License

Werkzeug is a collection of various utilities for WSGI applications. It features request and response objects as well as a powerful url dispatcher and a debugging system. Not released!

Metrics updated 02 Nov 07

6

Cheetah: Python-Powered Template Engine

   
Primary Language: Python Licensed as: MIT License

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 many potential uses and is also being used to generate C++ game code, Java, SQL, form emails, and even Python code.

Metrics updated about 2 hours ago

3

ClearSilver

 
Licensed as: Apache-ish License

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 application logic which makes working with your project easier.

2

z3c.pt

 
Primary Language: Python Licensed as: Zope Public License (ZPL) Version 2.1

The z3c.pt package provides an alternative implementation of the TAL template language including i18n. It also provides a simple text template class that allows expression interpolation.

Metrics updated 05 Oct 08

2

PyPa - pythonic web templating

 
Primary Language: Python Licensed as: GNU General Public License 2.0

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 used stand-alone for your cgi-scripts (be it ... [More] 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]

Metrics updated 04 Oct 08

1

jett

 
Licensed as: GNU General Public License 2.0

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 environments (but the main target is python, cause we like it so much).