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

Path csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <r.koebler@yahoo.de>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'url:pypi': 0.03; '---------': 0.07; 'distutils': 0.07; 'subject:ANN': 0.07; 'setup.py': 0.09; 'python': 0.11; 'changes': 0.15; '-------': 0.16; '0.3.0': 0.16; 'from:addr:r.koebler': 0.16; 'from:name:roland koebler': 0.16; 'pythonic': 0.16; 'received:78.47': 0.16; 'renamed': 0.16; 'small,': 0.19; 'installation': 0.23; 'adds': 0.24; '---': 0.24; 'subject:/': 0.26; '3.x': 0.31; 'comparison': 0.31; 'download:': 0.31; 'skip:= 40': 0.31; 'url:python': 0.33; 'are:': 0.33; 'updated': 0.34; 'except': 0.35; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'templates': 0.36; 'charset:us-ascii': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'skip:- 10': 0.38; 'to:addr:python.org': 0.39; 'ago,': 0.61; 'gone': 0.61; 'new': 0.61; 'url:3': 0.61; 'simple': 0.61; 'content-disposition:inline': 0.62; 'url:0': 0.67; 'homepage,': 0.84; 'officially': 0.91; 'url:template': 0.91
Date Tue, 23 Apr 2013 22:36:23 +0200
From Roland Koebler <r.koebler@yahoo.de>
To python-list@python.org
Subject ANN: template-engine pyratemp 0.3.0/0.2.3
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.991.1366749392.3114.python-list@python.org> (permalink)
Lines 57
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1366749392 news.xs4all.nl 2201 [2001:888:2000:d::a6]:50189
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:44211

Show key headers only | 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