mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
839c82b7ec
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
10 lines
408 B
Plaintext
10 lines
408 B
Plaintext
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
|