mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
9fe9d71c52
- strict versions of FreeBSD that needs xlocale patch (it builds fine w/o patch after OSVERSION >= 1000010) changelog: http://lxml.de/2.3/changes-2.3.4.html PR: 166563 Submitted by: rm (myself) Approved by: Robert Gogolok <gogo at cs.uni-sb dot de> (maintainer) Feature safe: yes
10 lines
213 B
Plaintext
10 lines
213 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://lxml.de/
|