slackbuilds/python/cssselect
Robby Workman 48c22f9303 various: Kill lots of python3 dep mentions
This is far from complete.
We still need to review and tweak anything with "PYTHON" in
the README, as many/most/all of those are telling the user
how to build with python3 support. We almost surely want to
enable that by default in all of those cases.
2021-04-21 00:42:24 -05:00
..
README various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
cssselect.SlackBuild python/cssselect: Updated for version 1.1.0 2019-10-05 13:51:56 +07:00
cssselect.info python/cssselect: Updated for version 1.1.0 2019-10-05 13:51:56 +07:00
slack-desc python/cssselect: Updated for version 1.0.3 2018-06-14 01:15:44 +01:00

README

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.
  # PYTHON3="yes" ./cssselect.SlackBuild