Name | cssselect JSON |
Version |
1.2.0
JSON |
| download |
home_page | https://github.com/scrapy/cssselect |
Summary | cssselect parses CSS3 Selectors and translates them to XPath 1.0 |
upload_time | 2022-10-27 13:25:41 |
maintainer | Paul Tremberth |
docs_url | https://pythonhosted.org/cssselect/ |
author | Ian Bicking |
requires_python | >=3.7 |
license | BSD |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
===================================
cssselect: CSS Selectors for Python
===================================
.. image:: https://img.shields.io/pypi/v/cssselect.svg
:target: https://pypi.python.org/pypi/cssselect
:alt: PyPI Version
.. image:: https://img.shields.io/pypi/pyversions/cssselect.svg
:target: https://pypi.python.org/pypi/cssselect
:alt: Supported Python Versions
.. image:: https://github.com/scrapy/cssselect/actions/workflows/tests.yml/badge.svg
:target: https://github.com/scrapy/cssselect/actions/workflows/tests.yml
:alt: Tests
.. image:: https://img.shields.io/codecov/c/github/scrapy/cssselect/master.svg
:target: https://codecov.io/github/scrapy/cssselect?branch=master
:alt: Coverage report
**cssselect** is a BSD-licensed Python library to parse `CSS3 selectors`_ and
translate them to `XPath 1.0`_ expressions.
`XPath 1.0`_ expressions can be used in lxml_ or another XPath engine to find
the matching elements in an XML or HTML document.
Find the cssselect online documentation at https://cssselect.readthedocs.io.
Quick facts:
* Source, issues and pull requests `on GitHub
<https://github.com/scrapy/cssselect>`_
* Releases `on PyPI <https://pypi.org/project/cssselect/>`_
* Install with ``pip install cssselect``
.. _CSS3 selectors: https://www.w3.org/TR/selectors-3/
.. _XPath 1.0: https://www.w3.org/TR/xpath/all/
.. _lxml: https://lxml.de/
Raw data
{
"_id": null,
"home_page": "https://github.com/scrapy/cssselect",
"name": "cssselect",
"maintainer": "Paul Tremberth",
"docs_url": "https://pythonhosted.org/cssselect/",
"requires_python": ">=3.7",
"maintainer_email": "paul.tremberth@gmail.com",
"keywords": "",
"author": "Ian Bicking",
"author_email": "ianb@colorstudy.com",
"download_url": "https://files.pythonhosted.org/packages/d1/91/d51202cc41fbfca7fa332f43a5adac4b253962588c7cc5a54824b019081c/cssselect-1.2.0.tar.gz",
"platform": null,
"description": "\n===================================\ncssselect: CSS Selectors for Python\n===================================\n\n.. image:: https://img.shields.io/pypi/v/cssselect.svg\n :target: https://pypi.python.org/pypi/cssselect\n :alt: PyPI Version\n\n.. image:: https://img.shields.io/pypi/pyversions/cssselect.svg\n :target: https://pypi.python.org/pypi/cssselect\n :alt: Supported Python Versions\n\n.. image:: https://github.com/scrapy/cssselect/actions/workflows/tests.yml/badge.svg\n :target: https://github.com/scrapy/cssselect/actions/workflows/tests.yml\n :alt: Tests\n\n.. image:: https://img.shields.io/codecov/c/github/scrapy/cssselect/master.svg\n :target: https://codecov.io/github/scrapy/cssselect?branch=master\n :alt: Coverage report\n\n**cssselect** is a BSD-licensed Python library to parse `CSS3 selectors`_ and\ntranslate them to `XPath 1.0`_ expressions.\n\n`XPath 1.0`_ expressions can be used in lxml_ or another XPath engine to find\nthe matching elements in an XML or HTML document.\n\nFind the cssselect online documentation at https://cssselect.readthedocs.io.\n\nQuick facts:\n\n* Source, issues and pull requests `on GitHub\n <https://github.com/scrapy/cssselect>`_\n* Releases `on PyPI <https://pypi.org/project/cssselect/>`_\n* Install with ``pip install cssselect``\n\n\n.. _CSS3 selectors: https://www.w3.org/TR/selectors-3/\n.. _XPath 1.0: https://www.w3.org/TR/xpath/all/\n.. _lxml: https://lxml.de/\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "cssselect parses CSS3 Selectors and translates them to XPath 1.0",
"version": "1.2.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "e383309e62a6ad65f523ef8f61598fc9",
"sha256": "da1885f0c10b60c03ed5eccbb6b68d6eff248d91976fcde348f395d54c9fd35e"
},
"downloads": -1,
"filename": "cssselect-1.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "e383309e62a6ad65f523ef8f61598fc9",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 18687,
"upload_time": "2022-10-27T13:25:40",
"upload_time_iso_8601": "2022-10-27T13:25:40.153459Z",
"url": "https://files.pythonhosted.org/packages/06/a9/2da08717a6862c48f1d61ef957a7bba171e7eefa6c0aa0ceb96a140c2a6b/cssselect-1.2.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "27fbafacce5447cb867acb240d35002a",
"sha256": "666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc"
},
"downloads": -1,
"filename": "cssselect-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "27fbafacce5447cb867acb240d35002a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 41423,
"upload_time": "2022-10-27T13:25:41",
"upload_time_iso_8601": "2022-10-27T13:25:41.710571Z",
"url": "https://files.pythonhosted.org/packages/d1/91/d51202cc41fbfca7fa332f43a5adac4b253962588c7cc5a54824b019081c/cssselect-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-10-27 13:25:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "scrapy",
"github_project": "cssselect",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"tox": true,
"lcname": "cssselect"
}