cheetah 3.3.2-1 source package in Ubuntu

Changelog

cheetah (3.3.2-1) unstable; urgency=medium

  * New upstream version 3.3.2

 -- Jeroen Ploemen <email address hidden>  Fri, 11 Aug 2023 07:23:22 +0000

Upload details

Uploaded by:
jcfp
Uploaded to:
Sid
Original maintainer:
jcfp
Architectures:
any all
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe text

Downloads

File Size SHA-256 Checksum
cheetah_3.3.2-1.dsc 2.2 KiB c587bc01e05879b9bc30b2fc69edc19bc338c393064d76d6dddeb7a548c023c6
cheetah_3.3.2.orig.tar.xz 245.5 KiB 824297249cb0a192f5d111e5e254aef300578d6df8a8c29d06daf2a95c9fe651
cheetah_3.3.2-1.debian.tar.xz 45.9 KiB 8356867bb7d6a372f1f96f44b048f3cd53282e4daf510f16d8e4050ed76a27d7

Available diffs

No changes file available.

Binary packages built by this source

python-cheetah-doc: documentation for the Cheetah template engine

 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.
 .
 This package contains documentation for the Cheetah template engine.

python3-cheetah: text-based template engine and Python code generator (Python 3)

 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.
 .
 This package contains the Python 3 module.

python3-cheetah-dbgsym: debug symbols for python3-cheetah