Favicon of pyquery

pyquery

PublishedLast updated

Python library that applies a jQuery-style API to HTML and XML documents for selection, traversal, and extraction.

Sources

github.com

Verified against the gawel/pyquery repository and the PyPI package.

pyquery is an open-source Python library for querying HTML and XML documents with a jQuery-style API. It is useful for developers who want familiar CSS-like selection and traversal when extracting data from markup.

Key Features:

  • jQuery-Style API - Uses familiar selection and traversal patterns for Python code.
  • HTML And XML Parsing - Works with markup documents commonly found in scraping tasks.
  • lxml Backend - Builds on Python's lxml ecosystem for parsing and document handling.
  • DOM Manipulation - Reads, filters, and modifies elements before extracting values.
  • Python Package - Installs from PyPI for scripts and data pipelines.

Choose pyquery when static HTML extraction needs concise, jQuery-like selectors in Python.

Categories:
Features:
Open SourceHTML ParsingjQuery-Style APIPython Package

Share:

Similar to pyquery

Favicon

 

  
  
Favicon

 

  
  
Favicon