
    TiR                     >   S r SrSSKrSSKJr  SSKrSSKrSSKrSr SSK	r	S r
 SSKrSrS	r\" 5       r\R$                  " \R'                  S
5      \R(                  5      \R$                  " \R'                  S
5      \R(                  5      S.\\'   \R$                  " \\R(                  5      \R$                  " \\R(                  5      S.\\'    " S S\5      r " S S5      r " S S5      rg! \ a     SSKrS r
 N! \ a    S r
  Nf = ff = f! \ a     Nf = f)aB  Beautiful 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 HTML, but it does not rewrite the
XML or HTML to reflect a new encoding; that's the tree builder's job.
MIT    N)codepoint2namec                 `    [        U [        5      (       a  g [        R                  " U 5      S   $ Nencoding)
isinstancestrcchardetdetectss    \/var/www/html/backend/Backoffice_Marketplace/venv/lib/python3.13/site-packages/bs4/dammit.pychardet_dammitr      s&    aq!*--    c                 `    [        U [        5      (       a  g [        R                  " U 5      S   $ r   )r   r	   chardetr   r   s    r   r   r   "   s&    !S!!>>!$Z00r   c                     g N r   s    r   r   r   *   s    r   z$^\s*<\?.*encoding=['"](.*?)['"].*\?>z0<\s*meta[^>]+charset\s*=\s*["']?([^>]*?)[ /;'">]ascii)htmlxmlc                       \ rS rSrSrS r\" 5       u  rrrSSSSSS	.r	\
R                  " S
5      r\
R                  " S5      r\S 5       r\S 5       r\S 5       r\SS j5       r\ SS j5       r\S 5       rSrg)EntitySubstitutionD   zFThe ability to substitute XML or HTML entities for certain characters.c                     0 n 0 n/ nS/n[        [        R                  " 5       5      U-    H/  u  pE[        U5      nUS;  a  UR	                  U5        XPU'   XaU'   M1     SSR                  U5      -  nX[        R                  " U5      4$ )N)'   apos)"   r   z[%s] )listr   itemschrappendjoinrecompile)lookupreverse_lookupcharacters_for_reextra	codepointname	characterre_definitions           r   _populate_class_variables,EntitySubstitution._populate_class_variablesG   s     #N$8$8$:;eCOIII(
 "((3$(y! $-4   D ):!;;rzz-'@@@r   r   quotampltgt)'"&<>z&([<>]|&(?!#\d+;|#x[0-9a-fA-F]+;|\w+;))z([<>&])c                 `    U R                   R                  UR                  S5      5      nSU-  $ )zaUsed with a regular expression to substitute the
appropriate HTML entity for a special character.r   &%s;)CHARACTER_TO_HTML_ENTITYgetgroupclsmatchobjentitys      r   _substitute_html_entity*EntitySubstitution._substitute_html_entityq   s-     --11(..2CDr   c                 H    U R                   UR                  S5         nSU-  $ )z`Used with a regular expression to substitute the
appropriate XML entity for a special character.r   r<   )CHARACTER_TO_XML_ENTITYr?   r@   s      r   _substitute_xml_entity)EntitySubstitution._substitute_xml_entityx   s'     ,,X^^A->?r   c                 Z    SnSU;   a  SU;   a  SnUR                  SU5      nOSnX!-   U-   $ )a  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;
r7   r6   z&quot;)replace)selfvalue
quote_withreplace_withs       r   quoted_attribute_value)EntitySubstitution.quoted_attribute_value   sC    & 
%<e|  (c<8 !
!J..r   c                     U R                   R                  U R                  U5      nU(       a  U R                  U5      nU$ )a  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.
)AMPERSAND_OR_BRACKETsubrH   rP   rA   rM   make_quoted_attributes      r   substitute_xml!EntitySubstitution.substitute_xml   s?     ((,,&&/ !..u5Er   c                     U R                   R                  U R                  U5      nU(       a  U R                  U5      nU$ )ag  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.
)BARE_AMPERSAND_OR_BRACKETrT   rH   rP   rU   s      r   "substitute_xml_containing_entities5EntitySubstitution.substitute_xml_containing_entities   s?     --11&&/ !..u5Er   c                 N    U R                   R                  U R                  U5      $ )a  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.

:param s: A Unicode string.
)CHARACTER_TO_HTML_ENTITY_RErT   rD   )rA   r   s     r   substitute_html"EntitySubstitution.substitute_html   s(     ..22'', 	,r   r   N)F)__name__
__module____qualname____firstlineno____doc__r0   r=   HTML_ENTITY_TO_CHARACTERr^   rG   r&   r'   rZ   rS   classmethodrD   rH   rP   rW   r[   r_   __static_attributes__r   r   r   r   r   D   s    PA4 %>$?"7  
 !#

 ,/ !0 ::i0    "/ "/H  ( */ * , ,r   r   c                   `    \ rS rSrSr  S
S jrS r\S 5       r\	S 5       r
\	SS j5       rS	rg)EncodingDetector   a.  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.
Nc                    U=(       d    / U l         U=(       d    / n[        U Vs/ s H  oUR                  5       PM     sn5      U l        SU l        X0l        SU l        U R                  U5      u  U l        U l	        gs  snf )aH  Constructor.

:param markup: Some markup in an unknown encoding.
:param override_encodings: These encodings will be tried first.
:param is_html: If True, this markup is considered to be HTML. Otherwise
    it's assumed to be XML.
:param exclude_encodings: These encodings will not be tried, even
    if they otherwise would be.
N)
override_encodingssetlowerexclude_encodingschardet_encodingis_htmldeclared_encodingstrip_byte_order_markmarkupsniffed_encoding)rL   ru   rm   rr   rp   xs         r   __init__EncodingDetector.__init__   sv     #5":-3!$9J%K9JAggi9J%K!L $!% .2-G-G-O*T* &Ls   A=c                 x    Ub7  UR                  5       nXR                  ;   a  gX;  a  UR                  U5        gg)zShould we even bother to try this encoding?

:param encoding: Name of an encoding.
:param tried: Encodings that have already been tried. This will be modified
    as a side effect.
FT)ro   rp   add)rL   r   trieds      r   _usableEncodingDetector._usable
  s=     ~~'H111$		(#r   c              #     #    [        5       nU R                   H  nU R                  X!5      (       d  M  Uv   M!     U R                  U R                  U5      (       a  U R                  v   U R                  c+  U R                  U R                  U R                  5      U l        U R                  U R                  U5      (       a  U R                  v   U R                  c  [        U R                  5      U l        U R                  U R                  U5      (       a  U R                  v   S H  nU R                  X!5      (       d  M  Uv   M!     g7f)z]Yield a number of encodings that might work for this markup.

:yield: A sequence of strings.
N)utf-8windows-1252)
rn   rm   r}   rv   rs   find_declared_encodingru   rr   rq   r   )rL   r|   es      r   	encodingsEncodingDetector.encodings  s
     ((A||A%% ) <<--u55''' !!)%)%@%@T\\&+D"<<..66(((   ($24;;$?D!<<--u55''' +A||A%% +s   .EDE	Ec                 T   Sn[        U[        5      (       a  X4$ [        U5      S:  a  USS S:X  a  USS S:w  a
  SnUSS nX4$ [        U5      S:  a  USS S:X  a  USS S:w  a
  SnUSS nX4$ USS	 S
:X  a
  SnUS	S nX4$ USS S:X  a
  SnUSS nX4$ USS S:X  a  SnUSS nX4$ )zIf a byte-order mark is present, strip it and return the encoding it implies.

:param data: Some markup.
:return: A 2-tuple (modified data, implied encoding)
N      s   z  zutf-16bes   zutf-16le   s   ﻿r   s     zutf-32bes     zutf-32le)r   r	   len)rA   datar   s      r   rt   &EncodingDetector.strip_byte_order_mark>  s    dC  >!INbq[!81I+!H8D ~ $i1n48{#:1Qi:-!H8D ~ "1X(H8D ~ "1X,,!H8D ~ "1X,,!H8D~r   c                    U(       a  [        U5      =pEO#Sn[        S[        [        U5      S-  5      5      n[        U[        5      (       a  [
        [           nO[
        [           nUS   nUS   nSn	UR                  XS9n
U
(       d  U(       a  UR                  XS9n
U
b  U
R                  5       S   n	U	(       a7  [        U	[        5      (       a  U	R                  S	S
5      n	U	R                  5       $ g)aW  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.

:param markup: Some markup.
:param is_html: If True, this markup is considered to be HTML. Otherwise
    it's assumed to be XML.
:param search_entire_document: Since an encoding is supposed to declared near the beginning
    of the document, most of the time it's only necessary to search a few kilobytes of data.
    Set this to True to force this method to search the entire document.
i   i   g?r   r   N)endposr   r   rK   )r   maxintr   bytesencoding_resr	   searchgroupsdecodero   )rA   ru   rr   search_entire_document
xml_endposhtml_endposresxml_rehtml_rers   declared_encoding_matchs              r   r   'EncodingDetector.find_declared_encoding\  s      "'*6{2JJdCFd(:$;<Kfe$$u%Cs#CUf+ "(---"J&7&-nnVn&P#". 7 > > @ C+U33$5$<$<Wi$P!$**,,r   )rq   rs   rp   rr   ru   rm   rv   )NFN)FF)ra   rb   rc   rd   re   rx   r}   propertyr   rg   rt   r   rh   r   r   r   rj   rj      sY    & AF#'P*  ! !F  : & &r   rj   c                      \ rS rSrSrSSS.r/ SQr/ SS/ 4S	 jrS
 rGSS jr	GSS jr
\S 5       rS rS r0 SS_SS_SS_SS_SS_SS_SS_SS_S S!_S"S#_S$S%_S&S'_S(S)_S*S+_S,S-_S.S+_S/S+_S0S1S2S3S4S5S6S7S8S9S:S;S+S<S=S>.Er0 SS?_SS_SS@_SSA_SSB_SSC_SSD_SSE_S SF_S"SG_S$SH_S&SI_S(SJ_S*S+_S,SK_S.S+_S/S+_0 SLSM_SNSM_SOSP_SQSP_SRSS_STSU_SVSW_SXSY_SZS[_S\S]_S^S__S`Sa_SbS+_ScSd_SeSf_SgS_ShSi_E0 SjSk_SlSm_SnSo_SpSq_SrSs_StSH_SuSv_SwSx_SySz_S{S|_S}Si_S~S_SS_SSU_SS_SS_SS_E0 SS_SS_SS_SS_SSS_SS@_SS_SSz_SS_SS_SS_SS_SS+_SS_SS_SS_SS_E0 SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_E0 SS_SS_SSS_SS_SS_SS_SS_SS_SSf_SS_SS_SS_SS_SS_SS_SS_SS_E0 SS_SSk_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_ESSSSSSSSSS.	Er0 SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_SS_GS GS_GSGS_GSGS_GSGS_GSGS	_0 GS
GS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GS GS!_GS"GS#_GS$GS%_GS&GS'_GS(GS)_GS*GS+_E0 GS,GS-_GS.GS/_GS0GS1_GS2GS3_GS4GS5_GS6GS7_GS8GS9_GS:GS;_GS<GS=_GS>GS?_GS@GSA_GSBGSC_GSDGSE_GSFGSG_GSHGSI_GSJGSK_GSLGSM_E0 GSNGSO_GSPGSQ_GSRGSS_GSTGSU_GSVGSW_GSXGSY_GSZGS[_GS\GS]_GS^GS__GS`GSa_GSbGSc_GSdGSe_GSfGSg_GShGSi_GSjGSk_GSlGSm_GSnGSo_E0 GSpGSq_GSrGSs_GStGSu_GSvGSw_GSxGSy_GSzGS{_GS|GS}_GS~GS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_E0 GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSSh_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_E0 GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_GSGS_EGSGSGSGS.Er/ GSQr\GS   GS   r\GS   GS   r\  GSGS j5       rGSrg(  UnicodeDammiti  zA 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.z	mac-romanz	shift-jis)	macintoshzx-sjis)r   z
iso-8859-1z
iso-8859-2NFc                    X0l         / U l        SU l        X@l        [        R
                  " [        5      U l        [        XXE5      U l	        [        U[        5      (       d  US:X  a  Xl        [        U5      U l        SU l        gU R                  R                  U l        SnU R                  R                   H/  nU R                  R                  nU R!                  U5      nUc  M/    O   U(       d\  U R                  R                   HB  nUS:w  a  U R!                  US5      nUc  M   U R                  R#                  S5        SU l          O   X`l        U(       d  SU l        gg)a  Constructor.

:param markup: A bytestring representing markup in an unknown encoding.
:param override_encodings: These encodings will be tried first,
   before any sniffing code is run.

:param smart_quotes_to: By default, Microsoft smart quotes will, like all other characters, be converted
   to Unicode characters. Setting this to 'ascii' will convert them to ASCII quotes instead.
   Setting it to 'xml' will convert them to XML entity references, and setting it to 'html'
   will convert them to HTML entity references.
:param is_html: If True, this markup is considered to be HTML. Otherwise
    it's assumed to be XML.
:param exclude_encodings: These encodings will not be considered, even
    if the sniffing code thinks they might make sense.
Fr    Nr   rK   zSSome characters could not be decoded, and were replaced with REPLACEMENT CHARACTER.T)smart_quotes_totried_encodingscontains_replacement_charactersrr   logging	getLoggerra   logrj   detectorr   r	   ru   unicode_markuporiginal_encodingr   _convert_fromwarning)rL   ru   rm   r   rr   rp   ur   s           r   rx   UnicodeDammit.__init__  s?   "  /!/4,$$X.(D fc""fl K"%f+D%)D" mm**//H]]))F""8,A}	 0  !MM33w&**8Y?A=HH$$C <@D8 4  %)D" r   c                    UR                  S5      nU R                  S:X  a+  U R                  R                  U5      R	                  5       nU$ U R
                  R                  U5      n[        U5      [        :X  a  U R                  S:X  a7  SR	                  5       US   R	                  5       -   SR	                  5       -   nU$ SR	                  5       US   R	                  5       -   SR	                  5       -   n U$ UR	                  5       nU$ )zSChanges a MS smart quote character to an XML or HTML
entity, or an ASCII character.   r   r   z&#x;r8   r   )r?   r   MS_CHARS_TO_ASCIIr>   encodeMS_CHARStypetuple)rL   matchorigrT   s       r   _sub_ms_charUnicodeDammit._sub_ms_char  s     {{1~7*((,,T299;C 
 --##D)CCyE!''50,,.3q6==?:SZZ\IC
 
 **,Q83::<GC 
 jjl
r   c                    U R                  U5      nU(       a  X4U R                  ;   a  gU R                  R                  X45        U R                  nU R                  bC  XR
                  ;   a4  Sn[        R                  " U5      nUR                  U R                  U5      n U R                  X1U5      nX`l        Xl        U R                  $ ! [         a
  n SnAgSnAff = f)zlAttempt to convert the markup to the proposed encoding.

:param proposed: The name of a character encoding.
Ns   ([-]))
find_codecr   r$   ru   r   ENCODINGS_WITH_SMART_QUOTESr&   r'   rT   r   _to_unicoder   	Exception)rL   proposederrorsru   smart_quotes_resmart_quotes_compiledr   r   s           r   r   UnicodeDammit._convert_from  s    
 ??8,H-1E1EE##X$67   ,<<<.O$&JJ$?!*..t/@/@&IF		   6:AK%-" {{  	 	s   $C 
C"C"c                     [        XU5      $ )zmGiven a string and its encoding, decodes the string into Unicode.

:param encoding: The name of an encoding.
)r	   )rL   r   r   r   s       r   r   UnicodeDammit._to_unicode	  s    
 46**r   c                 R    U R                   (       d  gU R                  R                  $ )zXIf the markup is an HTML document, returns the encoding declared _within_
the document.
N)rr   r   rs   )rL   s    r   declared_html_encoding$UnicodeDammit.declared_html_encoding  s    
 ||}}...r   c                    U R                  U R                  R                  X5      5      =(       d    U=(       a!    U R                  UR                  SS5      5      =(       dS    U=(       a!    U R                  UR                  SS5      5      =(       d"    U=(       a    UR	                  5       =(       d    UnU(       a  UR	                  5       $ g)zConvert the name of a character set to a codec name.

:param charset: The name of a character set.
:return: The name of a codec.
-r    _N)_codecCHARSET_ALIASESr>   rK   ro   )rL   charsetrM   s      r   r   UnicodeDammit.find_codec  s     T1155gGH Dt{{7??3+CDEt{{7??3+DE .w}} 	 	 ;;= r   c                 |    U(       d  U$ S n [         R                  " U5        UnU$ ! [        [        4 a     U$ f = fr   )codecsr(   LookupError
ValueError)rL   r   codecs      r   r   UnicodeDammit._codec)  sJ    N	MM'"E  Z( 		s   ' ;;   )euro20AC       )sbquo201A   )fnof192   )bdquo201E   )hellip2026   )dagger2020   )Dagger2021   )circ2C6   )permil2030   )Scaron160   )lsaquo2039   )OElig152   ?   )z#x17D17D      )lsquo2018)rsquo2019)ldquo201C)rdquo201D)bull2022)ndash2013)mdash2014)tilde2DC)trade2122)scaron161)rsaquo203A)oelig153)z#x17E17E)Yumlr    )                                             EUR,fz,,z...+z++^%Sr9   OEZr  r6   r  r   r7   r!  r"  *r#  r   r$  z--r%  ~r&  z(TM)r'  r   r(  r:   r)  oer*  r+  zr,  Y      !   c   GBP   $   YEN   |      z..   r       z(th)   z<<         z(R)      o   z+-   2   3   )r6   acute   r      P         1      z>>   z1/4   z1/2   z3/4      A                  AE   C   E            I            D   N   O                     U               b   B   a                  ae      r               i               n               /y)	                              s   €   s   ‚   s   ƒ   s   „   s   …   s   †   s   ‡   s   ˆ   s   ‰   s   Š   s   ‹   s   Œ   s   Ž   s   ‘   s   ’   s   “   s   ”   s   •   s   –   s   —   s   ˜   s   ™   s   š   s   ›   s   œ   s   ž   s   Ÿ   s       s   ¡   s   ¢   s   £   s   ¤   s   ¥   s   ¦   s   §   s   ¨   s   ©   s   ª   s   «   s   ¬   s   ­   s   ®   s   ¯   s   °   s   ±   s   ²   s   ³   s   ´   s   µ   s   ¶   s   ·   s   ¸   s   ¹   s   º   s   »   s   ¼   s   ½   s   ¾   s   ¿   s   À   s   Á   s   Â   s   Ã   s   Ä   s   Å   s   Æ   s   Ç   s   È   s   É   s   Ê   s   Ë   s   Ì   s   Í   s   Î   s   Ï   s   Ð   s   Ñ   s   Ò   s   Ó   s   Ô   s   Õ   s   Ö   s   ×   s   Ø   s   Ù   s   Ú   s   Û   s   Ü   s   Ý   s   Þ   s   ß   s   àrk      s   â   s   ã   s   ä   s   å   s   æ   s   ç   s   è   s   é   s   ê   s   ë   s   ì   s   í   s   î   s   ï   s   ð   s   ñ   s   ò   s   ó   s   ô   s   õ   s   ö   s   ÷   s   ø   s   ù   s   ú   s   ûs   üs   ýs   þ)         ))r  r  r   )r  r!  r   )r"  r&  r   r   r   c                    UR                  SS5      R                  5       S;  a  [        S5      eUR                  5       S;  a  [        S5      e/ nSnSnU[        U5      :  a  X   n[	        U[
        5      (       d  [        U5      nXpR                  :  a8  XpR                  ::  a)  U R                   H  u  pn
Xx:  d  M  Xy::  d  M  Xj-  n  OV   OSUS:  aH  XpR                  ;   a9  UR                  XU 5        UR                  U R                  U   5        US	-  nUnOUS	-  nU[        U5      :  a  M  US:X  a  U$ UR                  XS
 5        SR                  U5      $ )a  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.

:param in_bytes: A bytestring that you suspect contains
    characters from multiple encodings. Note that this _must_
    be a bytestring. If you've already converted the document
    to Unicode, you're too late.
:param main_encoding: The primary encoding of `in_bytes`.
:param embedded_encoding: The encoding that was used to embed characters
    in the main document.
:return: A bytestring in which `embedded_encoding`
  characters have been converted to their `main_encoding`
  equivalents.
r   r   )r   windows_1252zPWindows-1252 and ISO-8859-1 are the only currently supported embedded encodings.)utf8r   z4UTF-8 is the only currently supported main encoding.r   r  r   Nr   )rK   ro   NotImplementedErrorr   r   r   ordFIRST_MULTIBYTE_MARKERLAST_MULTIBYTE_MARKERMULTIBYTE_MARKERS_AND_SIZESWINDOWS_1252_TO_UTF8r$   r%   )rA   in_bytesmain_encodingembedded_encodingbyte_chunkschunk_startposbytestartendsizes              r   	detwingleUnicodeDammit.detwinglei  sz   & $$S#.446 ?, ,%&' '  (99%FH H CM!=DdC((4y222555 ),(G(G$E} )H $*B*B"B ""8#<= ""3#;#;D#ABq! q3 CM!4 !O x56xx$$r   )	r   r   rr   r   ru   r   r   r   r   )strict)r4  r   )ra   rb   rc   rd   re   r   r   rx   r   r   r   r   r   r   r   r   r   r:  r9  r7  r8  rg   rE  rh   r   r   r   r   r     sg    %0!,.O#
 35!%u?*B">+ / / 	() ((*( ( *	(
 +( +( +( ( +( *( +( )( ( )( (  !(" +***)**)**+))%?(HHB
%B
#B
 	#B
 	#	B

 	$B
 	%B
 	#B
 	$B
 	#B
 	#B
 	#B
 	#B
 	$B
 	#B
 	#B
  	#!B
" 	##B
$ 	#%B
& 	#'B
( 	#)B
* 	#+B
, 	#-B
. 	#/B
0 	$1B
2 	#3B
4 	&5B
6 	#7B
8 	#9B
: 	$;B
< 	#=B
> 	#?B
@ 	#AB
B 	#CB
D 	#EB
F 	#GB
H 	%IB
J 	#KB
N 	%OB
P 	#QB
R 	#SB
T 	$UB
V 	"WB
X 	&YB
Z 	$[B
\ 	#]B
^ 	#_B
` 	%aB
b 	#cB
d 	#eB
f 	$gB
h 	#iB
j 	#kB
l 	.mB
n 	#oB
p 	#qB
r 	#sB
t 	#uB
v 	#wB
x 	&yB
z 	${B
| 	%}B
~ 	%B
@ 	%AB
B 	#CB
D 	#EB
F 	#GB
H 	#IB
J 	#KB
L 	#MB
N 	#OB
P 	$QB
R 	#SB
T 	#UB
V 	#WB
X 	#YB
Z 	#[B
\ 	#]B
^ 	#_B
` 	#aB
b 	#cB
d 	#eB
f 	#gB
h 	#iB
j 	#kB
l 	#mB
n 	#oB
p 	#qB
r 	#sB
t 	#uB
v 	#wB
x 	#yB
z 	#{B
| 	#}B
~ 	#B
@ 	#AB
B 	#CB
D 	#EB
F 	#GB
H 	#IB
J 	#KB
L 	#MB
N 	#OB
P 	$QB
R 	#SB
T 	#UB
V 	#WB
X 	#YB
Z 	#[B
\ 	#]B
^ 	#_B
` 	#aB
b 	#cB
d 	#eB
f 	#gB
h 	#iB
j 	#kB
l 	#mB
n 	#oB
p 	#qB
r CB
R{
{
{
 	{{
 		{

 	{
 	{
 	{
 	{{
 	{
 	{{
 	{
 	{{
 	{{
 	{
 	{
  	!{
" 	#{
$ 	%{
& 	'{
( 	){
* 	{+{
, 	-{
. 	{/{
0 	1{
2 	{3{
4 	{5{
6 	{7{
8 	{9{
: 	{;{
< 	{={
> 	{?{
@ 	{A{
B 	{C{
D 	{E{
F 	{G{
H 	{I{
J 	{K{
L 	{M{
N 	{O{
P 	{Q{
R 	{S{
T 	{U{
V 	{W{
X 	{Y{
Z 	{[{
\ 	{]{
^ 	{_{
` 	{a{
b 	{c{
d 	{e{
f 	{g{
h 	{i{
j 	{k{
l 	{m{
n 	{o{
p 	{q{
r 	{s{
t 	{u{
v 	{w{
x 	{y{
z 	{{{
| 	{}{
~ 	{{
@ 	{A{
B 	{C{
D 	{E{
F 	{G{
H 	{I{
J 	{K{
L 	{M{
N 	{O{
P 	{Q{
R 	{S{
T 	{U{
V 	{W{
X 	{Y{
Z 	{[{
\ 	{]{
^ 	{_{
` 	{a{
b 	{c{
d 	{e{
f 	{g{
h 	{i{
j 	{k{
l 	{m{
n 	{o{
p 	{q{
r 	{s{
t 	{u{
v 	{w{
x 	{y{
z 	w{{
| 	{}{
~ 	{{
@ 	{A{
B 	{C{
D 	{E{
F 	{G{
H 	{I{
J 	{K{
L 	{M{
N 	{O{
P 	{Q{
R 	{S{
T 	{U{
V 	{W{
X 	{Y{
Z 	{[{
\ 	{]{
^ 	{_{
` 	{a{
b 	{c{
d 	{e{
f 	{g{
h 	{i{
j 	{k{
l 	{m{
n 	{o{
p u{
z#
 9;A>7;A>/5$2@% @%r   r   )re   __license__r   html.entitiesr   r&   r   stringchardet_typer
   r   ImportErrorr   iconv_codecxml_encoding	html_metadictr   r'   r   rx  r   r	   objectr   rj   r   r   r   r   <module>rR     s;     ( 	    .2	 ;C	vZZ	((12448JJ|**73RTT:U 
 ZZ	244(JJ|RTT*S 
Z, Z,zb bHe% e%S   		1  	.  		s:   C/ D /D6C??	DDDDDD