pyratemp ======== pyratemp is a template-engine for python. For documentation, please read pyratemp.txt or pyratemp.html and the pyratemp-docstrings. For more documentation of the background of pyratemp, some thoughts about template-engines, benchmarks and comparisons, see see http://www.simple-is-better.org/template/ Website: http://www.simple-is-better.org/template/pyratemp.html Author: Roland Koebler Requirements: Python (tested with 2.4), optionally python-simplejson and/or python-yaml Files: - README - NEWS - LICENSE - pyratemp.py: the template-engine - yaml2pyratemp.py: a small commandline-interface for the template-engine - pyratemp.txt: the documentation (in reST) - pyratemp.html: the documentation, converted to html - example.html: example-template from the documentation - example.json: example-data from the documentation Installation: - simply copy pyratemp.py to a directory which is found by Pythons "import", e.g. directly into your project-directory