1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/textproc/py-genshi-devel/pkg-descr
Dennis Herrmann dc9974675d - Update to 0.6.1052
- Connect to the build

PR:		ports/134304
Submitted by:	Alexey V.Degtyarev <alexey@renatasystems.org> (maintainer)
Approved by:	miwi (mentor)
2009-05-11 20:16:09 +00:00

21 lines
672 B
Plaintext

Genshi is a Python library that provides an integrated set of components
for parsing, generating, and processing HTML, XML or other textual content
for output generation on the web. The major feature is a template language,
which is heavily inspired by Kid.
The development version 0.6 has the following features:
* Improved XPath engine.
* Code generation instead of AST transformation for template expressions.
* Use of Python _ast module as an alternative to the deprecated compiler
* package.
* Full support for advanced internationalization.
* Drop Python 2.3 compatibility, Python 2.4 will be the minimum required
* version.
WWW: http://genshi.edgewall.org/