cheetah 3.2.6-3build2 source package in Ubuntu

Changelog

cheetah (3.2.6-3build2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 08:26:08 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
jcfp
Architectures:
any all
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cheetah_3.2.6.orig.tar.xz 2.2 MiB eca5db32daab5b4e79807cbd8baeef718ec65be1c6af9bbe0b97a892c61bccac
cheetah_3.2.6-3build2.debian.tar.xz 46.1 KiB 92498c884760cf98e092e3a1757d7bf2f8da6de7133390c9dbd232675b87cec4
cheetah_3.2.6-3build2.dsc 2.2 KiB 3416aa0ec18b3cd935c333f9e6c09c38b16d9fe0ca85bdef8f4fe182e773aa7e

Available diffs

View changes file

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