Source: templayer Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Ian Ward Build-Depends: dh-python, debhelper (>= 5.0.37.2), cdbs (>= 0.4.42), python Standards-Version: 3.8.1 Homepage: http://excess.org/templayer/ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/templayer.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/templayer.git Package: python-templayer Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: layered template library for Python Templayer currently supports only HTML generation, but its simple design is easily extended to support other file formats. . Templayer was created to offer an alternative to the more common ways of generating dynamic HTML: embedding code within the HTML (PHP etc.), or embedding HTML within code (traditional CGI). Neither of these methods allow for a clean separation of the form, or layout, of a page and the function of page generation. Instead of mixing HTML and Python, two rich and extremely expressive languages, we can add a small amount of syntax to each and keep the two separate and coherent.