ANN: template-engine pyratemp 0.3.0/0.2.3

2013-04-23 Thread Roland Koebler
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 Py

RE: Fastest template engine

2012-12-24 Thread Andriy Kornatskyy
> From: andriy.kornats...@live.com > To: python-list@python.org > Subject: RE: Fastest template engine > Date: Tue, 23 Oct 2012 15:45:56 +0300 > > > Python template engines offer high reusability of markup code and the > following features are used by content dev

RE: Fastest template engine

2012-10-23 Thread Andriy Kornatskyy
rom: andriy.kornats...@live.com > To: python-list@python.org > Subject: RE: Fastest template engine > Date: Fri, 19 Oct 2012 11:34:41 +0300 > > > Per community request cheetah has been added to benchmark. Post updated, just > in case: > > http://mindref.blogspot.com/2012/0

RE: Fastest template engine

2012-10-19 Thread Andriy Kornatskyy
n-list@python.org > Subject: RE: Fastest template engine > Date: Wed, 26 Sep 2012 16:21:21 +0300 > > > The post has been updated with the following template engines added (per > community request): > > 1. chameleon > 2. django > 3. web2py > > Here is a link: >

RE: Fastest template engine

2012-10-01 Thread Andriy Kornatskyy
1. Added benchmarks for python 3.3 2. Captured total numbers of calls made by corresponding template engine and number of unique functions used. http://mindref.blogspot.com/2012/07/python-fastest-template.html Comments or suggestions are welcome. Andriy

Re: Fastest template engine

2012-09-26 Thread alex23
On Sep 27, 2:12 am, Jean-Michel Pichavant wrote: > Kindly ignore my post, I don't know why, I read web framework instead of > template engine. Possibly because there's a parallel thread by Andriy on that topic :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Fastest template engine

2012-09-26 Thread Jean-Michel Pichavant
link: > > > > http://mindref.blogspot.com/2012/07/python-fastest-template.html > > > > Comments or suggestions are welcome. > > > > Thanks. > > > > Andriy > > http://www.cherrypy.org is quite popular as well. > > JM > > PS : ple

Re: Fastest template engine

2012-09-26 Thread Jean-Michel Pichavant
- Original Message - > > The post has been updated with the following template engines added > (per community request): > > 1. chameleon > 2. django > 3. web2py > > Here is a link: > > http://mindref.blogspot.com/2012/07/python-fastest-template.html > > Comments or suggestions are welc

RE: Fastest template engine

2012-09-26 Thread Andriy Kornatskyy
> From: andriy.kornats...@live.com > To: python-list@python.org > Subject: Fastest template engine > Date: Sun, 23 Sep 2012 12:24:36 +0300 > > > I have run recently a benchmark of a trivial 'big table' example for various > python template engines

RE: Fastest template engine

2012-09-25 Thread Andriy Kornatskyy
://mindref.blogspot.com/2012/07/python-fastest-template.html Thanks. Andriy > From: andriy.kornats...@live.com > To: python-list@python.org > Subject: Fastest template engine > Date: Sun, 23 Sep 2012 12:24:36 +0300 > > > I have run re

Re: RuntimeWarning: Unable to load template engine entry point

2012-04-27 Thread sajuptpm
Issue get solved by updating following packages $ easy_install -U DecoratorTools $ easy_install -U turbojson -- http://mail.python.org/mailman/listinfo/python-list

RuntimeWarning: Unable to load template engine entry point

2012-04-26 Thread sajuptpm
Setting up cmt with : /home/saju/cmt-enterprise/tg2env /home/saju/cmt-enterprise/tg2env/local/lib/python2.7/site-packages/ Pylons-0.9.7-py2.7.egg/pylons/configuration.py:26: RuntimeWarning: Unable to load template engine entry point: 'json = turbojson.jsonsupport:JsonSupport': Traceback (most r

ANN: pyTenjin 1.1.0 - a high-speed and full-featured template engine

2012-02-16 Thread Makoto Kuwata
I released pyTenjin 1.1.0. http://pypi.python.org/pypi/Tenjin/ http://www.kuwata-lab.com/tenjin/ Overview of pyTenjin * Very fast: about 10 times faster than Django template engine * Easy to learn: no need to learn template-original language * Full-featured: nestable layout

Re: ANN: pyTenjin 1.0.0 - a high-speed and full-featured template engine

2011-02-22 Thread Dhaivat Pandya
On Feb 21, 8:15 pm, Makoto Kuwata wrote: > Hi all, > > I released pyTenjin > 1.0.0.http://pypi.python.org/pypi/Tenjin/http://www.kuwata-lab.com/tenjin/ > > This release contains a lot of enhancements and changes. > > Overview > > > * Very fast: about 10

ANN: pyTenjin 1.0.0 - a high-speed and full-featured template engine

2011-02-21 Thread Makoto Kuwata
Hi all, I released pyTenjin 1.0.0. http://pypi.python.org/pypi/Tenjin/ http://www.kuwata-lab.com/tenjin/ This release contains a lot of enhancements and changes. Overview * Very fast: about 10 times faster than Django template engine * Easy to learn: no need to learn template

ANN: pyTenjin 0.9.0 - very fast and full-featured template engine

2010-07-19 Thread Makoto Kuwata
-changes for details. Overview pyTenjin is very fast and full-featured template engine for Python. * Very fast (about 10 times faster than Django template engine) * Easy to learn (no need to learn template-original language) * Full-featured (nestable layout template, partial template

Re: ANN: pyTenjin 0.8.0 - much faster template engine than Django

2009-06-17 Thread Igor Katson
kwatch wrote: I have released pyTenjin 0.8.0 Thanks for your project. I have used it a little, and there is a question to you. import tenjin from tenjin.helpers import * shared_cache = tenjin.GaeMemcacheCacheStorage() engine = tenjin.Engine(cache=shared_cache) 1. Why should I import tenjin

ANN: pyTenjin 0.8.1 - much faster template engine than Django

2009-06-14 Thread kwatch
I released pyTenjin 0.8.1. http://www.kuwata-lab.com/tenjin/ http://pypi.python.org/pypi/Tenjin/ pyTenjin is the fastest template engine for Python. * Very fast (about 10 times faster than Django template engine) * Easy to learn (no need to learn template-original language) * Full-featured

ANN: pyTenjin 0.8.0 - much faster template engine than Django

2009-06-06 Thread kwatch
I have released pyTenjin 0.8.0 http://www.kuwata-lab.com/tenjin/ pyTenjin is the fastest template engine for Python. * Very fast (about 10 times faster than Django template engine) * Easy to learn (no need to learn template-original language) * Full-featured (layout template, partial template

[ANN] pyTenjin 0.7.0 - the fastest and full-featured template engine

2009-05-24 Thread kwatch
Hi, I have released pyTenjin 0.7.0 http://www.kuwata-lab.com/tenjin/ pyTenjin is the fastest template engine for Python. It is not only very fast but also full-featured and easy-to-use. You can embed Python statements and expressions into your text file. Tenjin converts it into Python program

Re: ANN: cubictemp template engine

2008-04-01 Thread Aldo Cortesi
Hi Daniel, > Does it support the Buffet API? No - we don't use any of the frameworks that require it. If the implementation is simple enough, though, I'd be happy to look at a patch... ;) > Do you have any benchmarks to compare it with other template systems > (in terms of speed)? Not formall

Re: ANN: cubictemp template engine

2008-04-01 Thread Daniel Fetchinson
> We are happy to announce release 2.0 of Cubictemp, a small, elegant > templating system for Python. > > > Features > > > * Simple, well-tested and well-documented. > * Integrates tightly with Python - pass arbitrary Python objects into a > template, walk sequences and iterators, evaluate

ANN: cubictemp template engine

2008-04-01 Thread Aldo Cortesi
We are happy to announce release 2.0 of Cubictemp, a small, elegant templating system for Python. Features * Simple, well-tested and well-documented. * Integrates tightly with Python - pass arbitrary Python objects into a template, walk sequences and iterators, evaluate e

[ANN] pyTenjin 0.6.2 - a fast and full-featured template engine

2008-02-27 Thread makoto kuwata
I have released pyTenjin 0.6.2. http://www.kuwata-lab.com/tenjin/ This is a tiny bug fix release. pyTenjin is the fastest template engine for Python. Not only very fast, but also full-featured and easy-to-use is pyTenjin. You can embed Python statements and expressions into your text file. Tenjin

Re: most loved template engine on python is?

2008-02-24 Thread Bernard
Hi people! > After deciding choosing python as my future killer application language > for writing web applications, I need from you guys still some support, > if you apologize. > > Question: > Which is the most loved template engine for python? > > I see, that I can do more

Re: most loved template engine on python is?

2008-02-24 Thread makoto kuwata
On 2008-02-25 Tamer Higazi <[EMAIL PROTECTED]> wrote: > Question: > Which is the most loved template engine for python? > I recommend pyTenjin template engine. http://www.kuwata-lab.com/tenjin/ pyTenjin is not famous nor popular, but it is very fast, full- featured, and very e

Re: most loved template engine on python is?

2008-02-24 Thread subeen
On Feb 25, 1:01 am, Tamer Higazi <[EMAIL PROTECTED]> wrote: > > Question: > Which is the most loved template engine for python? > I am learning MAKO and I think it's good. But can't tell that it's the best as I didn't try others. :) regards, Subeen. htt

Re: most loved template engine on python is?

2008-02-24 Thread [EMAIL PROTECTED]
On 24 fév, 20:01, Tamer Higazi <[EMAIL PROTECTED]> wrote: > Hi people! (snip) > Question: > Which is the most loved template engine for python? > I don't have a single cue on this, but the one that most impresses me so far is Mako. -- http://mail.python.org/mailman/listinfo/python-list

Re: most loved template engine on python is?

2008-02-24 Thread Tim Chase
> AFAIK, there is no single blessed template system. If you're up to web > development then your choice of framework will limit the choices for > template engines. For example if you choose Django I guess you'll have > to stick with its built-in template system (I might be wrong on this) Django's

Re: most loved template engine on python is?

2008-02-24 Thread Daniel Fetchinson
> After deciding choosing python as my future killer application language > for writing web applications, I need from you guys still some support, > if you apologize. > > Question: > Which is the most loved template engine for python? AFAIK, there is no single blessed template

most loved template engine on python is?

2008-02-24 Thread Tamer Higazi
Hi people! After deciding choosing python as my future killer application language for writing web applications, I need from you guys still some support, if you apologize. Question: Which is the most loved template engine for python? I see, that I can do more aspect oriented programming with

Re: Ruby's Template Engine for Python

2007-12-10 Thread Bruno Desthuilliers
g similar using the Kid template > system. I don't think so. I mean, I don't know what your thinking about, but Pylons webhelpers module is not tight to a specific template engine. OTHO, it - well, at least the 'remote' part - relies on a specific js lib, which is defin

Re: Ruby's Template Engine for Python

2007-12-10 Thread kyosohma
On Dec 8, 3:24 pm, Samuel <[EMAIL PROTECTED]> wrote: > On Sat, 08 Dec 2007 13:06:15 -0800, Steve Howell wrote: > > This is what I came up with: > > >http://pylonshq.com/pastetags/form_remote_tag > > I see that Pylons uses a standard templating systems with all the JS > renderers hooked into it as s

Re: Ruby's Template Engine for Python

2007-12-08 Thread Samuel
On Sat, 08 Dec 2007 13:06:15 -0800, Steve Howell wrote: > This is what I came up with: > > http://pylonshq.com/pastetags/form_remote_tag I see that Pylons uses a standard templating systems with all the JS renderers hooked into it as standard template function calls. That's great, now I just h

Re: Ruby's Template Engine for Python

2007-12-08 Thread Steve Howell
--- Samuel <[EMAIL PROTECTED]> wrote: > Hi, > > Following the masses I was drawn to RoR's website > today and I saw the > following HTML template in one of the screencasts: > I know a lot of Rails goodies have been ported to Python, so you might want to google some variations on "form_remote_

Ruby's Template Engine for Python

2007-12-08 Thread Samuel
'image') :before => %(Element.show('image')) :after=> %(Element.hide('image')) %> <%= text_field_tag 'Search' %> <%= submit_tag 'Search' %> <% end %> -- I have to admit that a template engine that integrat

ANN: Tenjin 0.6.1 - a fast and full-featured template engine

2007-10-23 Thread makoto kuwata
Hi all, I have released Tenjin 0.6.1. http://www.kuwata-lab.com/tenjin/ In this release, benchmark script is enhanced to support Genshi, Mako, and Templetor. Tenjin is a very fast and full-featured temlate engine. You can embed Python statements and expressions into your text file. Tenjin convert

