summaryrefslogtreecommitdiffstats
path: root/python/lxml/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/lxml/README')
-rw-r--r--python/lxml/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/lxml/README b/python/lxml/README
deleted file mode 100644
index a038bd0592..0000000000
--- a/python/lxml/README
+++ /dev/null
@@ -1,7 +0,0 @@
-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.
-
-Optional dependencies: BeautifulSoup and cssselect
-
-BeautifulSoup can be used in place of BeautifulSoup4.