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
> 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
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
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:
>
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
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
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
- 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
> 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
://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
Issue get solved by updating following packages
$ easy_install -U DecoratorTools
$ easy_install -U turbojson
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
-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
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
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
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
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
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
> 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
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
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
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
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
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
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
> 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
> 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
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
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
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
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
--- 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_
'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
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
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
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
> 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
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?
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
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
> 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
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
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
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
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
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
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
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
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
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
"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.
>
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
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
>
>
> $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
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
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
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
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
#
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
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
63 matches
Mail list logo