gruns/furl
🌐 The easiest way to parse and modify URLs in Python. observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 68
- Release rhythm 8
- Longevity 100
Flags: 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: 5404
- days_rel: 542
- days_push: 192
- n_releases_24m: 1
Adoption not part of the score
2810 stars · 164 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
furl is a small Python library that makes parsing and modifying URLs easy, offering a fluent API over the tedious standard urllib/urlparse modules. It handles paths, query arguments, fragments, and encoding (including Unicode/IDN) automatically.
Use cases
- parse urls in python
- add or remove query parameters from a url
- modify url path segments programmatically
- handle url encoding and unicode domains
- parse query arguments from a url fragment
- build urls cleanly instead of string concatenation
When to choose
- you need to parse, build, or mutate URLs in Python with clean, chainable code
- you want automatic handling of encoding, Unicode, and IDN hosts
- you find urllib.parse too low-level and tedious for common URL operations
When to avoid
- you only need to fetch or download content from a URL rather than manipulate it
- you need strict RFC 3986 validation or normalization of malformed URLs
- you're working outside Python
Facets
library · maturity stable
parser developer-tools web-development developer-tools apis python cross-platform url-parsing url-manipulation query-strings url-encoding public-domain
2 sources
- readme: https://github.com/gruns/furl · fetched 2026-08-28 · 22450e068770
- registry_pypi: https://pypi.org/pypi/furl/json · fetched 2026-08-29 · 87590944ed4d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gruns/furl | main | 53 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem