aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-cssselect2/pkg-descr
blob: 88b351b61d0fce1b65fff37ed8366c9c33c7b5df (plain) (blame)
1
2
3
4
5
6
7
8
9
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 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.

WWW: https://github.com/Kozea/cssselect2