module documentation

Function match_partial_url matches a parsed url with a partial url (no scheme/netloc)
Function match_urls Undocumented
Function urlmatch_credential_sections Returns credential sections from the config which match the given URL
def match_partial_url(valid_url, partial_url):

matches a parsed url with a partial url (no scheme/netloc)

Parameters
valid_url:ParseResultUndocumented
partial_url:strUndocumented
Returns
boolUndocumented
def match_urls(url, url_prefix):

Undocumented

Parameters
url:ParseResultUndocumented
url_prefix:ParseResultUndocumented
Returns
boolUndocumented
def urlmatch_credential_sections(config, url):

Returns credential sections from the config which match the given URL

Parameters
config:ConfigDictUndocumented
url:Optional[str]Undocumented
Returns
Iterator[SectionLike]Undocumented