PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` 3 d@sRdZddlZddlZddlZddddddd d d d d ddddddddddgZddddddddd d!d"d#d$d%d&d'd(d)d*gZdddddd+dddd"d d!d,d#d$d%d-d'd(d&d.d/d0d)d*gZddd1d#ddd d!d$d%d2d3d"d&d4gZdd1d5d6d+ddd,d2d3g Zddddd d!d"dd$d%d2d3g Z ddd1ddd6ddd d!d,dd#g Z d7Z d8Z d9Z iZd:d;Zdd?Zeefd@dAZeefdBdCZdDdEZGdFdGdGeZGdHdIdIeZGdJdKdKeZGdLdMdMeeZGdNdOdOeeZddPlmZeddQZeddRZeddSZdTe_dUej _dVej!_dWe_dXej"_dYej#_dZej$_d[ej%_d\ej!_d]e_ej"jej"_ej#jej#_ej$jej$_d^ej&_ej%jej%_ej!jej!_eZ'Gd_ddeeZ(Gd`ddeeZ)GdaddeeZ*GdbddeeZ+GdcddeeZ,GddddeeZ-dedfZ.e.[.ddhdZ/didjZ0ddkdlZ1dmdnZ2ddodZ3dpdZ4dqdZ5ddrdZ6dsdZ7dtZ8da9dudZ:ej;dvZdd|d Z?dd}dZ@eAd~ZBeCeBZDiZEGdddejFZGddd ZHddd ZIdddZJdzdddeIfdd ZKddZLddZMdaNddZOdaPddZQddZRddZSdaTddZUdddZVddZWddZXddZYddZZdS)a3Parse (absolute and relative) URLs. urlparse module is based upon the following RFC specifications. RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding and L. Masinter, January 2005. RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter and L.Masinter, December 1999. RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T. Berners-Lee, R. Fielding, and L. Masinter, August 1998. RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zawinski, July 1998. RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June 1995. RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M. McCahill, December 1994 RFC 3986 is considered the current standard and any future changes to urlparse module should conform with it. The urlparse module is currently not entirely compliant with this RFC due to defacto scenarios for parsing, and for backward compatibility purposes, some parsing quirks from older RFCs are retained. The testcases in test_urlparse.py provides a good indicator of parsing behavior. The WHATWG URL Parser spec should also be considered. We are not compliant with it either due to existing user code API behavior expectations (Hyrum's Law). It serves as a useful guide when making changes. Nurlparse urlunparseurljoin urldefragurlsplit urlunsplit urlencodeparse_qs parse_qslquote quote_plusquote_from_bytesunquote unquote_plusunquote_to_bytes DefragResult ParseResult SplitResultDefragResultBytesParseResultBytesSplitResultBytesZftphttpZgopherZnntpZimapZwaisfileZhttpsZshttpZmmsZprosperoZrtspZrtspuZsftpZsvnzsvn+sshZwsZwssZtelnetZsnewsZrsyncZnfsZgitzgit+sshZhdlZsipZsipsZtelZmailtoZnewszAabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+-.z!  cCstjtjdS)z,Clear the parse cache and the quoters cache.N) _parse_cacheclear _safe_quotersrr/usr/lib64/python3.6/parse.py clear_cache[sr asciistrictcCs|S)Nr)objrrr_noopjsr$cCs |j||S)N)encode)r#encodingerrorsrrr_encode_resultmsr(cstfdd|DS)Nc3s"|]}|r|jndVqdS)rN)decode).0x)r&r'rr ssz_decode_args..)tuple)argsr&r'r)r&r'r _decode_argsqsr/cGsZt|dt}x.|ddD]}|rt|t|krtdqW|rL|tfSt|tfS)Nrz$Cannot mix str and non-str arguments) isinstancestr TypeErrorr$r/r()r.Z str_inputargrrr _coerce_argsus  r5c@seZdZdZfZdddZdS)_ResultMixinStrz>Standard approach to encoding parsed results from str to bytesr!r"cs|jfdd|DS)Nc3s|]}|jVqdS)N)r%)r*r+)r&r'rrr,sz)_ResultMixinStr.encode..)_encoded_counterpart)selfr&r'r)r&r'rr%sz_ResultMixinStr.encodeN)r!r")__name__ __module__ __qualname____doc__ __slots__r%rrrrr6sr6c@seZdZdZfZdddZdS)_ResultMixinBytesz>Standard approach to decoding parsed results from bytes to strr!r"cs|jfdd|DS)Nc3s|]}|jVqdS)N)r))r*r+)r&r'rrr,sz+_ResultMixinBytes.decode..)_decoded_counterpart)r8r&r'r)r&r'rr)sz_ResultMixinBytes.decodeN)r!r")r9r:r;r<r=r)rrrrr>sr>c@sDeZdZdZfZeddZeddZeddZedd Z d S) _NetlocResultMixinBasezHShared methods for the parsed result objects containing a netloc elementcCs |jdS)Nr) _userinfo)r8rrrusernamesz_NetlocResultMixinBase.usernamecCs |jdS)Nr0)rA)r8rrrpasswordsz_NetlocResultMixinBase.passwordcCsD|jd}|sdSt|tr dnd}|j|\}}}|j||S)Nr%%) _hostinfor1r2 partitionlower)r8hostnameZ separatorZpercentZzonerrrrIs  z_NetlocResultMixinBase.hostnamecCs@|jd}|dk rsc@seZdZfZddZdS)rcCst|S)N)r)r8rrrrfHszSplitResult.geturlN)r9r:r;r=rfrrrrrFsc@seZdZfZddZdS)rcCst|S)N)r)r8rrrrfMszParseResult.geturlN)r9r:r;r=rfrrrrrKsc@seZdZfZddZdS)rcCs |jr|jd|jS|jSdS)N#)rdre)r8rrrrfSszDefragResultBytes.geturlN)r9r:r;r=rfrrrrrQsc@seZdZfZddZdS)rcCst|S)N)r)r8rrrrf[szSplitResultBytes.geturlN)r9r:r;r=rfrrrrrYsc@seZdZfZddZdS)rcCst|S)N)r)r8rrrrf`szParseResultBytes.geturlN)r9r:r;r=rfrrrrr^scCs8ttfttfttff}x|D]\}}||_||_qWdS)N)rrrrrrr7r?)Z _result_pairsZ_decodedZ_encodedrrr_fix_result_transcodingds  rhTc Csft||\}}}t|||}|\}}}}}|tkrHd|krHt|\}}nd}t||||||} || S)a#Parse a URL into 6 components: :///;?# Return a 6-tuple: (scheme, netloc, path, params, query, fragment). Note that we don't break the components up in smaller bits (e.g. netloc is a single string) and we don't expand % escapes.;r)r5r uses_params _splitparamsr) reschemeallow_fragments_coerce_resultZ splitresultrRqueryrdparamsresultrrrrqs cCsRd|kr,|jd|jd}|dkr6|dfSn |jd}|d|||ddfS)N/rirrr0)findrfind)reirrrrks   rkcCsLt|}x*dD]"}|j||}|dkrt||}qW|||||dfS)Nz/?#r)lenrsmin)restartdelimcZwdelimrrr _splitnetlocs   r{cCs| stdd|D rdSddl}|jdd}|jdd}|jdd}|jdd}|jd |}||krndSx(d D] }||krttd |d d qtWdS)Ncss|]}t|dkVqdS)N)ord)r*rzrrrr,sz_checknetloc..rrPrrQrc?NFKCz/?#@:znetloc 'z' contains invalid z#characters under NFKC normalization)any unicodedatareplace normalizerL)rRrnZnetloc2rzrrr _checknetlocs       rc Cst||\}}}|jt}|jt}t|}|||t|t|f}tj|d}|rZ||Sttt krlt d}}}|j d} | dkr|d| dkrj|d| j }|| dd}|dddkrt |d\}}d |krd |kpd |kod |krtd |r(d |kr(|jd d\}}d |krB|jd d\}}t|t|||||} | t|<|| Sxd|d| D]} | tkrxPqxW|| dd} | stdd| Dr|d| j | }}|dddkr t |d\}}d |krd |ksd |kr d |kr td |r@d |kr@|jd d\}}d |krZ|jd d\}}t|t|||||} | t|<|| S)aParse a URL into 5 components: :///?# Return a 5-tuple: (scheme, netloc, path, query, fragment). Note that we don't break the components up in smaller bits (e.g. netloc is a single string) and we don't expand % escapes.NrrQrrr0z//rXrYzInvalid IPv6 URLrcr~css|]}|dkVqdS) 0123456789Nr)r*rzrrrr,szurlsplit..)r5lstrip_WHATWG_C0_CONTROL_OR_SPACEstripbooltypergetrvMAX_CACHE_SIZEr rsrHr{rLsplitrr scheme_charsr) rerlrmrnkeycachedrRrordruvrzrestrrrrs`          cCs<t|\}}}}}}}|r&d||f}|t|||||fS)zPut a parsed URL back together again. This may result in a slightly different, but equivalent URL, if the URL that was parsed originally had redundant delimiters, e.g. a ? with an empty query (the draft states that these are equivalent).z%s;%s)r5r) componentsrlrRrerprordrnrrrrs cCst|\}}}}}}|s4|r`|tkr`|dddkr`|rP|dddkrPd|}d|pXd|}|rp|d|}|r|d|}|r|d |}||S) akCombine the elements of a tuple as returned by urlsplit() into a complete URL as a string. The data argument can be any five-item iterable. This may result in a slightly different, but equivalent URL, if the URL that was parsed originally had unnecessary delimiters (for example, a ? with an empty query; the RFC states that these are equivalent).Nrz//r0rrrrQr~rc)r5 uses_netloc)rrlrRrerordrnrrrrs    c Cs|s|S|s|St||\}}}t|d|\}}}}}} t|||\} } } } }}| |ks`| tkrh||S| tkr| r|t| | | | ||fS|} | r| r|} |} |s|}|t| | | | ||fS|jd}|ddkr|d=| dddkr| jd}n(|| jd}td|dd |dd <g}xX|D]P}|dkrdy |jWntk r`YnXn|dkrtq0n |j |q0W|d d kr|j d|t| | dj |pd| ||fS) zaJoin a base URL and a possibly relative URL to form an absolute interpretation of the latter.rrrr0N...rrrr)rr) r5r uses_relativerrrfilterpop IndexErrorappendjoin)baserermrnZbschemeZbnetlocZbpathZbparamsZbqueryZ bfragmentrlrRpathrprordZ base_partsZsegmentsZ resolved_pathZsegrrrrsT            c CsTt|\}}d|kr>t|\}}}}}}t|||||df}nd}|}|t||S)zRemoves any existing fragment from URL. Returns a tuple of the defragmented URL and the fragment. If the URL contained no fragments, the second element is the empty string. rcr)r5rrr) rernsrpaqZfragZdefragrrrrEs Z0123456789ABCDEFabcdefc Cs|s|jdSt|tr"|jd}|jd}t|dkr<|S|dg}|j}tdkrbddtDaxb|ddD]R}y(|t|dd ||d dWqptk r|d||YqpXqpWdj |S) z,unquote_to_bytes('abc%20def') -> b'abc def'.zutf-8rEr0rNcSs4i|],}tD]"}tt||dg||jq qS))_hexdigbytesrKr%)r*rbrrr ksz$unquote_to_bytes..r) rr1r2r%rvr _hextobyterKeyErrorr)stringbitsresritemrrrrXs*     z([-]+)utf-8rcCsd|kr|j|S|dkrd}|dkr*d}tj|}|dg}|j}x@tdt|dD],}|t||j|||||dqVWdj|S) aReplace %xx escapes by their single-character equivalent. The optional encoding and errors parameters specify how to decode percent-encoded sequences into Unicode characters, as accepted by the bytes.decode() method. By default, percent-encoded sequences are decoded with UTF-8, and invalid sequences are replaced by a placeholder character. unquote('abc%20def') -> 'abc def'. rDNzutf-8rrr0rr)r_asciirerrangervrr)r)rr&r'rrrrurrrrxs   Fc CsPi}t||||||d}x2|D]*\}} ||kr>||j| q| g||<qW|S)aParse a query given as a string argument. Arguments: qs: percent-encoded query string to be parsed keep_blank_values: flag indicating whether blank values in percent-encoded queries should be treated as blank strings. A true value indicates that blanks should be retained as blank strings. The default false value indicates that blank values are to be ignored and treated as if they were not included. strict_parsing: flag indicating what to do with parsing errors. If false (the default), errors are silently ignored. If true, errors raise a ValueError exception. encoding and errors: specify how to decode percent-encoded sequences into Unicode characters, as accepted by the bytes.decode() method. max_num_fields: int. If set, then throws a ValueError if there are more than n fields read by parse_qsl(). Returns a dictionary. )r&r'max_num_fields)r r) qskeep_blank_valuesstrict_parsingr&r'rZ parsed_resultpairsnamevaluerrrr scCst|\}}|dk rszparse_qsl..=rzbad query field: %rrr+ )r&r')r5countrLrrvrrr)rrrr&r'rrn num_fieldsrrZ name_valueZnvrrrrrr s4      cCs|jdd}t|||S)zLike unquote(), but also replace plus signs by spaces, as required for unquoting HTML form values. unquote_plus('%7e/abc+def') -> '~/abc def' rr)rr)rr&r'rrrrs sAABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.-c@s(eZdZdZddZddZddZdS) QuoterzA mapping from bytes (in range(0,256)) to strings. String values are percent-encoded byte values, unless the key < 128, and in the "safe" set (either the specified safe set, or default set). cCstj||_dS)zsafe: bytes object.N) _ALWAYS_SAFEunionsafe)r8rrrr__init__ szQuoter.__init__cCsd|jjt|fS)Nz<%s %r>) __class__r9dict)r8rrr__repr__szQuoter.__repr__cCs(||jkrt|ndj|}|||<|S)Nz%{:02X})rchrformat)r8rrrrr __missing__szQuoter.__missing__N)r9r:r;r<rrrrrrrrsrrrcCsbt|tr8|s|S|dkrd}|dkr*d}|j||}n |dk rHtd|dk rXtdt||S)aquote('abc def') -> 'abc%20def' Each part of a URL, e.g. the path info, the query, etc., has a different set of reserved characters that must be quoted. RFC 2396 Uniform Resource Identifiers (URI): Generic Syntax lists the following reserved characters. reserved = ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" | "$" | "," Each of these characters is reserved in some component of a URL, but not necessarily in all of them. By default, the quote function is intended for quoting the path section of a URL. Thus, it will not encode '/'. This character is reserved, but in typical usage the quote function is being called on a path where the existing slash characters are used as reserved characters. string and safe may be either str or bytes objects. encoding and errors must not be specified if string is a bytes object. The optional encoding and errors parameters specify how to deal with non-ASCII characters, as accepted by the str.encode method. By default, encoding='utf-8' (characters are encoded with UTF-8), and errors='strict' (unsupported characters raise a UnicodeEncodeError). Nzutf-8r"z,quote() doesn't support 'encoding' for bytesz*quote() doesn't support 'errors' for bytes)r1r2r%r3r )rrr&r'rrrr s cCsdt|trd|ks$t|tr2d|kr2t||||St|trBd}nd}t|||||}|jddS)zLike quote(), but also replace ' ' with '+', as required for quoting HTML form values. Plus signs in the original string are escaped unless they are included in safe. It also does not have safe default to '/'. r r)r1r2rr r)rrr&r'Zspacerrrr Gs c st|ttfstd|sdSt|tr6|jdd}ntdd|D}|jt|s^|jSy t |Wn&t k rt |j t |<YnXdj fdd|DS)zLike quote(), but accepts a bytes object rather than a str, and does not perform string-to-bytes encoding. It always returns an ASCII string. quote_from_bytes(b'abc def?') -> 'abc%20def%3f' z!quote_from_bytes() expected bytesrr!ignorecSsg|]}|dkr|qS)r)r*rzrrrresz$quote_from_bytes..csg|] }|qSrr)r*char)quoterrrrls)r1r bytearrayr3r2r%rstrip_ALWAYS_SAFE_BYTESr)rrr __getitem__r)Zbsrr)rrr Xs  cCst|dr|j}nRy t|r2t|dt r2tWn0tk rdtj\}}}tdj|YnXg} |sxr|D]j\} } t| t r|| |} n|t | |||} t| t r|| |} n|t | |||} | j | d| qtWn,x(|D]\} } t| t r|| |} n|t | |||} t| t rL|| |} | j | d| qt| t rz|| |||} | j | d| qy t| } Wn:tk r|t | |||} | j | d| YqXxJ| D]B} t| t r|| |} n|t | |||} | j | d| qWqWdj | S)a^Encode a dict or sequence of two-element tuples into a URL query string. If any values in the query arg are sequences and doseq is true, each sequence element is converted to a separate parameter. If the query arg is a sequence of two-element tuples, the order of the parameters in the output will match the order of parameters in the input. The components of a query arg may each be either a string or a bytes type. The safe, encoding, and errors parameters are passed down to the function specified by quote_via (encoding and errors only if a component is a str). itemsrz1not a valid non-string sequence or mapping objectrr) hasattrrrvr1r-r3sysexc_infowith_tracebackrr2rr)roZdoseqrr&r'Z quote_viaZtyZvatblkrr+ZeltrrrrnsP                c CsJt|trFy|jdj}Wn(tk rDtdt|dYnX|S)zto_bytes(u"URL") --> 'URL'.ASCIIzURL z contains non-ASCII characters)r1r2r%r) UnicodeErrorrepr)rerrrto_bytess  rcCs`t|j}|dddkr<|dddkr<|ddj}|dddkr\|ddj}|S) z8unwrap('') --> 'type://host/path'.Nr0<>zURL:rr)r2r)rerrrunwraps   rcCsDtdkrtjdtjatj|}|r<|j\}}|j|fSd|fS)z:splittype('type:opaquestring') --> 'type', 'opaquestring'.Nz ([^/:]+):(.*)) _typeprogrecompileDOTALLmatchgroupsrH)rerrldatarrr splittypes   rcCsXtdkrtjdtjatj|}|rP|j\}}|rH|ddkrHd|}||fSd|fS)z;splithost('//host[:port]/path') --> 'host[:port]', '/path'.Nz//([^/#?]*)(.*)rrr) _hostprogrrrrr)rerZ host_portrrrr splithosts  rcCs |jd\}}}|r|nd|fS)zJsplituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'.rPN)rS)hostuserryrrr splitusersrcCs |jd\}}}||r|ndfS)z/splitpasswd('user:passwd') -> 'user', 'passwd'.rQN)rG)rryZpasswdrrr splitpasswdsrcCsDtdkrtjdtjatj|}|r<|j\}}|r<||fS|dfS)z*splitport('host:port') --> 'host', 'port'.Nz(.*):([0-9]*)$) _portprogrrrrr)rrrMrrr splitports  rr0c CsT|jd\}}}|s|}n2|rLy t|}Wntk rBd}YnX||fS||fS)zSplit host and port, returning numeric port. Return given default port if no ':' found; defaults to -1. Return numerical port if a valid number are found after ':'. Return None if ':' but not a valid number.rQN)rSrKrL)rZdefportryrMZnportrrr splitnports  rcCs$|jd\}}}|r||fS|dfS)z/splitquery('/path?query') --> '/path', 'query'.r~N)rS)rerryrorrr splitquerysrcCs$|jd\}}}|r||fS|dfS)z)splittag('/path#tag') --> '/path', 'tag'.rcN)rS)rerrytagrrrsplittagsrcCs|jd}|d|ddfS)zksplitattr('/path;attr1=value1;attr2=value2;...') -> '/path', ['attr1=value1', 'attr2=value2', ...].rirr0N)r)reZwordsrrr splitattr&s rcCs |jd\}}}||r|ndfS)z-splitvalue('attr=value') --> 'attr', 'value'.rN)rG)attrryrrrr splitvalue,sr)rT)r)rT)T)rr)FFrrN)FFrrN)rr)rrNN)rNN)rrr)r)[r<rr collections__all__rrrjZnon_hierarchicalZ uses_queryZ uses_fragmentrrrrr Z_implicit_encodingZ_implicit_errorsr$r(r/r5objectr6r>r@rOr]rbZ_DefragResultBaseZ_SplitResultBaseZ_ParseResultBasererdrlrRrrorpZ ResultBaserrrrrrrhrrkr{rrrrrrrrrrrrr r r frozensetrrrr defaultdictrr r r rrrrrrrrrrrrrrrrrrrr s                !           >  E   & ;  ,   O