summaryrefslogtreecommitdiffstats
path: root/python/lxml/README
diff options
context:
space:
mode:
author Larry Hajali2011-07-12 11:27:11 +0200
committer Niels Horn2011-07-15 02:54:05 +0200
commitfc10d7ff1b194ec06be8c2d561ca72b324f5dd98 (patch)
treea19cdd9c129bd486e3dd8e4af316236e4fcc7e90 /python/lxml/README
parent2529a9a1b885b3dda5b838369872a0e7ae6ff41d (diff)
downloadslackbuilds-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/README5
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.