Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44211

ANN: template-engine pyratemp 0.3.0/0.2.3

Date 2013-04-23 22:36 +0200
From Roland Koebler <r.koebler@yahoo.de>
Subject ANN: template-engine pyratemp 0.3.0/0.2.3
Newsgroups comp.lang.python
Message-ID <mailman.991.1366749392.3114.python-list@python.org> (permalink)

Show all headers | View raw


Hi,

since there were some questions about template-engines some time ago,
I would like to announce:

- I updated my comparison and benchmarks of several template-engines
  on http://www.simple-is-better.org/template/
- I have released a new version of my small and simple but powerful and
  pythonic template-engine "pyratemp":


=============================================
pyratemp 0.3.0 / 0.2.3 released -- 2013-04-03
=============================================

A new version of pyratemp is released, which officially adds Python 3
support; and a backport of this version to Python <=2.5:

- 0.3.0 for Python >=2.6 / 3.x
- 0.2.3 for Python <=2.5

No changes in your templates and your Python-code should be necessary,
except if you use cmp() / xrange() in your templates, which are gone
in Python 3 and pyratemp 0.3.0/0.2.3.

About pyratemp
--------------
pyratemp is a small, simple and powerful template-engine for Python.

Changes
-------
see http://www.simple-is-better.org/template/pyratemp-latest/NEWS

The main changes are:

- Python 3 support
- added setup.py for installation via distutils
- renamed yaml2pyratemp.py to pyratemp_tool.py
- added LaTeX- and mail-header-escaping
- removed cmp(), xrange() from the template-functions

Resources
---------
Homepage, documentation, download and mailinglists:
   http://www.simple-is-better.org/template/pyratemp.html

Download:
    - http://www.simple-is-better.org/template/pyratemp-0.3.0.tgz
    - http://www.simple-is-better.org/template/pyratemp-0.2.3.tgz

on PyPI:
    - https://pypi.python.org/pypi/pyratemp/0.3.0
    - https://pypi.python.org/pypi/pyratemp/0.2.3

---

Roland

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

ANN: template-engine pyratemp 0.3.0/0.2.3 Roland Koebler <r.koebler@yahoo.de> - 2013-04-23 22:36 +0200

csiph-web