jinja 1.2-3build1 source package in Ubuntu

Changelog

jinja (1.2-3build1) natty; urgency=low

  * Rebuild to add support for python 2.7.
 -- Matthias Klose <email address hidden>   Fri, 03 Dec 2010 00:01:51 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Natty
Original maintainer:
Piotr Ożarowski
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jinja_1.2.orig.tar.gz 247.0 KiB 36252f3d0356008a31a537a31cfba189f7b5898b8e2da454f72ea5f987db8b31
jinja_1.2-3build1.diff.gz 4.0 KiB 70dafd5f1e63cb48fb365488a479b617f96a0aeb8c4911535887d768b4b1fa57
jinja_1.2-3build1.dsc 1.4 KiB 02ef3b3b78e56633c23d2c2564bfeb15b1921389d3206a8c5d7a63ad397daf8e

Available diffs

View changes file

Binary packages built by this source

python-jinja: small but fast and easy to use stand-alone template engine

 Jinja 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.
 .
 Philosophy: application logic is for the controller but don't try to make the
 life for the template designer too hard by giving him too few functionality.
 .
 Features:
  * Simple API.
  * Extremely lightweight.
  * The whole engine is completely sandboxed. A template designer won't be able
    to modify application data or execute dangerous code
  * You can use nearly every Python expression. Not supported are the binary
    operators and list comprehensions / generator expressions.
  * Uses the same concept for inheritance Django uses. It's very powerful
    and easy to understand.
  * Provides so called macros that allow you to put often used template
    snippets into callable blocks
  * Designer friendly. Jinja simplifies many things for a template designer.
    Loops can be used in a recursive way, filters are available to format
    values, loops know about their iteration etc.
  * Dynamic syntax. You don't like the Django block syntax? You can override
    the syntax elements on environment initialisation. It's no problem to use
    ASP/PHP/Ruby syntax, html comments for blocks etc.

python-jinja-dbg: small but fast and easy to use stand-alone template engine

 Jinja is a small but fast and easy to use stand-alone template engine
 .
 This package contains the extension built for the Python debug interpreter.

python-jinja-doc: No summary available for python-jinja-doc in ubuntu natty.

No description available for python-jinja-doc in ubuntu natty.