aio-libs/yarl
Yet another URL library observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 99
- Release rhythm 93
- Longevity 100
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: 2
- age_days: 3683
- days_rel: 45
- days_push: 8
- n_releases_24m: 36
Adoption not part of the score
1494 stars · 209 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
yarl is a Python library providing a URL class for parsing, constructing, and manipulating URLs with automatic encoding and immutable semantics. It is the URL library underlying aiohttp and supports both encoded and human-readable representations.
Use cases
- parse urls in python
- build urls with query parameters
- join url path segments safely
- encode and decode url components
- normalize urls to canonical form
- extract scheme host and path from a url
When to choose
- you need RFC-compliant URL parsing and manipulation in Python
- you use aiohttp or want immutable URL objects with automatic percent-encoding
- you need to handle non-ASCII URLs correctly
When to avoid
- you only need simple string splitting of URLs
- you are working in a non-Python stack
Facets
library · maturity stable
parser http-client developer-tools web-development developer-tools apis python cross-platform url-parsing url-manipulation aiohttp immutable-urls percent-encoding
1 source
- readme: https://github.com/aio-libs/yarl · fetched 2026-08-28 · ef996850be97
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aio-libs/yarl | main | 97 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem