Genshi Templating Language



(Back to docs.huihoo.com)

Introduction

Genshi is a template engine for XML-based vocabularies written in Python. Genshi is used to easily insert generated output into XML-based languages, usually HTML, and reuse elements between documents. Genshi is based on Kid and aims to implement some of its functionality while processing templates faster.

Genshi's can be used with several Python web frameworks, such as TurboGears and Pylons. Genshi will eventually replace Kid in the TurboGears web framework.

Documents

Links

• http://genshi.edgewall.org
• http://download.huihoo.com/genshi/