[Python-modules-team] Bug#870826: ITP: python-wither -- XML/HTML Generation DSL
Mike Gabriel
mike.gabriel at das-netzwerkteam.de
Sat Aug 5 15:23:59 UTC 2017
Package: wnpp
Severity: wishlist
Owner: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
* Package name : python-wither
Version : 1.1
Upstream Author : Da Blitz <code at pocketnix.org>
* URL : https://pypi.python.org/pypi/wither/
* License : BSD-3-clause
Programming Lang: Python
Description : XML/HTML Generation DSL
Wither is a library designed to make XML generation under python as
simple and as nicely formatted as Python code.
.
Wither is implemented as a thin stateless wrapper around etree.Element
objects and works by making use of the ‘with’ keyword in Python to build
a nested tree of etree objects that can be processed with standard
tools/techniques
.
by using Python as a DSL you can automatically ensure that all tags are
properly closed and also execute arbitrary python code to build things
such as lists or to embed widgets
.
This package is needed for getting web-greeter (aka lightdm-webkit2-greeter)
into Debian and will be maintained under the python-modules umbrella with co-
maintenace from the pkg-mate team's side.
More information about the Python-modules-team
mailing list