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


[12 total ]

73 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.

27 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.

2 Users
 

Created about 1 year 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.

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.

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
 

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.

0 Users

A Python tool for creating websites or project documentation. Pages can be stored as reST (text) or html. With a simple templating and macro system it can autogenerate index pages and navigation links. Facilities for multiple translations as well.
Created over 2 years ago.

0 Users

See Introducing JSON Template for an overview, and the Wiki for more docs. To use it, simply copy the Python file or the JavaScript file into your project. Neither has any external dependencies. ... [More] News3/31/09 - The Wiki has been updated with MoreDocumentation, and a few other pages. 4/4/09 - On Design Minimalism, or why JSON Template Doesn't Need an Include Statement -- An article with a detailed exposition of both specific examples and general design principles. Two live examples. 4/5/09 - Thanks to William Shallum, we now have a first cut of a Java implementation! Please try it out and send feedback to the mailing list. 4/26/09 - Thanks to Miguel Ibero, we now have a first cut of a PHP implementation! Please try it out and send feedback to the mailing list. 7/12/09 - Preview of JSON Pattern. Mailing list has an introduction to this project. 9/5/09 - pyb is a minimal version of Protocol Buffers. It could be hooked up to JSON Template, since Protocol Buffers and JSON have basically the same data model. 9/27/09 - Switched our repository to Mercurial. DevelopingJsonTemplate has been updated. [Less]
Created 7 months ago.