diff options
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. |