mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
b4c4309118
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
7 lines
355 B
Text
7 lines
355 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. pysetuptools can be used as a build time
|
|
dependency.
|