mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
c4b1142036
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
6 lines
302 B
Text
6 lines
302 B
Text
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.
|