mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
e19486a933
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
514 B
Text
14 lines
514 B
Text
python2-cssselect (CSS Selectors for Python)
|
|
|
|
cssselect is a BSD-licensed Python library to parse CSS3 selectors
|
|
and translate them to XPath 1.0 expressions.
|
|
|
|
XPath 1.0 expressions can be used in lxml or another XPath engine
|
|
to find the matching elements in an XML or HTML document.
|
|
|
|
Note: This can coexist with python3-cssselect without issue.
|
|
|
|
Also note: This has a circular optional dependency with lxml. If
|
|
desired, rebuild this after installing lxml.
|
|
|
|
Final note: This is the last version supporting python2.
|