cheetah 2.4.4-3.fakesyncbuild1 source package in Ubuntu

Changelog

cheetah (2.4.4-3.fakesyncbuild1) trusty; urgency=medium

  * Rebuild to drop files installed into /usr/share/pyshared.
 -- Matthias Klose <email address hidden>   Sun, 23 Feb 2014 13:46:26 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe text
Trusty release main text

Downloads

File Size SHA-256 Checksum
cheetah_2.4.4.orig.tar.gz 186.5 KiB be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
cheetah_2.4.4-3.fakesyncbuild1.debian.tar.gz 10.5 KiB ee132f5b36e0546ec40bd12b9eddded0b07c7dc5846e6ae010c7ac925b767ac3
cheetah_2.4.4-3.fakesyncbuild1.dsc 1.5 KiB 0a93512d29b3d1ed0c85f4c930aad62f6df5f0bd2711dcae053e41d901b99782

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.