summaryrefslogtreecommitdiff
path: root/textproc/py-cssselect2/DESCR
blob: a2a0afa02f25a32297ae32e6be914311bc4efdad (plain)
1
2
3
4
5
cssselect2 is a straightforward implementation of CSS3 Selectors
for ElementTree-compatible documents (including cElementTree, lxml,
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.