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:
- Separate model and view logic from controller logic.
- Separate template logic from template data.
- Require only Python for templating.
- Use Python syntax, idiom, and patterns.
- Play well with other Python software.
webstring's XML and HTML templating support is designed to:
- Use XML as a data format, not a programming language.
- Use existing XML formats.
- Hide the parts of an XML document that are not being used.
- Use the best Python XML processing libraries.
- Bridge HTML and XML.
| File | Type | Py Version | Size | # downloads |
|---|---|---|---|---|
| webstring-0.5.tar.gz (md5) | Source | 86KB | 223 | |
| webstring-0.5-py2.5.egg (md5) | Python Egg | 2.5 | 140KB | 387 |
| webstring-0.5-py2.4.egg (md5) | Python Egg | 2.4 | 140KB | 352 |
| webstring-0.5.tar.bz2 (md5) | Source | 66KB | 230 | |
| webstring-0.5.win32.exe (md5) | MS Windows installer | any | 124KB | 192 |
| webstring-0.5.zip (md5) | Source | 105KB | 167 | |
- Author: L. C. Rees <lcrees at gmail com>
- Home Page: http://psilib.sourceforge.net/webstring.html
- Keywords: template text XML HTML XHTML meld TurboGears WSGI
- License: BSD
- Requires cElementTree, elementtree, lxml
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Environment :: Web Environment :: Buffet
- Framework :: TurboGears
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Text Processing
- Topic :: Text Processing :: Markup :: HTML
- Topic :: Text Processing :: Markup :: XML
- Package Index Owner: lcrees
- DOAP record: webstring-0.5.xml
