slackbuilds/python/cssselect
Larry Hajali 59a17ecb91 python/cssselect: Updated for version 0.9.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
2016-08-05 18:10:51 +01:00
..
README python/cssselect: Removed the optional dependency pysetuptools. 2016-07-17 07:49:40 +07:00
cssselect.SlackBuild python/cssselect: Updated for version 0.9.2 2016-08-05 18:10:51 +01:00
cssselect.info python/cssselect: Updated for version 0.9.2 2016-08-05 18:10:51 +01:00
slack-desc python/cssselect: Added (CSS3 selectors parser). 2012-12-11 16:23:07 -05: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.

Optionally: lxml can be installed for running tests. Sphinx and Pygments
can be installed for man pages.