gawel/pyquery
A jquery-like library for python observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 94
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5026
- days_rel: n/a
- days_push: 37
- n_releases_24m: 0
Adoption not part of the score
2377 stars · 187 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
pyquery is a Python library that provides a jQuery-like API for querying and manipulating XML and HTML documents, built on top of lxml for fast parsing. It lets you load documents from strings, files, or URLs and select elements using CSS selectors and jQuery pseudo-classes.
Use cases
- scrape data from html pages using css selectors
- parse and manipulate xml documents in python
- extract elements from html like jquery does
- rewrite or modify html content programmatically
- query dom elements with pseudo-classes like :first and :checked
When to choose
- you know jQuery and want the same selector API in Python
- you need fast HTML/XML parsing via lxml
- you're scraping or transforming HTML documents
When to avoid
- you need to execute JavaScript or interact with dynamic pages (use a browser automation tool)
- you prefer BeautifulSoup's API
- you need to generate JavaScript code
Facets
library · maturity stable
parser web-scraping web-development crawlers developer-tools python cross-platform jquery lxml html-parsing css-selectors xml
2 sources
- readme: https://github.com/gawel/pyquery · fetched 2026-08-28 · 4d93de8d03d9
- registry_pypi: https://pypi.org/pypi/pyquery/json · fetched 2026-08-29 · 907f26262a3c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gawel/pyquery | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem