🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

webstring

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webstring

Template engine that uses Python as the template language

0.5
PyPI
Maintainers
1

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.

Keywords

template text XML HTML XHTML meld TurboGears WSGI

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts