Projects tagged ‘python’ and ‘templating’


[24 total ]

89 Users
   

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 ... [More] emerging WSGI standard, which allows extensive 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]
Created over 3 years ago.

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.

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.

26 Users
   

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!
Created over 3 years ago.

18 Users
   

Cobbler is a Linux installation server that allows for rapid setup of network installation environments. With a simple series of commands, network installs can be configured for PXE ... [More] , reinstallations, media-based net-installs, and virtualized installs (supporting Xen, qemu, KVM, and VMware Server). Cobbler uses a helper program called 'koan' (which interacts with Cobbler) for reinstallation and virtualization support. Cobbler can also optionally help with managing DHCP, DNS, power, config management, and yum package mirroring infrastructure -- in this regard, it is a more generalized "batteries included" deployment server, rather than just dealing specifically with installations. It has a command line interface, a web interface, and also several API access options. [Less]
Created over 2 years ago.

14 Users
   

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 ... [More] these languages live on in Kid with much of the limitations and complexity stamped out. [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
 

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.