cheetah 3.2.6-1build1 source package in Ubuntu

Changelog

cheetah (3.2.6-1build1) hirsute; urgency=medium

  * No-change rebuild to drop python3.8 extensions.

 -- Matthias Klose <email address hidden>  Mon, 07 Dec 2020 18:39:36 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Hirsute
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-1build1.debian.tar.xz 45.4 KiB 937b6295665592d7428cb55dc62d37d0cc2b1a6f7bf8e6c1898d17b11e04bc65
cheetah_3.2.6-1build1.dsc 2.2 KiB ef1a76974ada76301f08eef7e1220bc62246dd96293b46daa9a2e1a8fd82c10f

View changes file

Binary packages built by this source

python-cheetah-doc: No summary available for python-cheetah-doc in ubuntu hirsute.

No description available for python-cheetah-doc in ubuntu hirsute.

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