o
    nkj                     @  s`  U d dl mZ d dlZd dlmZ d dlmZ d dlmZ ddl	m
Z
mZmZmZ ddlmZmZmZmZmZ dd	lmZ dd
lmZmZ ddlmZmZmZmZmZmZ e dZ!e" Z#e#$e%d e&edd dZ'de(d< 									d8d9d*d+Z)									d8d:d.d/Z*									d8d;d2d3Z+									d<d=d6d7Z,dS )>    )annotationsN)	lru_cache)PathLike)BinaryIO   )coherence_ratioencoding_languagesmb_encoding_languagesmerge_coherence_ratios)IANA_SUPPORTEDIANA_SUPPORTED_SIMILARTOO_BIG_SEQUENCETOO_SMALL_SEQUENCETRACE)
mess_ratio)CharsetMatchCharsetMatches)any_specified_encodingcut_sequence_chunks	iana_nameidentify_sig_or_bomis_multi_byte_encodingshould_strip_sig_or_bomcharset_normalizerz)%(asctime)s | %(levelname)s | %(message)sc                 C  s
   t |  S N)r   encoding r   T/home/djax/ivt_ai_plugin/venv/lib/python3.10/site-packages/charset_normalizer/api.py<lambda>.   s   
 r   )keyz	list[str]IANA_SUPPORTED_MB_FIRST      皙?TF皙?	sequencesbytes | bytearraystepsint
chunk_size	thresholdfloatcp_isolationlist[str] | Nonecp_exclusionpreemptive_behaviourboolexplainlanguage_thresholdenable_fallbackreturnr   c
           <      C  s  t | ttfstdt| |rtj}
tt	 t
t t| }|dkrDtd |r8tt	 t
|
 tt| dddg dgS |durZttd	d
| dd |D }ng }|durrttdd
| dd |D }ng }||| krttd||| d}|}|dkr|| |k rt|| }t| tk }t| tk}|rttd| n	|rttd| g }|rt| nd}|dur|| ttd| t }g }g }t }tddt}tddt}d}t }d}d}d}d}d}d}t }t }t| \} }!| dur|d|  ttdt|!|  |d d|vr)|d |t D ]}"|r:|"|vr:q-|rD|"|v rDq-|"|v rKq-||" d}#| |"k}$|$o\t |"}%|"dv rn|$snttd|" q-|"dv r|$sttd|" q-|"|v rttd|" q-zt!|"}&W n t"t#fy   ttd|" Y q-w |r|&stt$|"}'ntt%|"}'|'&|sttd|"|'| q-|r|&s||krttd|"|| q-|r|&sttd |" q-|& o| }(zU|r|&st'|%s| dtd! n	| t|!td! |"d" n3|(sL|"d#kr;|$r;t'| |"d"}#|#r:|#d d$kr:|#dd }#nt'|%sA| n| t|!d |"d"}#W n+ t(t)fyx }) zt |)t)shttd%|"t'|) ||" W Y d})~)q-d})~)ww t*|$sdnt|!|t|| }*|&o|#duot|#|k }+|+rttd&|" tt|*d' },t+|,d(},d}-d}.g }/g }0zIt,| |"|*||$|%|!|&|#|(
D ]9}1|/|1 |0||1||odt|  kod(kn   |0d) |kr|-d7 }-|-|,ks|$r|%s nqW n< t(t)fy< }) z-|(r$ttd%|"t'|) ||" W Y d})~)q-ttd*|"t'|) |,}-d+}.W Y d})~)nd})~)ww |0rHt-|0t|0 nd}2|.s|r|&s|2|k r|-|,k rz| td,d j.|"d-d. W n# t(y }) zttd/|"t'|) ||" W Y d})~)q-d})~)ww |2|ks|-|,kr||" |"t/v r|0t/|"  ttd0|"|-t1|2d1 d2d3 |	r|"dd|d4d5fv r|.s|#du rzt'|%s| n| t|!d |"d"}#W n t(t)fy   ttd6|" Y q-w |rd}#t| |"||$g |#|d7}3|"|kr|3}n
|"dkr|3}n|3}q-|(rWzt'|%s%| n| t|!d |"d"}#W n% t(t)fyV }) zttd%|"t'|) ||" W Y d})~)q-d})~)ww ttd8|"t1|2d1 d2d3 |&smt$|"}4nt%|"}4|4r|ttd9|"|4 g }5|"dkr|4rd:|4nd}6|/D ]}1||1||6}7|5|7 qt2|5}8|8rttd;|8|" t| |"|2|$|8|r|"|ddfv r|#nd|d7}9||9 |r|&s|2d<k r|d7 }|"|ddfv r|2d=k r|2dkrtd>|9j3 |rtt	 t
|
 t|9g  S ||9 t|rJ|du s||v rJd|v rJd|v rJ|4 }:|:dus/J td>|:j3 |rCtt	 t
|
 t|:g  S |s|&s|8r^t+d?d@ |8D ddAnd};|;dBkrd|v rd|v rd+}|0|4 ttdC|"|2|; |s|&r|+r|#durt|#|dD k r|"dEvrd|v rd|v rd+}ttdF|"|2t|#|t|#| d1  |"| krtdG|" |rtt	 t
|
 t||" g  S q-t|dkr5|s|s|rttdH |rtdI|j3 || n2|r|du s|r|r|j5|j5ks|dur(tdJ || n|r5tdK || |rGtdL|4 j3t|d  ntdM |rYtt	 t
|
 |S )Naf  
    Given a raw bytes sequence, return the best possibles charset usable to render str objects.
    If there is no results, it is a strong indicator that the source is binary/not text.
    By default, the process will extract 5 blocks of 512o each to assess the mess and coherence of a given sequence.
    And will give up a particular code page after 20% of measured mess. Those criteria are customizable at will.

    The preemptive behavior DOES NOT replace the traditional detection workflow, it prioritize a particular code page
    but never take it for granted. Can improve the performance.

    You may want to focus your attention to some code page or/and not others, use cp_isolation and cp_exclusion for that
    purpose.

    This function will strip the SIG in the payload/sequence every time except on UTF-16, UTF-32.
    By default the library does not setup any handler other than the NullHandler, if you choose to set the 'explain'
    toggle to True it will alter the logger configuration to add a StreamHandler that is suitable for debugging.
    Custom logging format and handler can be set manually.
    z3Expected object of type bytes or bytearray, got: {}r   z<Encoding detection on empty bytes, assuming utf_8 intention.utf_8g        F Nz`cp_isolation is set. use this flag for debugging purpose. limited list of encoding allowed : %s.z, c                 S     g | ]}t |d qS Fr   .0cpr   r   r   