Re: Simple HTML template engine?

2007-10-17 Thread Adrian Cherry
Bruno Desthuilliers <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > > Did you read the OP's question ?-) Yup, as much as anyone else has. Why? Adrian -- http://mail.python.org/mailman/listinfo/python-list

Re: Simple HTML template engine?

2007-10-16 Thread Jack
This one is really small and simple (one small file): http://davidbau.com/archives/2007/02/18/python_templates.html "allen.fowler" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > Can anyone recommend a simple python template engine for generatin

Re: Simple HTML template engine?

2007-10-16 Thread jean-michel bain-cornu
> These days there seems to be more coverage of different needs. For > instance, Mako looks like something I might have used if it had been > around back then. > It's probably the same to me. And many times, the simple python templating system %(var)s is good enough... -- http://mail.python.org

Re: Simple HTML template engine?

2007-10-16 Thread Bruno Desthuilliers
Adrian Cherry a écrit : > "allen.fowler" <[EMAIL PROTECTED]> wrote in > news:[EMAIL PROTECTED]: > > >>Hello, >> >>Can anyone recommend a simple python template engine for >>generating HTML that relies only on the Pyhon Core modules?

Re: Simple HTML template engine?

2007-10-16 Thread Carl Banks
On Oct 16, 4:07 am, jean-michel bain-cornu <[EMAIL PROTECTED]> wrote: > > Can anyone recommend a simple python template engine for generating > > HTML that relies only on the Pyhon Core modules? > > > No need for caching, template compilation, etc. > > > Spee

Re: Simple HTML template engine?

2007-10-16 Thread Gerardo Herzig
allen.fowler wrote: >Hello, > >Can anyone recommend a simple python template engine for generating >HTML that relies only on the Pyhon Core modules? > >No need for caching, template compilation, etc. > >Speed is not a major issue. > >I just need looping and cond

Re: Simple HTML template engine?

2007-10-16 Thread jean-michel bain-cornu
> Can anyone recommend a simple python template engine for generating > HTML that relies only on the Pyhon Core modules? > > No need for caching, template compilation, etc. > > Speed is not a major issue. > > I just need looping and conditionals. Template inheritance wou

Re: Simple HTML template engine?

2007-10-15 Thread allen.fowler
CherryPy looks nice... though I am just looking to generate static reports. Thanks anyway... I'll keep it in mind for the future. On Oct 15, 4:38 am, "Ciprian Dorin Craciun" <[EMAIL PROTECTED]> wrote: > Have you tried CherryPy?http://www.cherrypy.org/ > > I

Re: Simple HTML template engine?

2007-10-15 Thread allen.fowler
On Oct 15, 1:26 am, John Nagle <[EMAIL PROTECTED]> wrote: > allen.fowler wrote: > > Hello, > > > Can anyone recommend a simple python template engine for generating > > HTML that relies only on the Pyhon Core modules? > > > No need for caching, template compi

Re: Simple HTML template engine?

2007-10-15 Thread allen.fowler
On Oct 15, 1:26 am, John Nagle <[EMAIL PROTECTED]> wrote: > allen.fowler wrote: > > Hello, > > > Can anyone recommend a simple python template engine for generating > > HTML that relies only on the Pyhon Core modules? > > > No need for caching, template compi

Re: Simple HTML template engine?

2007-10-15 Thread Nikita the Spider
In article <[EMAIL PROTECTED]>, "allen.fowler" <[EMAIL PROTECTED]> wrote: > Hello, > > Can anyone recommend a simple python template engine for generating > HTML that relies only on the Pyhon Core modules? > > No need for caching, template compilati

Re: Simple HTML template engine?

2007-10-15 Thread allen.fowler
CherryPy looks nice... though I am just looking to generate static reports. Thanks anyway... I'll keep it in mind for the future. On Oct 15, 4:38 am, "Ciprian Dorin Craciun" <[EMAIL PROTECTED]> wrote: > Have you tried CherryPy?http://www.cherrypy.org/ > > I

Re: Simple HTML template engine?

2007-10-15 Thread Ivo
Ciprian Dorin Craciun wrote: > Have you tried CherryPy? http://www.cherrypy.org/ > > It's not a template engine, but a simple web server engine, and > you could code your conditionals and loops directly in Python... When > I have tried it, it looked very nice and ea

