1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/py-lxml/pkg-descr
Cheng-Lung Sung 19af92b055 Add py-lxml 1.1.2, pythonic binding for the libxml2 and libxslt
libraries.

PR:		ports/109299
Submitted by:	Robert Gogolok <gogo at cs.uni-sb.de>
2007-02-19 13:56:00 +00:00

10 lines
224 B
Plaintext

lxml is a Python binding for libxml2 and libxslt. Its aim:
* Pythonic API.
* Documented.
* Use Python unicode strings in API.
* Safe (no segfaults).
* No manual memory management!
WWW: http://codespeak.net/lxml/