diff options
Diffstat (limited to 'libraries/lxml/README')
-rw-r--r-- | libraries/lxml/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/lxml/README b/libraries/lxml/README new file mode 100644 index 0000000000..08750c71a9 --- /dev/null +++ b/libraries/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. + +Optionally Cython and pysetuptools can be used.
\ No newline at end of file |