slackbuilds/python/python2-cssselect
Jeremy Hansen e19486a933
python/python2-cssselect: Added (Python2 of cssselect).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-02-17 08:40:10 +07:00
..
README
python2-cssselect.SlackBuild
python2-cssselect.info
slack-desc

README

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.