mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
350c6df1da
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
381 B
Text
10 lines
381 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.
|
|
|
|
Optional dependencies: lxml, Sphinx and python3
|
|
|
|
Note: To install Python 3 bindings, install python3 and set PYTHON3="yes"
|
|
to the slackbuild.
|
|
|
|
# PYTHON3="yes" ./cssselect.SlackBuild
|