Files
PowerToys/PythonHome/Lib/site-packages/bs4/dammit.pyc

147 lines
22 KiB
Plaintext
Raw Normal View History

2014-07-10 23:57:08 +08:00
<03>
m<EFBFBD><EFBFBD>Sc@sIdZddlZddlmZddlZddlZddlZdZyddl Z d<00>Z
WnGe k
r<>yddl Z d<00>Z
Wq<57>e k
r<>d<00>Z
q<>XnXyddl Z Wne k
r<>nXejdj<00>ej<00>Zejdj<00>ej<00>Zd efd
<00><00>YZd dd <00><00>YZd dd<00><00>YZdS(sABeautiful Soup bonus library: Unicode, Dammit
This library converts a bytestream to Unicode through any means
necessary. It is heavily based on code from Mark Pilgrim's Universal
Feed Parser. It works best on XML and XML, but it does not rewrite the
XML or HTML to reflect a new encoding; that's the tree builder's job.
i<EFBFBD><EFBFBD><EFBFBD><EFBFBD>N(tcodepoint2namecCstj|<00>dS(Ntencoding(tcchardettdetect(ts((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pytchardet_dammitscCstj|<00>dS(NR(tchardetR(R((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyRscCsdS(N(tNone(R((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyR$ss!^<\?.*encoding=['"](.*?)['"].*\?>s0<\s*meta[^>]+charset\s*=\s*["']?([^>]*?)[ /;'">]tEntitySubstitutioncBs<>eZdZd<00>Ze<00>\ZZZidd6dd6dd6dd 6d
d 6Zej d <00>Z
ej d <00>Z e d<00><00>Z e d<00><00>Ze d<00><00>Ze ed<00><00>Ze ed<00><00>Ze d<00><00>ZRS(sASubstitute XML or HTML entities for the corresponding characters.cCs<>i}i}g}x\ttj<00><00>D]H\}}t|<00>}|dkrc|j|<00>|||<n|||<q%Wddj|<00>}||tj|<00>fS(Ni"s[%s]t(tlistRtitemstunichrtappendtjointretcompile(tlookuptreverse_lookuptcharacters_for_ret codepointtnamet charactert re_definition((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyt_populate_class_variables6s    tapost'tquott"tampt&tltt<tgtt>s&([<>]|&(?!#\d+;|#x[0-9a-fA-F]+;|\w+;))s([<>&])cCs#|jj|jd<00><00>}d|S(Nis&%s;(tCHARACTER_TO_HTML_ENTITYtgettgroup(tclstmatchobjtentity((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyt_substitute_html_entityWscCs|j|jd<00>}d|S(smUsed with a regular expression to substitute the
appropriate XML entity for an XML special character.is&%s;(tCHARACTER_TO_XML_ENTITYR%(R&R'R(((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyt_substitute_xml_entity\scCsNd}d|krBd|kr9d}|jd|<00>}qBd}n|||S(s*Make a value into a quoted XML attribute, possibly escaping it.
Most strings will be quoted using double quotes.
Bob's Bar -> "Bob's Bar"
If a string contains double quotes, it will be quoted using
single quotes.
Welcome to "my bar" -> 'Welcome to "my bar"'
If a string contains both single and double quotes, the
double quotes will be escaped, and the string will be quoted
using double quotes.
Welcome to "Bob's Bar" -> "Welcome to &quot;Bob's bar&quot;
RRs&quot;(treplace(tselftvaluet
quote_witht replace_with((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pytquoted_attribute_valuecs   cCs4|jj|j|<00>}|r0|j|<00>}n|S(s Substitute XML entities for special XML characters.
:param value: A string to be substituted. The less-than sign
will become &lt;, the greater-than sign will become &gt;,
and any ampersands will become &amp;. If you want ampersands
that appear to be part of an entity definition to be left
alone, use substitute_xml_containing_entities() instead.
:param make_quoted_attribute: If True, then the string will be
quoted, as befits an attribute value.
(tAMPERSAND_OR_BRACKETtsubR+R1(R&R.tmake_quoted_attribute((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pytsubstitute_xml<6D>s
 cCs4|jj|j|<00>}|r0|j|<00>}n|S(s<>Substitute XML entities for special XML characters.
:param value: A string to be substituted. The less-than sign will
become &lt;, the greater-than sign will become &gt;, and any
ampersands that are not part of an entity defition will
become &amp;.
:param make_quoted_attribute: If True, then the string will be
quoted, as befits an attribute value.
(tBARE_AMPERSAND_OR_BRACKETR3R+R1(R&R.R4((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyt"substitute_xml_containing_entities<65>s
 cCs|jj|j|<00>S(s<>Replace certain Unicode characters with named HTML entities.
This differs from data.encode(encoding, 'xmlcharrefreplace')
in that the goal is to make the result more readable (to those
with ASCII displays) rather than to recover from
errors. There's absolutely nothing wrong with a UTF-8 string
containg a LATIN SMALL LETTER E WITH ACUTE, but replacing that
character with "&eacute;" will make it more readable to some
people.
(tCHARACTER_TO_HTML_ENTITY_RER3R)(R&R((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pytsubstitute_html<6D>s (t__name__t
__module__t__doc__RR#tHTML_ENTITY_TO_CHARACTERR8R*RRR6R2t classmethodR)R+R1tFalseR5R7R9(((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyR2s& 
%tEncodingDetectorcBsYeZdZded<00>Zd<00>Zed<00><00>Ze d<00><00>Z
e eed<00><00>Z RS(s^Suggests a number of possible encodings for a bytestring.
Order of precedence:
1. Encodings you specifically tell EncodingDetector to try first
(the override_encodings argument to the constructor).
2. An encoding declared within the bytestring itself, either in an
XML declaration (if the bytestring is to be interpreted as an XML
document), or in a <meta> tag (if the bytestring is to be
interpreted as an HTML document.)
3. An encoding detected through textual analysis by chardet,
cchardet, or a similar external library.
4. UTF-8.
5. Windows-1252.
cCsI|p g|_d|_||_d|_|j|<00>\|_|_dS(N(toverride_encodingsRtchardet_encodingtis_htmltdeclared_encodingtstrip_byte_order_marktmarkuptsniffed_encoding(R-RFRARC((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyt__init__<5F>s
   cCs<|dk r8|j<00>}||kr8|j|<00>tSntS(N(RtlowertaddtTrueR?(R-Rttried((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyt_usable<6C>s     ccst<00>}x+|jD] }|j||<00>r|VqqW|j|j|<00>rW|jVn|jdkr<>|j|j|j<00>|_n|j|j|<00>r<>|jVn|j dkr<>t
|j<00>|_ n|j|j |<00>r<>|j Vnx(dD] }|j||<00>r<>|Vq<>q<>WdS(s<Yield a number of encodings that might work for this markup.sutf-8s windows-1252N(sutf-8s windows-1252( tsetRARMRGRDRtfind_declared_encodingRFRCRBR(R-RLte((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyt encodings<67>s$      cCs d}t|<00>dkrN|d dkrN|dd!dkrNd}|d}n<>t|<00>dkr<>|d dkr<>|dd!dkr<>d}|d}ni|d d kr<>d
}|d}nF|d d kr<>d }|d}n#|d d kr<>d}|d}n||fS(sMIf a byte-order mark is present, strip it and return the encoding it implies.iis<00><>tsutf-16bes<00><>sutf-16leissutf-8t<00><>sutf-32bes<00><>sutf-32leN(Rtlen(R&tdataR((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyRE s&" "    cCs<>|rt|<00>}}n%d}tdtt|<00>d<14><00>}d}tj|d|<00>}| r~|r~tj|d|<00>}n|dk r<>|j<00>djd<00>}n|r<>|j <00>SdS(s<>Given a document, tries to find its declared encoding.
An XML encoding is declared at the beginning of the document.
An HTML encoding is declared in a <meta> tag, hopefully near the
beginning of the document.
iig<><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?tendpositasciiN(
RTtmaxtintRtxml_encoding_retsearcht html_meta_retgroupstdecodeRI(R&RFRCtsearch_entire_documentt
xml_endpost html_endposRDtdeclared_encoding_match((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyRO s    
N( R:R;R<RR?RHRMtpropertyRQR>RERO(((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyR@<00>s !t UnicodeDammitcBs<>eZdZidd6dd6ZdddgZgded<00>Zd <00>Zd
d <00>Z d
d <00>Z
e d <00><00>Z d<00>Z d<00>Zi dd6dd6dd6dd6dd6d d 6d
d#6d d&6d d)6d d,6dd/6dd26dd56d6d76dd:6d6d;6d6d<6dd?6ddB6ddE6ddH6ddK6ddN6ddQ6ddT6ddW6ddZ6dd]6dd`6d6da6ddd6ddg6Zi<>dhd6dd6did6djd6dkd6dld 6dmd#6dnd&6dod)6dpd,6dqd/6drd26dsd56d6d76dtd:6d6d;6d6d<6dud?6dudB6dvdE6dvdH6dwdK6dxdN6dydQ6dzdT6d{dW6d|dZ6d}d]6d~d`6d6da6ddd6d<36>dg6dd<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6dqd<>6d<36>d<>6dfd<>6d<36>d<>6d<36>d<>6d<36>d<>6dd<>6d<36>d<>6dxd<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d d<>6d<36>d<>6d<36>d<>6dwd<>6did<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d6d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6dwd<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d6d<36>d6d<36>d6d<36>d6d<36>d6dd6d<36>d6dd6Zizd d
6d d 6d d6dd6dd6dd6dd6dd6dd6dd6dd6dd 6d!d"6d#d$6d%d&6d'd(6d)d*6d+d,6d-d.6d/d06d1d26d3d46d5d66d7d86d9d:6d;d<6d=d>6d?d@6dAdB6dCdD6dEdF6dGdH6dIdJ6dKdL6dMdN6dOdP6dQdR6dSdT6dUdV6dWdX6dYdZ6d[d\6d]d^6d_d`6dadb6dcdd6dedf6dgdh6didj6dkdl6dmdn6dodp6dqdr6dsdt6dudv6dwdx6dydz6d{d|6d}d~6dd<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6d<36>d<>6Zd!d"d#gZed<>d<>ZeddZeddd<02><00>ZRS($s<>A class for detecting the encoding of a *ML document and
converting it to a Unicode string. If the source encoding is
windows-1252, can replace MS smart quotes with their HTML or XML
equivalents.s mac-romant macintoshs shift-jissx-sjiss windows-1252s
iso-8859-1s
iso-8859-2cCsV||_g|_t|_||_t|||<00>|_t|t<00>sT|dkry||_ t|<00>|_
d|_ dS|jj |_ d}x?|jj D]1}|jj }|j|<00>}|dk r<>Pq<50>q<>W|s7x^|jj D]M}|dkr
|j|d<00>}n|dk r<>tjd<00>t|_Pq<50>q<>Wn||_
|sRd|_ ndS(NR RWR,sSSome characters could not be decoded, and were replaced with REPLACEMENT CHARACTER.(tsmart_quotes_tottried_encodingsR?tcontains_replacement_charactersRCR@tdetectort
isinstancetunicodeRFtunicode_markupRtoriginal_encodingRQt _convert_fromtloggingtwarningRK(R-RFRARfRCtuR((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyRHMs:             cCs<>|jd<00>}|jdkr9|jj|<00>j<00>}n<>|jj|<00>}t|<00>tkr<>|jdkr<>dj<00>|dj<00>dj<00>}q<>dj<00>|dj<00>dj<00>}n |j<00>}|S(s[Changes a MS smart quote character to an XML or HTML
entity, or an ASCII character.iRWtxmls&#xt;Ri(R%RftMS_CHARS_TO_ASCIIR$tencodetMS_CHARSttypettuple(R-tmatchtorigR3((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyt _sub_ms_char}s'' tstrictcCs<>|j|<00>}| s+||f|jkr/dS|jj||f<00>|j}|jdk r<>||jkr<>d}tj|<00>}|j |j
|<00>}ny+|j |||<00>}||_||_ Wnt k
r<>}dSX|jS(Ns([<5B>-<2D>])(t
find_codecRgRR RFRftENCODINGS_WITH_SMART_QUOTESRRR3R{t _to_unicodeRmt Exception(R-tproposedterrorsRFtsmart_quotes_retsmart_quotes_compiledRqRP((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyRn<00>s"   cCst|||<00>S(sGiven a string and its encoding, decodes the string into Unicode.
%encoding is a string recognized by encodings.aliases(Rk(R-RURR<>((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyR<00>scCs|js dS|jjS(N(RCRRiRD(R-((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pytdeclared_html_encoding<6E>s cCs<>|j|jj||<00><00>pu|r?|j|jdd<00><00>pu|r`|j|jdd<00><00>pu|rr|j<00>pu|}|r<>|j<00>SdS(Nt-R t_(t_codectCHARSET_ALIASESR$R,RIR(R-tcharsetR.((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyR}<00>s!!
cCsE|s
|Sd}ytj|<00>|}Wnttfk
r@nX|S(N(RtcodecsRt LookupErrort
ValueError(R-R<>tcodec((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyR<79><00>s 
teurot20ACs<00>t s<00>tsbquot201As<00>tfnoft192s<00>tbdquot201Es<00>thellipt2026s<00>tdaggert2020s<00>tDaggert2021s<00>tcirct2C6s<00>tpermilt2030s<00>tScaront160s<00>tlsaquot2039s<00>tOEligt152s<00>t?s<00>s#x17Dt17Ds<00>s<00>s<00>tlsquot2018s<00>trsquot2019s<00>tldquot201Cs<00>trdquot201Ds<00>tbullt2022s<00>tndasht2013s<00>tmdasht2014s<00>ttildet2DCs<00>ttradet2122s<00>tscaront161s<00>trsaquot203As<00>toeligt153s<00>s<00>s#x17Et17Es<00>tYumlR s<00>tEURt,tfs,,s...t+s++t^t%tSR tOEtZRRt*R<>s--t~s(TM)RR"toetztYs<00>t!s<00>tcs<00>tGBPs<00>t$s<00>tYENs<00>t|s<00>s<00>s..s<00>s<00>s(th)s<00>s<<s<00>s<00>s<00>s(R)s<00>s<00>tos<00>s+-s<00>t2s<00>t3s<00>tacutes<00>Rqs<00>tPs<00>s<00>s<00>t1s<00>s<00>s>>s<00>s1/4s<00>s1/2s<00>s3/4s<00>s<00>tAs<00>s<00>s<00>s<00>s<00>s<00>tAEs<00>tCs<00>tEs<00>s<00>s<00>s<00>tIs<00>s<00>s<00>s<00>tDs<00>tNs<00>tOs<00>s<00>s<00>s<00>s<00>s<00>s<00>tUs<00>s<00>s<00>s<00>s<00>tbs<00>tBs<00>tas<00>s<00>s<00>s<00>s<00>s<00>taes<00>s<00>RPs<00>s<00>s<00>s<00>tis<00>s<00>s<00>s<00>s<00>tns<00>s<00>s<00>s<00>s<00>s<00>t/s<00>s<00>s<00>s<00>s<00>s<00>tys<00>s<00>s<00>s€i<E282AC>si<E2809A>sƒi<C692>s„i<E2809E>s…i<E280A6>s†i<E280A0>s‡i<E280A1>sˆi<CB86>s‰i<E280B0>sŠi<C5A0>si<E280B9>sŒi<C592>sŽi<C5BD>si<E28098>si<E28099>s“i<E2809C>s”i<E2809D>s•i<E280A2>si<E28093>s—i<E28094>s˜i<CB9C>s™i<E284A2>sši<C5A1>si<E280BA>sœi<C593>sži<C5BE>sŸi<C5B8>s i<C2A0>s¡i<C2A1>s¢i<C2A2>s£i<C2A3>s¤i<C2A4>s¥i<C2A5>s¦i<C2A6>s§i<C2A7>s¨i<C2A8>s©i<C2A9>sªi<C2AA>s«i<C2AB>s¬i<C2AC>s­i<C2AD>s®i<C2AE>s¯i<C2AF>s°i<C2B0>s±i<C2B1>s²i<C2B2>s³i<C2B3>s´i<C2B4>sµi<C2B5>s¶i<C2B6>s·i<C2B7>s¸i<C2B8>s¹i<C2B9>sºi<C2BA>s»i<C2BB>s¼i<C2BC>s½i<C2BD>s¾i<C2BE>s¿i<C2BF>sÀi<C380>sÁi<C381>sÂi<C382>sÃi<C383>sÄi<C384>sÅi<C385>sÆi<C386>sÇi<C387>sÈi<C388>sÉi<C389>sÊi<C38A>sËi<C38B>sÌi<C38C>sÍi<C38D>sÎi<C38E>sÏi<C38F>sÐi<C390>sÑi<C391>sÒi<C392>sÓi<C393>sÔi<C394>sÕi<C395>sÖi<C396>s×i<C397>sØi<C398>sÙi<C399>sÚi<C39A>sÛi<C39B>sÜi<C39C>sÝi<C39D>sÞi<C39E>sßi<C39F>sài<C3A0>i<>sâi<C3A2>sãi<C3A3>säi<C3A4>såi<C3A5>sæi<C3A6>sçi<C3A7>sèi<C3A8>séi<C3A9>sêi<C3AA>sëi<C3AB>sìi<C3AC>síi<C3AD>sîi<C3AE>sïi<C3AF>sði<C3B0>sñi<C3B1>sòi<C3B2>sói<C3B3>sôi<C3B4>sõi<C3B5>söi<C3B6>s÷i<C3B7>søi<C3B8>sùi<C3B9>súi<C3BA>sûi<C3BB>süi<C3BC>sýi<C3BD>sþi<C3BE>iiiii<><69><EFBFBD><EFBFBD>itutf8c Cs<>|jdd<00>j<00>d kr-td<00><00>n|j<00>dkrNtd<00><00>ng}d }d }x|t|<00>krd||}t|t<00>s<>t|<00>}n||jkr||jkrx<>|j D]5\}} }
||kr<>|| kr<>||
7}Pq<50>q<>Wqc|d
krW||j
krW|j |||!<21>|j |j
|<19>|d 7}|}qc|d 7}qcW|d kru|S|j ||<1F>d j |<00>S(s<>Fix characters from one encoding embedded in some other encoding.
Currently the only situation supported is Windows-1252 (or its
subset ISO-8859-1), embedded in UTF-8.
The input must be a bytestring. If you've already converted
the document to Unicode, you're too late.
The output is a bytestring in which `embedded_encoding`
characters have been converted to their `main_encoding`
equivalents.
R<>R<>s windows-1252t windows_1252sPWindows-1252 and ISO-8859-1 are the only currently supported embedded encodings.R<>sutf-8s4UTF-8 is the only currently supported main encoding.ii<>iR (s windows-1252s windows_1252(sutf8sutf-8( R,RItNotImplementedErrorRTRjRYtordtFIRST_MULTIBYTE_MARKERtLAST_MULTIBYTE_MARKERtMULTIBYTE_MARKERS_AND_SIZEStWINDOWS_1252_TO_UTF8R R( R&tin_bytest main_encodingtembedded_encodingt byte_chunkst chunk_starttpostbytetstarttendtsize((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyt detwingle<6C>s<   

 
  N(seuroR<6F>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(s#x17DR<44>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(R<>R<>(s#x17ER<45>(R<>R (RR<>(i<>i<>i(i<>i<>i(i<>i<>i(R:R;R<R<>R~RR?RHR{RnRRcR<>R}R<>RvRtR<>R<>R<>R<>R>R(((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyRd:sd

 /   



 (((R<R<>thtmlentitydefsRRRotstringRt chardet_typeRRt ImportErrorRt iconv_codecRRuR<>RZR\tobjectRR@Rd(((sMe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\bs4\dammit.pyt<module>s4           <16>w