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

Optionally: lxml can be installed for running tests. Sphinx and Pygments
can be installed for man pages. pysetuptools can be used as a build time
dependency.