summaryrefslogtreecommitdiffstats
path: root/python/cssselect/README
blob: a6e5144f1391b3fde29f25824705df020bcd461e (plain)
1
2
3
4
5
6
7
8
9
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

Note: To install Python 3 bindings, install python3 and set
PYTHON3="yes" in the environment:
  # PYTHON3="yes" ./cssselect.SlackBuild