PATH:
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
charset_normalizer
/
__pycache__
B �b� � @ s� d Z ddlZddlmZmZmZmZ ddlmZm Z m Z mZmZ ddl mZmZ ddlmZ ddlmZmZ d Ze�d ��e�� � dS )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. � N� )� from_bytes�from_fp� from_path� normalize)�CharsetDetector� CharsetDoctor�CharsetNormalizerMatch�CharsetNormalizerMatches�detect)�CharsetMatch�CharsetMatches)�set_logging_handler)�VERSION�__version__)r r r r r r r r r r r r r r Zcharset_normalizer)�__doc__ZloggingZapir r r r Zlegacyr r r r r Zmodelsr r Zutilsr �versionr r �__all__Z getLoggerZ addHandlerZNullHandler� r r �L/opt/alt/python37/lib/python3.7/site-packages/charset_normalizer/__init__.py�<module> s
[-] models.cpython-37.opt-1.pyc
[edit]
[-] cd.cpython-37.opt-1.pyc
[edit]
[-] __init__.cpython-37.pyc
[edit]
[-] md.cpython-37.opt-1.pyc
[edit]
[-] md.cpython-37.pyc
[edit]
[-] legacy.cpython-37.pyc
[edit]
[-] utils.cpython-37.opt-1.pyc
[edit]
[-] utils.cpython-37.pyc
[edit]
[-] version.cpython-37.pyc
[edit]
[-] models.cpython-37.pyc
[edit]
[-] constant.cpython-37.pyc
[edit]
[-] constant.cpython-37.opt-1.pyc
[edit]
[-] api.cpython-37.opt-1.pyc
[edit]
[+]
..
[-] api.cpython-37.pyc
[edit]
[-] version.cpython-37.opt-1.pyc
[edit]
[-] __init__.cpython-37.opt-1.pyc
[edit]
[-] legacy.cpython-37.opt-1.pyc
[edit]
[-] cd.cpython-37.pyc
[edit]