套件: python-cheetah (3.2.4-1ubuntu1)
python-cheetah 的相關超連結
Trisquel 的資源:
下載原始碼套件 cheetah:
維護者:
Original Maintainers:
- JCF Ploemen (jcfp)
- Debian Python Modules Team (郵件存檔)
外部的資源:
- 主頁 [www.cheetahtemplate.org]
相似套件:
text-based template engine and Python code generator (Python 2)
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 2 module.
其他與 python-cheetah 有關的套件
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: python2
- interactive high-level object-oriented language (Python2 version)
- dep: python2 (<< 2.8)
- dep: python2 (>= 2.7~)
-
- sug: python-cheetah-doc
- documentation for the Cheetah template engine
-
- sug: python-markdown
- text-to-HTML conversion library/tool (Python 2 version)
-
- sug: python-memcache
- 套件暫時不可用
-
- sug: python-pygments
- syntax highlighting package written in Python