Language

Package: python2-cssselect @ 1.1.0

Synopsis

CSS3 selector parser and translator to XPath 1.0

Description

Cssselect ia a Python module that parses CSS3 Selectors and translates 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.

Home page
https://github.com/scrapy/cssselect
Location
gnu/packages/python-web.scm (line: 1437, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?