slackbuilds_ponce/python/cssselect
Larry Hajali 8605168a12 python/cssselect: Added (CSS3 selectors parser).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-12-11 16:23:07 -05:00
..
cssselect.info python/cssselect: Added (CSS3 selectors parser). 2012-12-11 16:23:07 -05:00
cssselect.SlackBuild python/cssselect: Added (CSS3 selectors parser). 2012-12-11 16:23:07 -05:00
README python/cssselect: Added (CSS3 selectors parser). 2012-12-11 16:23:07 -05:00
slack-desc python/cssselect: Added (CSS3 selectors parser). 2012-12-11 16:23:07 -05:00

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.