python/cssselect: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 04:12:11 -04:00
parent 7b25c9b0ec
commit 0cad3c08d9

View file

@ -1,9 +1,9 @@
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.
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 and Sphinx
Note: To install Python 3 bindings, install python3 and set PYTHON3="yes"
to the slackbuild.
Note: To install Python 3 bindings, install python3 and set
PYTHON3="yes" in the environment:
# PYTHON3="yes" ./cssselect.SlackBuild