Language

Package: python-cssselect2 @ 0.4.1

Synopsis

CSS selectors for Python ElementTree

Description

cssselect2 is a straightforward implementation of CSS3 Selectors for markup documents (HTML, XML, etc.) that can be read by ElementTree-like parsers (including cElementTree, lxml, html5lib, etc.).

Unlike the Python package cssselect, it does not translate selectors to XPath and therefore does not have all the correctness corner cases that are hard or impossible to fix in cssselect.

Home page
https://cssselect2.readthedocs.io/
Location
gnu/packages/python-web.scm (line: 4713, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?