mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
3063686ce4
Signed-off-by: Matteo Bernardini <ponce@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.
|