skip to navigation
skip to content

webstring 0.5

Template engine that uses Python as the template language

webstring is a template engine for programmers whose favorite template language is Python. This release of webstring replaces the standalone packages webstring, lwebstring, TurboWebstring, and LturboWebstring.

webstring supports:

  • plain text templating
  • advanced XML and HTML templating using lxml or cElementTree
  • templating with web frameworks that support the TurboGears template plugin API
  • WSGI templating middleware

webstring is designed to:

  1. Separate model and view logic from controller logic.
  2. Separate template logic from template data.
  3. Require only Python for templating.
  4. Use Python syntax, idiom, and patterns.
  5. Play well with other Python software.

webstring's XML and HTML templating support is designed to:

  1. Use XML as a data format, not a programming language.
  2. Use existing XML formats.
  3. Hide the parts of an XML document that are not being used.
  4. Use the best Python XML processing libraries.
  5. Bridge HTML and XML.
File Type Py Version Uploaded on Size # downloads
webstring-0.5-py2.5.egg (md5) Python Egg 2.5 2007-01-04 22:02:58 140KB 637
webstring-0.5.zip (md5) Source 2007-01-04 21:28:15 105KB 299
webstring-0.5.win32.exe (md5) MS Windows installer any 2007-01-04 21:28:03 124KB 327
webstring-0.5.tar.gz (md5) Source 2007-01-04 21:27:40 86KB 389
webstring-0.5-py2.4.egg (md5) Python Egg 2.4 2007-01-04 21:28:29 140KB 581
webstring-0.5.tar.bz2 (md5) Source 2007-01-04 21:27:29 66KB 444

Log in to rate this package.