Projects tagged ‘html’, ‘python’, and ‘template’


Jump to tag:

Projects tagged ‘html’, ‘python’, and ‘template’

Filtered by Project Tags html python template

Refine results Project Tags web (7) templates (5) templating (5) engine (4) template_engine (4) development (4) markup (3) xml (3) scripting (3) generator (2) design (2) framework (2)

[9 total ]

74 Users
   

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 ... [More] is a template language, which is heavily inspired by Kid [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.

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

SPYCE is a server-side language that supports simple and efficient Python-based dynamic HTML generation, otherwise called Python Server Pages. Those who like Python and are familiar with JSP, PHP, or ... [More] ASP should have a look at Spyce. Its modular design makes it very flexible and extensible. It can also be used as a command-line utility for static text pre-processing or as a Web-server proxy. [Less]
Created over 3 years 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.

0 Users

theMarkerI was thinking of writing my own lightweight template engine to be used with python web frameworks such as web.py
Created 12 months ago.

0 Users

A simple template engine, written in Python. Templates hold no logic, with nodes being cloned and repeated according the the data applied. This template was designed as a way to convert JSON to HTML/XML.
Created 12 months ago.

0 Users

qsgen is a Python static site generator. It uses a set of Mako input templates and outputs a static site. qsgen also has builtin support for code documentation and commenting with highlight generation using Pygments.
Created about 1 year ago.