Description
Parse, build, and modify URLs from Python code with a small focused API. It helps applications update query parameters, paths, fragments, and host information without fragile string manipulation.
This is a developer library. URLs can carry credentials, tracking data, or redirect targets, so applications should validate allowed schemes and hosts before trusting or displaying modified links.