Dirty

A dirty and simple HTML/XML template engine for Python 3
Download

Dirty Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Hong MinHee
  • Publisher web site:
  • http://dirty.googlecode.com/

Dirty Tags


Dirty Description

A dirty and simple HTML/XML template engine for Python 3 Dirty is a simple internal DSL template library that helps you to write some HTML or XML markup with Python. It is inspired by Markaby.How To Install~ $ wget http://dirty.googlecode.com/files/dirty-1.0.2.tar.gz~ $ tar xvfz dirty-1.0.2.tar.gz ~ $ cd dirty-1.0.2~/dirty-1.0.2 $ python3.0 setup.py install Here are some key features of "Dirty": · It is a EDSL library for Python 3.0. Dirty is not for large scale HTML/XML documents. Use only for minimal web applications. · Output is iterable and evaluated lazily. Such behavior is important and useful sometimes e.g. improving slowdown speed, serving big hypertext documents. See also Element.__iter__ method’s docstring. · Runs only on Python 3.0 or more. Requirements: · Python


Dirty Related Software