are/empy/ANNOUNCE.html#changes>
## Introduction: Welcome to EmPy!
[EmPy](http://www.alcyone.com/software/empy/) is a powerful, robust and
mature
templating system for inserting Python code in template text. EmPy
takes a source document, processes it, and produces output. This is
accom
r exist (in deference to configurations).
>
> For a comprehensive list of changes from 3._x_ to 4._x_, see:
> <http://www.alcyone.com/software/empy/ANNOUNCE.html#changes>
>
>
> ## Introduction: Welcome to EmPy!
>
> [EmPy](http://www.alcyone.com/software/empy/) is a powerful, ro
Hi there,
I'm developing web applications in Python, so I use a templating system to
produce HTML.
We're dealing with heavy traffic here, so my original choice was the fast
and efficient Cheetah. The main problem is that Cheetah doesn't provide
clear error messages. Even in the
mply using publisher handler, i dont want to use any framework such
> as
> > DJango etc.
> >
> > so the main idea is, i made many python files which has several defs
> inside,
> > such as index, getList, submitForm etc
> > now everything is working nice, means c
work such as
> DJango etc.
>
> so the main idea is, i made many python files which has several defs inside,
> such as index, getList, submitForm etc
> now everything is working nice, means calling them in url. I need a
> templating system now. But not slow and complex. The only things
several defs inside,
such as index, getList, submitForm etc
now everything is working nice, means calling them in url. I need a
templating system now. But not slow and complex. The only things in
templating system i need is:
fetching all the names of variables/placeholder in template. (i can then
Hi All,
I'm proud to announce that after almost a year's development, the first
public release of Twiddler is available!
Twiddler is a simple but flexible templating system for dynamically
generating textual output.
The key features are:
- No need to learn a templating language.
-
[EMAIL PROTECTED] enlightened us with:
> I'm creating a small application in Python that uses lists and
> dictionaries to create a rudimentary database. I'd like to create
> some "fill-in-the-blanks" reports from this data, ideally by taking
> an RTF or plaintext file as a template and replacing pl
[EMAIL PROTECTED] wrote:
> Hi,
>
> I'm creating a small application in Python that uses lists and
> dictionaries to create a rudimentary database. I'd like to create some
> "fill-in-the-blanks" reports from this data, ideally by taking an RTF
> or plaintext file as a template and replacing placeho
> "Alex" == Alex Martelli <[EMAIL PROTECTED]> writes:
Alex> I have a certain fondness for the first over-100-lines
Alex> module I wrote for Python, which eventually resulted in:
As well you should! YAPTU powers the entire matplotlib website
(screenshots, FAQ, what's new, etc), as evi
[EMAIL PROTECTED] wrote:
> Actually, that looks even better that EmPy for what I need.
:-(
--
Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
All bad poetry springs from genuine feeling.
-- Oscar Wilde
--
ht
Actually, that looks even better that EmPy for what I need. I will try
out these suggestions and then see what seems best.
Thanks very much.
--
http://mail.python.org/mailman/listinfo/python-list
bruno at modulix wrote:
> Else you may want to look at:
> - http://www.python.org/doc/2.4.2/whatsnew/node5.html
> - empy : http://www.alcyone.com/pyos/empy/
> - cheetah : http://www.cheetahtemplate.org/
Also texttemplate (one of mine):
http://freespace.virgin.net/hamish.sanderson/texttemplate.ht
[EMAIL PROTECTED] wrote:
> Thanks, it looks like empy is what I need.
:-)
--
Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
The object of war is not to die for your country but to make the
other bastard die
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm creating a small application in Python that uses lists and
> dictionaries to create a rudimentary database. I'd like to create some
> "fill-in-the-blanks" reports from this data, ideally by taking an RTF
> or plaintext file as a template and replacing plac
[EMAIL PROTECTED] wrote:
> Hi,
>
> I'm creating a small application in Python that uses lists and
> dictionaries to create a rudimentary database. I'd like to create some
> "fill-in-the-blanks" reports from this data, ideally by taking an RTF
> or plaintext file as a template and replacing placeho
Diez B. Roggisch wrote:
> [EMAIL PROTECTED] wrote:
>
> Maybe the built-in string interpolation is sufficient?
>
> print "Hello %(name)s" % dict(name="Peter Pan")
Or in recent pythons, the built-in string templating system (see
http://docs.python.org/lib/node
Thanks, it looks like empy is what I need.
--
http://mail.python.org/mailman/listinfo/python-list
Diez B. Roggisch wrote:
> [EMAIL PROTECTED] wrote:
>
>
>>Hi,
>>
>>I'm creating a small application in Python that uses lists and
>>dictionaries to create a rudimentary database. I'd like to create some
>>"fill-in-the-blanks" reports from this data, ideally by taking an RTF
>>or plaintext file as
[EMAIL PROTECTED] wrote:
> Hi,
>
> I'm creating a small application in Python that uses lists and
> dictionaries to create a rudimentary database. I'd like to create some
> "fill-in-the-blanks" reports from this data, ideally by taking an RTF
> or plaintext file as a template and replacing placeh
Hi,
I'm creating a small application in Python that uses lists and
dictionaries to create a rudimentary database. I'd like to create some
"fill-in-the-blanks" reports from this data, ideally by taking an RTF
or plaintext file as a template and replacing placeholder tags with my
data.
Are there any
Ksenia Marasanova <[EMAIL PROTECTED]> wrote in message news:<[EMAIL
PROTECTED]>...
> Hi,
>
> I am looking for fast, simple templating system that will allow me to
> do the following:
> - embed Python code (or some templating code) in the template
> - generate
never had a need
It would be interesting to see benchmarks comparing different
templating system. I suppose a web templating system like PSP (of
mod_python) would be optimized for speed.
--
Ville Vainio http://tinyurl.com/2prnb
--
http://mail.python.org/mailman/listinfo/python-list
On 4/13/05, James Carroll <[EMAIL PROTECTED]> wrote:
> I've had fantastic results with SimpleTAL
> http://www.owlfish.com/software/simpleTAL/
>
> It uses the Zope Page Templates style markups (which are wysiwyg in
> dreamweaver) and then pulls contents from python functions and
> 'contexts' ve
> In the interests of full disclosure, I'm the author of EmPy.
>
Cool :)
> All I meant by that note was that EmPy was not primarily designed for
> blazing speed; that is, it could easily be made much more efficient in a
> lot of ways. I've never had a need to do so, so it's always been low
> pri
Ksenia Marasanova wrote:
Thanks!
I've read "Known issues and caveats" on the website:
"""
EmPy was primarily intended for static processing of documents,
rather than dynamic use, and hence speed of processing was not the
primary consideration in its design.
"""
Have you noticed any speed problem
> >
> http://www.reportlab.org/preppy.html
Looks very close to what I was looking for :)
Thanks!
--
Ksenia
--
http://mail.python.org/mailman/listinfo/python-list
> In EmPy, your template would look something like this::
>
>
> @[for record in records]@
> @record.title
> @[end for]@
>
>
> Batch expanding the template would look like something as simple as
> (substituting in your example)::
>
> ...
>
On Sun, 10 Apr 2005 17:55:06 +0200, Ksenia Marasanova
<[EMAIL PROTECTED]> wrote:
>Hi,
>
>I am looking for fast, simple templating system that will allow me to
>do the following:
>- embed Python code (or some templating code) in the template
>- generate text output (not o
Ksenia Marasanova wrote:
I am looking for fast, simple templating system that will allow me to
do the following:
- embed Python code (or some templating code) in the template
- generate text output (not only XML/HTML)
I don't need a framework (already have it), but just simple
templating
Ksenia Marasanova wrote:
Hi,
I am looking for fast, simple templating system that will allow me to
do the following:
- embed Python code (or some templating code) in the template
- generate text output (not only XML/HTML)
I don't need a framework (already have it), but just simple
templating
Hi,
I am looking for fast, simple templating system that will allow me to
do the following:
- embed Python code (or some templating code) in the template
- generate text output (not only XML/HTML)
I don't need a framework (already have it), but just simple
templating. The syntax I had in mi
Am Tue, 22 Mar 2005 20:58:12 + schrieb robin:
> I am looking for a client/server reporting tool to use with a web
> application built in Python.
>
> It would consist of three parts:
> 1. a data definition & retrieval engine that interfaces to RDBMS or
> other data files
> 2. a visual designe
I am looking for a client/server reporting tool to use with a web
application built in Python.
It would consist of three parts:
1. a data definition & retrieval engine that interfaces to RDBMS or
other data files
2. a visual designer in which a nontechnical person can create a
report layout tem
34 matches
Mail list logo