LICENSE
MANIFEST.in
README.md
dev-requirements.txt
setup.cfg
setup.py
charset_normalizer/__init__.py
charset_normalizer/api.py
charset_normalizer/cd.py
charset_normalizer/constant.py
charset_normalizer/legacy.py
charset_normalizer/md.py
charset_normalizer/models.py
charset_normalizer/py.typed
charset_normalizer/utils.py
charset_normalizer/version.py
charset_normalizer.egg-info/PKG-INFO
charset_normalizer.egg-info/SOURCES.txt
charset_normalizer.egg-info/dependency_links.txt
charset_normalizer.egg-info/entry_points.txt
charset_normalizer.egg-info/requires.txt
charset_normalizer.egg-info/top_level.txt
charset_normalizer/assets/__init__.py
charset_normalizer/cli/__init__.py
charset_normalizer/cli/normalizer.py
data/sample-bulgarian.txt
data/sample-chinese.txt
data/sample-english.bom.txt
data/sample-greek-2.txt
data/sample-greek.txt
data/sample-hebrew-2.txt
data/sample-hebrew-3.txt
data/sample-korean.txt
data/sample-russian-2.txt
data/sample-russian.txt
data/sample-spanish.txt
data/sample-turkish.txt
data/sample.1.ar.srt
data/sample.1.fr.srt
data/sample.1.gr.srt
data/sample.1.he.srt
data/sample.1.hi.srt
data/sample.1.ru.srt
data/sample.1.tu.srt
data/sample.2.ar.srt
data/sample.3.ar.srt
data/sample.4.ar.srt
data/sample.5.ar.srt
docs/Makefile
docs/advanced_search.rst
docs/conf.py
docs/faq.rst
docs/getstarted.rst
docs/handling_result.rst
docs/index.rst
docs/miscellaneous.rst
docs/requirements.txt
docs/support.rst
docs/why_migrate.rst
docs/_build/doctrees/advanced_search.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/faq.doctree
docs/_build/doctrees/getstarted.doctree
docs/_build/doctrees/handling_result.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/miscellaneous.doctree
docs/_build/doctrees/support.doctree
docs/_build/doctrees/why_migrate.doctree
docs/_build/html/.buildinfo
docs/_build/html/.nojekyll
docs/_build/html/advanced_search.html
docs/_build/html/faq.html
docs/_build/html/genindex.html
docs/_build/html/getstarted.html
docs/_build/html/handling_result.html
docs/_build/html/index.html
docs/_build/html/miscellaneous.html
docs/_build/html/objects.inv
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/support.html
docs/_build/html/why_migrate.html
docs/_build/html/_modules/index.html
docs/_build/html/_modules/charset_normalizer/models.html
docs/_build/html/_static/basic.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/documentation_options.js
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery-3.5.1.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/language_data.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/underscore-1.12.0.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/css/badge_only.css
docs/_build/html/_static/css/theme.css
docs/_build/html/_static/fonts/fontawesome-webfont.eot
docs/_build/html/_static/fonts/fontawesome-webfont.svg
docs/_build/html/_static/fonts/fontawesome-webfont.ttf
docs/_build/html/_static/fonts/fontawesome-webfont.woff
docs/_build/html/_static/fonts/fontawesome-webfont.woff2
docs/_build/html/_static/fonts/Lato/lato-bold.eot
docs/_build/html/_static/fonts/Lato/lato-bold.ttf
docs/_build/html/_static/fonts/Lato/lato-bold.woff
docs/_build/html/_static/fonts/Lato/lato-bold.woff2
docs/_build/html/_static/fonts/Lato/lato-bolditalic.eot
docs/_build/html/_static/fonts/Lato/lato-bolditalic.ttf
docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff
docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff2
docs/_build/html/_static/fonts/Lato/lato-italic.eot
docs/_build/html/_static/fonts/Lato/lato-italic.ttf
docs/_build/html/_static/fonts/Lato/lato-italic.woff
docs/_build/html/_static/fonts/Lato/lato-italic.woff2
docs/_build/html/_static/fonts/Lato/lato-regular.eot
docs/_build/html/_static/fonts/Lato/lato-regular.ttf
docs/_build/html/_static/fonts/Lato/lato-regular.woff
docs/_build/html/_static/fonts/Lato/lato-regular.woff2
docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
docs/_build/html/_static/js/modernizr.min.js
docs/_build/html/_static/js/theme.js
tests/__init__.py
tests/test_base_detection.py
tests/test_cli.py
tests/test_coherence_detection.py
tests/test_detect_legacy.py
tests/test_edge_case.py
tests/test_full_detection.py
tests/test_large_payload.py
tests/test_mess_detection.py
tests/test_normalize_fp.py
tests/test_preemptive_detection.py
tests/test_utils.py
tests/__pycache__/__init__.cpython-39.pyc
tests/__pycache__/test_base_detection.cpython-39-pytest-6.2.2.pyc
tests/__pycache__/test_cli.cpython-39-pytest-6.2.2.pyc
tests/__pycache__/test_coherence_detection.cpython-39-pytest-6.2.2.pyc
tests/__pycache__/test_detect_legacy.cpython-39-pytest-6.2.2.pyc
tests/__pycache__/test_edge_case.cpython-39-pytest-6.2.2.pyc
tests/__pycache__/test_full_detection.cpython-39-pytest-6.2.2.pyc
tests/__pycache__/test_large_payload.cpython-39-pytest-6.2.2.pyc
tests/__pycache__/test_mess_detection.cpython-39-pytest-6.2.2.pyc
tests/__pycache__/test_normalize_fp.cpython-39-pytest-6.2.2.pyc
tests/__pycache__/test_preemptive_detection.cpython-39-pytest-6.2.2.pyc
tests/__pycache__/test_utils.cpython-39-pytest-6.2.2.pyc