diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-07-12 05:27:11 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:05 -0300 |
commit | fc10d7ff1b194ec06be8c2d561ca72b324f5dd98 (patch) | |
tree | a19cdd9c129bd486e3dd8e4af316236e4fcc7e90 /python/lxml/README | |
parent | 2529a9a1b885b3dda5b838369872a0e7ae6ff41d (diff) | |
download | slackbuilds-fc10d7ff1b194ec06be8c2d561ca72b324f5dd98.tar.gz |
python/lxml: Updated for version 2.3 and moved from libraries.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/lxml/README')
-rw-r--r-- | python/lxml/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/lxml/README b/python/lxml/README new file mode 100644 index 0000000000..e258753366 --- /dev/null +++ b/python/lxml/README @@ -0,0 +1,5 @@ +lxml is a Pythonic binding for the libxml2 and libxslt libraries. +It is unique in that it combines the speed and feature completeness +of these libraries with the simplicity of a native Python API. + +Lxml can optionally use Cython and pysetuptools. |