root/alpine313/: cssselect-1.4.0 metadata and description

Simple index PyPI page

cssselect parses CSS3 Selectors and translates them to XPath 1.0

author_email Ian Bicking <ianb@colorstudy.com>
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Programming Language :: Python :: 3.14
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
description_content_type text/x-rst
license_expression BSD-3-Clause
license_file
  • AUTHORS
  • LICENSE
maintainer_email Paul Tremberth <paul.tremberth@gmail.com>
project_urls
  • Homepage, https://github.com/scrapy/cssselect
requires_python >=3.10
File Tox results History
cssselect-1.4.0-py3-none-any.whl
Size
18 KB
Type
Python Wheel
Python
3
PyPI Version Supported Python Versions Tests 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: