cheetah 3.3.3-1 source package in Ubuntu

Changelog

cheetah (3.3.3-1) unstable; urgency=medium

  * New upstream version 3.3.3

 -- Jeroen Ploemen <email address hidden>  Fri, 08 Dec 2023 11:04:07 +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

Downloads

File Size SHA-256 Checksum
cheetah_3.3.3-1.dsc 2.2 KiB 4ebdff6c2f5e3ded4ff1b16cfe031effe878f94722a532754cf0b8d658801949
cheetah_3.3.3.orig.tar.xz 245.4 KiB e62c519937c9e0fe86a07248d6b3c7e211404e5caa6c9ae766bd453b17b1fabb
cheetah_3.3.3-1.debian.tar.xz 45.9 KiB 8daf3a5d5d534c962cabc07e791cd3ef14988a7bbd0448b41f1ccfa8baa280bb

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