Skip to content

Repository files navigation

urllib.parse.ParseResult

Overload urllib.parse.ParseResult to be able to use operators like / and & on it.

Usage

from urllib_ext.parse import urlparse

urlparse("http://domain.tld/foo") / "bar" == urlparse("http://domain.tld/foo/bar")

About

Overload `urllib.parse.ParseResult` to be able to use operators like / and & on it.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages