File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 2
2
cssselect: CSS Selectors for Python
3
3
===================================
4
4
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
+
5
21
*cssselect * parses `CSS3 Selectors `_ and translate them to `XPath 1.0 `_
6
22
expressions. Such expressions can be used in lxml _ or another XPath engine
7
23
to find the matching elements in an XML or HTML document.
You can’t perform that action at this time.
0 commit comments