mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/cssselect: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
7b25c9b0ec
commit
0cad3c08d9
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue