@@ -10,32 +10,30 @@ cssselect: CSS Selectors for Python
10
10
:target: https://pypi.python.org/pypi/cssselect
11
11
:alt: Supported Python Versions
12
12
13
- .. image :: https://img.shields.io/travis/ scrapy/cssselect/master .svg
14
- :target: https://travis-ci.org /scrapy/cssselect
15
- :alt: Build Status
13
+ .. image :: https://github.com/ scrapy/cssselect/actions/workflows/tests.yml/badge .svg
14
+ :target: https://github.com /scrapy/cssselect/actions/workflows/tests.yml
15
+ :alt: Tests
16
16
17
17
.. image :: https://img.shields.io/codecov/c/github/scrapy/cssselect/master.svg
18
18
:target: https://codecov.io/github/scrapy/cssselect?branch=master
19
19
:alt: Coverage report
20
20
21
- *cssselect * parses `CSS3 Selectors `_ and translate them to `XPath 1.0 `_
22
- expressions. Such expressions can be used in lxml _ or another XPath engine
23
- to find the matching elements in an XML or HTML document.
21
+ **cssselect ** is a BSD-licensed Python library to parse `CSS3 selectors `_ and
22
+ translate them to `XPath 1.0 `_ expressions.
24
23
25
- This module used to live inside of lxml as ``lxml.cssselect `` before it was
26
- extracted as a stand-alone project.
27
-
28
- .. _CSS3 Selectors : https://www.w3.org/TR/css3-selectors/
29
- .. _XPath 1.0 : https://www.w3.org/TR/xpath/
30
- .. _lxml : http://lxml.de/
24
+ `XPath 1.0 `_ expressions can be used in lxml _ or another XPath engine to find
25
+ the matching elements in an XML or HTML document.
31
26
27
+ Find the cssselect online documentation at https://cssselect.readthedocs.io.
32
28
33
29
Quick facts:
34
30
35
- * Free software: BSD licensed
36
- * Compatible with Python 2.7 and 3.4+
37
- * Latest documentation `on Read the Docs <https://cssselect.readthedocs.io/ >`_
38
31
* Source, issues and pull requests `on GitHub
39
32
<https://github.com/scrapy/cssselect> `_
40
- * Releases `on PyPI <http ://pypi.python. org/pypi /cssselect >`_
33
+ * Releases `on PyPI <https ://pypi.org/project /cssselect/ >`_
41
34
* Install with ``pip install cssselect ``
35
+
36
+
37
+ .. _CSS3 selectors : https://www.w3.org/TR/selectors-3/
38
+ .. _XPath 1.0 : https://www.w3.org/TR/xpath/all/
39
+ .. _lxml : https://lxml.de/
0 commit comments