Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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:

  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.

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc