Home > Software > Development > Python > Python Cheetah

Python Cheetah logo

Details

Package ID
Python.Cheetah
Version
2.4.4
Downloads
4608
Website
http://www.cheetahtemplate.org/

Summary

Cheetah is an open source template engine and code generation tool, written in Python. It can be used standalone or combined with other tools and frameworks. Web development is its principle use, but Cheetah is very flexible and is also being used to generate C++ game code, Java, sql, form emails and even Python code.

Description

Cheetah:

- is supported by every major Python web framework.
- is fully documented and is supported by an active user community.
- can output/generate any text-based format.
- compiles templates into optimized, yet readable, Python code.
- blends the power and flexibility of Python with a simple template language that non-programmers can understand.
- gives template authors full access to any Python data structure, module, function, object, or method in their templates. Meanwhile, it provides a way for administrators to selectively restrict access to Python when needed.
- makes code reuse easy by providing an object-oriented interface to templates that is accessible from Python code or other Cheetah templates. One template can subclass another and selectively reimplement sections of it. Cheetah templates can be subclasses of any Python class and vice-versa.
- provides a simple, yet powerful, caching mechanism that can dramatically improve the performance of a dynamic website.
- encourages clean separation of content, graphic design, and program code. This leads to highly modular, flexible, and reusable site architectures, shorter development time, and HTML and program code that is easier to understand and maintain. It is particularly well suited for team efforts.
- can be used to generate static html via its command-line tool.

Note that this package will install _namemapper.pyd for the appropriate
Python version as well.

Comments

Loading comments...