Skip to content

Commit d12b141

Browse files
committed
badges in README
1 parent ae4e1ec commit d12b141

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.rst

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
cssselect: 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`_
622
expressions. Such expressions can be used in lxml_ or another XPath engine
723
to find the matching elements in an XML or HTML document.

0 commit comments

Comments
 (0)