File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 22cssselect: CSS Selectors for Python
33===================================
44
5+ .. image :: https://img.shields.io/pypi/v/cssselect.svg
6+ :target: https://pypi.python.org/pypi/cssselect
7+ :alt: PyPI Version
8+
9+ .. image :: https://img.shields.io/pypi/pyversions/cssselect.svg
10+ :target: https://pypi.python.org/pypi/cssselect
11+ :alt: Supported Python Versions
12+
13+ .. image :: https://img.shields.io/travis/scrapy/cssselect/master.svg
14+ :target: https://travis-ci.org/scrapy/cssselect
15+ :alt: Build Status
16+
17+ .. image :: https://img.shields.io/codecov/c/github/scrapy/cssselect/master.svg
18+ :target: https://codecov.io/github/scrapy/cssselect?branch=master
19+ :alt: Coverage report
20+
521*cssselect * parses `CSS3 Selectors `_ and translate them to `XPath 1.0 `_
622expressions. Such expressions can be used in lxml _ or another XPath engine
723to find the matching elements in an XML or HTML document.
You can’t perform that action at this time.
0 commit comments