cheetah 2.4.4-2ubuntu2 source package in Ubuntu

Changelog

cheetah (2.4.4-2ubuntu2) precise; urgency=low

  * Build using dh_python2.
 -- Matthias Klose <email address hidden>   Sat, 17 Dec 2011 12:11:42 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
text
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cheetah_2.4.4.orig.tar.gz 186.5 KiB be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
cheetah_2.4.4-2ubuntu2.debian.tar.gz 10.8 KiB 5fd5cfe67f84e110f0599c64e74a77982907e73aee247ce779e7f0bb0b3d5a73
cheetah_2.4.4-2ubuntu2.dsc 1.5 KiB 0848511da806a80ae83316006fe0679026c5b1afde9978ccaa471988f46d44fa

Available diffs

View changes file

Binary packages built by this source

python-cheetah: text-based template engine and Python code generator

 Cheetah can be used as a standalone templating utility or referenced as a
 library from other Python applications. It has many potential uses, but web
 developers looking for a viable alternative to ASP, JSP, PHP and PSP are
 expected to be its principle user group.
 .
 Features:
  * Generates HTML, SGML, XML, SQL, Postscript, form email, LaTeX, or any other
    text-based format.
  * Cleanly separates content, graphic design, and program code.
  * Blends the power and flexibility of Python with a simple template language
    that non-programmers can understand.
  * Gives template writers full access to any Python data structure, module,
    function, object, or method in their templates.
  * Makes code reuse easy by providing an object-orientated interface to
    templates that is accessible from Python code or other Cheetah templates.
    One template can subclass another and selectively reimplement sections of
    it.
  * Provides a simple, yet powerful, caching mechanism that can dramatically
    improve the performance of a dynamic website.
  * Compiles templates into optimized, yet readable, Python code.