CSS selectors for ElementTree.
Project description
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. It is currently slower but more correct than cssselect.
Quick facts:
Free software: BSD licensed
Compatible with Python 2.6+ and 3.2+
Latest documentation on python.org
Source, issues and pull requests on Github
Releases on PyPI
Install with pip install cssselect2