TurboHtmlPy is a lightweight template engine using a Python like syntax to produce xml/xhtml data. It provides plug-in implementation for TurboGears and Buffet, and can be easily called from any python application or interactive shell.
Important
TurboHtmlPy is a on going project, still in its infancy, so all feedbacks, comments, suggestions... are welcome
The easiest way it to use easy_install. To install this tool please refer to Installing Easy_Install
Then enter the following commands at shell/dos:
$>easy_install TurboHtmlPy
Or to install form source:
$>easy_install http://cheeseshop.python.org/packages/source/T/TurboHtmlPy/TurboHtmlPy-<version>.tar.gz
Distributions (source and binary/egg) are available at CheeseShop
easy_install will register automatically TurboHtmlPy as a TurboGears / Buffet Template Plugin. The prefix/name of this template engine is 'htmlpy'.
| Author: | David Bernard |
|---|---|
| Contact: | dwayne@java-fan.com |
| Date: | 2005-02-18 |