HTML Conversion in python

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Apr 13 02:34:03 EDT 2009


En Mon, 13 Apr 2009 02:47:30 -0300, venutaurus539 at gmail.com  
<venutaurus539 at gmail.com> escribió:

>             Is there any library defined in Python which can convert a
> given text file into a html page. Basically, I require functions for
> creating tables or filling background colours for the html pages etc
> instead of writing each and every tag in my script..

You're looking for a templating engine -- see  
http://wiki.python.org/moin/Templating

-- 
Gabriel Genellina




More information about the Python-list mailing list