Re: Simple HTML template engine?

2007-10-15 Thread Will McGugan
allen.fowler wrote: > Hello, > > Can anyone recommend a simple python template engine for generating > HTML that relies only on the Pyhon Core modules? > Mako (http://www.makotemplates.org/) sounds like what you want.. Will McGugan http://www.willmcgugan.com -- http://mail.pyt

Re: Simple HTML template engine?

2007-10-15 Thread Will McGugan
allen.fowler wrote: > Hello, > > Can anyone recommend a simple python template engine for generating > HTML that relies only on the Pyhon Core modules? > Mako (http://www.makotemplates.org/) sounds like what you want.. Will McGugan http://www.willmcgugan.com -- http://mail.pyt

Re: Simple HTML template engine?

2007-10-15 Thread Ciprian Dorin Craciun
Have you tried CherryPy? http://www.cherrypy.org/ It's not a template engine, but a simple web server engine, and you could code your conditionals and loops directly in Python... When I have tried it, it looked very nice and easy. Ciprian. On 10/15/07, allen.fowler &l

Re: Simple HTML template engine?

2007-10-15 Thread Adrian Cherry
"allen.fowler" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > Hello, > > Can anyone recommend a simple python template engine for > generating HTML that relies only on the Pyhon Core modules? > > No need for caching, template compilation, etc. >

Re: Simple HTML template engine?

2007-10-14 Thread John Nagle
allen.fowler wrote: > Hello, > > Can anyone recommend a simple python template engine for generating > HTML that relies only on the Pyhon Core modules? > > No need for caching, template compilation, etc. > > Speed is not a major issue. > > I just need loop

Simple HTML template engine?

2007-10-14 Thread allen.fowler
Hello, Can anyone recommend a simple python template engine for generating HTML that relies only on the Pyhon Core modules? No need for caching, template compilation, etc. Speed is not a major issue. I just need looping and conditionals. Template inheritance would be a bonus. I've seen G

Re: template engine

2007-01-14 Thread [EMAIL PROTECTED]
> > > $title > > > #if user > hello $user/name > #else > hello guest > #endif > > This example code would work in cheetah with only 2 changes... www.cheetahtemplate.org Pete -- http://mail.python.org/mailman/listinfo/python-list

Re: template engine

2007-01-13 Thread Cliff Wells
piotr wrote: > On Sat, 13 Jan 2007 16:42:16 -0200, Jorge Godoy wrote: > >> Take a look at Kid (http://www.kid-templating.org/) and Genshi >> (http://genshi.edgewall.org/). > > I've already done a short look at kid, but to be honest I don't like it's > XML/Python syntax. I strongly prefer idea fro

Re: template engine

2007-01-13 Thread piotr
On Sat, 13 Jan 2007 16:42:16 -0200, Jorge Godoy wrote: > Take a look at Kid (http://www.kid-templating.org/) and Genshi > (http://genshi.edgewall.org/). I've already done a short look at kid, but to be honest I don't like it's XML/Python syntax. I strongly prefer idea from SimpleTAL or HTMLTempla

Re: template engine

2007-01-13 Thread Jorge Godoy
piotr <[EMAIL PROTECTED]> writes: (...) > for user was not empty call function again with argument "user/name" > then engine should replace specific placeholders with results of my > callback function > obviously this is just example syntax, I hope you catch the idea > > that would be nice if eng

template engine

2007-01-13 Thread piotr
Hi, I'm looking for a template engine that can give me names of required variables in parse time. Calculation of a value for a specific variable name could be possibly done in specified callback function. For example: $title #if user hello $user/name #else hello guest #

Re: opinions comments needed for improving a simple template engine.

2004-12-08 Thread fuzzylollipop
the ONLY way to tell what is slow is to actually profile each of the operations, that said, start with examining object creation / memory allocation. string concationation usually does both . . . -- http://mail.python.org/mailman/listinfo/python-list

opinions comments needed for improving a simple template engine.

2004-12-07 Thread Wensheng
Hi, I wrote a small template engine called spytee. Like any template enigne, it take a text(html) template file as input, process the variable tags in the file, and display the resulted text. The difference from most templates are: you can edit the template file in the html editor(Frontpage