diff options
Diffstat (limited to 'python/cssselect/README')
-rw-r--r-- | python/cssselect/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/cssselect/README b/python/cssselect/README deleted file mode 100644 index 0044035c47bb9..0000000000000 --- a/python/cssselect/README +++ /dev/null @@ -1,5 +0,0 @@ -cssselect parses CSS3 Selectors and translate them to XPath 1.0 -expressions. Such expressions can be used in lxml or another XPath -engine to find the matching elements in an XML or HTML document. - -Optional dependencies: lxml and Sphinx |