cheetah 3.4.0-ok1 source package in openKylin

Changelog

cheetah (3.4.0-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Wed, 06 May 2026 23:54:36 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luoyaoming
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 release main python
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
cheetah_3.4.0.orig.tar.xz 247.3 KiB b8290ad0188c1d5060ef9b3d18f033f0a7766e8e0aff6aac58a31793603581b6
cheetah_3.4.0-ok1.debian.tar.xz 41.6 KiB 1bf450aff640e3fa141f8bae48580d645c64de2461d2f06002fa5be2b26aa588
cheetah_3.4.0-ok1.dsc 2.0 KiB 8409d5f79fcbeb43529bf2d4d8b9787a0ebd99656ca107638ddcf3996fb4e1db

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.