Ross ROSS = Recommend OSS · open-source software intelligence for agents

gawel/pyquery

A jquery-like library for python observed · 2026-08-28

github.com/gawel/pyquery · homepage · Python · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
gawel/pyquerymain75

For agents

markdown · JSON · MCP: product_card(name="gawel/pyquery")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem