+
     h6  c                  s    R t ^ RIHt ^ RIt^RIHtHtHtHt ^RI	H
t
 ^RIHtHt ^RIHt ^RIHtHt R	t]P(                  ! R4      P+                  ]P,                  ! 4       4       R# )
u  
Charset-Normalizer
~~~~~~~~~~~~~~
The Real First Universal Charset Detector.
A library that helps you read text from an unknown charset encoding.
Motivated by chardet, This package is trying to resolve the issue by taking a new approach.
All IANA character set names for which the Python core library provides codecs are supported.

Basic usage:
   >>> from charset_normalizer import from_bytes
   >>> results = from_bytes('Bсеки човек има право на образование. Oбразованието!'.encode('utf_8'))
   >>> best_guess = results.best()
   >>> str(best_guess)
   'Bсеки човек има право на образование. Oбразованието!'

Others methods and usages are available - see the full documentation
at <https://github.com/Ousret/charset_normalizer>.
:copyright: (c) 2021 by Ahmed TAHRI
:license: MIT, see LICENSE for more details.
)annotationsN)
from_bytesfrom_fp	from_path	is_binary)detect)CharsetMatchCharsetMatches)set_logging_handler)VERSION__version__Zcharset_normalizer)
r   r   r   r   r   r   r   r
   r	   r   )Z__doc__Z
__future__r    ZloggingZapir   r   r   r   Zlegacyr   Zmodelsr   r   Zutilsr   Zversionr	   r
   Z__all__Z	getLoggerZ
addHandlerZNullHandler)     Z@/usr/lib/python3.14/site-packages/charset_normalizer/__init__.py<module>r      sP   * #  : :  0 & )    & ' 2 273F3F3H Ir   