<listcomp>l       zfrom_bytes.<locals>.<listcomp>zacp_exclusion is set. use this flag for debugging purpose. limited list of encoding excluded : %s.c                 S  r8   r9   r:   r;   r   r   r   r>   w   r?   z^override steps (%i) and chunk_size (%i) as content does not fit (%i byte(s) given) parameters.r   z>Trying to detect encoding from a tiny portion of (%i) byte(s).zIUsing lazy str decoding because the payload is quite large, (%i) byte(s).z@Detected declarative mark in sequence. Priority +1 given for %s.)maxsize   zIDetected a SIG or BOM mark on first %i byte(s). Priority +1 given for %s.ascii>   utf_16utf_32z\Encoding %s won't be tested as-is because it require a BOM. Will try some sub-encoder LE/BE.>   utf_7zREncoding %s won't be tested as-is because detection is unreliable without BOM/SIG.zY%s is deemed too similar to a code page that was already considered unsuited. Continuing!z2Encoding %s does not provide an IncrementalDecoderzbSkipping %s: definitive match already found, this encoding targets different languages (%s vs %s).zXSkipping %s: already accumulated %d same-family results after definitive match (cap=%d).zCSkipping single-byte %s: multi-byte definitive match already found.g    Ar   rE   u   ﻿z9Code page %s does not fit given bytes sequence at ALL. %szpCode page %s is a multi byte encoding table and it appear that at least one character was encoded using n-bytes.      zaLazyStr Loading: After MD chunk decode, code page %s does not fit given bytes sequence at ALL. %sTg     j@strict)errorsz^LazyStr Loading: After final lookup, code page %s does not fit given bytes sequence at ALL. %szc%s was excluded because of initial chaos probing. Gave up %i time(s). Computed mean chaos is %f %%.d      )ndigitsrC   rD   z>%s does not decode the whole payload: fallback entry withheld.)preemptive_declarationz=%s passed initial chaos probing. Mean measured chaos is %f %%z&%s should target any language(s) of %s,z We detected language %s using %sg{Gz?r%   z.Encoding detection: %s is most likely the one.c                 s  s    | ]\}}|V  qd S r   r   )r<   _vr   r   r   	<genexpr>  s    zfrom_bytes.<locals>.<genexpr>)defaultg      ?zyDefinitive match found: %s (chaos=%.3f, coherence=%.2f). Encodings targeting different language families will be skipped.g\(\?>	   rE   r6   rC   rD   	utf_16_be	utf_16_le	utf_32_be	utf_32_le	utf_8_sigzjMulti-byte definitive match: %s (chaos=%.3f, decoded=%d/%d=%.1f%%). Single-byte encodings will be skipped.zoEncoding detection: %s is most likely the one as we detected a BOM or SIG within the beginning of the sequence.zONothing got out of the detection process. Using ASCII/UTF-8/Specified fallback.z7Encoding detection: %s will be used as a fallback matchz:Encoding detection: utf_8 will be used as a fallback matchz:Encoding detection: ascii will be used as a fallback matchz]Encoding detection: Found %s as plausible (best-candidate) for content. With %i alternatives.z=Encoding detection: Unable to determine any suitable charset.)6
isinstance	bytearraybytes	TypeErrorformattypeloggerlevel
addHandlerexplain_handlersetLevelr   lendebugremoveHandlerr   r   logjoinr)   r   r   r   appendsetr   r   r   r   insertr!   addr   r   ModuleNotFoundErrorImportErrorr   r	   intersectionstrUnicodeDecodeErrorLookupErrorrangemaxr   sumdecoder   updateroundr
   r   bestfingerprint)<r&   r(   r*   r+   r-   r/   r0   r2   r3   r4   previous_logger_levellengthis_too_small_sequenceis_too_large_sequenceprioritized_encodingsspecified_encodingtestedtested_but_hard_failuretested_but_soft_failuresoft_failure_skipcached_mess_ratiocached_coherence_ratiodefinitive_match_founddefinitive_target_languages post_definitive_sb_success_countPOST_DEFINITIVE_SB_CAPmb_definitive_match_foundfallback_asciifallback_u8fallback_specifiedresultsearly_stop_resultssig_encodingsig_payloadencoding_ianadecoded_payloadbom_or_sig_availablestrip_sig_or_bomis_multi_byte_decoderenc_languagesdeferred_decodinger_multi_byte_bonusmax_chunk_gave_upearly_stop_countlazy_str_hard_failure	md_chunks	md_ratioschunkmean_mess_ratiofallback_entrytarget_languages	cd_ratioslg_inclusionchunk_languagescd_ratios_mergedcurrent_matchprobable_resultbest_coherencer   r   r   
from_bytes2   sD  





	








	




"











	
















	
















r   fpr   c
           
      C  s   t |  |||||||||	
S )z
    Same thing than the function from_bytes but using a file pointer that is already ready.
    Will not close the file pointer.
    )r   read)
