root/alpine313/: cssselect-1.3.0 metadata and description

Homepage Simple index PyPI page

cssselect parses CSS3 Selectors and translates them to XPath 1.0

author Ian Bicking
author_email ianb@colorstudy.com
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
description_content_type text/x-rst
dynamic
  • author
  • author-email
  • classifier
  • description
  • description-content-type
  • home-page
  • license
  • maintainer
  • maintainer-email
  • requires-python
  • summary
license BSD
maintainer Paul Tremberth
maintainer_email paul.tremberth@gmail.com
requires_python >=3.9
File Tox results History
cssselect-1.3.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: