Skip to content

Commit 7bc326d

Browse files
authored
Simplify the README.rst file (#103)
1 parent 79c341b commit 7bc326d

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.rst

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,22 @@ cssselect: CSS Selectors for Python
1818
:target: https://codecov.io/github/scrapy/cssselect?branch=master
1919
:alt: Coverage report
2020

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.
2423

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.
3126

27+
Find the cssselect online documentation at https://cssselect.readthedocs.io.
3228

3329
Quick facts:
3430

35-
* Free software: BSD licensed
36-
* Compatible with Python 3.6+
37-
* Latest documentation `on Read the Docs <https://cssselect.readthedocs.io/>`_
3831
* Source, issues and pull requests `on GitHub
3932
<https://github.com/scrapy/cssselect>`_
40-
* Releases `on PyPI <http://pypi.python.org/pypi/cssselect>`_
33+
* Releases `on PyPI <https://pypi.org/project/cssselect/>`_
4134
* 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

Comments
 (0)