r   r(   r*   r+   r-   r/   r0   r2   r3   r4   r   r   r   from_fp*  s   r   pathstr | bytes | PathLikec
                 C  sH   t | d}
t|
|||||||||	
W  d   S 1 sw   Y  dS )z
    Same thing than the function from_bytes but with one extra step. Opening and reading given file path in binary mode.
    Can raise IOError.
    rbN)openr   )r   r(   r*   r+   r-   r/   r0   r2   r3   r4   r   r   r   r   	from_pathH  s   $r   fp_or_path_or_payload!PathLike | str | BinaryIO | bytesc
                 C  s   t | ttfrt| |||||||||	d
}
|
 S t | ttfr0t| |||||||||	d
}
|
 S t| |||||||||	d
}
|
 S )a)  
    Detect if the given input (file, bytes, or path) points to a binary file. aka. not a string.
    Based on the same main heuristic algorithms and default kwargs at the sole exception that fallbacks match
    are disabled to be stricter around ASCII-compatible but unlikely to be a string.
    )	r(   r*   r+   r-   r/   r0   r2   r3   r4   )rY   rp   r   r   r[   rZ   r   r   )r   r(   r*   r+   r-   r/   r0   r2   r3   r4   guessesr   r   r   	is_binaryg  s\   -r   )	r"   r#   r$   NNTFr%   T)r&   r'   r(   r)   r*   r)   r+   r,   r-   r.   r/   r.   r0   r1   r2   r1   r3   r,   r4   r1   r5   r   )r   r   r(   r)   r*   r)   r+   r,   r-   r.   r/   r.   r0   r1   r2   r1   r3   r,   r4   r1   r5   r   )r   r   r(   r)   r*   r)   r+   r,   r-   r.   r/   r.   r0   r1   r2   r1   r3   r,   r4   r1   r5   r   )	r"   r#   r$   NNTFr%   F)r   r   r(   r)   r*   r)   r+   r,   r-   r.   r/   r.   r0   r1   r2   r1   r3   r,   r4   r1   r5   r1   )-
__future__r   logging	functoolsr   osr   typingr   cdr   r   r	   r
   constantr   r   r   r   r   mdr   modelsr   r   utilsr   r   r   r   r   r   	getLoggerr_   StreamHandlerrb   setFormatter	Formattersortedr!   __annotations__r   r   r   r   r   r   r   r   <module>   s~     
	      !