From bba41ed667e052cf72d642e029c83a7461c853e0 Mon Sep 17 00:00:00 2001 From: Lakrim92 Date: Mon, 29 Jan 2024 10:33:26 +0100 Subject: [PATCH] test --- .../__pycache__/heritage.cpython-310.pyc | Bin 3388 -> 3388 bytes exercice4/venv/bin/Activate.ps1 | 247 + exercice4/venv/bin/activate | 69 + exercice4/venv/bin/activate.csh | 26 + exercice4/venv/bin/activate.fish | 69 + exercice4/venv/bin/pip | 8 + exercice4/venv/bin/pip3 | 8 + exercice4/venv/bin/pip3.10 | 8 + exercice4/venv/bin/python | 1 + exercice4/venv/bin/python3 | 1 + exercice4/venv/bin/python3.10 | 1 + .../site-packages/_distutils_hack/__init__.py | 132 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 5155 bytes .../__pycache__/override.cpython-310.pyc | Bin 0 -> 280 bytes .../site-packages/_distutils_hack/override.py | 1 + .../site-packages/distutils-precedence.pth | 1 + .../pip-22.0.2.dist-info/INSTALLER | 1 + .../pip-22.0.2.dist-info/LICENSE.txt | 20 + .../pip-22.0.2.dist-info/METADATA | 92 + .../site-packages/pip-22.0.2.dist-info/RECORD | 1037 ++ .../pip-22.0.2.dist-info/REQUESTED | 0 .../site-packages/pip-22.0.2.dist-info/WHEEL | 5 + .../pip-22.0.2.dist-info/entry_points.txt | 5 + .../pip-22.0.2.dist-info/top_level.txt | 1 + .../python3.10/site-packages/pip/__init__.py | 13 + .../python3.10/site-packages/pip/__main__.py | 31 + .../pip/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 673 bytes .../pip/__pycache__/__main__.cpython-310.pyc | Bin 0 -> 635 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 794 bytes .../__pycache__/build_env.cpython-310.pyc | Bin 0 -> 9638 bytes .../__pycache__/cache.cpython-310.pyc | Bin 0 -> 8421 bytes .../__pycache__/configuration.cpython-310.pyc | Bin 0 -> 11167 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 23164 bytes .../__pycache__/main.cpython-310.pyc | Bin 0 -> 659 bytes .../__pycache__/pyproject.cpython-310.pyc | Bin 0 -> 3578 bytes .../self_outdated_check.cpython-310.pyc | Bin 0 -> 4618 bytes .../__pycache__/wheel_builder.cpython-310.pyc | Bin 0 -> 9180 bytes .../site-packages/pip/_internal/build_env.py | 296 + .../site-packages/pip/_internal/cache.py | 264 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 314 bytes .../autocompletion.cpython-310.pyc | Bin 0 -> 5347 bytes .../__pycache__/base_command.cpython-310.pyc | Bin 0 -> 6290 bytes .../__pycache__/cmdoptions.cpython-310.pyc | Bin 0 -> 22589 bytes .../command_context.cpython-310.pyc | Bin 0 -> 1348 bytes .../cli/__pycache__/main.cpython-310.pyc | Bin 0 -> 1412 bytes .../__pycache__/main_parser.cpython-310.pyc | Bin 0 -> 2198 bytes .../cli/__pycache__/parser.cpython-310.pyc | Bin 0 -> 9985 bytes .../__pycache__/progress_bars.cpython-310.pyc | Bin 0 -> 9274 bytes .../__pycache__/req_command.cpython-310.pyc | Bin 0 -> 13575 bytes .../cli/__pycache__/spinners.cpython-310.pyc | Bin 0 -> 4988 bytes .../__pycache__/status_codes.cpython-310.pyc | Bin 0 -> 393 bytes .../pip/_internal/cli/autocompletion.py | 171 + .../pip/_internal/cli/base_command.py | 220 + .../pip/_internal/cli/cmdoptions.py | 1018 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 70 + .../pip/_internal/cli/main_parser.py | 87 + .../site-packages/pip/_internal/cli/parser.py | 292 + .../pip/_internal/cli/progress_bars.py | 321 + .../pip/_internal/cli/req_command.py | 506 + .../pip/_internal/cli/spinners.py | 157 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 127 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3177 bytes .../__pycache__/cache.cpython-310.pyc | Bin 0 -> 6218 bytes .../__pycache__/check.cpython-310.pyc | Bin 0 -> 1611 bytes .../__pycache__/completion.cpython-310.pyc | Bin 0 -> 3178 bytes .../__pycache__/configuration.cpython-310.pyc | Bin 0 -> 8360 bytes .../__pycache__/debug.cpython-310.pyc | Bin 0 -> 6715 bytes .../__pycache__/download.cpython-310.pyc | Bin 0 -> 4025 bytes .../__pycache__/freeze.cpython-310.pyc | Bin 0 -> 2691 bytes .../commands/__pycache__/hash.cpython-310.pyc | Bin 0 -> 2190 bytes .../commands/__pycache__/help.cpython-310.pyc | Bin 0 -> 1351 bytes .../__pycache__/index.cpython-310.pyc | Bin 0 -> 4674 bytes .../__pycache__/install.cpython-310.pyc | Bin 0 -> 17833 bytes .../commands/__pycache__/list.cpython-310.pyc | Bin 0 -> 10400 bytes .../__pycache__/search.cpython-310.pyc | Bin 0 -> 5404 bytes .../commands/__pycache__/show.cpython-310.pyc | Bin 0 -> 6157 bytes .../__pycache__/uninstall.cpython-310.pyc | Bin 0 -> 3148 bytes .../__pycache__/wheel.cpython-310.pyc | Bin 0 -> 4880 bytes .../pip/_internal/commands/cache.py | 223 + .../pip/_internal/commands/check.py | 53 + .../pip/_internal/commands/completion.py | 96 + .../pip/_internal/commands/configuration.py | 266 + .../pip/_internal/commands/debug.py | 202 + .../pip/_internal/commands/download.py | 140 + .../pip/_internal/commands/freeze.py | 97 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/install.py | 771 ++ .../pip/_internal/commands/list.py | 363 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 178 + .../pip/_internal/commands/uninstall.py | 105 + .../pip/_internal/commands/wheel.py | 178 + .../pip/_internal/configuration.py | 366 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 841 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 1898 bytes .../__pycache__/installed.cpython-310.pyc | Bin 0 -> 1275 bytes .../__pycache__/sdist.cpython-310.pyc | Bin 0 -> 4487 bytes .../__pycache__/wheel.cpython-310.pyc | Bin 0 -> 1642 bytes .../pip/_internal/distributions/base.py | 36 + .../pip/_internal/distributions/installed.py | 20 + .../pip/_internal/distributions/sdist.py | 127 + .../pip/_internal/distributions/wheel.py | 31 + .../site-packages/pip/_internal/exceptions.py | 658 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 268 bytes .../__pycache__/collector.cpython-310.pyc | Bin 0 -> 19347 bytes .../package_finder.cpython-310.pyc | Bin 0 -> 28156 bytes .../index/__pycache__/sources.cpython-310.pyc | Bin 0 -> 7161 bytes .../pip/_internal/index/collector.py | 648 ++ .../pip/_internal/index/package_finder.py | 1004 ++ .../pip/_internal/index/sources.py | 224 + .../pip/_internal/locations/__init__.py | 520 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 12428 bytes .../__pycache__/_distutils.cpython-310.pyc | Bin 0 -> 4696 bytes .../__pycache__/_sysconfig.cpython-310.pyc | Bin 0 -> 6279 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 1578 bytes .../pip/_internal/locations/_distutils.py | 169 + .../pip/_internal/locations/_sysconfig.py | 219 + .../pip/_internal/locations/base.py | 52 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 62 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2334 bytes .../metadata/__pycache__/base.cpython-310.pyc | Bin 0 -> 20888 bytes .../__pycache__/pkg_resources.cpython-310.pyc | Bin 0 -> 9904 bytes .../pip/_internal/metadata/base.py | 546 ++ .../pip/_internal/metadata/pkg_resources.py | 256 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 302 bytes .../__pycache__/candidate.cpython-310.pyc | Bin 0 -> 1454 bytes .../__pycache__/direct_url.cpython-310.pyc | Bin 0 -> 7327 bytes .../format_control.cpython-310.pyc | Bin 0 -> 2779 bytes .../models/__pycache__/index.cpython-310.pyc | Bin 0 -> 1271 bytes .../models/__pycache__/link.cpython-310.pyc | Bin 0 -> 10203 bytes .../models/__pycache__/scheme.cpython-310.pyc | Bin 0 -> 1070 bytes .../__pycache__/search_scope.cpython-310.pyc | Bin 0 -> 3525 bytes .../selection_prefs.cpython-310.pyc | Bin 0 -> 1732 bytes .../__pycache__/target_python.cpython-310.pyc | Bin 0 -> 3483 bytes .../models/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 4399 bytes .../pip/_internal/models/candidate.py | 34 + .../pip/_internal/models/direct_url.py | 220 + .../pip/_internal/models/format_control.py | 80 + .../pip/_internal/models/index.py | 28 + .../pip/_internal/models/link.py | 288 + .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 129 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 110 + .../pip/_internal/models/wheel.py | 89 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 290 bytes .../network/__pycache__/auth.cpython-310.pyc | Bin 0 -> 7558 bytes .../network/__pycache__/cache.cpython-310.pyc | Bin 0 -> 2971 bytes .../__pycache__/download.cpython-310.pyc | Bin 0 -> 5537 bytes .../__pycache__/lazy_wheel.cpython-310.pyc | Bin 0 -> 8445 bytes .../__pycache__/session.cpython-310.pyc | Bin 0 -> 10766 bytes .../network/__pycache__/utils.cpython-310.pyc | Bin 0 -> 1486 bytes .../__pycache__/xmlrpc.cpython-310.pyc | Bin 0 -> 2103 bytes .../pip/_internal/network/auth.py | 323 + .../pip/_internal/network/cache.py | 69 + .../pip/_internal/network/download.py | 185 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 454 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 60 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 238 bytes .../__pycache__/check.cpython-310.pyc | Bin 0 -> 4051 bytes .../__pycache__/freeze.cpython-310.pyc | Bin 0 -> 6236 bytes .../__pycache__/prepare.cpython-310.pyc | Bin 0 -> 14934 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 244 bytes .../__pycache__/metadata.cpython-310.pyc | Bin 0 -> 1471 bytes .../metadata_editable.cpython-310.pyc | Bin 0 -> 1505 bytes .../metadata_legacy.cpython-310.pyc | Bin 0 -> 2416 bytes .../build/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 1261 bytes .../wheel_editable.cpython-310.pyc | Bin 0 -> 1485 bytes .../__pycache__/wheel_legacy.cpython-310.pyc | Bin 0 -> 2801 bytes .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 149 + .../pip/_internal/operations/freeze.py | 254 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 302 bytes .../editable_legacy.cpython-310.pyc | Bin 0 -> 1589 bytes .../__pycache__/legacy.cpython-310.pyc | Bin 0 -> 3373 bytes .../install/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 21131 bytes .../operations/install/editable_legacy.py | 47 + .../_internal/operations/install/legacy.py | 120 + .../pip/_internal/operations/install/wheel.py | 738 ++ .../pip/_internal/operations/prepare.py | 642 ++ .../site-packages/pip/_internal/pyproject.py | 168 + .../pip/_internal/req/__init__.py | 94 + .../req/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2638 bytes .../__pycache__/constructors.cpython-310.pyc | Bin 0 -> 12201 bytes .../req/__pycache__/req_file.cpython-310.pyc | Bin 0 -> 13529 bytes .../__pycache__/req_install.cpython-310.pyc | Bin 0 -> 22218 bytes .../req/__pycache__/req_set.cpython-310.pyc | Bin 0 -> 5878 bytes .../__pycache__/req_tracker.cpython-310.pyc | Bin 0 -> 4346 bytes .../__pycache__/req_uninstall.cpython-310.pyc | Bin 0 -> 18984 bytes .../pip/_internal/req/constructors.py | 490 + .../pip/_internal/req/req_file.py | 536 + .../pip/_internal/req/req_install.py | 858 ++ .../pip/_internal/req/req_set.py | 189 + .../pip/_internal/req/req_tracker.py | 124 + .../pip/_internal/req/req_uninstall.py | 633 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 238 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 1090 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 245 bytes .../__pycache__/resolver.cpython-310.pyc | Bin 0 -> 12332 bytes .../_internal/resolution/legacy/resolver.py | 467 + .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 249 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 6492 bytes .../__pycache__/candidates.cpython-310.pyc | Bin 0 -> 18399 bytes .../__pycache__/factory.cpython-310.pyc | Bin 0 -> 19257 bytes .../found_candidates.cpython-310.pyc | Bin 0 -> 4909 bytes .../__pycache__/provider.cpython-310.pyc | Bin 0 -> 7751 bytes .../__pycache__/reporter.cpython-310.pyc | Bin 0 -> 3218 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 7507 bytes .../__pycache__/resolver.cpython-310.pyc | Bin 0 -> 8144 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 547 ++ .../resolution/resolvelib/factory.py | 739 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 248 + .../resolution/resolvelib/reporter.py | 68 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 292 + .../pip/_internal/self_outdated_check.py | 189 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 233 bytes .../utils/__pycache__/_log.cpython-310.pyc | Bin 0 -> 1561 bytes .../utils/__pycache__/appdirs.cpython-310.pyc | Bin 0 -> 1659 bytes .../utils/__pycache__/compat.cpython-310.pyc | Bin 0 -> 1549 bytes .../compatibility_tags.cpython-310.pyc | Bin 0 -> 4118 bytes .../__pycache__/datetime.cpython-310.pyc | Bin 0 -> 556 bytes .../__pycache__/deprecation.cpython-310.pyc | Bin 0 -> 3354 bytes .../direct_url_helpers.cpython-310.pyc | Bin 0 -> 2124 bytes .../distutils_args.cpython-310.pyc | Bin 0 -> 1140 bytes .../__pycache__/egg_link.cpython-310.pyc | Bin 0 -> 2189 bytes .../__pycache__/encoding.cpython-310.pyc | Bin 0 -> 1346 bytes .../__pycache__/entrypoints.cpython-310.pyc | Bin 0 -> 1343 bytes .../__pycache__/filesystem.cpython-310.pyc | Bin 0 -> 5201 bytes .../__pycache__/filetypes.cpython-310.pyc | Bin 0 -> 983 bytes .../utils/__pycache__/glibc.cpython-310.pyc | Bin 0 -> 1712 bytes .../utils/__pycache__/hashes.cpython-310.pyc | Bin 0 -> 5235 bytes .../inject_securetransport.cpython-310.pyc | Bin 0 -> 1028 bytes .../utils/__pycache__/logging.cpython-310.pyc | Bin 0 -> 9672 bytes .../utils/__pycache__/misc.cpython-310.pyc | Bin 0 -> 19438 bytes .../utils/__pycache__/models.cpython-310.pyc | Bin 0 -> 2029 bytes .../__pycache__/packaging.cpython-310.pyc | Bin 0 -> 2121 bytes .../setuptools_build.cpython-310.pyc | Bin 0 -> 4636 bytes .../__pycache__/subprocess.cpython-310.pyc | Bin 0 -> 5815 bytes .../__pycache__/temp_dir.cpython-310.pyc | Bin 0 -> 7338 bytes .../__pycache__/unpacking.cpython-310.pyc | Bin 0 -> 6693 bytes .../utils/__pycache__/urls.cpython-310.pyc | Bin 0 -> 1626 bytes .../__pycache__/virtualenv.cpython-310.pyc | Bin 0 -> 3329 bytes .../utils/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 4454 bytes .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 63 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 120 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/distutils_args.py | 42 + .../pip/_internal/utils/egg_link.py | 75 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 27 + .../pip/_internal/utils/filesystem.py | 182 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 88 + .../pip/_internal/utils/hashes.py | 144 + .../_internal/utils/inject_securetransport.py | 35 + .../pip/_internal/utils/logging.py | 343 + .../site-packages/pip/_internal/utils/misc.py | 653 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 195 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 246 + .../pip/_internal/utils/unpacking.py | 258 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 136 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 556 bytes .../vcs/__pycache__/bazaar.cpython-310.pyc | Bin 0 -> 3383 bytes .../vcs/__pycache__/git.cpython-310.pyc | Bin 0 -> 12586 bytes .../vcs/__pycache__/mercurial.cpython-310.pyc | Bin 0 -> 5102 bytes .../__pycache__/subversion.cpython-310.pyc | Bin 0 -> 8490 bytes .../versioncontrol.cpython-310.pyc | Bin 0 -> 21185 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 101 + .../site-packages/pip/_internal/vcs/git.py | 526 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 705 ++ .../pip/_internal/wheel_builder.py | 377 + .../site-packages/pip/_vendor/__init__.py | 111 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2956 bytes .../__pycache__/distro.cpython-310.pyc | Bin 0 -> 38274 bytes .../_vendor/__pycache__/six.cpython-310.pyc | Bin 0 -> 27623 bytes .../typing_extensions.cpython-310.pyc | Bin 0 -> 66619 bytes .../pip/_vendor/cachecontrol/__init__.py | 18 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 684 bytes .../__pycache__/_cmd.cpython-310.pyc | Bin 0 -> 1622 bytes .../__pycache__/adapter.cpython-310.pyc | Bin 0 -> 3198 bytes .../__pycache__/cache.cpython-310.pyc | Bin 0 -> 1888 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 798 bytes .../__pycache__/controller.cpython-310.pyc | Bin 0 -> 8252 bytes .../__pycache__/filewrapper.cpython-310.pyc | Bin 0 -> 2834 bytes .../__pycache__/heuristics.cpython-310.pyc | Bin 0 -> 4758 bytes .../__pycache__/serialize.cpython-310.pyc | Bin 0 -> 4293 bytes .../__pycache__/wrapper.cpython-310.pyc | Bin 0 -> 729 bytes .../pip/_vendor/cachecontrol/_cmd.py | 61 + .../pip/_vendor/cachecontrol/adapter.py | 137 + .../pip/_vendor/cachecontrol/cache.py | 43 + .../_vendor/cachecontrol/caches/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 335 bytes .../__pycache__/file_cache.cpython-310.pyc | Bin 0 -> 3409 bytes .../__pycache__/redis_cache.cpython-310.pyc | Bin 0 -> 1615 bytes .../_vendor/cachecontrol/caches/file_cache.py | 150 + .../cachecontrol/caches/redis_cache.py | 37 + .../pip/_vendor/cachecontrol/compat.py | 32 + .../pip/_vendor/cachecontrol/controller.py | 415 + .../pip/_vendor/cachecontrol/filewrapper.py | 111 + .../pip/_vendor/cachecontrol/heuristics.py | 139 + .../pip/_vendor/cachecontrol/serialize.py | 186 + .../pip/_vendor/cachecontrol/wrapper.py | 33 + .../pip/_vendor/certifi/__init__.py | 3 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 317 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 496 bytes .../certifi/__pycache__/core.cpython-310.pyc | Bin 0 -> 1555 bytes .../pip/_vendor/certifi/cacert.pem | 4362 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 76 + .../pip/_vendor/chardet/__init__.py | 83 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1941 bytes .../__pycache__/big5freq.cpython-310.pyc | Bin 0 -> 27220 bytes .../__pycache__/big5prober.cpython-310.pyc | Bin 0 -> 1171 bytes .../chardistribution.cpython-310.pyc | Bin 0 -> 5781 bytes .../charsetgroupprober.cpython-310.pyc | Bin 0 -> 2270 bytes .../__pycache__/charsetprober.cpython-310.pyc | Bin 0 -> 3524 bytes .../codingstatemachine.cpython-310.pyc | Bin 0 -> 2943 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 442 bytes .../__pycache__/cp949prober.cpython-310.pyc | Bin 0 -> 1178 bytes .../chardet/__pycache__/enums.cpython-310.pyc | Bin 0 -> 2625 bytes .../__pycache__/escprober.cpython-310.pyc | Bin 0 -> 2672 bytes .../chardet/__pycache__/escsm.cpython-310.pyc | Bin 0 -> 8419 bytes .../__pycache__/eucjpprober.cpython-310.pyc | Bin 0 -> 2474 bytes .../__pycache__/euckrfreq.cpython-310.pyc | Bin 0 -> 12104 bytes .../__pycache__/euckrprober.cpython-310.pyc | Bin 0 -> 1179 bytes .../__pycache__/euctwfreq.cpython-310.pyc | Bin 0 -> 27224 bytes .../__pycache__/euctwprober.cpython-310.pyc | Bin 0 -> 1179 bytes .../__pycache__/gb2312freq.cpython-310.pyc | Bin 0 -> 19148 bytes .../__pycache__/gb2312prober.cpython-310.pyc | Bin 0 -> 1187 bytes .../__pycache__/hebrewprober.cpython-310.pyc | Bin 0 -> 3060 bytes .../__pycache__/jisfreq.cpython-310.pyc | Bin 0 -> 22176 bytes .../__pycache__/jpcntx.cpython-310.pyc | Bin 0 -> 37683 bytes .../langbulgarianmodel.cpython-310.pyc | Bin 0 -> 47964 bytes .../langgreekmodel.cpython-310.pyc | Bin 0 -> 46154 bytes .../langhebrewmodel.cpython-310.pyc | Bin 0 -> 44603 bytes .../langhungarianmodel.cpython-310.pyc | Bin 0 -> 47924 bytes .../langrussianmodel.cpython-310.pyc | Bin 0 -> 61057 bytes .../__pycache__/langthaimodel.cpython-310.pyc | Bin 0 -> 44779 bytes .../langturkishmodel.cpython-310.pyc | Bin 0 -> 44620 bytes .../__pycache__/latin1prober.cpython-310.pyc | Bin 0 -> 4470 bytes .../mbcharsetprober.cpython-310.pyc | Bin 0 -> 2289 bytes .../mbcsgroupprober.cpython-310.pyc | Bin 0 -> 1174 bytes .../__pycache__/mbcssm.cpython-310.pyc | Bin 0 -> 18801 bytes .../sbcharsetprober.cpython-310.pyc | Bin 0 -> 3120 bytes .../sbcsgroupprober.cpython-310.pyc | Bin 0 -> 1743 bytes .../__pycache__/sjisprober.cpython-310.pyc | Bin 0 -> 2512 bytes .../universaldetector.cpython-310.pyc | Bin 0 -> 5866 bytes .../__pycache__/utf8prober.cpython-310.pyc | Bin 0 -> 2023 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 480 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 233 + .../pip/_vendor/chardet/charsetgroupprober.py | 107 + .../pip/_vendor/chardet/charsetprober.py | 145 + .../pip/_vendor/chardet/cli/__init__.py | 1 + .../cli/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 237 bytes .../__pycache__/chardetect.cpython-310.pyc | Bin 0 -> 2736 bytes .../pip/_vendor/chardet/cli/chardetect.py | 84 + .../pip/_vendor/chardet/codingstatemachine.py | 88 + .../pip/_vendor/chardet/compat.py | 36 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 76 + .../pip/_vendor/chardet/escprober.py | 101 + .../pip/_vendor/chardet/escsm.py | 246 + .../pip/_vendor/chardet/eucjpprober.py | 92 + .../pip/_vendor/chardet/euckrfreq.py | 195 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 387 + .../pip/_vendor/chardet/euctwprober.py | 46 + .../pip/_vendor/chardet/gb2312freq.py | 283 + .../pip/_vendor/chardet/gb2312prober.py | 46 + .../pip/_vendor/chardet/hebrewprober.py | 292 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/jpcntx.py | 233 + .../pip/_vendor/chardet/langbulgarianmodel.py | 4650 +++++++++ .../pip/_vendor/chardet/langgreekmodel.py | 4398 +++++++++ .../pip/_vendor/chardet/langhebrewmodel.py | 4383 +++++++++ .../pip/_vendor/chardet/langhungarianmodel.py | 4650 +++++++++ .../pip/_vendor/chardet/langrussianmodel.py | 5718 +++++++++++ .../pip/_vendor/chardet/langthaimodel.py | 4383 +++++++++ .../pip/_vendor/chardet/langturkishmodel.py | 4383 +++++++++ .../pip/_vendor/chardet/latin1prober.py | 145 + .../pip/_vendor/chardet/mbcharsetprober.py | 91 + .../pip/_vendor/chardet/mbcsgroupprober.py | 54 + .../pip/_vendor/chardet/mbcssm.py | 572 ++ .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 242 bytes .../__pycache__/languages.cpython-310.pyc | Bin 0 -> 8004 bytes .../pip/_vendor/chardet/metadata/languages.py | 310 + .../pip/_vendor/chardet/sbcharsetprober.py | 145 + .../pip/_vendor/chardet/sbcsgroupprober.py | 83 + .../pip/_vendor/chardet/sjisprober.py | 92 + .../pip/_vendor/chardet/universaldetector.py | 286 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 485 bytes .../colorama/__pycache__/ansi.cpython-310.pyc | Bin 0 -> 3046 bytes .../__pycache__/ansitowin32.cpython-310.pyc | Bin 0 -> 7944 bytes .../__pycache__/initialise.cpython-310.pyc | Bin 0 -> 1732 bytes .../__pycache__/win32.cpython-310.pyc | Bin 0 -> 3992 bytes .../__pycache__/winterm.cpython-310.pyc | Bin 0 -> 4609 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 258 + .../pip/_vendor/colorama/initialise.py | 80 + .../pip/_vendor/colorama/win32.py | 152 + .../pip/_vendor/colorama/winterm.py | 169 + .../pip/_vendor/distlib/__init__.py | 23 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1104 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 31450 bytes .../__pycache__/database.cpython-310.pyc | Bin 0 -> 42905 bytes .../distlib/__pycache__/index.cpython-310.pyc | Bin 0 -> 17359 bytes .../__pycache__/locators.cpython-310.pyc | Bin 0 -> 38418 bytes .../__pycache__/manifest.cpython-310.pyc | Bin 0 -> 10272 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 5076 bytes .../__pycache__/metadata.cpython-310.pyc | Bin 0 -> 26604 bytes .../__pycache__/resources.cpython-310.pyc | Bin 0 -> 11078 bytes .../__pycache__/scripts.cpython-310.pyc | Bin 0 -> 11294 bytes .../distlib/__pycache__/util.cpython-310.pyc | Bin 0 -> 51737 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 20191 bytes .../distlib/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 27351 bytes .../pip/_vendor/distlib/compat.py | 1116 +++ .../pip/_vendor/distlib/database.py | 1345 +++ .../pip/_vendor/distlib/index.py | 509 + .../pip/_vendor/distlib/locators.py | 1300 +++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 152 + .../pip/_vendor/distlib/metadata.py | 1058 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 429 + .../site-packages/pip/_vendor/distlib/util.py | 1932 ++++ .../pip/_vendor/distlib/version.py | 739 ++ .../pip/_vendor/distlib/wheel.py | 1053 ++ .../site-packages/pip/_vendor/distro.py | 1386 +++ .../pip/_vendor/html5lib/__init__.py | 35 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1344 bytes .../__pycache__/_ihatexml.cpython-310.pyc | Bin 0 -> 13899 bytes .../__pycache__/_inputstream.cpython-310.pyc | Bin 0 -> 21716 bytes .../__pycache__/_tokenizer.cpython-310.pyc | Bin 0 -> 37362 bytes .../__pycache__/_utils.cpython-310.pyc | Bin 0 -> 4838 bytes .../__pycache__/constants.cpython-310.pyc | Bin 0 -> 161303 bytes .../__pycache__/html5parser.cpython-310.pyc | Bin 0 -> 88513 bytes .../__pycache__/serializer.cpython-310.pyc | Bin 0 -> 10779 bytes .../pip/_vendor/html5lib/_ihatexml.py | 289 + .../pip/_vendor/html5lib/_inputstream.py | 918 ++ .../pip/_vendor/html5lib/_tokenizer.py | 1735 ++++ .../pip/_vendor/html5lib/_trie/__init__.py | 5 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 394 bytes .../_trie/__pycache__/_base.cpython-310.pyc | Bin 0 -> 1646 bytes .../_trie/__pycache__/py.cpython-310.pyc | Bin 0 -> 2309 bytes .../pip/_vendor/html5lib/_trie/_base.py | 40 + .../pip/_vendor/html5lib/_trie/py.py | 67 + .../pip/_vendor/html5lib/_utils.py | 159 + .../pip/_vendor/html5lib/constants.py | 2946 ++++++ .../pip/_vendor/html5lib/filters/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 242 bytes .../alphabeticalattributes.cpython-310.pyc | Bin 0 -> 1372 bytes .../filters/__pycache__/base.cpython-310.pyc | Bin 0 -> 912 bytes .../inject_meta_charset.cpython-310.pyc | Bin 0 -> 1910 bytes .../filters/__pycache__/lint.cpython-310.pyc | Bin 0 -> 2618 bytes .../__pycache__/optionaltags.cpython-310.pyc | Bin 0 -> 2769 bytes .../__pycache__/sanitizer.cpython-310.pyc | Bin 0 -> 20066 bytes .../__pycache__/whitespace.cpython-310.pyc | Bin 0 -> 1416 bytes .../filters/alphabeticalattributes.py | 29 + .../pip/_vendor/html5lib/filters/base.py | 12 + .../html5lib/filters/inject_meta_charset.py | 73 + .../pip/_vendor/html5lib/filters/lint.py | 93 + .../_vendor/html5lib/filters/optionaltags.py | 207 + .../pip/_vendor/html5lib/filters/sanitizer.py | 916 ++ .../_vendor/html5lib/filters/whitespace.py | 38 + .../pip/_vendor/html5lib/html5parser.py | 2795 ++++++ .../pip/_vendor/html5lib/serializer.py | 409 + .../_vendor/html5lib/treeadapters/__init__.py | 30 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 983 bytes .../__pycache__/genshi.cpython-310.pyc | Bin 0 -> 1595 bytes .../__pycache__/sax.cpython-310.pyc | Bin 0 -> 1502 bytes .../_vendor/html5lib/treeadapters/genshi.py | 54 + .../pip/_vendor/html5lib/treeadapters/sax.py | 50 + .../_vendor/html5lib/treebuilders/__init__.py | 88 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3374 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 11365 bytes .../__pycache__/dom.cpython-310.pyc | Bin 0 -> 9452 bytes .../__pycache__/etree.cpython-310.pyc | Bin 0 -> 11754 bytes .../__pycache__/etree_lxml.cpython-310.pyc | Bin 0 -> 13069 bytes .../pip/_vendor/html5lib/treebuilders/base.py | 417 + .../pip/_vendor/html5lib/treebuilders/dom.py | 239 + .../_vendor/html5lib/treebuilders/etree.py | 343 + .../html5lib/treebuilders/etree_lxml.py | 392 + .../_vendor/html5lib/treewalkers/__init__.py | 154 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 4024 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 6985 bytes .../__pycache__/dom.cpython-310.pyc | Bin 0 -> 1756 bytes .../__pycache__/etree.cpython-310.pyc | Bin 0 -> 3514 bytes .../__pycache__/etree_lxml.cpython-310.pyc | Bin 0 -> 6601 bytes .../__pycache__/genshi.cpython-310.pyc | Bin 0 -> 1962 bytes .../pip/_vendor/html5lib/treewalkers/base.py | 252 + .../pip/_vendor/html5lib/treewalkers/dom.py | 43 + .../pip/_vendor/html5lib/treewalkers/etree.py | 131 + .../html5lib/treewalkers/etree_lxml.py | 215 + .../_vendor/html5lib/treewalkers/genshi.py | 69 + .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 889 bytes .../idna/__pycache__/codec.cpython-310.pyc | Bin 0 -> 2860 bytes .../idna/__pycache__/compat.cpython-310.pyc | Bin 0 -> 789 bytes .../idna/__pycache__/core.cpython-310.pyc | Bin 0 -> 9604 bytes .../idna/__pycache__/idnadata.cpython-310.pyc | Bin 0 -> 38267 bytes .../__pycache__/intranges.cpython-310.pyc | Bin 0 -> 2026 bytes .../__pycache__/package_data.cpython-310.pyc | Bin 0 -> 253 bytes .../__pycache__/uts46data.cpython-310.pyc | Bin 0 -> 150988 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 397 + .../pip/_vendor/idna/idnadata.py | 2137 ++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8512 ++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 54 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1469 bytes .../__pycache__/_version.cpython-310.pyc | Bin 0 -> 260 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 1850 bytes .../msgpack/__pycache__/ext.cpython-310.pyc | Bin 0 -> 6358 bytes .../__pycache__/fallback.cpython-310.pyc | Bin 0 -> 25487 bytes .../pip/_vendor/msgpack/_version.py | 1 + .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 193 + .../pip/_vendor/msgpack/fallback.py | 1012 ++ .../pip/_vendor/packaging/__about__.py | 26 + .../pip/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-310.pyc | Bin 0 -> 632 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 488 bytes .../__pycache__/_manylinux.cpython-310.pyc | Bin 0 -> 7342 bytes .../__pycache__/_musllinux.cpython-310.pyc | Bin 0 -> 4654 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 2747 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 9329 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 4017 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 21569 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 12232 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 3617 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 12967 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 ++ .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pep517/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 355 bytes .../pep517/__pycache__/build.cpython-310.pyc | Bin 0 -> 3638 bytes .../pep517/__pycache__/check.cpython-310.pyc | Bin 0 -> 4602 bytes .../__pycache__/colorlog.cpython-310.pyc | Bin 0 -> 3006 bytes .../pep517/__pycache__/compat.cpython-310.pyc | Bin 0 -> 1579 bytes .../__pycache__/dirtools.cpython-310.pyc | Bin 0 -> 1397 bytes .../__pycache__/envbuild.cpython-310.pyc | Bin 0 -> 4420 bytes .../pep517/__pycache__/meta.cpython-310.pyc | Bin 0 -> 3002 bytes .../__pycache__/wrappers.cpython-310.pyc | Bin 0 -> 12348 bytes .../site-packages/pip/_vendor/pep517/build.py | 127 + .../site-packages/pip/_vendor/pep517/check.py | 207 + .../pip/_vendor/pep517/colorlog.py | 115 + .../pip/_vendor/pep517/compat.py | 51 + .../pip/_vendor/pep517/dirtools.py | 44 + .../pip/_vendor/pep517/envbuild.py | 171 + .../pip/_vendor/pep517/in_process/__init__.py | 17 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 963 bytes .../__pycache__/_in_process.cpython-310.pyc | Bin 0 -> 10110 bytes .../_vendor/pep517/in_process/_in_process.py | 363 + .../site-packages/pip/_vendor/pep517/meta.py | 92 + .../pip/_vendor/pep517/wrappers.py | 375 + .../pip/_vendor/pkg_resources/__init__.py | 3296 +++++++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 99918 bytes .../__pycache__/py31compat.cpython-310.pyc | Bin 0 -> 702 bytes .../pip/_vendor/pkg_resources/py31compat.py | 23 + .../pip/_vendor/platformdirs/__init__.py | 331 + .../pip/_vendor/platformdirs/__main__.py | 46 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 10518 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 1278 bytes .../__pycache__/android.cpython-310.pyc | Bin 0 -> 4310 bytes .../__pycache__/api.cpython-310.pyc | Bin 0 -> 5244 bytes .../__pycache__/macos.cpython-310.pyc | Bin 0 -> 3232 bytes .../__pycache__/unix.cpython-310.pyc | Bin 0 -> 6933 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 337 bytes .../__pycache__/windows.cpython-310.pyc | Bin 0 -> 6476 bytes .../pip/_vendor/platformdirs/android.py | 119 + .../pip/_vendor/platformdirs/api.py | 156 + .../pip/_vendor/platformdirs/macos.py | 64 + .../pip/_vendor/platformdirs/unix.py | 181 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 182 + .../pip/_vendor/progress/__init__.py | 189 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 5772 bytes .../progress/__pycache__/bar.cpython-310.pyc | Bin 0 -> 2737 bytes .../__pycache__/colors.cpython-310.pyc | Bin 0 -> 1530 bytes .../__pycache__/counter.cpython-310.pyc | Bin 0 -> 1601 bytes .../__pycache__/spinner.cpython-310.pyc | Bin 0 -> 1431 bytes .../site-packages/pip/_vendor/progress/bar.py | 93 + .../pip/_vendor/progress/colors.py | 79 + .../pip/_vendor/progress/counter.py | 47 + .../pip/_vendor/progress/spinner.py | 45 + .../pip/_vendor/pygments/__init__.py | 83 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3034 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 630 bytes .../__pycache__/cmdline.cpython-310.pyc | Bin 0 -> 15493 bytes .../__pycache__/console.cpython-310.pyc | Bin 0 -> 1925 bytes .../__pycache__/filter.cpython-310.pyc | Bin 0 -> 2696 bytes .../__pycache__/formatter.cpython-310.pyc | Bin 0 -> 3052 bytes .../__pycache__/lexer.cpython-310.pyc | Bin 0 -> 24406 bytes .../__pycache__/modeline.cpython-310.pyc | Bin 0 -> 1234 bytes .../__pycache__/plugin.cpython-310.pyc | Bin 0 -> 2086 bytes .../__pycache__/regexopt.cpython-310.pyc | Bin 0 -> 2998 bytes .../__pycache__/scanner.cpython-310.pyc | Bin 0 -> 3599 bytes .../__pycache__/sphinxext.cpython-310.pyc | Bin 0 -> 4584 bytes .../__pycache__/style.cpython-310.pyc | Bin 0 -> 4621 bytes .../__pycache__/token.cpython-310.pyc | Bin 0 -> 4693 bytes .../__pycache__/unistring.cpython-310.pyc | Bin 0 -> 31247 bytes .../pygments/__pycache__/util.cpython-310.pyc | Bin 0 -> 9204 bytes .../pip/_vendor/pygments/cmdline.py | 663 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 71 + .../pip/_vendor/pygments/filters/__init__.py | 937 ++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 29555 bytes .../pip/_vendor/pygments/formatter.py | 94 + .../_vendor/pygments/formatters/__init__.py | 153 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 4710 bytes .../__pycache__/_mapping.cpython-310.pyc | Bin 0 -> 5577 bytes .../__pycache__/bbcode.cpython-310.pyc | Bin 0 -> 3127 bytes .../__pycache__/groff.cpython-310.pyc | Bin 0 -> 4400 bytes .../__pycache__/html.cpython-310.pyc | Bin 0 -> 29111 bytes .../__pycache__/img.cpython-310.pyc | Bin 0 -> 17539 bytes .../__pycache__/irc.cpython-310.pyc | Bin 0 -> 4630 bytes .../__pycache__/latex.cpython-310.pyc | Bin 0 -> 13536 bytes .../__pycache__/other.cpython-310.pyc | Bin 0 -> 4846 bytes .../__pycache__/pangomarkup.cpython-310.pyc | Bin 0 -> 2146 bytes .../__pycache__/rtf.cpython-310.pyc | Bin 0 -> 4176 bytes .../__pycache__/svg.cpython-310.pyc | Bin 0 -> 6374 bytes .../__pycache__/terminal.cpython-310.pyc | Bin 0 -> 4041 bytes .../__pycache__/terminal256.cpython-310.pyc | Bin 0 -> 9291 bytes .../_vendor/pygments/formatters/_mapping.py | 84 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 168 + .../pip/_vendor/pygments/formatters/html.py | 983 ++ .../pip/_vendor/pygments/formatters/img.py | 641 ++ .../pip/_vendor/pygments/formatters/irc.py | 179 + .../pip/_vendor/pygments/formatters/latex.py | 511 + .../pip/_vendor/pygments/formatters/other.py | 161 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 146 + .../pip/_vendor/pygments/formatters/svg.py | 188 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 879 ++ .../pip/_vendor/pygments/lexers/__init__.py | 341 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 9226 bytes .../__pycache__/_mapping.cpython-310.pyc | Bin 0 -> 58164 bytes .../lexers/__pycache__/python.cpython-310.pyc | Bin 0 -> 29425 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 580 ++ .../pip/_vendor/pygments/lexers/python.py | 1188 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 69 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 155 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 93 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3262 bytes .../pip/_vendor/pygments/token.py | 212 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 308 + .../pip/_vendor/pyparsing/__init__.py | 328 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 7167 bytes .../__pycache__/actions.cpython-310.pyc | Bin 0 -> 7224 bytes .../__pycache__/common.cpython-310.pyc | Bin 0 -> 10147 bytes .../__pycache__/core.cpython-310.pyc | Bin 0 -> 175277 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 9114 bytes .../__pycache__/helpers.cpython-310.pyc | Bin 0 -> 34809 bytes .../__pycache__/results.cpython-310.pyc | Bin 0 -> 24821 bytes .../__pycache__/testing.cpython-310.pyc | Bin 0 -> 12142 bytes .../__pycache__/unicode.cpython-310.pyc | Bin 0 -> 9856 bytes .../__pycache__/util.cpython-310.pyc | Bin 0 -> 8647 bytes .../pip/_vendor/pyparsing/actions.py | 207 + .../pip/_vendor/pyparsing/common.py | 424 + .../pip/_vendor/pyparsing/core.py | 5789 +++++++++++ .../pip/_vendor/pyparsing/diagram/__init__.py | 593 ++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 15687 bytes .../pip/_vendor/pyparsing/exceptions.py | 267 + .../pip/_vendor/pyparsing/helpers.py | 1069 ++ .../pip/_vendor/pyparsing/results.py | 760 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 332 + .../pip/_vendor/pyparsing/util.py | 235 + .../pip/_vendor/requests/__init__.py | 154 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 4080 bytes .../__pycache__/__version__.cpython-310.pyc | Bin 0 -> 597 bytes .../_internal_utils.cpython-310.pyc | Bin 0 -> 1349 bytes .../__pycache__/adapters.cpython-310.pyc | Bin 0 -> 17085 bytes .../requests/__pycache__/api.cpython-310.pyc | Bin 0 -> 6696 bytes .../requests/__pycache__/auth.cpython-310.pyc | Bin 0 -> 8139 bytes .../__pycache__/certs.cpython-310.pyc | Bin 0 -> 681 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 1716 bytes .../__pycache__/cookies.cpython-310.pyc | Bin 0 -> 18729 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 5290 bytes .../requests/__pycache__/help.cpython-310.pyc | Bin 0 -> 2949 bytes .../__pycache__/hooks.cpython-310.pyc | Bin 0 -> 1036 bytes .../__pycache__/models.cpython-310.pyc | Bin 0 -> 24355 bytes .../__pycache__/packages.cpython-310.pyc | Bin 0 -> 550 bytes .../__pycache__/sessions.cpython-310.pyc | Bin 0 -> 19663 bytes .../__pycache__/status_codes.cpython-310.pyc | Bin 0 -> 4713 bytes .../__pycache__/structures.cpython-310.pyc | Bin 0 -> 4495 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 24438 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 42 + .../pip/_vendor/requests/adapters.py | 538 ++ .../site-packages/pip/_vendor/requests/api.py | 159 + .../pip/_vendor/requests/auth.py | 305 + .../pip/_vendor/requests/certs.py | 18 + .../pip/_vendor/requests/compat.py | 77 + .../pip/_vendor/requests/cookies.py | 549 ++ .../pip/_vendor/requests/exceptions.py | 133 + .../pip/_vendor/requests/help.py | 132 + .../pip/_vendor/requests/hooks.py | 34 + .../pip/_vendor/requests/models.py | 973 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 771 ++ .../pip/_vendor/requests/status_codes.py | 123 + .../pip/_vendor/requests/structures.py | 105 + .../pip/_vendor/requests/utils.py | 1060 ++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 648 bytes .../__pycache__/providers.cpython-310.pyc | Bin 0 -> 6699 bytes .../__pycache__/reporters.cpython-310.pyc | Bin 0 -> 2619 bytes .../__pycache__/resolvers.cpython-310.pyc | Bin 0 -> 15172 bytes .../__pycache__/structs.cpython-310.pyc | Bin 0 -> 7205 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 243 bytes .../collections_abc.cpython-310.pyc | Bin 0 -> 419 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 482 + .../pip/_vendor/resolvelib/structs.py | 165 + .../pip/_vendor/rich/__init__.py | 172 + .../pip/_vendor/rich/__main__.py | 280 + .../rich/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 5933 bytes .../rich/__pycache__/__main__.cpython-310.pyc | Bin 0 -> 7367 bytes .../__pycache__/_cell_widths.cpython-310.pyc | Bin 0 -> 7856 bytes .../__pycache__/_emoji_codes.cpython-310.pyc | Bin 0 -> 360096 bytes .../_emoji_replace.cpython-310.pyc | Bin 0 -> 1236 bytes .../__pycache__/_extension.cpython-310.pyc | Bin 0 -> 537 bytes .../rich/__pycache__/_inspect.cpython-310.pyc | Bin 0 -> 6654 bytes .../__pycache__/_log_render.cpython-310.pyc | Bin 0 -> 2682 bytes .../rich/__pycache__/_loop.cpython-310.pyc | Bin 0 -> 1334 bytes .../__pycache__/_lru_cache.cpython-310.pyc | Bin 0 -> 1617 bytes .../__pycache__/_palettes.cpython-310.pyc | Bin 0 -> 5139 bytes .../rich/__pycache__/_pick.cpython-310.pyc | Bin 0 -> 682 bytes .../rich/__pycache__/_ratio.cpython-310.pyc | Bin 0 -> 5199 bytes .../__pycache__/_spinners.cpython-310.pyc | Bin 0 -> 15255 bytes .../rich/__pycache__/_stack.cpython-310.pyc | Bin 0 -> 880 bytes .../rich/__pycache__/_timer.cpython-310.pyc | Bin 0 -> 729 bytes .../rich/__pycache__/_windows.cpython-310.pyc | Bin 0 -> 1920 bytes .../rich/__pycache__/_wrap.cpython-310.pyc | Bin 0 -> 1558 bytes .../rich/__pycache__/abc.cpython-310.pyc | Bin 0 -> 1356 bytes .../rich/__pycache__/align.cpython-310.pyc | Bin 0 -> 8010 bytes .../rich/__pycache__/ansi.cpython-310.pyc | Bin 0 -> 6059 bytes .../rich/__pycache__/bar.cpython-310.pyc | Bin 0 -> 3025 bytes .../rich/__pycache__/box.cpython-310.pyc | Bin 0 -> 7799 bytes .../rich/__pycache__/cells.cpython-310.pyc | Bin 0 -> 3541 bytes .../rich/__pycache__/color.cpython-310.pyc | Bin 0 -> 16797 bytes .../__pycache__/color_triplet.cpython-310.pyc | Bin 0 -> 1479 bytes .../rich/__pycache__/columns.cpython-310.pyc | Bin 0 -> 6239 bytes .../rich/__pycache__/console.cpython-310.pyc | Bin 0 -> 70484 bytes .../__pycache__/constrain.cpython-310.pyc | Bin 0 -> 1796 bytes .../__pycache__/containers.cpython-310.pyc | Bin 0 -> 6528 bytes .../rich/__pycache__/control.cpython-310.pyc | Bin 0 -> 6871 bytes .../default_styles.cpython-310.pyc | Bin 0 -> 6071 bytes .../rich/__pycache__/diagnose.cpython-310.pyc | Bin 0 -> 397 bytes .../rich/__pycache__/emoji.cpython-310.pyc | Bin 0 -> 3309 bytes .../rich/__pycache__/errors.cpython-310.pyc | Bin 0 -> 1569 bytes .../__pycache__/file_proxy.cpython-310.pyc | Bin 0 -> 2306 bytes .../rich/__pycache__/filesize.cpython-310.pyc | Bin 0 -> 2658 bytes .../__pycache__/highlighter.cpython-310.pyc | Bin 0 -> 5385 bytes .../rich/__pycache__/json.cpython-310.pyc | Bin 0 -> 4789 bytes .../rich/__pycache__/jupyter.cpython-310.pyc | Bin 0 -> 3868 bytes .../rich/__pycache__/layout.cpython-310.pyc | Bin 0 -> 14720 bytes .../rich/__pycache__/live.cpython-310.pyc | Bin 0 -> 11610 bytes .../__pycache__/live_render.cpython-310.pyc | Bin 0 -> 3444 bytes .../rich/__pycache__/logging.cpython-310.pyc | Bin 0 -> 9336 bytes .../rich/__pycache__/markup.cpython-310.pyc | Bin 0 -> 5955 bytes .../rich/__pycache__/measure.cpython-310.pyc | Bin 0 -> 5100 bytes .../rich/__pycache__/padding.cpython-310.pyc | Bin 0 -> 4524 bytes .../rich/__pycache__/pager.cpython-310.pyc | Bin 0 -> 1537 bytes .../rich/__pycache__/palette.cpython-310.pyc | Bin 0 -> 3750 bytes .../rich/__pycache__/panel.cpython-310.pyc | Bin 0 -> 6433 bytes .../rich/__pycache__/pretty.cpython-310.pyc | Bin 0 -> 25145 bytes .../rich/__pycache__/progress.cpython-310.pyc | Bin 0 -> 33373 bytes .../__pycache__/progress_bar.cpython-310.pyc | Bin 0 -> 6749 bytes .../rich/__pycache__/prompt.cpython-310.pyc | Bin 0 -> 11341 bytes .../rich/__pycache__/protocol.cpython-310.pyc | Bin 0 -> 1413 bytes .../rich/__pycache__/region.cpython-310.pyc | Bin 0 -> 569 bytes .../rich/__pycache__/repr.cpython-310.pyc | Bin 0 -> 4082 bytes .../rich/__pycache__/rule.cpython-310.pyc | Bin 0 -> 3779 bytes .../rich/__pycache__/scope.cpython-310.pyc | Bin 0 -> 3030 bytes .../rich/__pycache__/screen.cpython-310.pyc | Bin 0 -> 1921 bytes .../rich/__pycache__/segment.cpython-310.pyc | Bin 0 -> 20611 bytes .../rich/__pycache__/spinner.cpython-310.pyc | Bin 0 -> 4441 bytes .../rich/__pycache__/status.cpython-310.pyc | Bin 0 -> 4635 bytes .../rich/__pycache__/style.cpython-310.pyc | Bin 0 -> 20564 bytes .../rich/__pycache__/styled.cpython-310.pyc | Bin 0 -> 1805 bytes .../rich/__pycache__/syntax.cpython-310.pyc | Bin 0 -> 19078 bytes .../rich/__pycache__/table.cpython-310.pyc | Bin 0 -> 27016 bytes .../rich/__pycache__/tabulate.cpython-310.pyc | Bin 0 -> 1798 bytes .../terminal_theme.cpython-310.pyc | Bin 0 -> 1762 bytes .../rich/__pycache__/text.cpython-310.pyc | Bin 0 -> 39326 bytes .../rich/__pycache__/theme.cpython-310.pyc | Bin 0 -> 4742 bytes .../rich/__pycache__/themes.cpython-310.pyc | Bin 0 -> 335 bytes .../__pycache__/traceback.cpython-310.pyc | Bin 0 -> 19579 bytes .../rich/__pycache__/tree.cpython-310.pyc | Bin 0 -> 7359 bytes .../pip/_vendor/rich/_cell_widths.py | 451 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_extension.py | 10 + .../pip/_vendor/rich/_inspect.py | 210 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_lru_cache.py | 34 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 160 + .../pip/_vendor/rich/_spinners.py | 848 ++ .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_windows.py | 72 + .../site-packages/pip/_vendor/rich/_wrap.py | 55 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 312 + .../site-packages/pip/_vendor/rich/ansi.py | 228 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 483 + .../site-packages/pip/_vendor/rich/cells.py | 147 + .../site-packages/pip/_vendor/rich/color.py | 581 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2211 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 175 + .../pip/_vendor/rich/default_styles.py | 183 + .../pip/_vendor/rich/diagnose.py | 6 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 54 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 147 + .../site-packages/pip/_vendor/rich/json.py | 140 + .../site-packages/pip/_vendor/rich/jupyter.py | 92 + .../site-packages/pip/_vendor/rich/layout.py | 444 + .../site-packages/pip/_vendor/rich/live.py | 365 + .../pip/_vendor/rich/live_render.py | 113 + .../site-packages/pip/_vendor/rich/logging.py | 268 + .../site-packages/pip/_vendor/rich/markup.py | 244 + .../site-packages/pip/_vendor/rich/measure.py | 149 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 250 + .../site-packages/pip/_vendor/rich/pretty.py | 903 ++ .../pip/_vendor/rich/progress.py | 1036 ++ .../pip/_vendor/rich/progress_bar.py | 216 + .../site-packages/pip/_vendor/rich/prompt.py | 376 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 151 + .../site-packages/pip/_vendor/rich/rule.py | 115 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 720 ++ .../site-packages/pip/_vendor/rich/spinner.py | 134 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 785 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 735 ++ .../site-packages/pip/_vendor/rich/table.py | 968 ++ .../pip/_vendor/rich/tabulate.py | 51 + .../pip/_vendor/rich/terminal_theme.py | 55 + .../site-packages/pip/_vendor/rich/text.py | 1282 +++ .../site-packages/pip/_vendor/rich/theme.py | 112 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 678 ++ .../site-packages/pip/_vendor/rich/tree.py | 249 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 517 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 16416 bytes .../__pycache__/_asyncio.cpython-310.pyc | Bin 0 -> 2656 bytes .../__pycache__/_utils.cpython-310.pyc | Bin 0 -> 1269 bytes .../__pycache__/after.cpython-310.pyc | Bin 0 -> 1273 bytes .../__pycache__/before.cpython-310.pyc | Bin 0 -> 1151 bytes .../__pycache__/before_sleep.cpython-310.pyc | Bin 0 -> 1453 bytes .../tenacity/__pycache__/nap.cpython-310.pyc | Bin 0 -> 1241 bytes .../__pycache__/retry.cpython-310.pyc | Bin 0 -> 8471 bytes .../tenacity/__pycache__/stop.cpython-310.pyc | Bin 0 -> 4059 bytes .../__pycache__/tornadoweb.cpython-310.pyc | Bin 0 -> 1806 bytes .../tenacity/__pycache__/wait.cpython-310.pyc | Bin 0 -> 8003 bytes .../pip/_vendor/tenacity/_asyncio.py | 92 + .../pip/_vendor/tenacity/_utils.py | 68 + .../pip/_vendor/tenacity/after.py | 46 + .../pip/_vendor/tenacity/before.py | 41 + .../pip/_vendor/tenacity/before_sleep.py | 58 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 213 + .../pip/_vendor/tenacity/stop.py | 96 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 191 + .../pip/_vendor/tomli/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 421 bytes .../tomli/__pycache__/_parser.cpython-310.pyc | Bin 0 -> 16375 bytes .../tomli/__pycache__/_re.cpython-310.pyc | Bin 0 -> 2465 bytes .../pip/_vendor/tomli/_parser.py | 703 ++ .../site-packages/pip/_vendor/tomli/_re.py | 83 + .../pip/_vendor/typing_extensions.py | 2296 +++++ .../pip/_vendor/urllib3/__init__.py | 85 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2231 bytes .../__pycache__/_collections.cpython-310.pyc | Bin 0 -> 11396 bytes .../__pycache__/_version.cpython-310.pyc | Bin 0 -> 255 bytes .../__pycache__/connection.cpython-310.pyc | Bin 0 -> 13678 bytes .../connectionpool.cpython-310.pyc | Bin 0 -> 25520 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 11036 bytes .../__pycache__/fields.cpython-310.pyc | Bin 0 -> 8225 bytes .../__pycache__/filepost.cpython-310.pyc | Bin 0 -> 2792 bytes .../__pycache__/poolmanager.cpython-310.pyc | Bin 0 -> 15340 bytes .../__pycache__/request.cpython-310.pyc | Bin 0 -> 5668 bytes .../__pycache__/response.cpython-310.pyc | Bin 0 -> 20959 bytes .../pip/_vendor/urllib3/_collections.py | 355 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 569 ++ .../pip/_vendor/urllib3/connectionpool.py | 1113 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 241 bytes .../_appengine_environ.cpython-310.pyc | Bin 0 -> 1421 bytes .../__pycache__/appengine.cpython-310.pyc | Bin 0 -> 8237 bytes .../__pycache__/ntlmpool.cpython-310.pyc | Bin 0 -> 3676 bytes .../__pycache__/pyopenssl.cpython-310.pyc | Bin 0 -> 15578 bytes .../securetransport.cpython-310.pyc | Bin 0 -> 21983 bytes .../contrib/__pycache__/socks.cpython-310.pyc | Bin 0 -> 5643 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 258 bytes .../__pycache__/bindings.cpython-310.pyc | Bin 0 -> 10754 bytes .../__pycache__/low_level.cpython-310.pyc | Bin 0 -> 9141 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 511 + .../urllib3/contrib/securetransport.py | 922 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 242 bytes .../packages/__pycache__/six.cpython-310.pyc | Bin 0 -> 27696 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 252 bytes .../__pycache__/makefile.cpython-310.pyc | Bin 0 -> 1352 bytes .../urllib3/packages/backports/makefile.py | 51 + .../pip/_vendor/urllib3/packages/six.py | 1077 +++ .../pip/_vendor/urllib3/poolmanager.py | 539 ++ .../pip/_vendor/urllib3/request.py | 170 + .../pip/_vendor/urllib3/response.py | 821 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1151 bytes .../__pycache__/connection.cpython-310.pyc | Bin 0 -> 3479 bytes .../util/__pycache__/proxy.cpython-310.pyc | Bin 0 -> 1384 bytes .../util/__pycache__/queue.cpython-310.pyc | Bin 0 -> 1106 bytes .../util/__pycache__/request.cpython-310.pyc | Bin 0 -> 3514 bytes .../util/__pycache__/response.cpython-310.pyc | Bin 0 -> 2399 bytes .../util/__pycache__/retry.cpython-310.pyc | Bin 0 -> 16194 bytes .../util/__pycache__/ssl_.cpython-310.pyc | Bin 0 -> 11351 bytes .../ssl_match_hostname.cpython-310.pyc | Bin 0 -> 3323 bytes .../__pycache__/ssltransport.cpython-310.pyc | Bin 0 -> 7441 bytes .../util/__pycache__/timeout.cpython-310.pyc | Bin 0 -> 8975 bytes .../util/__pycache__/url.cpython-310.pyc | Bin 0 -> 10720 bytes .../util/__pycache__/wait.cpython-310.pyc | Bin 0 -> 3135 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 143 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 620 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 161 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 268 + .../pip/_vendor/urllib3/util/url.py | 432 + .../pip/_vendor/urllib3/util/wait.py | 153 + .../site-packages/pip/_vendor/vendor.txt | 25 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 9788 bytes .../__pycache__/labels.cpython-310.pyc | Bin 0 -> 5278 bytes .../__pycache__/mklabels.cpython-310.pyc | Bin 0 -> 1983 bytes .../__pycache__/tests.cpython-310.pyc | Bin 0 -> 5085 bytes .../x_user_defined.cpython-310.pyc | Bin 0 -> 2634 bytes .../pip/_vendor/webencodings/labels.py | 231 + .../pip/_vendor/webencodings/mklabels.py | 59 + .../pip/_vendor/webencodings/tests.py | 153 + .../_vendor/webencodings/x_user_defined.py | 325 + .../lib/python3.10/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3303 +++++++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 100643 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 235 bytes .../__pycache__/appdirs.cpython-310.pyc | Bin 0 -> 20296 bytes .../__pycache__/pyparsing.cpython-310.pyc | Bin 0 -> 198788 bytes .../pkg_resources/_vendor/appdirs.py | 608 ++ .../_vendor/packaging/__about__.py | 26 + .../_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-310.pyc | Bin 0 -> 642 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 498 bytes .../__pycache__/_manylinux.cpython-310.pyc | Bin 0 -> 7352 bytes .../__pycache__/_musllinux.cpython-310.pyc | Bin 0 -> 4664 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 3022 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 9348 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 4036 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 22240 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 12266 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 3627 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 12977 bytes .../_vendor/packaging/_manylinux.py | 301 + .../_vendor/packaging/_musllinux.py | 136 + .../_vendor/packaging/_structures.py | 67 + .../_vendor/packaging/markers.py | 304 + .../_vendor/packaging/requirements.py | 146 + .../_vendor/packaging/specifiers.py | 828 ++ .../pkg_resources/_vendor/packaging/tags.py | 484 + .../pkg_resources/_vendor/packaging/utils.py | 136 + .../_vendor/packaging/version.py | 504 + .../pkg_resources/_vendor/pyparsing.py | 5742 +++++++++++ .../pkg_resources/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2943 bytes .../__pycache__/setup.cpython-310.pyc | Bin 0 -> 363 bytes .../data/my-test-package-source/setup.py | 6 + .../setuptools-59.6.0.dist-info/INSTALLER | 1 + .../setuptools-59.6.0.dist-info/LICENSE | 19 + .../setuptools-59.6.0.dist-info/METADATA | 124 + .../setuptools-59.6.0.dist-info/RECORD | 298 + .../setuptools-59.6.0.dist-info/REQUESTED | 0 .../setuptools-59.6.0.dist-info/WHEEL | 5 + .../entry_points.txt | 56 + .../setuptools-59.6.0.dist-info/top_level.txt | 4 + .../site-packages/setuptools/__init__.py | 242 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 8639 bytes .../_deprecation_warning.cpython-310.pyc | Bin 0 -> 596 bytes .../__pycache__/_imp.cpython-310.pyc | Bin 0 -> 2122 bytes .../__pycache__/archive_util.cpython-310.pyc | Bin 0 -> 5892 bytes .../__pycache__/build_meta.cpython-310.pyc | Bin 0 -> 9506 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 20975 bytes .../__pycache__/dep_util.cpython-310.pyc | Bin 0 -> 903 bytes .../__pycache__/depends.cpython-310.pyc | Bin 0 -> 5342 bytes .../__pycache__/dist.cpython-310.pyc | Bin 0 -> 36383 bytes .../__pycache__/errors.cpython-310.pyc | Bin 0 -> 1548 bytes .../__pycache__/extension.cpython-310.pyc | Bin 0 -> 1992 bytes .../__pycache__/glob.cpython-310.pyc | Bin 0 -> 3781 bytes .../__pycache__/installer.cpython-310.pyc | Bin 0 -> 3027 bytes .../__pycache__/launch.cpython-310.pyc | Bin 0 -> 953 bytes .../__pycache__/monkey.cpython-310.pyc | Bin 0 -> 4681 bytes .../__pycache__/msvc.cpython-310.pyc | Bin 0 -> 42685 bytes .../__pycache__/namespaces.cpython-310.pyc | Bin 0 -> 3664 bytes .../__pycache__/package_index.cpython-310.pyc | Bin 0 -> 32777 bytes .../__pycache__/py34compat.cpython-310.pyc | Bin 0 -> 528 bytes .../__pycache__/sandbox.cpython-310.pyc | Bin 0 -> 15804 bytes .../__pycache__/unicode_utils.cpython-310.pyc | Bin 0 -> 1158 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 370 bytes .../__pycache__/wheel.cpython-310.pyc | Bin 0 -> 7396 bytes .../windows_support.cpython-310.pyc | Bin 0 -> 1071 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_distutils/__init__.py | 24 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 604 bytes .../__pycache__/_msvccompiler.cpython-310.pyc | Bin 0 -> 13881 bytes .../__pycache__/archive_util.cpython-310.pyc | Bin 0 -> 6609 bytes .../__pycache__/bcppcompiler.cpython-310.pyc | Bin 0 -> 6596 bytes .../__pycache__/ccompiler.cpython-310.pyc | Bin 0 -> 33353 bytes .../__pycache__/cmd.cpython-310.pyc | Bin 0 -> 13996 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 3635 bytes .../__pycache__/core.cpython-310.pyc | Bin 0 -> 7136 bytes .../cygwinccompiler.cpython-310.pyc | Bin 0 -> 9043 bytes .../__pycache__/debug.cpython-310.pyc | Bin 0 -> 298 bytes .../__pycache__/dep_util.cpython-310.pyc | Bin 0 -> 2819 bytes .../__pycache__/dir_util.cpython-310.pyc | Bin 0 -> 5930 bytes .../__pycache__/dist.cpython-310.pyc | Bin 0 -> 34095 bytes .../__pycache__/errors.cpython-310.pyc | Bin 0 -> 5040 bytes .../__pycache__/extension.cpython-310.pyc | Bin 0 -> 7054 bytes .../__pycache__/fancy_getopt.cpython-310.pyc | Bin 0 -> 10678 bytes .../__pycache__/file_util.cpython-310.pyc | Bin 0 -> 6024 bytes .../__pycache__/filelist.cpython-310.pyc | Bin 0 -> 10870 bytes .../__pycache__/log.cpython-310.pyc | Bin 0 -> 2355 bytes .../__pycache__/msvc9compiler.cpython-310.pyc | Bin 0 -> 17610 bytes .../__pycache__/msvccompiler.cpython-310.pyc | Bin 0 -> 14829 bytes .../__pycache__/py35compat.cpython-310.pyc | Bin 0 -> 674 bytes .../__pycache__/py38compat.cpython-310.pyc | Bin 0 -> 471 bytes .../__pycache__/spawn.cpython-310.pyc | Bin 0 -> 2941 bytes .../__pycache__/sysconfig.cpython-310.pyc | Bin 0 -> 12922 bytes .../__pycache__/text_file.cpython-310.pyc | Bin 0 -> 8517 bytes .../__pycache__/unixccompiler.cpython-310.pyc | Bin 0 -> 6849 bytes .../__pycache__/util.cpython-310.pyc | Bin 0 -> 14790 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 7891 bytes .../versionpredicate.cpython-310.pyc | Bin 0 -> 5384 bytes .../setuptools/_distutils/_msvccompiler.py | 561 ++ .../setuptools/_distutils/archive_util.py | 256 + .../setuptools/_distutils/bcppcompiler.py | 393 + .../setuptools/_distutils/ccompiler.py | 1123 +++ .../setuptools/_distutils/cmd.py | 403 + .../setuptools/_distutils/command/__init__.py | 31 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 577 bytes .../command/__pycache__/bdist.cpython-310.pyc | Bin 0 -> 3711 bytes .../__pycache__/bdist_dumb.cpython-310.pyc | Bin 0 -> 3690 bytes .../__pycache__/bdist_msi.cpython-310.pyc | Bin 0 -> 19766 bytes .../__pycache__/bdist_rpm.cpython-310.pyc | Bin 0 -> 12334 bytes .../__pycache__/bdist_wininst.cpython-310.pyc | Bin 0 -> 8677 bytes .../command/__pycache__/build.cpython-310.pyc | Bin 0 -> 3939 bytes .../__pycache__/build_clib.cpython-310.pyc | Bin 0 -> 4916 bytes .../__pycache__/build_ext.cpython-310.pyc | Bin 0 -> 16264 bytes .../__pycache__/build_py.cpython-310.pyc | Bin 0 -> 9935 bytes .../__pycache__/build_scripts.cpython-310.pyc | Bin 0 -> 4058 bytes .../command/__pycache__/check.cpython-310.pyc | Bin 0 -> 5055 bytes .../command/__pycache__/clean.cpython-310.pyc | Bin 0 -> 2194 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 10376 bytes .../__pycache__/install.cpython-310.pyc | Bin 0 -> 15314 bytes .../__pycache__/install_data.cpython-310.pyc | Bin 0 -> 2393 bytes .../install_egg_info.cpython-310.pyc | Bin 0 -> 3358 bytes .../install_headers.cpython-310.pyc | Bin 0 -> 1816 bytes .../__pycache__/install_lib.cpython-310.pyc | Bin 0 -> 5218 bytes .../install_scripts.cpython-310.pyc | Bin 0 -> 2245 bytes .../__pycache__/py37compat.cpython-310.pyc | Bin 0 -> 1086 bytes .../__pycache__/register.cpython-310.pyc | Bin 0 -> 8729 bytes .../command/__pycache__/sdist.cpython-310.pyc | Bin 0 -> 14545 bytes .../__pycache__/upload.cpython-310.pyc | Bin 0 -> 5421 bytes .../setuptools/_distutils/command/bdist.py | 143 + .../_distutils/command/bdist_dumb.py | 123 + .../_distutils/command/bdist_msi.py | 749 ++ .../_distutils/command/bdist_rpm.py | 579 ++ .../_distutils/command/bdist_wininst.py | 377 + .../setuptools/_distutils/command/build.py | 157 + .../_distutils/command/build_clib.py | 209 + .../_distutils/command/build_ext.py | 755 ++ .../setuptools/_distutils/command/build_py.py | 392 + .../_distutils/command/build_scripts.py | 152 + .../setuptools/_distutils/command/check.py | 148 + .../setuptools/_distutils/command/clean.py | 76 + .../setuptools/_distutils/command/config.py | 344 + .../setuptools/_distutils/command/install.py | 721 ++ .../_distutils/command/install_data.py | 79 + .../_distutils/command/install_egg_info.py | 84 + .../_distutils/command/install_headers.py | 47 + .../_distutils/command/install_lib.py | 217 + .../_distutils/command/install_scripts.py | 60 + .../_distutils/command/py37compat.py | 30 + .../setuptools/_distutils/command/register.py | 304 + .../setuptools/_distutils/command/sdist.py | 494 + .../setuptools/_distutils/command/upload.py | 214 + .../setuptools/_distutils/config.py | 130 + .../setuptools/_distutils/core.py | 249 + .../setuptools/_distutils/cygwinccompiler.py | 425 + .../setuptools/_distutils/debug.py | 5 + .../setuptools/_distutils/dep_util.py | 92 + .../setuptools/_distutils/dir_util.py | 210 + .../setuptools/_distutils/dist.py | 1257 +++ .../setuptools/_distutils/errors.py | 97 + .../setuptools/_distutils/extension.py | 240 + .../setuptools/_distutils/fancy_getopt.py | 457 + .../setuptools/_distutils/file_util.py | 238 + .../setuptools/_distutils/filelist.py | 355 + .../setuptools/_distutils/log.py | 77 + .../setuptools/_distutils/msvc9compiler.py | 788 ++ .../setuptools/_distutils/msvccompiler.py | 643 ++ .../setuptools/_distutils/py35compat.py | 19 + .../setuptools/_distutils/py38compat.py | 7 + .../setuptools/_distutils/spawn.py | 106 + .../setuptools/_distutils/sysconfig.py | 601 ++ .../setuptools/_distutils/text_file.py | 286 + .../setuptools/_distutils/unixccompiler.py | 325 + .../setuptools/_distutils/util.py | 548 ++ .../setuptools/_distutils/version.py | 363 + .../setuptools/_distutils/versionpredicate.py | 169 + .../site-packages/setuptools/_imp.py | 82 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 232 bytes .../__pycache__/ordered_set.cpython-310.pyc | Bin 0 -> 16368 bytes .../__pycache__/pyparsing.cpython-310.pyc | Bin 0 -> 198785 bytes .../_vendor/more_itertools/__init__.py | 4 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 313 bytes .../__pycache__/more.cpython-310.pyc | Bin 0 -> 110031 bytes .../__pycache__/recipes.cpython-310.pyc | Bin 0 -> 18013 bytes .../setuptools/_vendor/more_itertools/more.py | 3825 ++++++++ .../_vendor/more_itertools/recipes.py | 620 ++ .../setuptools/_vendor/ordered_set.py | 488 + .../setuptools/_vendor/packaging/__about__.py | 26 + .../setuptools/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-310.pyc | Bin 0 -> 639 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 495 bytes .../__pycache__/_manylinux.cpython-310.pyc | Bin 0 -> 7349 bytes .../__pycache__/_musllinux.cpython-310.pyc | Bin 0 -> 4661 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 3019 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 9342 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 4030 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 22237 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 12263 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 3624 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 12974 bytes .../_vendor/packaging/_manylinux.py | 301 + .../_vendor/packaging/_musllinux.py | 136 + .../_vendor/packaging/_structures.py | 67 + .../setuptools/_vendor/packaging/markers.py | 304 + .../_vendor/packaging/requirements.py | 146 + .../_vendor/packaging/specifiers.py | 828 ++ .../setuptools/_vendor/packaging/tags.py | 484 + .../setuptools/_vendor/packaging/utils.py | 136 + .../setuptools/_vendor/packaging/version.py | 504 + .../setuptools/_vendor/pyparsing.py | 5742 +++++++++++ .../site-packages/setuptools/archive_util.py | 205 + .../site-packages/setuptools/build_meta.py | 290 + .../site-packages/setuptools/cli-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/cli-64.exe | Bin 0 -> 74752 bytes .../site-packages/setuptools/cli-arm64.exe | Bin 0 -> 137216 bytes .../site-packages/setuptools/cli.exe | Bin 0 -> 65536 bytes .../setuptools/command/__init__.py | 8 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 421 bytes .../command/__pycache__/alias.cpython-310.pyc | Bin 0 -> 2423 bytes .../__pycache__/bdist_egg.cpython-310.pyc | Bin 0 -> 13149 bytes .../__pycache__/bdist_rpm.cpython-310.pyc | Bin 0 -> 1636 bytes .../__pycache__/build_clib.cpython-310.pyc | Bin 0 -> 2510 bytes .../__pycache__/build_ext.cpython-310.pyc | Bin 0 -> 9939 bytes .../__pycache__/build_py.cpython-310.pyc | Bin 0 -> 8312 bytes .../__pycache__/develop.cpython-310.pyc | Bin 0 -> 6199 bytes .../__pycache__/dist_info.cpython-310.pyc | Bin 0 -> 1441 bytes .../__pycache__/easy_install.cpython-310.pyc | Bin 0 -> 65218 bytes .../__pycache__/egg_info.cpython-310.pyc | Bin 0 -> 22797 bytes .../__pycache__/install.cpython-310.pyc | Bin 0 -> 4247 bytes .../install_egg_info.cpython-310.pyc | Bin 0 -> 2972 bytes .../__pycache__/install_lib.cpython-310.pyc | Bin 0 -> 5187 bytes .../install_scripts.cpython-310.pyc | Bin 0 -> 2476 bytes .../__pycache__/py36compat.cpython-310.pyc | Bin 0 -> 4583 bytes .../__pycache__/register.cpython-310.pyc | Bin 0 -> 887 bytes .../__pycache__/rotate.cpython-310.pyc | Bin 0 -> 2554 bytes .../__pycache__/saveopts.cpython-310.pyc | Bin 0 -> 973 bytes .../command/__pycache__/sdist.cpython-310.pyc | Bin 0 -> 7002 bytes .../__pycache__/setopt.cpython-310.pyc | Bin 0 -> 4735 bytes .../command/__pycache__/test.cpython-310.pyc | Bin 0 -> 8179 bytes .../__pycache__/upload.cpython-310.pyc | Bin 0 -> 860 bytes .../__pycache__/upload_docs.cpython-310.pyc | Bin 0 -> 6229 bytes .../site-packages/setuptools/command/alias.py | 78 + .../setuptools/command/bdist_egg.py | 456 + .../setuptools/command/bdist_rpm.py | 40 + .../setuptools/command/build_clib.py | 101 + .../setuptools/command/build_ext.py | 328 + .../setuptools/command/build_py.py | 242 + .../setuptools/command/develop.py | 193 + .../setuptools/command/dist_info.py | 36 + .../setuptools/command/easy_install.py | 2354 +++++ .../setuptools/command/egg_info.py | 755 ++ .../setuptools/command/install.py | 132 + .../setuptools/command/install_egg_info.py | 82 + .../setuptools/command/install_lib.py | 148 + .../setuptools/command/install_scripts.py | 69 + .../setuptools/command/launcher manifest.xml | 15 + .../setuptools/command/py36compat.py | 134 + .../setuptools/command/register.py | 18 + .../setuptools/command/rotate.py | 64 + .../setuptools/command/saveopts.py | 22 + .../site-packages/setuptools/command/sdist.py | 196 + .../setuptools/command/setopt.py | 149 + .../site-packages/setuptools/command/test.py | 252 + .../setuptools/command/upload.py | 17 + .../setuptools/command/upload_docs.py | 202 + .../site-packages/setuptools/config.py | 751 ++ .../site-packages/setuptools/dep_util.py | 25 + .../site-packages/setuptools/depends.py | 176 + .../site-packages/setuptools/dist.py | 1156 +++ .../site-packages/setuptools/errors.py | 40 + .../site-packages/setuptools/extension.py | 55 + .../setuptools/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2982 bytes .../site-packages/setuptools/glob.py | 167 + .../site-packages/setuptools/gui-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/gui-64.exe | Bin 0 -> 75264 bytes .../site-packages/setuptools/gui-arm64.exe | Bin 0 -> 137728 bytes .../site-packages/setuptools/gui.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/installer.py | 104 + .../site-packages/setuptools/launch.py | 36 + .../site-packages/setuptools/monkey.py | 177 + .../site-packages/setuptools/msvc.py | 1805 ++++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1127 +++ .../site-packages/setuptools/py34compat.py | 13 + .../site-packages/setuptools/sandbox.py | 530 + .../setuptools/script (dev).tmpl | 6 + .../site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/unicode_utils.py | 42 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/wheel.py | 213 + .../setuptools/windows_support.py | 29 + exercice4/venv/lib64 | 1 + exercice4/venv/pyvenv.cfg | 3 + venv/bin/Activate.ps1 | 247 + venv/bin/activate | 69 + venv/bin/activate.csh | 26 + venv/bin/activate.fish | 69 + venv/bin/normalizer | 8 + venv/bin/pip | 8 + venv/bin/pip3 | 8 + venv/bin/pip3.10 | 8 + venv/bin/python | 1 + venv/bin/python3 | 1 + venv/bin/python3.10 | 1 + .../site-packages/_distutils_hack/__init__.py | 132 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 5145 bytes .../__pycache__/override.cpython-310.pyc | Bin 0 -> 270 bytes .../site-packages/_distutils_hack/override.py | 1 + .../certifi-2023.11.17.dist-info/INSTALLER | 1 + .../certifi-2023.11.17.dist-info/LICENSE | 20 + .../certifi-2023.11.17.dist-info/METADATA | 66 + .../certifi-2023.11.17.dist-info/RECORD | 14 + .../certifi-2023.11.17.dist-info/WHEEL | 5 + .../top_level.txt | 1 + .../site-packages/certifi/__init__.py | 4 + .../site-packages/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 324 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 462 bytes .../certifi/__pycache__/core.cpython-310.pyc | Bin 0 -> 1932 bytes .../site-packages/certifi/cacert.pem | 4778 +++++++++ .../python3.10/site-packages/certifi/core.py | 108 + .../python3.10/site-packages/certifi/py.typed | 0 .../INSTALLER | 1 + .../LICENSE | 21 + .../METADATA | 683 ++ .../charset_normalizer-3.3.2.dist-info/RECORD | 35 + .../charset_normalizer-3.3.2.dist-info/WHEEL | 6 + .../entry_points.txt | 2 + .../top_level.txt | 1 + .../charset_normalizer/__init__.py | 46 + .../charset_normalizer/__main__.py | 4 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1620 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 304 bytes .../__pycache__/api.cpython-310.pyc | Bin 0 -> 11437 bytes .../__pycache__/cd.cpython-310.pyc | Bin 0 -> 9698 bytes .../__pycache__/constant.cpython-310.pyc | Bin 0 -> 30486 bytes .../__pycache__/legacy.cpython-310.pyc | Bin 0 -> 1886 bytes .../__pycache__/md.cpython-310.pyc | Bin 0 -> 15815 bytes .../__pycache__/models.cpython-310.pyc | Bin 0 -> 11581 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 8962 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 306 bytes .../site-packages/charset_normalizer/api.py | 626 ++ .../site-packages/charset_normalizer/cd.py | 395 + .../charset_normalizer/cli/__init__.py | 6 + .../charset_normalizer/cli/__main__.py | 296 + .../cli/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 307 bytes .../cli/__pycache__/__main__.cpython-310.pyc | Bin 0 -> 6498 bytes .../charset_normalizer/constant.py | 1995 ++++ .../charset_normalizer/legacy.py | 54 + .../md.cpython-310-x86_64-linux-gnu.so | Bin 0 -> 16064 bytes .../site-packages/charset_normalizer/md.py | 615 ++ .../md__mypyc.cpython-310-x86_64-linux-gnu.so | Bin 0 -> 268472 bytes .../charset_normalizer/models.py | 340 + .../site-packages/charset_normalizer/py.typed | 0 .../site-packages/charset_normalizer/utils.py | 421 + .../charset_normalizer/version.py | 6 + .../site-packages/distutils-precedence.pth | 1 + .../idna-3.6.dist-info/INSTALLER | 1 + .../idna-3.6.dist-info/LICENSE.md | 31 + .../site-packages/idna-3.6.dist-info/METADATA | 243 + .../site-packages/idna-3.6.dist-info/RECORD | 22 + .../site-packages/idna-3.6.dist-info/WHEEL | 4 + .../python3.10/site-packages/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 867 bytes .../idna/__pycache__/codec.cpython-310.pyc | Bin 0 -> 3293 bytes .../idna/__pycache__/compat.cpython-310.pyc | Bin 0 -> 767 bytes .../idna/__pycache__/core.cpython-310.pyc | Bin 0 -> 9668 bytes .../idna/__pycache__/idnadata.cpython-310.pyc | Bin 0 -> 38382 bytes .../__pycache__/intranges.cpython-310.pyc | Bin 0 -> 2004 bytes .../__pycache__/package_data.cpython-310.pyc | Bin 0 -> 231 bytes .../__pycache__/uts46data.cpython-310.pyc | Bin 0 -> 152396 bytes .../python3.10/site-packages/idna/codec.py | 118 + .../python3.10/site-packages/idna/compat.py | 13 + .../lib/python3.10/site-packages/idna/core.py | 400 + .../python3.10/site-packages/idna/idnadata.py | 2150 +++++ .../site-packages/idna/intranges.py | 54 + .../site-packages/idna/package_data.py | 2 + .../python3.10/site-packages/idna/py.typed | 0 .../site-packages/idna/uts46data.py | 8598 +++++++++++++++++ .../pip-22.0.2.dist-info/INSTALLER | 1 + .../pip-22.0.2.dist-info/LICENSE.txt | 20 + .../pip-22.0.2.dist-info/METADATA | 92 + .../site-packages/pip-22.0.2.dist-info/RECORD | 1037 ++ .../pip-22.0.2.dist-info/REQUESTED | 0 .../site-packages/pip-22.0.2.dist-info/WHEEL | 5 + .../pip-22.0.2.dist-info/entry_points.txt | 5 + .../pip-22.0.2.dist-info/top_level.txt | 1 + .../python3.10/site-packages/pip/__init__.py | 13 + .../python3.10/site-packages/pip/__main__.py | 31 + .../pip/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 663 bytes .../pip/__pycache__/__main__.cpython-310.pyc | Bin 0 -> 625 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 784 bytes .../__pycache__/build_env.cpython-310.pyc | Bin 0 -> 9628 bytes .../__pycache__/cache.cpython-310.pyc | Bin 0 -> 8411 bytes .../__pycache__/configuration.cpython-310.pyc | Bin 0 -> 11157 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 23154 bytes .../__pycache__/main.cpython-310.pyc | Bin 0 -> 649 bytes .../__pycache__/pyproject.cpython-310.pyc | Bin 0 -> 3568 bytes .../self_outdated_check.cpython-310.pyc | Bin 0 -> 4608 bytes .../__pycache__/wheel_builder.cpython-310.pyc | Bin 0 -> 9170 bytes .../site-packages/pip/_internal/build_env.py | 296 + .../site-packages/pip/_internal/cache.py | 264 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 304 bytes .../autocompletion.cpython-310.pyc | Bin 0 -> 5337 bytes .../__pycache__/base_command.cpython-310.pyc | Bin 0 -> 6280 bytes .../__pycache__/cmdoptions.cpython-310.pyc | Bin 0 -> 22579 bytes .../command_context.cpython-310.pyc | Bin 0 -> 1338 bytes .../cli/__pycache__/main.cpython-310.pyc | Bin 0 -> 1402 bytes .../__pycache__/main_parser.cpython-310.pyc | Bin 0 -> 2188 bytes .../cli/__pycache__/parser.cpython-310.pyc | Bin 0 -> 9975 bytes .../__pycache__/progress_bars.cpython-310.pyc | Bin 0 -> 9264 bytes .../__pycache__/req_command.cpython-310.pyc | Bin 0 -> 13565 bytes .../cli/__pycache__/spinners.cpython-310.pyc | Bin 0 -> 4978 bytes .../__pycache__/status_codes.cpython-310.pyc | Bin 0 -> 383 bytes .../pip/_internal/cli/autocompletion.py | 171 + .../pip/_internal/cli/base_command.py | 220 + .../pip/_internal/cli/cmdoptions.py | 1018 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 70 + .../pip/_internal/cli/main_parser.py | 87 + .../site-packages/pip/_internal/cli/parser.py | 292 + .../pip/_internal/cli/progress_bars.py | 321 + .../pip/_internal/cli/req_command.py | 506 + .../pip/_internal/cli/spinners.py | 157 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 127 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3167 bytes .../__pycache__/cache.cpython-310.pyc | Bin 0 -> 6208 bytes .../__pycache__/check.cpython-310.pyc | Bin 0 -> 1601 bytes .../__pycache__/completion.cpython-310.pyc | Bin 0 -> 3168 bytes .../__pycache__/configuration.cpython-310.pyc | Bin 0 -> 8350 bytes .../__pycache__/debug.cpython-310.pyc | Bin 0 -> 6705 bytes .../__pycache__/download.cpython-310.pyc | Bin 0 -> 4015 bytes .../__pycache__/freeze.cpython-310.pyc | Bin 0 -> 2681 bytes .../commands/__pycache__/hash.cpython-310.pyc | Bin 0 -> 2180 bytes .../commands/__pycache__/help.cpython-310.pyc | Bin 0 -> 1341 bytes .../__pycache__/index.cpython-310.pyc | Bin 0 -> 4664 bytes .../__pycache__/install.cpython-310.pyc | Bin 0 -> 17823 bytes .../commands/__pycache__/list.cpython-310.pyc | Bin 0 -> 10390 bytes .../__pycache__/search.cpython-310.pyc | Bin 0 -> 5394 bytes .../commands/__pycache__/show.cpython-310.pyc | Bin 0 -> 6147 bytes .../__pycache__/uninstall.cpython-310.pyc | Bin 0 -> 3138 bytes .../__pycache__/wheel.cpython-310.pyc | Bin 0 -> 4870 bytes .../pip/_internal/commands/cache.py | 223 + .../pip/_internal/commands/check.py | 53 + .../pip/_internal/commands/completion.py | 96 + .../pip/_internal/commands/configuration.py | 266 + .../pip/_internal/commands/debug.py | 202 + .../pip/_internal/commands/download.py | 140 + .../pip/_internal/commands/freeze.py | 97 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/install.py | 771 ++ .../pip/_internal/commands/list.py | 363 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 178 + .../pip/_internal/commands/uninstall.py | 105 + .../pip/_internal/commands/wheel.py | 178 + .../pip/_internal/configuration.py | 366 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 831 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 1888 bytes .../__pycache__/installed.cpython-310.pyc | Bin 0 -> 1265 bytes .../__pycache__/sdist.cpython-310.pyc | Bin 0 -> 4477 bytes .../__pycache__/wheel.cpython-310.pyc | Bin 0 -> 1632 bytes .../pip/_internal/distributions/base.py | 36 + .../pip/_internal/distributions/installed.py | 20 + .../pip/_internal/distributions/sdist.py | 127 + .../pip/_internal/distributions/wheel.py | 31 + .../site-packages/pip/_internal/exceptions.py | 658 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 258 bytes .../__pycache__/collector.cpython-310.pyc | Bin 0 -> 19337 bytes .../package_finder.cpython-310.pyc | Bin 0 -> 28146 bytes .../index/__pycache__/sources.cpython-310.pyc | Bin 0 -> 7151 bytes .../pip/_internal/index/collector.py | 648 ++ .../pip/_internal/index/package_finder.py | 1004 ++ .../pip/_internal/index/sources.py | 224 + .../pip/_internal/locations/__init__.py | 520 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 12418 bytes .../__pycache__/_distutils.cpython-310.pyc | Bin 0 -> 4686 bytes .../__pycache__/_sysconfig.cpython-310.pyc | Bin 0 -> 6269 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 1568 bytes .../pip/_internal/locations/_distutils.py | 169 + .../pip/_internal/locations/_sysconfig.py | 219 + .../pip/_internal/locations/base.py | 52 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 62 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2324 bytes .../metadata/__pycache__/base.cpython-310.pyc | Bin 0 -> 20878 bytes .../__pycache__/pkg_resources.cpython-310.pyc | Bin 0 -> 9894 bytes .../pip/_internal/metadata/base.py | 546 ++ .../pip/_internal/metadata/pkg_resources.py | 256 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 292 bytes .../__pycache__/candidate.cpython-310.pyc | Bin 0 -> 1444 bytes .../__pycache__/direct_url.cpython-310.pyc | Bin 0 -> 7317 bytes .../format_control.cpython-310.pyc | Bin 0 -> 2769 bytes .../models/__pycache__/index.cpython-310.pyc | Bin 0 -> 1261 bytes .../models/__pycache__/link.cpython-310.pyc | Bin 0 -> 10193 bytes .../models/__pycache__/scheme.cpython-310.pyc | Bin 0 -> 1060 bytes .../__pycache__/search_scope.cpython-310.pyc | Bin 0 -> 3515 bytes .../selection_prefs.cpython-310.pyc | Bin 0 -> 1722 bytes .../__pycache__/target_python.cpython-310.pyc | Bin 0 -> 3473 bytes .../models/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 4389 bytes .../pip/_internal/models/candidate.py | 34 + .../pip/_internal/models/direct_url.py | 220 + .../pip/_internal/models/format_control.py | 80 + .../pip/_internal/models/index.py | 28 + .../pip/_internal/models/link.py | 288 + .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 129 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 110 + .../pip/_internal/models/wheel.py | 89 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 280 bytes .../network/__pycache__/auth.cpython-310.pyc | Bin 0 -> 7548 bytes .../network/__pycache__/cache.cpython-310.pyc | Bin 0 -> 2961 bytes .../__pycache__/download.cpython-310.pyc | Bin 0 -> 5527 bytes .../__pycache__/lazy_wheel.cpython-310.pyc | Bin 0 -> 8435 bytes .../__pycache__/session.cpython-310.pyc | Bin 0 -> 10756 bytes .../network/__pycache__/utils.cpython-310.pyc | Bin 0 -> 1476 bytes .../__pycache__/xmlrpc.cpython-310.pyc | Bin 0 -> 2093 bytes .../pip/_internal/network/auth.py | 323 + .../pip/_internal/network/cache.py | 69 + .../pip/_internal/network/download.py | 185 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 454 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 60 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 228 bytes .../__pycache__/check.cpython-310.pyc | Bin 0 -> 4041 bytes .../__pycache__/freeze.cpython-310.pyc | Bin 0 -> 6226 bytes .../__pycache__/prepare.cpython-310.pyc | Bin 0 -> 14924 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 234 bytes .../__pycache__/metadata.cpython-310.pyc | Bin 0 -> 1461 bytes .../metadata_editable.cpython-310.pyc | Bin 0 -> 1495 bytes .../metadata_legacy.cpython-310.pyc | Bin 0 -> 2406 bytes .../build/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 1251 bytes .../wheel_editable.cpython-310.pyc | Bin 0 -> 1475 bytes .../__pycache__/wheel_legacy.cpython-310.pyc | Bin 0 -> 2791 bytes .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 149 + .../pip/_internal/operations/freeze.py | 254 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 292 bytes .../editable_legacy.cpython-310.pyc | Bin 0 -> 1579 bytes .../__pycache__/legacy.cpython-310.pyc | Bin 0 -> 3363 bytes .../install/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 21121 bytes .../operations/install/editable_legacy.py | 47 + .../_internal/operations/install/legacy.py | 120 + .../pip/_internal/operations/install/wheel.py | 738 ++ .../pip/_internal/operations/prepare.py | 642 ++ .../site-packages/pip/_internal/pyproject.py | 168 + .../pip/_internal/req/__init__.py | 94 + .../req/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2628 bytes .../__pycache__/constructors.cpython-310.pyc | Bin 0 -> 12191 bytes .../req/__pycache__/req_file.cpython-310.pyc | Bin 0 -> 13519 bytes .../__pycache__/req_install.cpython-310.pyc | Bin 0 -> 22208 bytes .../req/__pycache__/req_set.cpython-310.pyc | Bin 0 -> 5868 bytes .../__pycache__/req_tracker.cpython-310.pyc | Bin 0 -> 4336 bytes .../__pycache__/req_uninstall.cpython-310.pyc | Bin 0 -> 18974 bytes .../pip/_internal/req/constructors.py | 490 + .../pip/_internal/req/req_file.py | 536 + .../pip/_internal/req/req_install.py | 858 ++ .../pip/_internal/req/req_set.py | 189 + .../pip/_internal/req/req_tracker.py | 124 + .../pip/_internal/req/req_uninstall.py | 633 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 228 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 1080 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 235 bytes .../__pycache__/resolver.cpython-310.pyc | Bin 0 -> 12322 bytes .../_internal/resolution/legacy/resolver.py | 467 + .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 239 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 6482 bytes .../__pycache__/candidates.cpython-310.pyc | Bin 0 -> 18389 bytes .../__pycache__/factory.cpython-310.pyc | Bin 0 -> 19247 bytes .../found_candidates.cpython-310.pyc | Bin 0 -> 4899 bytes .../__pycache__/provider.cpython-310.pyc | Bin 0 -> 7741 bytes .../__pycache__/reporter.cpython-310.pyc | Bin 0 -> 3208 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 7497 bytes .../__pycache__/resolver.cpython-310.pyc | Bin 0 -> 8134 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 547 ++ .../resolution/resolvelib/factory.py | 739 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 248 + .../resolution/resolvelib/reporter.py | 68 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 292 + .../pip/_internal/self_outdated_check.py | 189 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 223 bytes .../utils/__pycache__/_log.cpython-310.pyc | Bin 0 -> 1551 bytes .../utils/__pycache__/appdirs.cpython-310.pyc | Bin 0 -> 1649 bytes .../utils/__pycache__/compat.cpython-310.pyc | Bin 0 -> 1539 bytes .../compatibility_tags.cpython-310.pyc | Bin 0 -> 4108 bytes .../__pycache__/datetime.cpython-310.pyc | Bin 0 -> 546 bytes .../__pycache__/deprecation.cpython-310.pyc | Bin 0 -> 3344 bytes .../direct_url_helpers.cpython-310.pyc | Bin 0 -> 2114 bytes .../distutils_args.cpython-310.pyc | Bin 0 -> 1130 bytes .../__pycache__/egg_link.cpython-310.pyc | Bin 0 -> 2179 bytes .../__pycache__/encoding.cpython-310.pyc | Bin 0 -> 1336 bytes .../__pycache__/entrypoints.cpython-310.pyc | Bin 0 -> 1333 bytes .../__pycache__/filesystem.cpython-310.pyc | Bin 0 -> 5191 bytes .../__pycache__/filetypes.cpython-310.pyc | Bin 0 -> 973 bytes .../utils/__pycache__/glibc.cpython-310.pyc | Bin 0 -> 1702 bytes .../utils/__pycache__/hashes.cpython-310.pyc | Bin 0 -> 5225 bytes .../inject_securetransport.cpython-310.pyc | Bin 0 -> 1018 bytes .../utils/__pycache__/logging.cpython-310.pyc | Bin 0 -> 9662 bytes .../utils/__pycache__/misc.cpython-310.pyc | Bin 0 -> 19428 bytes .../utils/__pycache__/models.cpython-310.pyc | Bin 0 -> 2019 bytes .../__pycache__/packaging.cpython-310.pyc | Bin 0 -> 2111 bytes .../setuptools_build.cpython-310.pyc | Bin 0 -> 4626 bytes .../__pycache__/subprocess.cpython-310.pyc | Bin 0 -> 5805 bytes .../__pycache__/temp_dir.cpython-310.pyc | Bin 0 -> 7328 bytes .../__pycache__/unpacking.cpython-310.pyc | Bin 0 -> 6683 bytes .../utils/__pycache__/urls.cpython-310.pyc | Bin 0 -> 1616 bytes .../__pycache__/virtualenv.cpython-310.pyc | Bin 0 -> 3319 bytes .../utils/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 4444 bytes .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 63 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 120 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/distutils_args.py | 42 + .../pip/_internal/utils/egg_link.py | 75 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 27 + .../pip/_internal/utils/filesystem.py | 182 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 88 + .../pip/_internal/utils/hashes.py | 144 + .../_internal/utils/inject_securetransport.py | 35 + .../pip/_internal/utils/logging.py | 343 + .../site-packages/pip/_internal/utils/misc.py | 653 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 195 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 246 + .../pip/_internal/utils/unpacking.py | 258 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 136 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 546 bytes .../vcs/__pycache__/bazaar.cpython-310.pyc | Bin 0 -> 3373 bytes .../vcs/__pycache__/git.cpython-310.pyc | Bin 0 -> 12576 bytes .../vcs/__pycache__/mercurial.cpython-310.pyc | Bin 0 -> 5092 bytes .../__pycache__/subversion.cpython-310.pyc | Bin 0 -> 8480 bytes .../versioncontrol.cpython-310.pyc | Bin 0 -> 21175 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 101 + .../site-packages/pip/_internal/vcs/git.py | 526 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 705 ++ .../pip/_internal/wheel_builder.py | 377 + .../site-packages/pip/_vendor/__init__.py | 111 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2946 bytes .../__pycache__/distro.cpython-310.pyc | Bin 0 -> 38264 bytes .../_vendor/__pycache__/six.cpython-310.pyc | Bin 0 -> 27613 bytes .../typing_extensions.cpython-310.pyc | Bin 0 -> 66609 bytes .../pip/_vendor/cachecontrol/__init__.py | 18 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 674 bytes .../__pycache__/_cmd.cpython-310.pyc | Bin 0 -> 1612 bytes .../__pycache__/adapter.cpython-310.pyc | Bin 0 -> 3188 bytes .../__pycache__/cache.cpython-310.pyc | Bin 0 -> 1878 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 788 bytes .../__pycache__/controller.cpython-310.pyc | Bin 0 -> 8242 bytes .../__pycache__/filewrapper.cpython-310.pyc | Bin 0 -> 2824 bytes .../__pycache__/heuristics.cpython-310.pyc | Bin 0 -> 4748 bytes .../__pycache__/serialize.cpython-310.pyc | Bin 0 -> 4283 bytes .../__pycache__/wrapper.cpython-310.pyc | Bin 0 -> 719 bytes .../pip/_vendor/cachecontrol/_cmd.py | 61 + .../pip/_vendor/cachecontrol/adapter.py | 137 + .../pip/_vendor/cachecontrol/cache.py | 43 + .../_vendor/cachecontrol/caches/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 325 bytes .../__pycache__/file_cache.cpython-310.pyc | Bin 0 -> 3399 bytes .../__pycache__/redis_cache.cpython-310.pyc | Bin 0 -> 1605 bytes .../_vendor/cachecontrol/caches/file_cache.py | 150 + .../cachecontrol/caches/redis_cache.py | 37 + .../pip/_vendor/cachecontrol/compat.py | 32 + .../pip/_vendor/cachecontrol/controller.py | 415 + .../pip/_vendor/cachecontrol/filewrapper.py | 111 + .../pip/_vendor/cachecontrol/heuristics.py | 139 + .../pip/_vendor/cachecontrol/serialize.py | 186 + .../pip/_vendor/cachecontrol/wrapper.py | 33 + .../pip/_vendor/certifi/__init__.py | 3 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 307 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 486 bytes .../certifi/__pycache__/core.cpython-310.pyc | Bin 0 -> 1545 bytes .../pip/_vendor/certifi/cacert.pem | 4362 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 76 + .../pip/_vendor/chardet/__init__.py | 83 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1931 bytes .../__pycache__/big5freq.cpython-310.pyc | Bin 0 -> 27210 bytes .../__pycache__/big5prober.cpython-310.pyc | Bin 0 -> 1161 bytes .../chardistribution.cpython-310.pyc | Bin 0 -> 5771 bytes .../charsetgroupprober.cpython-310.pyc | Bin 0 -> 2260 bytes .../__pycache__/charsetprober.cpython-310.pyc | Bin 0 -> 3514 bytes .../codingstatemachine.cpython-310.pyc | Bin 0 -> 2933 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 432 bytes .../__pycache__/cp949prober.cpython-310.pyc | Bin 0 -> 1168 bytes .../chardet/__pycache__/enums.cpython-310.pyc | Bin 0 -> 2615 bytes .../__pycache__/escprober.cpython-310.pyc | Bin 0 -> 2662 bytes .../chardet/__pycache__/escsm.cpython-310.pyc | Bin 0 -> 8409 bytes .../__pycache__/eucjpprober.cpython-310.pyc | Bin 0 -> 2464 bytes .../__pycache__/euckrfreq.cpython-310.pyc | Bin 0 -> 12094 bytes .../__pycache__/euckrprober.cpython-310.pyc | Bin 0 -> 1169 bytes .../__pycache__/euctwfreq.cpython-310.pyc | Bin 0 -> 27214 bytes .../__pycache__/euctwprober.cpython-310.pyc | Bin 0 -> 1169 bytes .../__pycache__/gb2312freq.cpython-310.pyc | Bin 0 -> 19138 bytes .../__pycache__/gb2312prober.cpython-310.pyc | Bin 0 -> 1177 bytes .../__pycache__/hebrewprober.cpython-310.pyc | Bin 0 -> 3050 bytes .../__pycache__/jisfreq.cpython-310.pyc | Bin 0 -> 22166 bytes .../__pycache__/jpcntx.cpython-310.pyc | Bin 0 -> 37673 bytes .../langbulgarianmodel.cpython-310.pyc | Bin 0 -> 47954 bytes .../langgreekmodel.cpython-310.pyc | Bin 0 -> 46144 bytes .../langhebrewmodel.cpython-310.pyc | Bin 0 -> 44593 bytes .../langhungarianmodel.cpython-310.pyc | Bin 0 -> 47914 bytes .../langrussianmodel.cpython-310.pyc | Bin 0 -> 61047 bytes .../__pycache__/langthaimodel.cpython-310.pyc | Bin 0 -> 44769 bytes .../langturkishmodel.cpython-310.pyc | Bin 0 -> 44610 bytes .../__pycache__/latin1prober.cpython-310.pyc | Bin 0 -> 4460 bytes .../mbcharsetprober.cpython-310.pyc | Bin 0 -> 2279 bytes .../mbcsgroupprober.cpython-310.pyc | Bin 0 -> 1164 bytes .../__pycache__/mbcssm.cpython-310.pyc | Bin 0 -> 18791 bytes .../sbcharsetprober.cpython-310.pyc | Bin 0 -> 3110 bytes .../sbcsgroupprober.cpython-310.pyc | Bin 0 -> 1733 bytes .../__pycache__/sjisprober.cpython-310.pyc | Bin 0 -> 2502 bytes .../universaldetector.cpython-310.pyc | Bin 0 -> 5856 bytes .../__pycache__/utf8prober.cpython-310.pyc | Bin 0 -> 2013 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 470 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 233 + .../pip/_vendor/chardet/charsetgroupprober.py | 107 + .../pip/_vendor/chardet/charsetprober.py | 145 + .../pip/_vendor/chardet/cli/__init__.py | 1 + .../cli/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 227 bytes .../__pycache__/chardetect.cpython-310.pyc | Bin 0 -> 2726 bytes .../pip/_vendor/chardet/cli/chardetect.py | 84 + .../pip/_vendor/chardet/codingstatemachine.py | 88 + .../pip/_vendor/chardet/compat.py | 36 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 76 + .../pip/_vendor/chardet/escprober.py | 101 + .../pip/_vendor/chardet/escsm.py | 246 + .../pip/_vendor/chardet/eucjpprober.py | 92 + .../pip/_vendor/chardet/euckrfreq.py | 195 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 387 + .../pip/_vendor/chardet/euctwprober.py | 46 + .../pip/_vendor/chardet/gb2312freq.py | 283 + .../pip/_vendor/chardet/gb2312prober.py | 46 + .../pip/_vendor/chardet/hebrewprober.py | 292 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/jpcntx.py | 233 + .../pip/_vendor/chardet/langbulgarianmodel.py | 4650 +++++++++ .../pip/_vendor/chardet/langgreekmodel.py | 4398 +++++++++ .../pip/_vendor/chardet/langhebrewmodel.py | 4383 +++++++++ .../pip/_vendor/chardet/langhungarianmodel.py | 4650 +++++++++ .../pip/_vendor/chardet/langrussianmodel.py | 5718 +++++++++++ .../pip/_vendor/chardet/langthaimodel.py | 4383 +++++++++ .../pip/_vendor/chardet/langturkishmodel.py | 4383 +++++++++ .../pip/_vendor/chardet/latin1prober.py | 145 + .../pip/_vendor/chardet/mbcharsetprober.py | 91 + .../pip/_vendor/chardet/mbcsgroupprober.py | 54 + .../pip/_vendor/chardet/mbcssm.py | 572 ++ .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 232 bytes .../__pycache__/languages.cpython-310.pyc | Bin 0 -> 7994 bytes .../pip/_vendor/chardet/metadata/languages.py | 310 + .../pip/_vendor/chardet/sbcharsetprober.py | 145 + .../pip/_vendor/chardet/sbcsgroupprober.py | 83 + .../pip/_vendor/chardet/sjisprober.py | 92 + .../pip/_vendor/chardet/universaldetector.py | 286 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 475 bytes .../colorama/__pycache__/ansi.cpython-310.pyc | Bin 0 -> 3036 bytes .../__pycache__/ansitowin32.cpython-310.pyc | Bin 0 -> 7934 bytes .../__pycache__/initialise.cpython-310.pyc | Bin 0 -> 1722 bytes .../__pycache__/win32.cpython-310.pyc | Bin 0 -> 3982 bytes .../__pycache__/winterm.cpython-310.pyc | Bin 0 -> 4599 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 258 + .../pip/_vendor/colorama/initialise.py | 80 + .../pip/_vendor/colorama/win32.py | 152 + .../pip/_vendor/colorama/winterm.py | 169 + .../pip/_vendor/distlib/__init__.py | 23 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1094 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 31440 bytes .../__pycache__/database.cpython-310.pyc | Bin 0 -> 42895 bytes .../distlib/__pycache__/index.cpython-310.pyc | Bin 0 -> 17349 bytes .../__pycache__/locators.cpython-310.pyc | Bin 0 -> 38408 bytes .../__pycache__/manifest.cpython-310.pyc | Bin 0 -> 10262 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 5066 bytes .../__pycache__/metadata.cpython-310.pyc | Bin 0 -> 26594 bytes .../__pycache__/resources.cpython-310.pyc | Bin 0 -> 11068 bytes .../__pycache__/scripts.cpython-310.pyc | Bin 0 -> 11284 bytes .../distlib/__pycache__/util.cpython-310.pyc | Bin 0 -> 51727 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 20181 bytes .../distlib/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 27341 bytes .../pip/_vendor/distlib/compat.py | 1116 +++ .../pip/_vendor/distlib/database.py | 1345 +++ .../pip/_vendor/distlib/index.py | 509 + .../pip/_vendor/distlib/locators.py | 1300 +++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 152 + .../pip/_vendor/distlib/metadata.py | 1058 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 429 + .../site-packages/pip/_vendor/distlib/util.py | 1932 ++++ .../pip/_vendor/distlib/version.py | 739 ++ .../pip/_vendor/distlib/wheel.py | 1053 ++ .../site-packages/pip/_vendor/distro.py | 1386 +++ .../pip/_vendor/html5lib/__init__.py | 35 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1334 bytes .../__pycache__/_ihatexml.cpython-310.pyc | Bin 0 -> 13889 bytes .../__pycache__/_inputstream.cpython-310.pyc | Bin 0 -> 21706 bytes .../__pycache__/_tokenizer.cpython-310.pyc | Bin 0 -> 37352 bytes .../__pycache__/_utils.cpython-310.pyc | Bin 0 -> 4828 bytes .../__pycache__/constants.cpython-310.pyc | Bin 0 -> 161293 bytes .../__pycache__/html5parser.cpython-310.pyc | Bin 0 -> 88503 bytes .../__pycache__/serializer.cpython-310.pyc | Bin 0 -> 10769 bytes .../pip/_vendor/html5lib/_ihatexml.py | 289 + .../pip/_vendor/html5lib/_inputstream.py | 918 ++ .../pip/_vendor/html5lib/_tokenizer.py | 1735 ++++ .../pip/_vendor/html5lib/_trie/__init__.py | 5 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 384 bytes .../_trie/__pycache__/_base.cpython-310.pyc | Bin 0 -> 1636 bytes .../_trie/__pycache__/py.cpython-310.pyc | Bin 0 -> 2299 bytes .../pip/_vendor/html5lib/_trie/_base.py | 40 + .../pip/_vendor/html5lib/_trie/py.py | 67 + .../pip/_vendor/html5lib/_utils.py | 159 + .../pip/_vendor/html5lib/constants.py | 2946 ++++++ .../pip/_vendor/html5lib/filters/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 232 bytes .../alphabeticalattributes.cpython-310.pyc | Bin 0 -> 1362 bytes .../filters/__pycache__/base.cpython-310.pyc | Bin 0 -> 902 bytes .../inject_meta_charset.cpython-310.pyc | Bin 0 -> 1900 bytes .../filters/__pycache__/lint.cpython-310.pyc | Bin 0 -> 2608 bytes .../__pycache__/optionaltags.cpython-310.pyc | Bin 0 -> 2759 bytes .../__pycache__/sanitizer.cpython-310.pyc | Bin 0 -> 20056 bytes .../__pycache__/whitespace.cpython-310.pyc | Bin 0 -> 1406 bytes .../filters/alphabeticalattributes.py | 29 + .../pip/_vendor/html5lib/filters/base.py | 12 + .../html5lib/filters/inject_meta_charset.py | 73 + .../pip/_vendor/html5lib/filters/lint.py | 93 + .../_vendor/html5lib/filters/optionaltags.py | 207 + .../pip/_vendor/html5lib/filters/sanitizer.py | 916 ++ .../_vendor/html5lib/filters/whitespace.py | 38 + .../pip/_vendor/html5lib/html5parser.py | 2795 ++++++ .../pip/_vendor/html5lib/serializer.py | 409 + .../_vendor/html5lib/treeadapters/__init__.py | 30 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 973 bytes .../__pycache__/genshi.cpython-310.pyc | Bin 0 -> 1585 bytes .../__pycache__/sax.cpython-310.pyc | Bin 0 -> 1492 bytes .../_vendor/html5lib/treeadapters/genshi.py | 54 + .../pip/_vendor/html5lib/treeadapters/sax.py | 50 + .../_vendor/html5lib/treebuilders/__init__.py | 88 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3364 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 11355 bytes .../__pycache__/dom.cpython-310.pyc | Bin 0 -> 9442 bytes .../__pycache__/etree.cpython-310.pyc | Bin 0 -> 11744 bytes .../__pycache__/etree_lxml.cpython-310.pyc | Bin 0 -> 13059 bytes .../pip/_vendor/html5lib/treebuilders/base.py | 417 + .../pip/_vendor/html5lib/treebuilders/dom.py | 239 + .../_vendor/html5lib/treebuilders/etree.py | 343 + .../html5lib/treebuilders/etree_lxml.py | 392 + .../_vendor/html5lib/treewalkers/__init__.py | 154 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 4014 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 6975 bytes .../__pycache__/dom.cpython-310.pyc | Bin 0 -> 1746 bytes .../__pycache__/etree.cpython-310.pyc | Bin 0 -> 3504 bytes .../__pycache__/etree_lxml.cpython-310.pyc | Bin 0 -> 6591 bytes .../__pycache__/genshi.cpython-310.pyc | Bin 0 -> 1952 bytes .../pip/_vendor/html5lib/treewalkers/base.py | 252 + .../pip/_vendor/html5lib/treewalkers/dom.py | 43 + .../pip/_vendor/html5lib/treewalkers/etree.py | 131 + .../html5lib/treewalkers/etree_lxml.py | 215 + .../_vendor/html5lib/treewalkers/genshi.py | 69 + .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 879 bytes .../idna/__pycache__/codec.cpython-310.pyc | Bin 0 -> 2850 bytes .../idna/__pycache__/compat.cpython-310.pyc | Bin 0 -> 779 bytes .../idna/__pycache__/core.cpython-310.pyc | Bin 0 -> 9594 bytes .../idna/__pycache__/idnadata.cpython-310.pyc | Bin 0 -> 38257 bytes .../__pycache__/intranges.cpython-310.pyc | Bin 0 -> 2016 bytes .../__pycache__/package_data.cpython-310.pyc | Bin 0 -> 243 bytes .../__pycache__/uts46data.cpython-310.pyc | Bin 0 -> 150978 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 397 + .../pip/_vendor/idna/idnadata.py | 2137 ++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8512 ++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 54 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1459 bytes .../__pycache__/_version.cpython-310.pyc | Bin 0 -> 250 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 1840 bytes .../msgpack/__pycache__/ext.cpython-310.pyc | Bin 0 -> 6348 bytes .../__pycache__/fallback.cpython-310.pyc | Bin 0 -> 25477 bytes .../pip/_vendor/msgpack/_version.py | 1 + .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 193 + .../pip/_vendor/msgpack/fallback.py | 1012 ++ .../pip/_vendor/packaging/__about__.py | 26 + .../pip/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-310.pyc | Bin 0 -> 622 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 478 bytes .../__pycache__/_manylinux.cpython-310.pyc | Bin 0 -> 7332 bytes .../__pycache__/_musllinux.cpython-310.pyc | Bin 0 -> 4644 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 2737 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 9319 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 4007 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 21559 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 12222 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 3607 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 12957 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 ++ .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pep517/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 345 bytes .../pep517/__pycache__/build.cpython-310.pyc | Bin 0 -> 3628 bytes .../pep517/__pycache__/check.cpython-310.pyc | Bin 0 -> 4592 bytes .../__pycache__/colorlog.cpython-310.pyc | Bin 0 -> 2996 bytes .../pep517/__pycache__/compat.cpython-310.pyc | Bin 0 -> 1569 bytes .../__pycache__/dirtools.cpython-310.pyc | Bin 0 -> 1387 bytes .../__pycache__/envbuild.cpython-310.pyc | Bin 0 -> 4410 bytes .../pep517/__pycache__/meta.cpython-310.pyc | Bin 0 -> 2992 bytes .../__pycache__/wrappers.cpython-310.pyc | Bin 0 -> 12338 bytes .../site-packages/pip/_vendor/pep517/build.py | 127 + .../site-packages/pip/_vendor/pep517/check.py | 207 + .../pip/_vendor/pep517/colorlog.py | 115 + .../pip/_vendor/pep517/compat.py | 51 + .../pip/_vendor/pep517/dirtools.py | 44 + .../pip/_vendor/pep517/envbuild.py | 171 + .../pip/_vendor/pep517/in_process/__init__.py | 17 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 953 bytes .../__pycache__/_in_process.cpython-310.pyc | Bin 0 -> 10100 bytes .../_vendor/pep517/in_process/_in_process.py | 363 + .../site-packages/pip/_vendor/pep517/meta.py | 92 + .../pip/_vendor/pep517/wrappers.py | 375 + .../pip/_vendor/pkg_resources/__init__.py | 3296 +++++++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 99908 bytes .../__pycache__/py31compat.cpython-310.pyc | Bin 0 -> 692 bytes .../pip/_vendor/pkg_resources/py31compat.py | 23 + .../pip/_vendor/platformdirs/__init__.py | 331 + .../pip/_vendor/platformdirs/__main__.py | 46 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 10508 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 1268 bytes .../__pycache__/android.cpython-310.pyc | Bin 0 -> 4300 bytes .../__pycache__/api.cpython-310.pyc | Bin 0 -> 5234 bytes .../__pycache__/macos.cpython-310.pyc | Bin 0 -> 3222 bytes .../__pycache__/unix.cpython-310.pyc | Bin 0 -> 6923 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 327 bytes .../__pycache__/windows.cpython-310.pyc | Bin 0 -> 6466 bytes .../pip/_vendor/platformdirs/android.py | 119 + .../pip/_vendor/platformdirs/api.py | 156 + .../pip/_vendor/platformdirs/macos.py | 64 + .../pip/_vendor/platformdirs/unix.py | 181 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 182 + .../pip/_vendor/progress/__init__.py | 189 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 5762 bytes .../progress/__pycache__/bar.cpython-310.pyc | Bin 0 -> 2727 bytes .../__pycache__/colors.cpython-310.pyc | Bin 0 -> 1520 bytes .../__pycache__/counter.cpython-310.pyc | Bin 0 -> 1591 bytes .../__pycache__/spinner.cpython-310.pyc | Bin 0 -> 1421 bytes .../site-packages/pip/_vendor/progress/bar.py | 93 + .../pip/_vendor/progress/colors.py | 79 + .../pip/_vendor/progress/counter.py | 47 + .../pip/_vendor/progress/spinner.py | 45 + .../pip/_vendor/pygments/__init__.py | 83 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3024 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 620 bytes .../__pycache__/cmdline.cpython-310.pyc | Bin 0 -> 15483 bytes .../__pycache__/console.cpython-310.pyc | Bin 0 -> 1915 bytes .../__pycache__/filter.cpython-310.pyc | Bin 0 -> 2686 bytes .../__pycache__/formatter.cpython-310.pyc | Bin 0 -> 3042 bytes .../__pycache__/lexer.cpython-310.pyc | Bin 0 -> 24396 bytes .../__pycache__/modeline.cpython-310.pyc | Bin 0 -> 1224 bytes .../__pycache__/plugin.cpython-310.pyc | Bin 0 -> 2076 bytes .../__pycache__/regexopt.cpython-310.pyc | Bin 0 -> 2988 bytes .../__pycache__/scanner.cpython-310.pyc | Bin 0 -> 3589 bytes .../__pycache__/sphinxext.cpython-310.pyc | Bin 0 -> 4574 bytes .../__pycache__/style.cpython-310.pyc | Bin 0 -> 4611 bytes .../__pycache__/token.cpython-310.pyc | Bin 0 -> 4683 bytes .../__pycache__/unistring.cpython-310.pyc | Bin 0 -> 31237 bytes .../pygments/__pycache__/util.cpython-310.pyc | Bin 0 -> 9194 bytes .../pip/_vendor/pygments/cmdline.py | 663 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 71 + .../pip/_vendor/pygments/filters/__init__.py | 937 ++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 29545 bytes .../pip/_vendor/pygments/formatter.py | 94 + .../_vendor/pygments/formatters/__init__.py | 153 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 4700 bytes .../__pycache__/_mapping.cpython-310.pyc | Bin 0 -> 5567 bytes .../__pycache__/bbcode.cpython-310.pyc | Bin 0 -> 3117 bytes .../__pycache__/groff.cpython-310.pyc | Bin 0 -> 4390 bytes .../__pycache__/html.cpython-310.pyc | Bin 0 -> 29101 bytes .../__pycache__/img.cpython-310.pyc | Bin 0 -> 17529 bytes .../__pycache__/irc.cpython-310.pyc | Bin 0 -> 4620 bytes .../__pycache__/latex.cpython-310.pyc | Bin 0 -> 13526 bytes .../__pycache__/other.cpython-310.pyc | Bin 0 -> 4836 bytes .../__pycache__/pangomarkup.cpython-310.pyc | Bin 0 -> 2136 bytes .../__pycache__/rtf.cpython-310.pyc | Bin 0 -> 4166 bytes .../__pycache__/svg.cpython-310.pyc | Bin 0 -> 6364 bytes .../__pycache__/terminal.cpython-310.pyc | Bin 0 -> 4031 bytes .../__pycache__/terminal256.cpython-310.pyc | Bin 0 -> 9281 bytes .../_vendor/pygments/formatters/_mapping.py | 84 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 168 + .../pip/_vendor/pygments/formatters/html.py | 983 ++ .../pip/_vendor/pygments/formatters/img.py | 641 ++ .../pip/_vendor/pygments/formatters/irc.py | 179 + .../pip/_vendor/pygments/formatters/latex.py | 511 + .../pip/_vendor/pygments/formatters/other.py | 161 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 146 + .../pip/_vendor/pygments/formatters/svg.py | 188 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 879 ++ .../pip/_vendor/pygments/lexers/__init__.py | 341 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 9216 bytes .../__pycache__/_mapping.cpython-310.pyc | Bin 0 -> 58154 bytes .../lexers/__pycache__/python.cpython-310.pyc | Bin 0 -> 29415 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 580 ++ .../pip/_vendor/pygments/lexers/python.py | 1188 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 69 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 155 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 93 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3252 bytes .../pip/_vendor/pygments/token.py | 212 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 308 + .../pip/_vendor/pyparsing/__init__.py | 328 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 7157 bytes .../__pycache__/actions.cpython-310.pyc | Bin 0 -> 7214 bytes .../__pycache__/common.cpython-310.pyc | Bin 0 -> 10137 bytes .../__pycache__/core.cpython-310.pyc | Bin 0 -> 175267 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 9104 bytes .../__pycache__/helpers.cpython-310.pyc | Bin 0 -> 34799 bytes .../__pycache__/results.cpython-310.pyc | Bin 0 -> 24811 bytes .../__pycache__/testing.cpython-310.pyc | Bin 0 -> 12132 bytes .../__pycache__/unicode.cpython-310.pyc | Bin 0 -> 9846 bytes .../__pycache__/util.cpython-310.pyc | Bin 0 -> 8637 bytes .../pip/_vendor/pyparsing/actions.py | 207 + .../pip/_vendor/pyparsing/common.py | 424 + .../pip/_vendor/pyparsing/core.py | 5789 +++++++++++ .../pip/_vendor/pyparsing/diagram/__init__.py | 593 ++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 15677 bytes .../pip/_vendor/pyparsing/exceptions.py | 267 + .../pip/_vendor/pyparsing/helpers.py | 1069 ++ .../pip/_vendor/pyparsing/results.py | 760 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 332 + .../pip/_vendor/pyparsing/util.py | 235 + .../pip/_vendor/requests/__init__.py | 154 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 4070 bytes .../__pycache__/__version__.cpython-310.pyc | Bin 0 -> 587 bytes .../_internal_utils.cpython-310.pyc | Bin 0 -> 1339 bytes .../__pycache__/adapters.cpython-310.pyc | Bin 0 -> 17075 bytes .../requests/__pycache__/api.cpython-310.pyc | Bin 0 -> 6686 bytes .../requests/__pycache__/auth.cpython-310.pyc | Bin 0 -> 8129 bytes .../__pycache__/certs.cpython-310.pyc | Bin 0 -> 671 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 1706 bytes .../__pycache__/cookies.cpython-310.pyc | Bin 0 -> 18719 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 5280 bytes .../requests/__pycache__/help.cpython-310.pyc | Bin 0 -> 2939 bytes .../__pycache__/hooks.cpython-310.pyc | Bin 0 -> 1026 bytes .../__pycache__/models.cpython-310.pyc | Bin 0 -> 24345 bytes .../__pycache__/packages.cpython-310.pyc | Bin 0 -> 540 bytes .../__pycache__/sessions.cpython-310.pyc | Bin 0 -> 19653 bytes .../__pycache__/status_codes.cpython-310.pyc | Bin 0 -> 4703 bytes .../__pycache__/structures.cpython-310.pyc | Bin 0 -> 4485 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 24428 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 42 + .../pip/_vendor/requests/adapters.py | 538 ++ .../site-packages/pip/_vendor/requests/api.py | 159 + .../pip/_vendor/requests/auth.py | 305 + .../pip/_vendor/requests/certs.py | 18 + .../pip/_vendor/requests/compat.py | 77 + .../pip/_vendor/requests/cookies.py | 549 ++ .../pip/_vendor/requests/exceptions.py | 133 + .../pip/_vendor/requests/help.py | 132 + .../pip/_vendor/requests/hooks.py | 34 + .../pip/_vendor/requests/models.py | 973 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 771 ++ .../pip/_vendor/requests/status_codes.py | 123 + .../pip/_vendor/requests/structures.py | 105 + .../pip/_vendor/requests/utils.py | 1060 ++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 638 bytes .../__pycache__/providers.cpython-310.pyc | Bin 0 -> 6689 bytes .../__pycache__/reporters.cpython-310.pyc | Bin 0 -> 2609 bytes .../__pycache__/resolvers.cpython-310.pyc | Bin 0 -> 15162 bytes .../__pycache__/structs.cpython-310.pyc | Bin 0 -> 7195 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 233 bytes .../collections_abc.cpython-310.pyc | Bin 0 -> 409 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 482 + .../pip/_vendor/resolvelib/structs.py | 165 + .../pip/_vendor/rich/__init__.py | 172 + .../pip/_vendor/rich/__main__.py | 280 + .../rich/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 5923 bytes .../rich/__pycache__/__main__.cpython-310.pyc | Bin 0 -> 7357 bytes .../__pycache__/_cell_widths.cpython-310.pyc | Bin 0 -> 7846 bytes .../__pycache__/_emoji_codes.cpython-310.pyc | Bin 0 -> 360086 bytes .../_emoji_replace.cpython-310.pyc | Bin 0 -> 1226 bytes .../__pycache__/_extension.cpython-310.pyc | Bin 0 -> 527 bytes .../rich/__pycache__/_inspect.cpython-310.pyc | Bin 0 -> 6644 bytes .../__pycache__/_log_render.cpython-310.pyc | Bin 0 -> 2672 bytes .../rich/__pycache__/_loop.cpython-310.pyc | Bin 0 -> 1324 bytes .../__pycache__/_lru_cache.cpython-310.pyc | Bin 0 -> 1607 bytes .../__pycache__/_palettes.cpython-310.pyc | Bin 0 -> 5129 bytes .../rich/__pycache__/_pick.cpython-310.pyc | Bin 0 -> 672 bytes .../rich/__pycache__/_ratio.cpython-310.pyc | Bin 0 -> 5189 bytes .../__pycache__/_spinners.cpython-310.pyc | Bin 0 -> 15245 bytes .../rich/__pycache__/_stack.cpython-310.pyc | Bin 0 -> 870 bytes .../rich/__pycache__/_timer.cpython-310.pyc | Bin 0 -> 719 bytes .../rich/__pycache__/_windows.cpython-310.pyc | Bin 0 -> 1910 bytes .../rich/__pycache__/_wrap.cpython-310.pyc | Bin 0 -> 1548 bytes .../rich/__pycache__/abc.cpython-310.pyc | Bin 0 -> 1346 bytes .../rich/__pycache__/align.cpython-310.pyc | Bin 0 -> 8000 bytes .../rich/__pycache__/ansi.cpython-310.pyc | Bin 0 -> 6049 bytes .../rich/__pycache__/bar.cpython-310.pyc | Bin 0 -> 3015 bytes .../rich/__pycache__/box.cpython-310.pyc | Bin 0 -> 7789 bytes .../rich/__pycache__/cells.cpython-310.pyc | Bin 0 -> 3531 bytes .../rich/__pycache__/color.cpython-310.pyc | Bin 0 -> 16787 bytes .../__pycache__/color_triplet.cpython-310.pyc | Bin 0 -> 1469 bytes .../rich/__pycache__/columns.cpython-310.pyc | Bin 0 -> 6229 bytes .../rich/__pycache__/console.cpython-310.pyc | Bin 0 -> 70474 bytes .../__pycache__/constrain.cpython-310.pyc | Bin 0 -> 1786 bytes .../__pycache__/containers.cpython-310.pyc | Bin 0 -> 6518 bytes .../rich/__pycache__/control.cpython-310.pyc | Bin 0 -> 6861 bytes .../default_styles.cpython-310.pyc | Bin 0 -> 6061 bytes .../rich/__pycache__/diagnose.cpython-310.pyc | Bin 0 -> 387 bytes .../rich/__pycache__/emoji.cpython-310.pyc | Bin 0 -> 3299 bytes .../rich/__pycache__/errors.cpython-310.pyc | Bin 0 -> 1559 bytes .../__pycache__/file_proxy.cpython-310.pyc | Bin 0 -> 2296 bytes .../rich/__pycache__/filesize.cpython-310.pyc | Bin 0 -> 2648 bytes .../__pycache__/highlighter.cpython-310.pyc | Bin 0 -> 5375 bytes .../rich/__pycache__/json.cpython-310.pyc | Bin 0 -> 4779 bytes .../rich/__pycache__/jupyter.cpython-310.pyc | Bin 0 -> 3858 bytes .../rich/__pycache__/layout.cpython-310.pyc | Bin 0 -> 14710 bytes .../rich/__pycache__/live.cpython-310.pyc | Bin 0 -> 11600 bytes .../__pycache__/live_render.cpython-310.pyc | Bin 0 -> 3434 bytes .../rich/__pycache__/logging.cpython-310.pyc | Bin 0 -> 9326 bytes .../rich/__pycache__/markup.cpython-310.pyc | Bin 0 -> 5945 bytes .../rich/__pycache__/measure.cpython-310.pyc | Bin 0 -> 5090 bytes .../rich/__pycache__/padding.cpython-310.pyc | Bin 0 -> 4514 bytes .../rich/__pycache__/pager.cpython-310.pyc | Bin 0 -> 1527 bytes .../rich/__pycache__/palette.cpython-310.pyc | Bin 0 -> 3740 bytes .../rich/__pycache__/panel.cpython-310.pyc | Bin 0 -> 6423 bytes .../rich/__pycache__/pretty.cpython-310.pyc | Bin 0 -> 25135 bytes .../rich/__pycache__/progress.cpython-310.pyc | Bin 0 -> 33363 bytes .../__pycache__/progress_bar.cpython-310.pyc | Bin 0 -> 6739 bytes .../rich/__pycache__/prompt.cpython-310.pyc | Bin 0 -> 11331 bytes .../rich/__pycache__/protocol.cpython-310.pyc | Bin 0 -> 1403 bytes .../rich/__pycache__/region.cpython-310.pyc | Bin 0 -> 559 bytes .../rich/__pycache__/repr.cpython-310.pyc | Bin 0 -> 4072 bytes .../rich/__pycache__/rule.cpython-310.pyc | Bin 0 -> 3769 bytes .../rich/__pycache__/scope.cpython-310.pyc | Bin 0 -> 3020 bytes .../rich/__pycache__/screen.cpython-310.pyc | Bin 0 -> 1911 bytes .../rich/__pycache__/segment.cpython-310.pyc | Bin 0 -> 20601 bytes .../rich/__pycache__/spinner.cpython-310.pyc | Bin 0 -> 4431 bytes .../rich/__pycache__/status.cpython-310.pyc | Bin 0 -> 4625 bytes .../rich/__pycache__/style.cpython-310.pyc | Bin 0 -> 20554 bytes .../rich/__pycache__/styled.cpython-310.pyc | Bin 0 -> 1795 bytes .../rich/__pycache__/syntax.cpython-310.pyc | Bin 0 -> 19068 bytes .../rich/__pycache__/table.cpython-310.pyc | Bin 0 -> 27006 bytes .../rich/__pycache__/tabulate.cpython-310.pyc | Bin 0 -> 1788 bytes .../terminal_theme.cpython-310.pyc | Bin 0 -> 1752 bytes .../rich/__pycache__/text.cpython-310.pyc | Bin 0 -> 39316 bytes .../rich/__pycache__/theme.cpython-310.pyc | Bin 0 -> 4732 bytes .../rich/__pycache__/themes.cpython-310.pyc | Bin 0 -> 325 bytes .../__pycache__/traceback.cpython-310.pyc | Bin 0 -> 19569 bytes .../rich/__pycache__/tree.cpython-310.pyc | Bin 0 -> 7349 bytes .../pip/_vendor/rich/_cell_widths.py | 451 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_extension.py | 10 + .../pip/_vendor/rich/_inspect.py | 210 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_lru_cache.py | 34 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 160 + .../pip/_vendor/rich/_spinners.py | 848 ++ .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_windows.py | 72 + .../site-packages/pip/_vendor/rich/_wrap.py | 55 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 312 + .../site-packages/pip/_vendor/rich/ansi.py | 228 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 483 + .../site-packages/pip/_vendor/rich/cells.py | 147 + .../site-packages/pip/_vendor/rich/color.py | 581 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2211 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 175 + .../pip/_vendor/rich/default_styles.py | 183 + .../pip/_vendor/rich/diagnose.py | 6 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 54 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 147 + .../site-packages/pip/_vendor/rich/json.py | 140 + .../site-packages/pip/_vendor/rich/jupyter.py | 92 + .../site-packages/pip/_vendor/rich/layout.py | 444 + .../site-packages/pip/_vendor/rich/live.py | 365 + .../pip/_vendor/rich/live_render.py | 113 + .../site-packages/pip/_vendor/rich/logging.py | 268 + .../site-packages/pip/_vendor/rich/markup.py | 244 + .../site-packages/pip/_vendor/rich/measure.py | 149 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 250 + .../site-packages/pip/_vendor/rich/pretty.py | 903 ++ .../pip/_vendor/rich/progress.py | 1036 ++ .../pip/_vendor/rich/progress_bar.py | 216 + .../site-packages/pip/_vendor/rich/prompt.py | 376 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 151 + .../site-packages/pip/_vendor/rich/rule.py | 115 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 720 ++ .../site-packages/pip/_vendor/rich/spinner.py | 134 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 785 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 735 ++ .../site-packages/pip/_vendor/rich/table.py | 968 ++ .../pip/_vendor/rich/tabulate.py | 51 + .../pip/_vendor/rich/terminal_theme.py | 55 + .../site-packages/pip/_vendor/rich/text.py | 1282 +++ .../site-packages/pip/_vendor/rich/theme.py | 112 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 678 ++ .../site-packages/pip/_vendor/rich/tree.py | 249 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 517 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 16406 bytes .../__pycache__/_asyncio.cpython-310.pyc | Bin 0 -> 2646 bytes .../__pycache__/_utils.cpython-310.pyc | Bin 0 -> 1259 bytes .../__pycache__/after.cpython-310.pyc | Bin 0 -> 1263 bytes .../__pycache__/before.cpython-310.pyc | Bin 0 -> 1141 bytes .../__pycache__/before_sleep.cpython-310.pyc | Bin 0 -> 1443 bytes .../tenacity/__pycache__/nap.cpython-310.pyc | Bin 0 -> 1231 bytes .../__pycache__/retry.cpython-310.pyc | Bin 0 -> 8461 bytes .../tenacity/__pycache__/stop.cpython-310.pyc | Bin 0 -> 4049 bytes .../__pycache__/tornadoweb.cpython-310.pyc | Bin 0 -> 1796 bytes .../tenacity/__pycache__/wait.cpython-310.pyc | Bin 0 -> 7993 bytes .../pip/_vendor/tenacity/_asyncio.py | 92 + .../pip/_vendor/tenacity/_utils.py | 68 + .../pip/_vendor/tenacity/after.py | 46 + .../pip/_vendor/tenacity/before.py | 41 + .../pip/_vendor/tenacity/before_sleep.py | 58 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 213 + .../pip/_vendor/tenacity/stop.py | 96 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 191 + .../pip/_vendor/tomli/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 411 bytes .../tomli/__pycache__/_parser.cpython-310.pyc | Bin 0 -> 16365 bytes .../tomli/__pycache__/_re.cpython-310.pyc | Bin 0 -> 2455 bytes .../pip/_vendor/tomli/_parser.py | 703 ++ .../site-packages/pip/_vendor/tomli/_re.py | 83 + .../pip/_vendor/typing_extensions.py | 2296 +++++ .../pip/_vendor/urllib3/__init__.py | 85 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2221 bytes .../__pycache__/_collections.cpython-310.pyc | Bin 0 -> 11386 bytes .../__pycache__/_version.cpython-310.pyc | Bin 0 -> 245 bytes .../__pycache__/connection.cpython-310.pyc | Bin 0 -> 13668 bytes .../connectionpool.cpython-310.pyc | Bin 0 -> 25510 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 11026 bytes .../__pycache__/fields.cpython-310.pyc | Bin 0 -> 8215 bytes .../__pycache__/filepost.cpython-310.pyc | Bin 0 -> 2782 bytes .../__pycache__/poolmanager.cpython-310.pyc | Bin 0 -> 15330 bytes .../__pycache__/request.cpython-310.pyc | Bin 0 -> 5658 bytes .../__pycache__/response.cpython-310.pyc | Bin 0 -> 20949 bytes .../pip/_vendor/urllib3/_collections.py | 355 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 569 ++ .../pip/_vendor/urllib3/connectionpool.py | 1113 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 231 bytes .../_appengine_environ.cpython-310.pyc | Bin 0 -> 1411 bytes .../__pycache__/appengine.cpython-310.pyc | Bin 0 -> 8227 bytes .../__pycache__/ntlmpool.cpython-310.pyc | Bin 0 -> 3666 bytes .../__pycache__/pyopenssl.cpython-310.pyc | Bin 0 -> 15568 bytes .../securetransport.cpython-310.pyc | Bin 0 -> 21973 bytes .../contrib/__pycache__/socks.cpython-310.pyc | Bin 0 -> 5633 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 248 bytes .../__pycache__/bindings.cpython-310.pyc | Bin 0 -> 10744 bytes .../__pycache__/low_level.cpython-310.pyc | Bin 0 -> 9131 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 511 + .../urllib3/contrib/securetransport.py | 922 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 232 bytes .../packages/__pycache__/six.cpython-310.pyc | Bin 0 -> 27686 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 242 bytes .../__pycache__/makefile.cpython-310.pyc | Bin 0 -> 1342 bytes .../urllib3/packages/backports/makefile.py | 51 + .../pip/_vendor/urllib3/packages/six.py | 1077 +++ .../pip/_vendor/urllib3/poolmanager.py | 539 ++ .../pip/_vendor/urllib3/request.py | 170 + .../pip/_vendor/urllib3/response.py | 821 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1141 bytes .../__pycache__/connection.cpython-310.pyc | Bin 0 -> 3469 bytes .../util/__pycache__/proxy.cpython-310.pyc | Bin 0 -> 1374 bytes .../util/__pycache__/queue.cpython-310.pyc | Bin 0 -> 1096 bytes .../util/__pycache__/request.cpython-310.pyc | Bin 0 -> 3504 bytes .../util/__pycache__/response.cpython-310.pyc | Bin 0 -> 2389 bytes .../util/__pycache__/retry.cpython-310.pyc | Bin 0 -> 16184 bytes .../util/__pycache__/ssl_.cpython-310.pyc | Bin 0 -> 11341 bytes .../ssl_match_hostname.cpython-310.pyc | Bin 0 -> 3313 bytes .../__pycache__/ssltransport.cpython-310.pyc | Bin 0 -> 7431 bytes .../util/__pycache__/timeout.cpython-310.pyc | Bin 0 -> 8965 bytes .../util/__pycache__/url.cpython-310.pyc | Bin 0 -> 10710 bytes .../util/__pycache__/wait.cpython-310.pyc | Bin 0 -> 3125 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 143 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 620 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 161 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 268 + .../pip/_vendor/urllib3/util/url.py | 432 + .../pip/_vendor/urllib3/util/wait.py | 153 + .../site-packages/pip/_vendor/vendor.txt | 25 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 9778 bytes .../__pycache__/labels.cpython-310.pyc | Bin 0 -> 5268 bytes .../__pycache__/mklabels.cpython-310.pyc | Bin 0 -> 1973 bytes .../__pycache__/tests.cpython-310.pyc | Bin 0 -> 5075 bytes .../x_user_defined.cpython-310.pyc | Bin 0 -> 2624 bytes .../pip/_vendor/webencodings/labels.py | 231 + .../pip/_vendor/webencodings/mklabels.py | 59 + .../pip/_vendor/webencodings/tests.py | 153 + .../_vendor/webencodings/x_user_defined.py | 325 + .../lib/python3.10/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3303 +++++++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 100633 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 225 bytes .../__pycache__/appdirs.cpython-310.pyc | Bin 0 -> 20286 bytes .../__pycache__/pyparsing.cpython-310.pyc | Bin 0 -> 198778 bytes .../pkg_resources/_vendor/appdirs.py | 608 ++ .../_vendor/packaging/__about__.py | 26 + .../_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-310.pyc | Bin 0 -> 632 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 488 bytes .../__pycache__/_manylinux.cpython-310.pyc | Bin 0 -> 7342 bytes .../__pycache__/_musllinux.cpython-310.pyc | Bin 0 -> 4654 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 3012 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 9338 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 4026 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 22230 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 12256 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 3617 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 12967 bytes .../_vendor/packaging/_manylinux.py | 301 + .../_vendor/packaging/_musllinux.py | 136 + .../_vendor/packaging/_structures.py | 67 + .../_vendor/packaging/markers.py | 304 + .../_vendor/packaging/requirements.py | 146 + .../_vendor/packaging/specifiers.py | 828 ++ .../pkg_resources/_vendor/packaging/tags.py | 484 + .../pkg_resources/_vendor/packaging/utils.py | 136 + .../_vendor/packaging/version.py | 504 + .../pkg_resources/_vendor/pyparsing.py | 5742 +++++++++++ .../pkg_resources/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2933 bytes .../__pycache__/setup.cpython-310.pyc | Bin 0 -> 353 bytes .../data/my-test-package-source/setup.py | 6 + .../requests-2.31.0.dist-info/INSTALLER | 1 + .../requests-2.31.0.dist-info/LICENSE | 175 + .../requests-2.31.0.dist-info/METADATA | 122 + .../requests-2.31.0.dist-info/RECORD | 43 + .../requests-2.31.0.dist-info/REQUESTED | 0 .../requests-2.31.0.dist-info/WHEEL | 5 + .../requests-2.31.0.dist-info/top_level.txt | 1 + .../site-packages/requests/__init__.py | 180 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3904 bytes .../__pycache__/__version__.cpython-310.pyc | Bin 0 -> 570 bytes .../_internal_utils.cpython-310.pyc | Bin 0 -> 1646 bytes .../__pycache__/adapters.cpython-310.pyc | Bin 0 -> 16172 bytes .../requests/__pycache__/api.cpython-310.pyc | Bin 0 -> 6746 bytes .../requests/__pycache__/auth.cpython-310.pyc | Bin 0 -> 8142 bytes .../__pycache__/certs.cpython-310.pyc | Bin 0 -> 647 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 1544 bytes .../__pycache__/cookies.cpython-310.pyc | Bin 0 -> 18711 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 5749 bytes .../requests/__pycache__/help.cpython-310.pyc | Bin 0 -> 2869 bytes .../__pycache__/hooks.cpython-310.pyc | Bin 0 -> 1014 bytes .../__pycache__/models.cpython-310.pyc | Bin 0 -> 24214 bytes .../__pycache__/packages.cpython-310.pyc | Bin 0 -> 741 bytes .../__pycache__/sessions.cpython-310.pyc | Bin 0 -> 19614 bytes .../__pycache__/status_codes.cpython-310.pyc | Bin 0 -> 4693 bytes .../__pycache__/structures.cpython-310.pyc | Bin 0 -> 4458 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 24455 bytes .../site-packages/requests/__version__.py | 14 + .../site-packages/requests/_internal_utils.py | 50 + .../site-packages/requests/adapters.py | 538 ++ .../python3.10/site-packages/requests/api.py | 157 + .../python3.10/site-packages/requests/auth.py | 315 + .../site-packages/requests/certs.py | 17 + .../site-packages/requests/compat.py | 79 + .../site-packages/requests/cookies.py | 561 ++ .../site-packages/requests/exceptions.py | 141 + .../python3.10/site-packages/requests/help.py | 134 + .../site-packages/requests/hooks.py | 33 + .../site-packages/requests/models.py | 1034 ++ .../site-packages/requests/packages.py | 28 + .../site-packages/requests/sessions.py | 833 ++ .../site-packages/requests/status_codes.py | 128 + .../site-packages/requests/structures.py | 99 + .../site-packages/requests/utils.py | 1094 +++ .../setuptools-59.6.0.dist-info/INSTALLER | 1 + .../setuptools-59.6.0.dist-info/LICENSE | 19 + .../setuptools-59.6.0.dist-info/METADATA | 124 + .../setuptools-59.6.0.dist-info/RECORD | 298 + .../setuptools-59.6.0.dist-info/REQUESTED | 0 .../setuptools-59.6.0.dist-info/WHEEL | 5 + .../entry_points.txt | 56 + .../setuptools-59.6.0.dist-info/top_level.txt | 4 + .../site-packages/setuptools/__init__.py | 242 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 8629 bytes .../_deprecation_warning.cpython-310.pyc | Bin 0 -> 586 bytes .../__pycache__/_imp.cpython-310.pyc | Bin 0 -> 2112 bytes .../__pycache__/archive_util.cpython-310.pyc | Bin 0 -> 5882 bytes .../__pycache__/build_meta.cpython-310.pyc | Bin 0 -> 9496 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 20965 bytes .../__pycache__/dep_util.cpython-310.pyc | Bin 0 -> 893 bytes .../__pycache__/depends.cpython-310.pyc | Bin 0 -> 5332 bytes .../__pycache__/dist.cpython-310.pyc | Bin 0 -> 36373 bytes .../__pycache__/errors.cpython-310.pyc | Bin 0 -> 1538 bytes .../__pycache__/extension.cpython-310.pyc | Bin 0 -> 1982 bytes .../__pycache__/glob.cpython-310.pyc | Bin 0 -> 3771 bytes .../__pycache__/installer.cpython-310.pyc | Bin 0 -> 3017 bytes .../__pycache__/launch.cpython-310.pyc | Bin 0 -> 943 bytes .../__pycache__/monkey.cpython-310.pyc | Bin 0 -> 4671 bytes .../__pycache__/msvc.cpython-310.pyc | Bin 0 -> 42675 bytes .../__pycache__/namespaces.cpython-310.pyc | Bin 0 -> 3654 bytes .../__pycache__/package_index.cpython-310.pyc | Bin 0 -> 32767 bytes .../__pycache__/py34compat.cpython-310.pyc | Bin 0 -> 518 bytes .../__pycache__/sandbox.cpython-310.pyc | Bin 0 -> 15794 bytes .../__pycache__/unicode_utils.cpython-310.pyc | Bin 0 -> 1148 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 360 bytes .../__pycache__/wheel.cpython-310.pyc | Bin 0 -> 7386 bytes .../windows_support.cpython-310.pyc | Bin 0 -> 1061 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_distutils/__init__.py | 24 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 594 bytes .../__pycache__/_msvccompiler.cpython-310.pyc | Bin 0 -> 13871 bytes .../__pycache__/archive_util.cpython-310.pyc | Bin 0 -> 6599 bytes .../__pycache__/bcppcompiler.cpython-310.pyc | Bin 0 -> 6586 bytes .../__pycache__/ccompiler.cpython-310.pyc | Bin 0 -> 33343 bytes .../__pycache__/cmd.cpython-310.pyc | Bin 0 -> 13986 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 3625 bytes .../__pycache__/core.cpython-310.pyc | Bin 0 -> 7126 bytes .../cygwinccompiler.cpython-310.pyc | Bin 0 -> 9033 bytes .../__pycache__/debug.cpython-310.pyc | Bin 0 -> 288 bytes .../__pycache__/dep_util.cpython-310.pyc | Bin 0 -> 2809 bytes .../__pycache__/dir_util.cpython-310.pyc | Bin 0 -> 5920 bytes .../__pycache__/dist.cpython-310.pyc | Bin 0 -> 34085 bytes .../__pycache__/errors.cpython-310.pyc | Bin 0 -> 5030 bytes .../__pycache__/extension.cpython-310.pyc | Bin 0 -> 7044 bytes .../__pycache__/fancy_getopt.cpython-310.pyc | Bin 0 -> 10668 bytes .../__pycache__/file_util.cpython-310.pyc | Bin 0 -> 6014 bytes .../__pycache__/filelist.cpython-310.pyc | Bin 0 -> 10860 bytes .../__pycache__/log.cpython-310.pyc | Bin 0 -> 2345 bytes .../__pycache__/msvc9compiler.cpython-310.pyc | Bin 0 -> 17600 bytes .../__pycache__/msvccompiler.cpython-310.pyc | Bin 0 -> 14819 bytes .../__pycache__/py35compat.cpython-310.pyc | Bin 0 -> 664 bytes .../__pycache__/py38compat.cpython-310.pyc | Bin 0 -> 461 bytes .../__pycache__/spawn.cpython-310.pyc | Bin 0 -> 2931 bytes .../__pycache__/sysconfig.cpython-310.pyc | Bin 0 -> 12912 bytes .../__pycache__/text_file.cpython-310.pyc | Bin 0 -> 8507 bytes .../__pycache__/unixccompiler.cpython-310.pyc | Bin 0 -> 6839 bytes .../__pycache__/util.cpython-310.pyc | Bin 0 -> 14780 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 7881 bytes .../versionpredicate.cpython-310.pyc | Bin 0 -> 5374 bytes .../setuptools/_distutils/_msvccompiler.py | 561 ++ .../setuptools/_distutils/archive_util.py | 256 + .../setuptools/_distutils/bcppcompiler.py | 393 + .../setuptools/_distutils/ccompiler.py | 1123 +++ .../setuptools/_distutils/cmd.py | 403 + .../setuptools/_distutils/command/__init__.py | 31 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 567 bytes .../command/__pycache__/bdist.cpython-310.pyc | Bin 0 -> 3701 bytes .../__pycache__/bdist_dumb.cpython-310.pyc | Bin 0 -> 3680 bytes .../__pycache__/bdist_msi.cpython-310.pyc | Bin 0 -> 19756 bytes .../__pycache__/bdist_rpm.cpython-310.pyc | Bin 0 -> 12324 bytes .../__pycache__/bdist_wininst.cpython-310.pyc | Bin 0 -> 8667 bytes .../command/__pycache__/build.cpython-310.pyc | Bin 0 -> 3929 bytes .../__pycache__/build_clib.cpython-310.pyc | Bin 0 -> 4906 bytes .../__pycache__/build_ext.cpython-310.pyc | Bin 0 -> 16254 bytes .../__pycache__/build_py.cpython-310.pyc | Bin 0 -> 9925 bytes .../__pycache__/build_scripts.cpython-310.pyc | Bin 0 -> 4048 bytes .../command/__pycache__/check.cpython-310.pyc | Bin 0 -> 5045 bytes .../command/__pycache__/clean.cpython-310.pyc | Bin 0 -> 2184 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 10366 bytes .../__pycache__/install.cpython-310.pyc | Bin 0 -> 15304 bytes .../__pycache__/install_data.cpython-310.pyc | Bin 0 -> 2383 bytes .../install_egg_info.cpython-310.pyc | Bin 0 -> 3348 bytes .../install_headers.cpython-310.pyc | Bin 0 -> 1806 bytes .../__pycache__/install_lib.cpython-310.pyc | Bin 0 -> 5208 bytes .../install_scripts.cpython-310.pyc | Bin 0 -> 2235 bytes .../__pycache__/py37compat.cpython-310.pyc | Bin 0 -> 1076 bytes .../__pycache__/register.cpython-310.pyc | Bin 0 -> 8719 bytes .../command/__pycache__/sdist.cpython-310.pyc | Bin 0 -> 14535 bytes .../__pycache__/upload.cpython-310.pyc | Bin 0 -> 5411 bytes .../setuptools/_distutils/command/bdist.py | 143 + .../_distutils/command/bdist_dumb.py | 123 + .../_distutils/command/bdist_msi.py | 749 ++ .../_distutils/command/bdist_rpm.py | 579 ++ .../_distutils/command/bdist_wininst.py | 377 + .../setuptools/_distutils/command/build.py | 157 + .../_distutils/command/build_clib.py | 209 + .../_distutils/command/build_ext.py | 755 ++ .../setuptools/_distutils/command/build_py.py | 392 + .../_distutils/command/build_scripts.py | 152 + .../setuptools/_distutils/command/check.py | 148 + .../setuptools/_distutils/command/clean.py | 76 + .../setuptools/_distutils/command/config.py | 344 + .../setuptools/_distutils/command/install.py | 721 ++ .../_distutils/command/install_data.py | 79 + .../_distutils/command/install_egg_info.py | 84 + .../_distutils/command/install_headers.py | 47 + .../_distutils/command/install_lib.py | 217 + .../_distutils/command/install_scripts.py | 60 + .../_distutils/command/py37compat.py | 30 + .../setuptools/_distutils/command/register.py | 304 + .../setuptools/_distutils/command/sdist.py | 494 + .../setuptools/_distutils/command/upload.py | 214 + .../setuptools/_distutils/config.py | 130 + .../setuptools/_distutils/core.py | 249 + .../setuptools/_distutils/cygwinccompiler.py | 425 + .../setuptools/_distutils/debug.py | 5 + .../setuptools/_distutils/dep_util.py | 92 + .../setuptools/_distutils/dir_util.py | 210 + .../setuptools/_distutils/dist.py | 1257 +++ .../setuptools/_distutils/errors.py | 97 + .../setuptools/_distutils/extension.py | 240 + .../setuptools/_distutils/fancy_getopt.py | 457 + .../setuptools/_distutils/file_util.py | 238 + .../setuptools/_distutils/filelist.py | 355 + .../setuptools/_distutils/log.py | 77 + .../setuptools/_distutils/msvc9compiler.py | 788 ++ .../setuptools/_distutils/msvccompiler.py | 643 ++ .../setuptools/_distutils/py35compat.py | 19 + .../setuptools/_distutils/py38compat.py | 7 + .../setuptools/_distutils/spawn.py | 106 + .../setuptools/_distutils/sysconfig.py | 601 ++ .../setuptools/_distutils/text_file.py | 286 + .../setuptools/_distutils/unixccompiler.py | 325 + .../setuptools/_distutils/util.py | 548 ++ .../setuptools/_distutils/version.py | 363 + .../setuptools/_distutils/versionpredicate.py | 169 + .../site-packages/setuptools/_imp.py | 82 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 222 bytes .../__pycache__/ordered_set.cpython-310.pyc | Bin 0 -> 16358 bytes .../__pycache__/pyparsing.cpython-310.pyc | Bin 0 -> 198775 bytes .../_vendor/more_itertools/__init__.py | 4 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 303 bytes .../__pycache__/more.cpython-310.pyc | Bin 0 -> 110021 bytes .../__pycache__/recipes.cpython-310.pyc | Bin 0 -> 18003 bytes .../setuptools/_vendor/more_itertools/more.py | 3825 ++++++++ .../_vendor/more_itertools/recipes.py | 620 ++ .../setuptools/_vendor/ordered_set.py | 488 + .../setuptools/_vendor/packaging/__about__.py | 26 + .../setuptools/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-310.pyc | Bin 0 -> 629 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 485 bytes .../__pycache__/_manylinux.cpython-310.pyc | Bin 0 -> 7339 bytes .../__pycache__/_musllinux.cpython-310.pyc | Bin 0 -> 4651 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 3009 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 9332 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 4020 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 22227 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 12253 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 3614 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 12964 bytes .../_vendor/packaging/_manylinux.py | 301 + .../_vendor/packaging/_musllinux.py | 136 + .../_vendor/packaging/_structures.py | 67 + .../setuptools/_vendor/packaging/markers.py | 304 + .../_vendor/packaging/requirements.py | 146 + .../_vendor/packaging/specifiers.py | 828 ++ .../setuptools/_vendor/packaging/tags.py | 484 + .../setuptools/_vendor/packaging/utils.py | 136 + .../setuptools/_vendor/packaging/version.py | 504 + .../setuptools/_vendor/pyparsing.py | 5742 +++++++++++ .../site-packages/setuptools/archive_util.py | 205 + .../site-packages/setuptools/build_meta.py | 290 + .../site-packages/setuptools/cli-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/cli-64.exe | Bin 0 -> 74752 bytes .../site-packages/setuptools/cli-arm64.exe | Bin 0 -> 137216 bytes .../site-packages/setuptools/cli.exe | Bin 0 -> 65536 bytes .../setuptools/command/__init__.py | 8 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 411 bytes .../command/__pycache__/alias.cpython-310.pyc | Bin 0 -> 2413 bytes .../__pycache__/bdist_egg.cpython-310.pyc | Bin 0 -> 13139 bytes .../__pycache__/bdist_rpm.cpython-310.pyc | Bin 0 -> 1626 bytes .../__pycache__/build_clib.cpython-310.pyc | Bin 0 -> 2500 bytes .../__pycache__/build_ext.cpython-310.pyc | Bin 0 -> 9929 bytes .../__pycache__/build_py.cpython-310.pyc | Bin 0 -> 8302 bytes .../__pycache__/develop.cpython-310.pyc | Bin 0 -> 6189 bytes .../__pycache__/dist_info.cpython-310.pyc | Bin 0 -> 1431 bytes .../__pycache__/easy_install.cpython-310.pyc | Bin 0 -> 65208 bytes .../__pycache__/egg_info.cpython-310.pyc | Bin 0 -> 22787 bytes .../__pycache__/install.cpython-310.pyc | Bin 0 -> 4237 bytes .../install_egg_info.cpython-310.pyc | Bin 0 -> 2962 bytes .../__pycache__/install_lib.cpython-310.pyc | Bin 0 -> 5177 bytes .../install_scripts.cpython-310.pyc | Bin 0 -> 2466 bytes .../__pycache__/py36compat.cpython-310.pyc | Bin 0 -> 4573 bytes .../__pycache__/register.cpython-310.pyc | Bin 0 -> 877 bytes .../__pycache__/rotate.cpython-310.pyc | Bin 0 -> 2544 bytes .../__pycache__/saveopts.cpython-310.pyc | Bin 0 -> 963 bytes .../command/__pycache__/sdist.cpython-310.pyc | Bin 0 -> 6992 bytes .../__pycache__/setopt.cpython-310.pyc | Bin 0 -> 4725 bytes .../command/__pycache__/test.cpython-310.pyc | Bin 0 -> 8169 bytes .../__pycache__/upload.cpython-310.pyc | Bin 0 -> 850 bytes .../__pycache__/upload_docs.cpython-310.pyc | Bin 0 -> 6219 bytes .../site-packages/setuptools/command/alias.py | 78 + .../setuptools/command/bdist_egg.py | 456 + .../setuptools/command/bdist_rpm.py | 40 + .../setuptools/command/build_clib.py | 101 + .../setuptools/command/build_ext.py | 328 + .../setuptools/command/build_py.py | 242 + .../setuptools/command/develop.py | 193 + .../setuptools/command/dist_info.py | 36 + .../setuptools/command/easy_install.py | 2354 +++++ .../setuptools/command/egg_info.py | 755 ++ .../setuptools/command/install.py | 132 + .../setuptools/command/install_egg_info.py | 82 + .../setuptools/command/install_lib.py | 148 + .../setuptools/command/install_scripts.py | 69 + .../setuptools/command/launcher manifest.xml | 15 + .../setuptools/command/py36compat.py | 134 + .../setuptools/command/register.py | 18 + .../setuptools/command/rotate.py | 64 + .../setuptools/command/saveopts.py | 22 + .../site-packages/setuptools/command/sdist.py | 196 + .../setuptools/command/setopt.py | 149 + .../site-packages/setuptools/command/test.py | 252 + .../setuptools/command/upload.py | 17 + .../setuptools/command/upload_docs.py | 202 + .../site-packages/setuptools/config.py | 751 ++ .../site-packages/setuptools/dep_util.py | 25 + .../site-packages/setuptools/depends.py | 176 + .../site-packages/setuptools/dist.py | 1156 +++ .../site-packages/setuptools/errors.py | 40 + .../site-packages/setuptools/extension.py | 55 + .../setuptools/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2972 bytes .../site-packages/setuptools/glob.py | 167 + .../site-packages/setuptools/gui-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/gui-64.exe | Bin 0 -> 75264 bytes .../site-packages/setuptools/gui-arm64.exe | Bin 0 -> 137728 bytes .../site-packages/setuptools/gui.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/installer.py | 104 + .../site-packages/setuptools/launch.py | 36 + .../site-packages/setuptools/monkey.py | 177 + .../site-packages/setuptools/msvc.py | 1805 ++++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1127 +++ .../site-packages/setuptools/py34compat.py | 13 + .../site-packages/setuptools/sandbox.py | 530 + .../setuptools/script (dev).tmpl | 6 + .../site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/unicode_utils.py | 42 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/wheel.py | 213 + .../setuptools/windows_support.py | 29 + .../urllib3-2.1.0.dist-info/INSTALLER | 1 + .../urllib3-2.1.0.dist-info/METADATA | 152 + .../urllib3-2.1.0.dist-info/RECORD | 62 + .../urllib3-2.1.0.dist-info/WHEEL | 4 + .../licenses/LICENSE.txt | 21 + .../site-packages/urllib3/__init__.py | 149 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3926 bytes .../_base_connection.cpython-310.pyc | Bin 0 -> 5732 bytes .../__pycache__/_collections.cpython-310.pyc | Bin 0 -> 16277 bytes .../_request_methods.cpython-310.pyc | Bin 0 -> 6952 bytes .../__pycache__/_version.cpython-310.pyc | Bin 0 -> 283 bytes .../__pycache__/connection.cpython-310.pyc | Bin 0 -> 21836 bytes .../connectionpool.cpython-310.pyc | Bin 0 -> 29208 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 13220 bytes .../__pycache__/fields.cpython-310.pyc | Bin 0 -> 9828 bytes .../__pycache__/filepost.cpython-310.pyc | Bin 0 -> 2386 bytes .../__pycache__/poolmanager.cpython-310.pyc | Bin 0 -> 18261 bytes .../__pycache__/response.cpython-310.pyc | Bin 0 -> 30809 bytes .../site-packages/urllib3/_base_connection.py | 172 + .../site-packages/urllib3/_collections.py | 483 + .../site-packages/urllib3/_request_methods.py | 217 + .../site-packages/urllib3/_version.py | 4 + .../site-packages/urllib3/connection.py | 905 ++ .../site-packages/urllib3/connectionpool.py | 1182 +++ .../site-packages/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 219 bytes .../__pycache__/pyopenssl.cpython-310.pyc | Bin 0 -> 17136 bytes .../contrib/__pycache__/socks.cpython-310.pyc | Bin 0 -> 6192 bytes .../urllib3/contrib/pyopenssl.py | 548 ++ .../site-packages/urllib3/contrib/socks.py | 230 + .../site-packages/urllib3/exceptions.py | 318 + .../site-packages/urllib3/fields.py | 345 + .../site-packages/urllib3/filepost.py | 89 + .../site-packages/urllib3/poolmanager.py | 638 ++ .../python3.10/site-packages/urllib3/py.typed | 2 + .../site-packages/urllib3/response.py | 1130 +++ .../site-packages/urllib3/util/__init__.py | 42 + .../util/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 999 bytes .../__pycache__/connection.cpython-310.pyc | Bin 0 -> 3522 bytes .../util/__pycache__/proxy.cpython-310.pyc | Bin 0 -> 1129 bytes .../util/__pycache__/request.cpython-310.pyc | Bin 0 -> 6258 bytes .../util/__pycache__/response.cpython-310.pyc | Bin 0 -> 2385 bytes .../util/__pycache__/retry.cpython-310.pyc | Bin 0 -> 15720 bytes .../util/__pycache__/ssl_.cpython-310.pyc | Bin 0 -> 12353 bytes .../ssl_match_hostname.cpython-310.pyc | Bin 0 -> 3754 bytes .../__pycache__/ssltransport.cpython-310.pyc | Bin 0 -> 9645 bytes .../util/__pycache__/timeout.cpython-310.pyc | Bin 0 -> 9822 bytes .../util/__pycache__/url.cpython-310.pyc | Bin 0 -> 11288 bytes .../util/__pycache__/util.cpython-310.pyc | Bin 0 -> 1259 bytes .../util/__pycache__/wait.cpython-310.pyc | Bin 0 -> 2438 bytes .../site-packages/urllib3/util/connection.py | 137 + .../site-packages/urllib3/util/proxy.py | 43 + .../site-packages/urllib3/util/request.py | 256 + .../site-packages/urllib3/util/response.py | 101 + .../site-packages/urllib3/util/retry.py | 529 + .../site-packages/urllib3/util/ssl_.py | 514 + .../urllib3/util/ssl_match_hostname.py | 159 + .../urllib3/util/ssltransport.py | 280 + .../site-packages/urllib3/util/timeout.py | 279 + .../site-packages/urllib3/util/url.py | 471 + .../site-packages/urllib3/util/util.py | 42 + .../site-packages/urllib3/util/wait.py | 124 + venv/lib64 | 1 + venv/pyvenv.cfg | 3 + 2863 files changed, 531211 insertions(+) create mode 100644 exercice4/venv/bin/Activate.ps1 create mode 100644 exercice4/venv/bin/activate create mode 100644 exercice4/venv/bin/activate.csh create mode 100644 exercice4/venv/bin/activate.fish create mode 100755 exercice4/venv/bin/pip create mode 100755 exercice4/venv/bin/pip3 create mode 100755 exercice4/venv/bin/pip3.10 create mode 120000 exercice4/venv/bin/python create mode 120000 exercice4/venv/bin/python3 create mode 120000 exercice4/venv/bin/python3.10 create mode 100644 exercice4/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/_distutils_hack/override.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/distutils-precedence.pth create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/REQUESTED create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/entry_points.txt create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/__main__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/main.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/build_env.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cache.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/cache.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/check.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/completion.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/debug.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/download.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/install.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/show.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/configuration.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/main.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/format_control.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/link.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/index.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/link.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/auth.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/auth.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/download.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/session.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/check.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/constructors.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/models.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/distro.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/core.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/markers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distro.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_ihatexml.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/_base.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/py.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_utils.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/serializer.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/sax.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/base.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/dom.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/base.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/dom.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/core.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/codec.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/core.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/_version.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/_version.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/markers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/packaging/version.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/build.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/check.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/colorlog.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/dirtools.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/envbuild.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/meta.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/build.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/check.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/colorlog.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/dirtools.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/envbuild.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/_in_process.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/meta.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/py31compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/progress/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/colors.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/progress/bar.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/progress/colors.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/progress/counter.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/progress/spinner.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/console.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filter.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/style.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/token.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pygments/util.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/api.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/help.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/models.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/__version__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/adapters.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/api.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/auth.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/certs.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/cookies.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/help.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/hooks.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/models.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/packages.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/structures.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/requests/utils.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__main__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_lru_cache.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/align.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/box.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/console.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/control.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/json.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/region.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/status.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/style.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/table.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/tabulate.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/text.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_extension.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_loop.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_lru_cache.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_pick.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_stack.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_timer.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/abc.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/align.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/ansi.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/bar.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/box.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/cells.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/color.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/columns.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/console.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/constrain.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/containers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/control.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/emoji.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/errors.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/filesize.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/json.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/layout.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/live.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/live_render.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/logging.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/markup.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/measure.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/padding.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/pager.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/palette.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/panel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/pretty.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/prompt.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/protocol.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/region.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/repr.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/rule.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/scope.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/screen.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/segment.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/spinner.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/status.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/style.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/styled.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/syntax.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/table.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/tabulate.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/text.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/theme.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/themes.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/traceback.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/rich/tree.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/six.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/after.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/before.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/typing_extensions.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/vendor.txt create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pip/py.typed create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_manylinux.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_musllinux.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/extern/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/INSTALLER create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/LICENSE create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/METADATA create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/RECORD create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/REQUESTED create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/WHEEL create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/entry_points.txt create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/top_level.txt create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/_imp.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/archive_util.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/build_meta.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/config.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/dep_util.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/depends.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/dist.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/errors.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/extension.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/glob.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/installer.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/launch.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/monkey.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/msvc.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/namespaces.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/package_index.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/py34compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/sandbox.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/unicode_utils.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/version.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/__pycache__/windows_support.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_deprecation_warning.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/config.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/core.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/debug.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dist.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/errors.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/extension.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/log.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/util.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/version.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/archive_util.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/cmd.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_wininst.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_msi.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_wininst.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/check.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/clean.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/config.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/py37compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/register.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/command/upload.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/config.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/core.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/debug.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/dep_util.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/dir_util.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/errors.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/extension.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/file_util.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/filelist.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/log.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/msvccompiler.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/py35compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/py38compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/spawn.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/text_file.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/util.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/version.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_imp.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/more.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/recipes.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/ordered_set.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_manylinux.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_musllinux.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/archive_util.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/build_meta.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/cli-32.exe create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/cli-64.exe create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/cli-arm64.exe create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/cli.exe create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/alias.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_clib.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_ext.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_py.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/develop.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/dist_info.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/easy_install.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/egg_info.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_lib.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_scripts.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/py36compat.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/register.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/rotate.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/saveopts.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/sdist.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/setopt.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/test.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/upload.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/upload_docs.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/alias.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/bdist_egg.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/bdist_rpm.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/build_clib.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/build_ext.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/build_py.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/develop.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/dist_info.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/easy_install.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/egg_info.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/install.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/install_egg_info.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/install_lib.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/install_scripts.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/launcher manifest.xml create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/py36compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/register.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/rotate.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/saveopts.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/sdist.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/setopt.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/test.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/upload.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/command/upload_docs.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/config.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/dep_util.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/depends.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/dist.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/errors.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/extension.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/extern/__init__.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/extern/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/glob.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/gui-32.exe create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/gui-64.exe create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/gui-arm64.exe create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/gui.exe create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/installer.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/launch.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/monkey.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/msvc.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/namespaces.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/package_index.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/py34compat.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/sandbox.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/script (dev).tmpl create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/script.tmpl create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/unicode_utils.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/version.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/wheel.py create mode 100644 exercice4/venv/lib/python3.10/site-packages/setuptools/windows_support.py create mode 120000 exercice4/venv/lib64 create mode 100644 exercice4/venv/pyvenv.cfg create mode 100644 venv/bin/Activate.ps1 create mode 100644 venv/bin/activate create mode 100644 venv/bin/activate.csh create mode 100644 venv/bin/activate.fish create mode 100755 venv/bin/normalizer create mode 100755 venv/bin/pip create mode 100755 venv/bin/pip3 create mode 100755 venv/bin/pip3.10 create mode 120000 venv/bin/python create mode 120000 venv/bin/python3 create mode 120000 venv/bin/python3.10 create mode 100644 venv/lib/python3.10/site-packages/_distutils_hack/__init__.py create mode 100644 venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/_distutils_hack/override.py create mode 100644 venv/lib/python3.10/site-packages/certifi-2023.11.17.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/certifi-2023.11.17.dist-info/LICENSE create mode 100644 venv/lib/python3.10/site-packages/certifi-2023.11.17.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/certifi-2023.11.17.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/certifi-2023.11.17.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/certifi-2023.11.17.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/certifi/__init__.py create mode 100644 venv/lib/python3.10/site-packages/certifi/__main__.py create mode 100644 venv/lib/python3.10/site-packages/certifi/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/certifi/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/certifi/__pycache__/core.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/certifi/cacert.pem create mode 100644 venv/lib/python3.10/site-packages/certifi/core.py create mode 100644 venv/lib/python3.10/site-packages/certifi/py.typed create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/__init__.py create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/__main__.py create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/api.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/cd.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/constant.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/legacy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/md.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/models.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/api.py create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/cd.py create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/cli/__init__.py create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/cli/__main__.py create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/constant.py create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/legacy.py create mode 100755 venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/md.py create mode 100755 venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/models.py create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/py.typed create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/utils.py create mode 100644 venv/lib/python3.10/site-packages/charset_normalizer/version.py create mode 100644 venv/lib/python3.10/site-packages/distutils-precedence.pth create mode 100644 venv/lib/python3.10/site-packages/idna-3.6.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/idna-3.6.dist-info/LICENSE.md create mode 100644 venv/lib/python3.10/site-packages/idna-3.6.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/idna-3.6.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/idna-3.6.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/idna/__init__.py create mode 100644 venv/lib/python3.10/site-packages/idna/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/idna/__pycache__/codec.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/idna/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/idna/__pycache__/core.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/idna/__pycache__/idnadata.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/idna/__pycache__/intranges.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/idna/__pycache__/package_data.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/idna/__pycache__/uts46data.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/idna/codec.py create mode 100644 venv/lib/python3.10/site-packages/idna/compat.py create mode 100644 venv/lib/python3.10/site-packages/idna/core.py create mode 100644 venv/lib/python3.10/site-packages/idna/idnadata.py create mode 100644 venv/lib/python3.10/site-packages/idna/intranges.py create mode 100644 venv/lib/python3.10/site-packages/idna/package_data.py create mode 100644 venv/lib/python3.10/site-packages/idna/py.typed create mode 100644 venv/lib/python3.10/site-packages/idna/uts46data.py create mode 100644 venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt create mode 100644 venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/REQUESTED create mode 100644 venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/entry_points.txt create mode 100644 venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/pip/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/main.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/build_env.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/main.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/check.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/completion.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/debug.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/download.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/install.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/show.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/check.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/download.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/help.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/index.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/install.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/list.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/search.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/show.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/configuration.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/exceptions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/collector.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/sources.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/main.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/format_control.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/link.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/index.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/link.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/auth.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/auth.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/download.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/session.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/utils.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/check.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/check.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/pyproject.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/constructors.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/models.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/distro.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/core.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/markers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distro.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_ihatexml.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/_base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/py.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_utils.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/serializer.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/sax.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/dom.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/dom.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/core.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/codec.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/core.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/_version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/_version.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/version.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/build.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/check.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/colorlog.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/dirtools.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/envbuild.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/meta.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/build.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/check.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/colorlog.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/dirtools.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/envbuild.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/_in_process.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/meta.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/py31compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/progress/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/colors.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/progress/bar.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/progress/colors.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/progress/counter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/progress/spinner.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/console.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/filter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/style.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/token.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/util.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/api.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/help.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/models.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__version__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/adapters.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/api.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/auth.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/certs.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/cookies.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/help.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/hooks.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/models.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/packages.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/structures.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/utils.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_lru_cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/align.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/box.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/console.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/control.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/json.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/region.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/status.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/style.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/table.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/tabulate.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/text.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_extension.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_loop.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_lru_cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_pick.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_stack.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_timer.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/abc.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/align.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/ansi.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/bar.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/box.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/cells.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/color.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/columns.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/console.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/constrain.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/containers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/control.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/emoji.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/errors.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/filesize.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/json.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/layout.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/live.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/live_render.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/logging.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/markup.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/measure.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/padding.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/pager.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/palette.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/panel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/pretty.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/progress.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/prompt.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/protocol.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/region.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/repr.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/rule.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/scope.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/screen.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/segment.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/spinner.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/status.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/style.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/styled.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/syntax.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/table.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/tabulate.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/text.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/theme.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/themes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/traceback.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/tree.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/six.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/after.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/before.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/typing_extensions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/vendor.txt create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 venv/lib/python3.10/site-packages/pip/py.typed create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/extern/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py create mode 100644 venv/lib/python3.10/site-packages/requests-2.31.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/requests-2.31.0.dist-info/LICENSE create mode 100644 venv/lib/python3.10/site-packages/requests-2.31.0.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/requests-2.31.0.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/requests-2.31.0.dist-info/REQUESTED create mode 100644 venv/lib/python3.10/site-packages/requests-2.31.0.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/requests-2.31.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/requests/__init__.py create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/__version__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/_internal_utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/adapters.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/api.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/auth.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/certs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/cookies.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/exceptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/help.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/hooks.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/models.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/packages.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/sessions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/status_codes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/structures.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/requests/__version__.py create mode 100644 venv/lib/python3.10/site-packages/requests/_internal_utils.py create mode 100644 venv/lib/python3.10/site-packages/requests/adapters.py create mode 100644 venv/lib/python3.10/site-packages/requests/api.py create mode 100644 venv/lib/python3.10/site-packages/requests/auth.py create mode 100644 venv/lib/python3.10/site-packages/requests/certs.py create mode 100644 venv/lib/python3.10/site-packages/requests/compat.py create mode 100644 venv/lib/python3.10/site-packages/requests/cookies.py create mode 100644 venv/lib/python3.10/site-packages/requests/exceptions.py create mode 100644 venv/lib/python3.10/site-packages/requests/help.py create mode 100644 venv/lib/python3.10/site-packages/requests/hooks.py create mode 100644 venv/lib/python3.10/site-packages/requests/models.py create mode 100644 venv/lib/python3.10/site-packages/requests/packages.py create mode 100644 venv/lib/python3.10/site-packages/requests/sessions.py create mode 100644 venv/lib/python3.10/site-packages/requests/status_codes.py create mode 100644 venv/lib/python3.10/site-packages/requests/structures.py create mode 100644 venv/lib/python3.10/site-packages/requests/utils.py create mode 100644 venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/LICENSE create mode 100644 venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/REQUESTED create mode 100644 venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/entry_points.txt create mode 100644 venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/setuptools/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/_imp.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/archive_util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/build_meta.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/config.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/dep_util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/depends.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/dist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/errors.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/extension.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/glob.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/installer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/launch.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/monkey.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/msvc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/namespaces.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/package_index.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/py34compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/sandbox.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/unicode_utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/windows_support.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_deprecation_warning.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/config.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/core.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/debug.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/errors.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/extension.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/log.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/archive_util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/cmd.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_wininst.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_msi.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_wininst.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/build.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/check.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/clean.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/config.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/install.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/py37compat.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/register.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/upload.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/config.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/core.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/debug.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/dep_util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/dir_util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/errors.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/extension.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/file_util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/filelist.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/log.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/msvccompiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/py35compat.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/py38compat.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/spawn.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/text_file.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/version.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_imp.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/more.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/recipes.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/ordered_set.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/archive_util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/build_meta.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/cli-32.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/cli-64.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/cli-arm64.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/cli.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/alias.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_clib.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_ext.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_py.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/develop.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/dist_info.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/easy_install.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/egg_info.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_lib.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_scripts.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/py36compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/register.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/rotate.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/saveopts.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/sdist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/setopt.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/test.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/upload.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/upload_docs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/alias.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/bdist_egg.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/bdist_rpm.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/build_clib.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/build_ext.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/build_py.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/develop.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/dist_info.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/easy_install.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/egg_info.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/install.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/install_egg_info.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/install_lib.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/install_scripts.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/launcher manifest.xml create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/py36compat.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/register.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/rotate.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/saveopts.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/sdist.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/setopt.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/test.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/upload.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/upload_docs.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/config.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/dep_util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/depends.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/dist.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/errors.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/extension.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/extern/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/extern/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/glob.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/gui-32.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/gui-64.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/gui-arm64.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/gui.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/installer.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/launch.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/monkey.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/msvc.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/namespaces.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/package_index.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/py34compat.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/sandbox.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/script (dev).tmpl create mode 100644 venv/lib/python3.10/site-packages/setuptools/script.tmpl create mode 100644 venv/lib/python3.10/site-packages/setuptools/unicode_utils.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/version.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/wheel.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/windows_support.py create mode 100644 venv/lib/python3.10/site-packages/urllib3-2.1.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/urllib3-2.1.0.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/urllib3-2.1.0.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/urllib3-2.1.0.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/urllib3-2.1.0.dist-info/licenses/LICENSE.txt create mode 100644 venv/lib/python3.10/site-packages/urllib3/__init__.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/__pycache__/_base_connection.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/__pycache__/_collections.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/__pycache__/_request_methods.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/__pycache__/_version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/__pycache__/connection.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/__pycache__/connectionpool.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/__pycache__/exceptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/__pycache__/fields.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/__pycache__/filepost.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/__pycache__/poolmanager.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/__pycache__/response.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/_base_connection.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/_collections.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/_request_methods.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/_version.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/connection.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/connectionpool.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/contrib/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/contrib/__pycache__/socks.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/contrib/pyopenssl.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/contrib/socks.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/exceptions.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/fields.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/filepost.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/poolmanager.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/py.typed create mode 100644 venv/lib/python3.10/site-packages/urllib3/response.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__init__.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/connection.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/proxy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/request.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/response.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/retry.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/ssl_.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/ssltransport.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/timeout.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/url.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/__pycache__/wait.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/connection.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/proxy.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/request.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/response.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/retry.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/ssl_.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/timeout.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/url.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/util.py create mode 100644 venv/lib/python3.10/site-packages/urllib3/util/wait.py create mode 120000 venv/lib64 create mode 100644 venv/pyvenv.cfg diff --git a/exercice3/__pycache__/heritage.cpython-310.pyc b/exercice3/__pycache__/heritage.cpython-310.pyc index 23745ae3eb922618663820f2da1b6206845589af..dc7ed0a38c2504027c933a2a18508b9b6235fe79 100644 GIT binary patch delta 20 acmdlZwMU9OpO=@50SNlCw{PS& Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser + +For more information on Execution Policies: +https://go.microsoft.com/fwlink/?LinkID=135170 + +#> +Param( + [Parameter(Mandatory = $false)] + [String] + $VenvDir, + [Parameter(Mandatory = $false)] + [String] + $Prompt +) + +<# Function declarations --------------------------------------------------- #> + +<# +.Synopsis +Remove all shell session elements added by the Activate script, including the +addition of the virtual environment's Python executable from the beginning of +the PATH variable. + +.Parameter NonDestructive +If present, do not remove this function from the global namespace for the +session. + +#> +function global:deactivate ([switch]$NonDestructive) { + # Revert to original values + + # The prior prompt: + if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) { + Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt + Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT + } + + # The prior PYTHONHOME: + if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) { + Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME + Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME + } + + # The prior PATH: + if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) { + Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH + Remove-Item -Path Env:_OLD_VIRTUAL_PATH + } + + # Just remove the VIRTUAL_ENV altogether: + if (Test-Path -Path Env:VIRTUAL_ENV) { + Remove-Item -Path env:VIRTUAL_ENV + } + + # Just remove VIRTUAL_ENV_PROMPT altogether. + if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) { + Remove-Item -Path env:VIRTUAL_ENV_PROMPT + } + + # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether: + if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) { + Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force + } + + # Leave deactivate function in the global namespace if requested: + if (-not $NonDestructive) { + Remove-Item -Path function:deactivate + } +} + +<# +.Description +Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the +given folder, and returns them in a map. + +For each line in the pyvenv.cfg file, if that line can be parsed into exactly +two strings separated by `=` (with any amount of whitespace surrounding the =) +then it is considered a `key = value` line. The left hand string is the key, +the right hand is the value. + +If the value starts with a `'` or a `"` then the first and last character is +stripped from the value before being captured. + +.Parameter ConfigDir +Path to the directory that contains the `pyvenv.cfg` file. +#> +function Get-PyVenvConfig( + [String] + $ConfigDir +) { + Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg" + + # Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue). + $pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue + + # An empty map will be returned if no config file is found. + $pyvenvConfig = @{ } + + if ($pyvenvConfigPath) { + + Write-Verbose "File exists, parse `key = value` lines" + $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath + + $pyvenvConfigContent | ForEach-Object { + $keyval = $PSItem -split "\s*=\s*", 2 + if ($keyval[0] -and $keyval[1]) { + $val = $keyval[1] + + # Remove extraneous quotations around a string value. + if ("'""".Contains($val.Substring(0, 1))) { + $val = $val.Substring(1, $val.Length - 2) + } + + $pyvenvConfig[$keyval[0]] = $val + Write-Verbose "Adding Key: '$($keyval[0])'='$val'" + } + } + } + return $pyvenvConfig +} + + +<# Begin Activate script --------------------------------------------------- #> + +# Determine the containing directory of this script +$VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition +$VenvExecDir = Get-Item -Path $VenvExecPath + +Write-Verbose "Activation script is located in path: '$VenvExecPath'" +Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)" +Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)" + +# Set values required in priority: CmdLine, ConfigFile, Default +# First, get the location of the virtual environment, it might not be +# VenvExecDir if specified on the command line. +if ($VenvDir) { + Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values" +} +else { + Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir." + $VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/") + Write-Verbose "VenvDir=$VenvDir" +} + +# Next, read the `pyvenv.cfg` file to determine any required value such +# as `prompt`. +$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir + +# Next, set the prompt from the command line, or the config file, or +# just use the name of the virtual environment folder. +if ($Prompt) { + Write-Verbose "Prompt specified as argument, using '$Prompt'" +} +else { + Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value" + if ($pyvenvCfg -and $pyvenvCfg['prompt']) { + Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'" + $Prompt = $pyvenvCfg['prompt']; + } + else { + Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)" + Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'" + $Prompt = Split-Path -Path $venvDir -Leaf + } +} + +Write-Verbose "Prompt = '$Prompt'" +Write-Verbose "VenvDir='$VenvDir'" + +# Deactivate any currently active virtual environment, but leave the +# deactivate function in place. +deactivate -nondestructive + +# Now set the environment variable VIRTUAL_ENV, used by many tools to determine +# that there is an activated venv. +$env:VIRTUAL_ENV = $VenvDir + +if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) { + + Write-Verbose "Setting prompt to '$Prompt'" + + # Set the prompt to include the env name + # Make sure _OLD_VIRTUAL_PROMPT is global + function global:_OLD_VIRTUAL_PROMPT { "" } + Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT + New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt + + function global:prompt { + Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) " + _OLD_VIRTUAL_PROMPT + } + $env:VIRTUAL_ENV_PROMPT = $Prompt +} + +# Clear PYTHONHOME +if (Test-Path -Path Env:PYTHONHOME) { + Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME + Remove-Item -Path Env:PYTHONHOME +} + +# Add the venv to the PATH +Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH +$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH" diff --git a/exercice4/venv/bin/activate b/exercice4/venv/bin/activate new file mode 100644 index 0000000..3e72608 --- /dev/null +++ b/exercice4/venv/bin/activate @@ -0,0 +1,69 @@ +# This file must be used with "source bin/activate" *from bash* +# you cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # This should detect bash and zsh, which have a hash command that must + # be called to get it to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then + hash -r 2> /dev/null + fi + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +VIRTUAL_ENV="/home/lakrim/Documents/workspace/exercices_python/georges-python/exercice4/venv" +export VIRTUAL_ENV + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/bin:$PATH" +export PATH + +# unset PYTHONHOME if set +# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) +# could use `if (set -u; : $PYTHONHOME) ;` in bash +if [ -n "${PYTHONHOME:-}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then + _OLD_VIRTUAL_PS1="${PS1:-}" + PS1="(venv) ${PS1:-}" + export PS1 + VIRTUAL_ENV_PROMPT="(venv) " + export VIRTUAL_ENV_PROMPT +fi + +# This should detect bash and zsh, which have a hash command that must +# be called to get it to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then + hash -r 2> /dev/null +fi diff --git a/exercice4/venv/bin/activate.csh b/exercice4/venv/bin/activate.csh new file mode 100644 index 0000000..c6b9b6b --- /dev/null +++ b/exercice4/venv/bin/activate.csh @@ -0,0 +1,26 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV "/home/lakrim/Documents/workspace/exercices_python/georges-python/exercice4/venv" + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/bin:$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = "(venv) $prompt" + setenv VIRTUAL_ENV_PROMPT "(venv) " +endif + +alias pydoc python -m pydoc + +rehash diff --git a/exercice4/venv/bin/activate.fish b/exercice4/venv/bin/activate.fish new file mode 100644 index 0000000..19c2052 --- /dev/null +++ b/exercice4/venv/bin/activate.fish @@ -0,0 +1,69 @@ +# This file must be used with "source /bin/activate.fish" *from fish* +# (https://fishshell.com/); you cannot run it directly. + +function deactivate -d "Exit virtual environment and return to normal shell environment" + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + set -e _OLD_FISH_PROMPT_OVERRIDE + # prevents error when using nested fish instances (Issue #93858) + if functions -q _old_fish_prompt + functions -e fish_prompt + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + end + end + + set -e VIRTUAL_ENV + set -e VIRTUAL_ENV_PROMPT + if test "$argv[1]" != "nondestructive" + # Self-destruct! + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV "/home/lakrim/Documents/workspace/exercices_python/georges-python/exercice4/venv" + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/bin" $PATH + +# Unset PYTHONHOME if set. +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # fish uses a function instead of an env var to generate the prompt. + + # Save the current fish_prompt function as the function _old_fish_prompt. + functions -c fish_prompt _old_fish_prompt + + # With the original prompt function renamed, we can override with our own. + function fish_prompt + # Save the return status of the last command. + set -l old_status $status + + # Output the venv prompt; color taken from the blue of the Python logo. + printf "%s%s%s" (set_color 4B8BBE) "(venv) " (set_color normal) + + # Restore the return status of the previous command. + echo "exit $old_status" | . + # Output the original/"old" prompt. + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" + set -gx VIRTUAL_ENV_PROMPT "(venv) " +end diff --git a/exercice4/venv/bin/pip b/exercice4/venv/bin/pip new file mode 100755 index 0000000..339342d --- /dev/null +++ b/exercice4/venv/bin/pip @@ -0,0 +1,8 @@ +#!/home/lakrim/Documents/workspace/exercices_python/georges-python/exercice4/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/exercice4/venv/bin/pip3 b/exercice4/venv/bin/pip3 new file mode 100755 index 0000000..339342d --- /dev/null +++ b/exercice4/venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/home/lakrim/Documents/workspace/exercices_python/georges-python/exercice4/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/exercice4/venv/bin/pip3.10 b/exercice4/venv/bin/pip3.10 new file mode 100755 index 0000000..339342d --- /dev/null +++ b/exercice4/venv/bin/pip3.10 @@ -0,0 +1,8 @@ +#!/home/lakrim/Documents/workspace/exercices_python/georges-python/exercice4/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/exercice4/venv/bin/python b/exercice4/venv/bin/python new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/exercice4/venv/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/exercice4/venv/bin/python3 b/exercice4/venv/bin/python3 new file mode 120000 index 0000000..ae65fda --- /dev/null +++ b/exercice4/venv/bin/python3 @@ -0,0 +1 @@ +/usr/bin/python3 \ No newline at end of file diff --git a/exercice4/venv/bin/python3.10 b/exercice4/venv/bin/python3.10 new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/exercice4/venv/bin/python3.10 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/exercice4/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py b/exercice4/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py new file mode 100644 index 0000000..f707416 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py @@ -0,0 +1,132 @@ +import sys +import os +import re +import importlib +import warnings + + +is_pypy = '__pypy__' in sys.builtin_module_names + + +warnings.filterwarnings('ignore', + r'.+ distutils\b.+ deprecated', + DeprecationWarning) + + +def warn_distutils_present(): + if 'distutils' not in sys.modules: + return + if is_pypy and sys.version_info < (3, 7): + # PyPy for 3.6 unconditionally imports distutils, so bypass the warning + # https://foss.heptapod.net/pypy/pypy/-/blob/be829135bc0d758997b3566062999ee8b23872b4/lib-python/3/site.py#L250 + return + warnings.warn( + "Distutils was imported before Setuptools, but importing Setuptools " + "also replaces the `distutils` module in `sys.modules`. This may lead " + "to undesirable behaviors or errors. To avoid these issues, avoid " + "using distutils directly, ensure that setuptools is installed in the " + "traditional way (e.g. not an editable install), and/or make sure " + "that setuptools is always imported before distutils.") + + +def clear_distutils(): + if 'distutils' not in sys.modules: + return + warnings.warn("Setuptools is replacing distutils.") + mods = [name for name in sys.modules if re.match(r'distutils\b', name)] + for name in mods: + del sys.modules[name] + + +def enabled(): + """ + Allow selection of distutils by environment variable. + """ + which = os.environ.get('SETUPTOOLS_USE_DISTUTILS', 'stdlib') + return which == 'local' + + +def ensure_local_distutils(): + clear_distutils() + + # With the DistutilsMetaFinder in place, + # perform an import to cause distutils to be + # loaded from setuptools._distutils. Ref #2906. + add_shim() + importlib.import_module('distutils') + remove_shim() + + # check that submodules load as expected + core = importlib.import_module('distutils.core') + assert '_distutils' in core.__file__, core.__file__ + + +def do_override(): + """ + Ensure that the local copy of distutils is preferred over stdlib. + + See https://github.com/pypa/setuptools/issues/417#issuecomment-392298401 + for more motivation. + """ + if enabled(): + warn_distutils_present() + ensure_local_distutils() + + +class DistutilsMetaFinder: + def find_spec(self, fullname, path, target=None): + if path is not None: + return + + method_name = 'spec_for_{fullname}'.format(**locals()) + method = getattr(self, method_name, lambda: None) + return method() + + def spec_for_distutils(self): + import importlib.abc + import importlib.util + + class DistutilsLoader(importlib.abc.Loader): + + def create_module(self, spec): + return importlib.import_module('setuptools._distutils') + + def exec_module(self, module): + pass + + return importlib.util.spec_from_loader('distutils', DistutilsLoader()) + + def spec_for_pip(self): + """ + Ensure stdlib distutils when running under pip. + See pypa/pip#8761 for rationale. + """ + if self.pip_imported_during_build(): + return + clear_distutils() + self.spec_for_distutils = lambda: None + + @staticmethod + def pip_imported_during_build(): + """ + Detect if pip is being imported in a build script. Ref #2355. + """ + import traceback + return any( + frame.f_globals['__file__'].endswith('setup.py') + for frame, line in traceback.walk_stack(None) + ) + + +DISTUTILS_FINDER = DistutilsMetaFinder() + + +def add_shim(): + sys.meta_path.insert(0, DISTUTILS_FINDER) + + +def remove_shim(): + try: + sys.meta_path.remove(DISTUTILS_FINDER) + except ValueError: + pass diff --git a/exercice4/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a2a7c6612a3a71f4c4cea50821cf5bcc569800b GIT binary patch literal 5155 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 TDL4yG5fnI7p0iIn=A89kj=UQU literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..18929d6112e2f1f9f285af4b0e70b0fd9a231ce6 GIT binary patch literal 280 zcmZ8cF>V4e5VTPW1VZ5(NPz_Ob*;`=t|q(POdZien}eMx5oFd>2v}`79>A_FfqqQ=M!X zRi5c$%d>$})_Dp^sdi{cQG+2^gC8Q?@s%I?dV!oALYWo8I@pk|9absAfkF{|rV;Rn zL0gSc`BTcNf<02$W1RlVoBsq2Rt=PP2Uq8DwwOb-38#Fg$an?*rG#6gnLoAtr6W_9 MxRTwU-NR$?4eq;Dt^fc4 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/_distutils_hack/override.py b/exercice4/venv/lib/python3.10/site-packages/_distutils_hack/override.py new file mode 100644 index 0000000..2cc433a --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/_distutils_hack/override.py @@ -0,0 +1 @@ +__import__('_distutils_hack').do_override() diff --git a/exercice4/venv/lib/python3.10/site-packages/distutils-precedence.pth b/exercice4/venv/lib/python3.10/site-packages/distutils-precedence.pth new file mode 100644 index 0000000..6de4198 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/distutils-precedence.pth @@ -0,0 +1 @@ +import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'stdlib') == 'local'; enabled and __import__('_distutils_hack').add_shim(); diff --git a/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt new file mode 100644 index 0000000..8e7b65e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright (c) 2008-present The pip developers (see AUTHORS.txt file) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA new file mode 100644 index 0000000..29392cd --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA @@ -0,0 +1,92 @@ +Metadata-Version: 2.1 +Name: pip +Version: 22.0.2 +Summary: The PyPA recommended tool for installing Python packages. +Home-page: https://pip.pypa.io/ +Author: The pip developers +Author-email: distutils-sig@python.org +License: MIT +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Source, https://github.com/pypa/pip +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +Platform: UNKNOWN +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Topic :: Software Development :: Build Tools +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.7 +License-File: LICENSE.txt + +pip - The Python Package Installer +================================== + +.. image:: https://img.shields.io/pypi/v/pip.svg + :target: https://pypi.org/project/pip/ + +.. image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. + +Please take a look at our documentation for how to install and use pip: + +* `Installation`_ +* `Usage`_ + +We release updates regularly, with a new version every 3 months. Find more details in our documentation: + +* `Release notes`_ +* `Release process`_ + +In pip 20.3, we've `made a big improvement to the heart of pip`_; `learn more`_. We want your input, so `sign up for our user experience research studies`_ to help us do it right. + +**Note**: pip 21.0, in January 2021, removed Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3. + +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: + +* `Issue tracking`_ +* `Discourse channel`_ +* `User IRC`_ + +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: + +* `GitHub page`_ +* `Development documentation`_ +* `Development mailing list`_ +* `Development IRC`_ + +Code of Conduct +--------------- + +Everyone interacting in the pip project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _package installer: https://packaging.python.org/guides/tool-recommendations/ +.. _Python Package Index: https://pypi.org +.. _Installation: https://pip.pypa.io/en/stable/installation/ +.. _Usage: https://pip.pypa.io/en/stable/ +.. _Release notes: https://pip.pypa.io/en/stable/news.html +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ +.. _GitHub page: https://github.com/pypa/pip +.. _Development documentation: https://pip.pypa.io/en/latest/development +.. _made a big improvement to the heart of pip: https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html +.. _learn more: https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020 +.. _sign up for our user experience research studies: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html +.. _Python 2 support policy: https://pip.pypa.io/en/latest/development/release-process/#python-2-support +.. _Issue tracking: https://github.com/pypa/pip/issues +.. _Discourse channel: https://discuss.python.org/c/packaging +.. _Development mailing list: https://mail.python.org/mailman3/lists/distutils-sig.python.org/ +.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa +.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md + + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD new file mode 100644 index 0000000..c5d3265 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD @@ -0,0 +1,1037 @@ +../../../bin/pip,sha256=wqU2xVW7gKchuAP7fZ9AmB0d5SEP9NbAbx4E4PriP6w,296 +../../../bin/pip3,sha256=wqU2xVW7gKchuAP7fZ9AmB0d5SEP9NbAbx4E4PriP6w,296 +../../../bin/pip3.10,sha256=wqU2xVW7gKchuAP7fZ9AmB0d5SEP9NbAbx4E4PriP6w,296 +../../../bin/pip3.10,sha256=wqU2xVW7gKchuAP7fZ9AmB0d5SEP9NbAbx4E4PriP6w,296 +pip-22.0.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-22.0.2.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-22.0.2.dist-info/METADATA,sha256=Yixa0LKkyzjT2N5JQO5qYDgZcmTs6Z6dg4UbwBNyT2A,4166 +pip-22.0.2.dist-info/RECORD,, +pip-22.0.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-22.0.2.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92 +pip-22.0.2.dist-info/entry_points.txt,sha256=vUvIlB_ga0fFQuWvFEq6uJKftMG_HNuoe4kgXkb5rNY,126 +pip-22.0.2.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=PZBF-ESk5Q0DZxQd4HHmTU_wX8y1ynzxBCRdu_fxHSI,357 +pip/__main__.py,sha256=mXwWDftNLMKfwVqKFWGE_uuBZvGSIiUELhLkeysIuZc,1198 +pip/__pycache__/__init__.cpython-310.pyc,, +pip/__pycache__/__main__.cpython-310.pyc,, +pip/_internal/__init__.py,sha256=nnFCuxrPMgALrIDxSoy-H6Zj4W4UY60D-uL1aJyq0pc,573 +pip/_internal/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/__pycache__/build_env.cpython-310.pyc,, +pip/_internal/__pycache__/cache.cpython-310.pyc,, +pip/_internal/__pycache__/configuration.cpython-310.pyc,, +pip/_internal/__pycache__/exceptions.cpython-310.pyc,, +pip/_internal/__pycache__/main.cpython-310.pyc,, +pip/_internal/__pycache__/pyproject.cpython-310.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-310.pyc,, +pip/_internal/build_env.py,sha256=QAsnxJFvj74jS2cZUcxk7zXLvrtAYiRL0EkSPkpSJTo,9739 +pip/_internal/cache.py,sha256=71eaYwrls34HJ6gzbmmYiotiKhPNFTM_tqYJXD5nf3s,9441 +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 +pip/_internal/cli/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-310.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-310.pyc,, +pip/_internal/cli/__pycache__/main.cpython-310.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-310.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-310.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-310.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc,, +pip/_internal/cli/autocompletion.py,sha256=wY2JPZY2Eji1vhR7bVo-yCBPJ9LCy6P80iOAhZD1Vi8,6676 +pip/_internal/cli/base_command.py,sha256=6IVFmOjObv0ILip28QcgP8glhXHiGRvU_9kO35Hr7Z0,8037 +pip/_internal/cli/cmdoptions.py,sha256=GT2G2YKBj-851qGseugn2Veq7fJe3FA30gWdcziPQvo,28525 +pip/_internal/cli/command_context.py,sha256=a1pBBvvGLDiZ1Kw64_4tT6HmRTwYDoYy8JFgG5Czn7s,760 +pip/_internal/cli/main.py,sha256=ioJ8IVlb2K1qLOxR-tXkee9lURhYV89CDM71MKag7YY,2472 +pip/_internal/cli/main_parser.py,sha256=Q9TnytfuC5Z2JSjBFWVGtEdYLFy7rukNIb04movHdAo,2614 +pip/_internal/cli/parser.py,sha256=CDXTuFr2UD8ozOlZYf1KDziQdo9-X_IaYOiUcyJQwrA,10788 +pip/_internal/cli/progress_bars.py,sha256=_52w11WoZrvDSR3oItLWvLrEZFUKAfLf4Y6I6WtOnIU,10339 +pip/_internal/cli/req_command.py,sha256=VwqonOy18QwZsRsVjHhp-6w15fG9x3Ltwoa8yJqQno8,18669 +pip/_internal/cli/spinners.py,sha256=TFhjxtOnLeNJ5YmRvQm4eKPgPbJNkZiqO8jOXuxRaYU,5076 +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 +pip/_internal/commands/__init__.py,sha256=Vc1HjsLEtyCh7506OozPHPKXe2Hk-z9cFkFF3BMj1lM,3736 +pip/_internal/commands/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-310.pyc,, +pip/_internal/commands/__pycache__/check.cpython-310.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-310.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-310.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-310.pyc,, +pip/_internal/commands/__pycache__/download.cpython-310.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-310.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-310.pyc,, +pip/_internal/commands/__pycache__/help.cpython-310.pyc,, +pip/_internal/commands/__pycache__/index.cpython-310.pyc,, +pip/_internal/commands/__pycache__/install.cpython-310.pyc,, +pip/_internal/commands/__pycache__/list.cpython-310.pyc,, +pip/_internal/commands/__pycache__/search.cpython-310.pyc,, +pip/_internal/commands/__pycache__/show.cpython-310.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-310.pyc,, +pip/_internal/commands/cache.py,sha256=p9gvc6W_xgxE2zO0o8NXqO1gGJEinEK42qEC-a7Cnuk,7524 +pip/_internal/commands/check.py,sha256=0gjXR7j36xJT5cs2heYU_dfOfpnFfzX8OoPNNoKhqdM,1685 +pip/_internal/commands/completion.py,sha256=kTG_I1VR3N5kGC4Ma9pQTSoY9Q1URCrNyseHSQ-rCL4,2958 +pip/_internal/commands/configuration.py,sha256=arE8vLstjBg-Ar1krXF-bBmT1qBtnL7Fpk-NVh38a0U,8944 +pip/_internal/commands/debug.py,sha256=krET-y45CnQzXwKR1qA3M_tJE4LE2vnQtm3yfGyDSnE,6629 +pip/_internal/commands/download.py,sha256=gVIAEOcpWolhRj9hl89Qzn52G2b_pcZ8naXhxaXobdo,4942 +pip/_internal/commands/freeze.py,sha256=PaJJB9mT_3vHeZ3mbFL_m1fzTYL-_Or3kDtXwTdZZ-A,2968 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=8pYkICUJlccjm3E83b7UuZ5DtOfLh1N7ZHXAgkajjHo,4849 +pip/_internal/commands/install.py,sha256=YVygBF6vfrNi0jmdNBCM6bcoWb7vaALEGG1--8Mmf88,27893 +pip/_internal/commands/list.py,sha256=aKt1PP7enTiNLD_1qDXXaIKQ2QvLmUDfoQU6SYxJ8Ek,12318 +pip/_internal/commands/search.py,sha256=sbBZiARRc050QquOKcCvOr2K3XLsoYebLKZGRi__iUI,5697 +pip/_internal/commands/show.py,sha256=2VicM3jF0YWgn4O1jG_QF5oxOT0ln57VDu1NE6hqWcM,5859 +pip/_internal/commands/uninstall.py,sha256=DNTYAGJNljMO_YYBxrpcwj0FEl7lo_P55_98O6g2TNk,3526 +pip/_internal/commands/wheel.py,sha256=7HAjLclZxIzBrX6JmhmGBVxH5xrjaBYCtSdpQi1pWCE,6206 +pip/_internal/configuration.py,sha256=qmCX3uuVM73PQeAuWQHic22bhops8s31B8k02nFAoiQ,13171 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-310.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-310.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc,, +pip/_internal/distributions/base.py,sha256=3FUYD8Gb4YuSu3pggC_FRctZBDbpm5ZK89tPksIUjoE,1172 +pip/_internal/distributions/installed.py,sha256=HzfNRu3smoOm54m8H2iK6LHzBx6_DEnka4OPEsizbXg,680 +pip/_internal/distributions/sdist.py,sha256=0nJvU1RhZtbwaeYtLbzSwYrbGRcY6IgNsWdEhAHROK8,5499 +pip/_internal/distributions/wheel.py,sha256=-NgzdIs-w_hcer_U81yzgpVTljJRg5m79xufqvbjv0s,1115 +pip/_internal/exceptions.py,sha256=U-dV1ixkSz6NAU6Aw9dosKi2EzZ5D3BA7ilYZuTLKeU,20912 +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 +pip/_internal/index/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/index/__pycache__/collector.cpython-310.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-310.pyc,, +pip/_internal/index/__pycache__/sources.cpython-310.pyc,, +pip/_internal/index/collector.py,sha256=8kXlmlnZ-qAknyxd0duCn5mxFHX-zr468ykutk8WOwo,21392 +pip/_internal/index/package_finder.py,sha256=9UVg-7582nYNEWa0cIIl8otzPm4mlfyrQVuozAcssLo,36783 +pip/_internal/index/sources.py,sha256=SVyPitv08-Qalh2_Bk5diAJ9GAA_d-a93koouQodAG0,6557 +pip/_internal/locations/__init__.py,sha256=ergvPwlfNTmQYFmaRYbj--ZwTN5izgTL9KE5d0FB7-8,17362 +pip/_internal/locations/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc,, +pip/_internal/locations/__pycache__/base.cpython-310.pyc,, +pip/_internal/locations/_distutils.py,sha256=Sk7tw8ZP1DWMYJ8MibABsa8IME2Ejv1PKeGlYQCBTZc,5871 +pip/_internal/locations/_sysconfig.py,sha256=LQNKTJKyjVqxXaPntlBwdUqTG1xwYf6GVCKMbyRJx5M,7918 +pip/_internal/locations/base.py,sha256=x5D1ONktmPJd8nnUTh-ELsAJ7fiXA-k-0a_vhfi2_Us,1579 +pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340 +pip/_internal/metadata/__init__.py,sha256=iGoDbe_iTXQTIAEVy9f7dm-VQfZANO8kkwFr1CpqxqI,2036 +pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-310.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc,, +pip/_internal/metadata/base.py,sha256=SCRPtShrtPy0lfFxuaFTgJJHsRXToGFToQUAZoBBbeA,19429 +pip/_internal/metadata/pkg_resources.py,sha256=wAnEtrcgH9YtV996MfoBjR2hGLHvi3uxk0vUOHbqBak,9456 +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 +pip/_internal/models/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-310.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-310.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-310.pyc,, +pip/_internal/models/__pycache__/index.cpython-310.pyc,, +pip/_internal/models/__pycache__/link.cpython-310.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-310.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-310.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-310.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-310.pyc,, +pip/_internal/models/candidate.py,sha256=6pcABsaR7CfIHlbJbr2_kMkVJFL_yrYjTx6SVWUnCPQ,990 +pip/_internal/models/direct_url.py,sha256=7XtGQSLLDQb5ZywI2EMnnLcddtf5CJLx44lMtTHPxFw,6350 +pip/_internal/models/format_control.py,sha256=DJpMYjxeYKKQdwNcML2_F0vtAh-qnKTYe-CpTxQe-4g,2520 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/link.py,sha256=hoT_qsOBAgLBm9GKqpBrNF_mrEXeGXQE-aH_RX2cGgg,9817 +pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738 +pip/_internal/models/search_scope.py,sha256=LwloG0PJAmtI1hFXIypsD95kWE9xfR5hf_a2v1Vw7sk,4520 +pip/_internal/models/selection_prefs.py,sha256=KZdi66gsR-_RUXUr9uejssk3rmTHrQVJWeNA2sV-VSY,1907 +pip/_internal/models/target_python.py,sha256=qKpZox7J8NAaPmDs5C_aniwfPDxzvpkrCKqfwndG87k,3858 +pip/_internal/models/wheel.py,sha256=wlyz23BcZ40nBLX3rXKtrV6tmc8-8RxHyV-hq5zJ74Q,3525 +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 +pip/_internal/network/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/network/__pycache__/auth.cpython-310.pyc,, +pip/_internal/network/__pycache__/cache.cpython-310.pyc,, +pip/_internal/network/__pycache__/download.cpython-310.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc,, +pip/_internal/network/__pycache__/session.cpython-310.pyc,, +pip/_internal/network/__pycache__/utils.cpython-310.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc,, +pip/_internal/network/auth.py,sha256=a3C7Xaa8kTJjXkdi_wrUjqaySc8Z9Yz7U6QIbXfzMyc,12190 +pip/_internal/network/cache.py,sha256=FJ3uTUo3wgf2KHmeZ3ltN9x3tQoy_0X6qNsRtNXsuL0,2131 +pip/_internal/network/download.py,sha256=12Ef_L7MlhNUN_0-n_3DggozWJER8c9J0us16cbvkKA,6062 +pip/_internal/network/lazy_wheel.py,sha256=1b8ZJ1w4bSBzpGzGwJR_CL2yQ6AFIwWQkS1vbPPw2XU,7627 +pip/_internal/network/session.py,sha256=38IKGKC64MTVUIH5XOR1hr2pOCzp39RccykdmGAvqRU,16729 +pip/_internal/network/utils.py,sha256=igLlTu_-q0LmL8FdJKq-Uj7AT_owrQ-T9FfyarkhK5U,4059 +pip/_internal/network/xmlrpc.py,sha256=AzQgG4GgS152_cqmGr_Oz2MIXsCal-xfsis7fA7nmU0,1791 +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/operations/__pycache__/check.cpython-310.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-310.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-310.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc,, +pip/_internal/operations/build/metadata.py,sha256=ES_uRmAvhrNm_nDTpZxshBfUsvnXtkj-g_4rZrH9Rww,1404 +pip/_internal/operations/build/metadata_editable.py,sha256=_Rai0VZjxoeJUkjkuICrq45LtjwFoDOveosMYH43rKc,1456 +pip/_internal/operations/build/metadata_legacy.py,sha256=o-eU21As175hDC7dluM1fJJ_FqokTIShyWpjKaIpHZw,2198 +pip/_internal/operations/build/wheel.py,sha256=AO9XnTGhTgHtZmU8Dkbfo1OGr41rBuSDjIgAa4zUKgE,1063 +pip/_internal/operations/build/wheel_editable.py,sha256=TVETY-L_M_dSEKBhTIcQOP75zKVXw8tuq1U354Mm30A,1405 +pip/_internal/operations/build/wheel_legacy.py,sha256=C9j6rukgQI1n_JeQLoZGuDdfUwzCXShyIdPTp6edbMQ,3064 +pip/_internal/operations/check.py,sha256=ca4O9CkPt9Em9sLCf3H0iVt1GIcW7M8C0U5XooaBuT4,5109 +pip/_internal/operations/freeze.py,sha256=ZiYw5GlUpLVx4VJHz4S1AP2JFNyvH0iq5kpcYj2ovyw,9770 +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 +pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc,, +pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc,, +pip/_internal/operations/install/editable_legacy.py,sha256=ee4kfJHNuzTdKItbfAsNOSEwq_vD7DRPGkBdK48yBhU,1354 +pip/_internal/operations/install/legacy.py,sha256=x7BG8kBm0K3JO6AR4sBl0zh2LOrfUaz7EdNt-keHBv4,4091 +pip/_internal/operations/install/wheel.py,sha256=QuQyCZE-XjuJjDYRixo40oUt2ucFhNmSrCbcXY7A9aE,27412 +pip/_internal/operations/prepare.py,sha256=LJP97jsuiCAaTGVIRrcINvxc1ntVsB45MoRbyMIukg4,24145 +pip/_internal/pyproject.py,sha256=Wm2ljdT6spC-tSdf1LBRaMYSJaXr1xUxV3OwdHCW9jc,6722 +pip/_internal/req/__init__.py,sha256=A7mUvT1KAcCYP3H7gUOTx2GRMlgoDur3H68Q0OJqM5A,2793 +pip/_internal/req/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-310.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-310.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-310.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-310.pyc,, +pip/_internal/req/__pycache__/req_tracker.cpython-310.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc,, +pip/_internal/req/constructors.py,sha256=fXmtNI_J77JFP_HRvYcQW-1nKw3AiUu6Q3b1Nm8aMm0,16094 +pip/_internal/req/req_file.py,sha256=5N8OTouPCof-305StC2YK9HBxQMw-xO46skRoBPbkZo,17421 +pip/_internal/req/req_install.py,sha256=jU1HQBT_DnXZean7jY8wPNMhb6_CzdKHcilHFY_o-Fc,32524 +pip/_internal/req/req_set.py,sha256=kHYiLvkKRx21WaLTwOI-54Ng0SSzZZ9SE7FD0PsfvYA,7584 +pip/_internal/req/req_tracker.py,sha256=jK7JDu-Wt73X-gqozrFtgJVlUlnQo0P4IQ4x4_gPlfM,4117 +pip/_internal/req/req_uninstall.py,sha256=K2BHYRRJAfkSpFqcPzc9XfX2EvbhaRtQIPRFmMtUdfo,23814 +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-310.pyc,, +pip/_internal/resolution/base.py,sha256=qlmh325SBVfvG6Me9gc5Nsh5sdwHBwzHBq6aEXtKsLA,583 +pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-310.pyc,, +pip/_internal/resolution/legacy/resolver.py,sha256=b7bf5qL1ROg73sl8dhTvLdD1w5XF8xybBAF6eF_kz7c,18288 +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/base.py,sha256=u1O4fkvCO4mhmu5i32xrDv9AX5NgUci_eYVyBDQhTIM,5220 +pip/_internal/resolution/resolvelib/candidates.py,sha256=KR5jxZRSahByOABXbwrX-zNoawa7Gm9Iss-HrvrcvNw,18357 +pip/_internal/resolution/resolvelib/factory.py,sha256=0bbxnUSSjaeTmtIEgeeKtEqhEFfNhv3xpq7j9IaMq2c,28298 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705 +pip/_internal/resolution/resolvelib/provider.py,sha256=LzQQyzMVaZYAwLgKInbq-it6mbQL1gX0hGohz5Cr5wg,9915 +pip/_internal/resolution/resolvelib/reporter.py,sha256=3ZVVYrs5PqvLFJkGLcuXoMK5mTInFzl31xjUpDBpZZk,2526 +pip/_internal/resolution/resolvelib/requirements.py,sha256=B1ndvKPSuyyyTEXt9sKhbwminViSWnBrJa7qO2ln4Z0,5455 +pip/_internal/resolution/resolvelib/resolver.py,sha256=ucoVKHtwH6gkZjcfIVJbUiOIHLqJxeYlrKTMIJciYwM,11335 +pip/_internal/self_outdated_check.py,sha256=GKSatNlt2cz_CMGxu72FbUzuPaXpWOnIVKOOYIk0gvY,6849 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-310.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-310.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-310.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc,, +pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-310.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-310.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-310.pyc,, +pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-310.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-310.pyc,, +pip/_internal/utils/__pycache__/models.cpython-310.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-310.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-310.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-310.pyc,, +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665 +pip/_internal/utils/compat.py,sha256=ACyBfLgj3_XG-iA5omEDrXqDM0cQKzi8h8HRBInzG6Q,1884 +pip/_internal/utils/compatibility_tags.py,sha256=ydin8QG8BHqYRsPY4OL6cmb44CbqXl1T0xxS97VhHkk,5377 +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 +pip/_internal/utils/deprecation.py,sha256=NKo8VqLioJ4nnXXGmW4KdasxF90EFHkZaHeX1fT08C8,3627 +pip/_internal/utils/direct_url_helpers.py,sha256=6F1tc2rcKaCZmgfVwsE6ObIe_Pux23mUVYA-2D9wCFc,3206 +pip/_internal/utils/distutils_args.py,sha256=mcAscyp80vTt3xAGTipnpgc83V-_wCvydNELVXLq7JI,1249 +pip/_internal/utils/egg_link.py,sha256=5MVlpz5LirT4iLQq86OYzjXaYF0D4Qk1dprEI7ThST4,2203 +pip/_internal/utils/encoding.py,sha256=bdZ3YgUpaOEBI5MP4-DEXiQarCW3V0rxw1kRz-TaU1Q,1169 +pip/_internal/utils/entrypoints.py,sha256=aPvCnQVi9Hdk35Kloww_D5ibjUpqxgqcJP8O9VuMZek,1055 +pip/_internal/utils/filesystem.py,sha256=rrl-rY1w8TYyKYndUyZlE9ffkQyA4-jI9x_59zXkn5s,5893 +pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716 +pip/_internal/utils/glibc.py,sha256=tDfwVYnJCOC0BNVpItpy8CGLP9BjkxFHdl0mTS0J7fc,3110 +pip/_internal/utils/hashes.py,sha256=anpZfFGIT6HcIj2td9NHtE8AWg6GeAIhwpP8GPvZE0E,4811 +pip/_internal/utils/inject_securetransport.py,sha256=o-QRVMGiENrTJxw3fAhA7uxpdEdw6M41TjHYtSVRrcg,795 +pip/_internal/utils/logging.py,sha256=Rvght-fDXL70VWib1cpgZ3iU-kXODV98bNeLUlbqVto,11522 +pip/_internal/utils/misc.py,sha256=MdUB12BMhj73sEmskEutmPyWFaJB7asoPCfLzs_YeT0,19359 +pip/_internal/utils/models.py,sha256=5GoYU586SrxURMvDn_jBMJInitviJg4O5-iOU-6I0WY,1193 +pip/_internal/utils/packaging.py,sha256=5Wm6_x7lKrlqVjPI5MBN_RurcRHwVYoQ7Ksrs84de7s,2108 +pip/_internal/utils/setuptools_build.py,sha256=vNH9hQB9wT6d-h1hVQhBKw91jNeT42meHpVeii-urOI,5652 +pip/_internal/utils/subprocess.py,sha256=vIWGpet5ARBmZ2Qn4NEHNgzCOduqbPIuByZmhhmr6mM,9182 +pip/_internal/utils/temp_dir.py,sha256=zob3PYMVevONkheOMUp_4jDofrEY3HIu5DHK78cSspI,7662 +pip/_internal/utils/unpacking.py,sha256=HUFlMEyCa9dPwdLh6sWeh95DeKytV8rsOyKShEw9y6g,8906 +pip/_internal/utils/urls.py,sha256=AhaesUGl-9it6uvG6fsFPOr9ynFpGaTMk4t5XTX7Z_Q,1759 +pip/_internal/utils/virtualenv.py,sha256=4_48qMzCwB_F5jIK5BC_ua7uiAMVifmQWU9NdaGUoVA,3459 +pip/_internal/utils/wheel.py,sha256=lXOgZyTlOm5HmK8tw5iw0A3_5A6wRzsXHOaQkIvvloU,4549 +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 +pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-310.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc,, +pip/_internal/vcs/bazaar.py,sha256=IGb5ca1xSZfgegRD2_JeyoZPrQQHs7lEYEIgpVsKpoU,3047 +pip/_internal/vcs/git.py,sha256=mjhwudCx9WlLNkxZ6_kOKmueF0rLoU2i1xeASKF6yiQ,18116 +pip/_internal/vcs/mercurial.py,sha256=Bzbd518Jsx-EJI0IhIobiQqiRsUv5TWYnrmRIFWE0Gw,5238 +pip/_internal/vcs/subversion.py,sha256=TEMRdwECvMcXakZX0pTNUep79kmBYkWDkWFkrYmcmac,11718 +pip/_internal/vcs/versioncontrol.py,sha256=KUOc-hN51em9jrqxKwUR3JnkgSE-xSOqMiiJcSaL6B8,22811 +pip/_internal/wheel_builder.py,sha256=65rOA8FSYt3c3HyqEw17uujjlCgqmoKEIv6rv9xN2NM,12307 +pip/_vendor/__init__.py,sha256=xjcBX0EP50pkaMdCssrsBXoZgo2hTtYxlcH1CIyA3T4,4708 +pip/_vendor/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/__pycache__/distro.cpython-310.pyc,, +pip/_vendor/__pycache__/six.cpython-310.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=1j_YQfjmiix6YyouLrftC6NzksAm8e8xGSjMKMRPIkM,465 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc,, +pip/_vendor/cachecontrol/_cmd.py,sha256=lxUXqfNTVx84zf6tcWbkLZHA6WVBRtJRpfeA9ZqhaAY,1379 +pip/_vendor/cachecontrol/adapter.py,sha256=ew9OYEQHEOjvGl06ZsuX8W3DAvHWsQKHwWAxISyGug8,5033 +pip/_vendor/cachecontrol/cache.py,sha256=eMS9Bn9JWQkHiIYA5GPRBqKVU95uS-yXkxrzpoafRig,917 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=gGFOtIH8QDRvkP4YAfGIh-u9YYcGZVxwLM1-6e1mPNI,170 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=P2KHcNXiqxEW7fCq5KC-NYHGSk0nNR9NIKuN-vBTn-E,4251 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=tu_YBV7EV8vdBRGazUErkoRqYYjSBmNcB8dZ7BNomqk,940 +pip/_vendor/cachecontrol/compat.py,sha256=LNx7vqBndYdHU8YuJt53ab_8rzMGTXVrvMb7CZJkxG0,778 +pip/_vendor/cachecontrol/controller.py,sha256=9DSEiV58Gx7Ce69fLCrRcpN-_sHzXTY4ol9bEviatR0,15625 +pip/_vendor/cachecontrol/filewrapper.py,sha256=X4BAQOO26GNOR7nH_fhTzAfeuct2rBQcx_15MyFBpcs,3946 +pip/_vendor/cachecontrol/heuristics.py,sha256=8kAyuZLSCyEIgQr6vbUwfhpqg9ows4mM0IV6DWazevI,4154 +pip/_vendor/cachecontrol/serialize.py,sha256=dlySaeA5U7Q5eHvjiObgo1M8j8_huVjfWjid7Aq-r8c,6783 +pip/_vendor/cachecontrol/wrapper.py,sha256=X3-KMZ20Ho3VtqyVaXclpeQpFzokR5NE8tZSfvKVaB8,774 +pip/_vendor/certifi/__init__.py,sha256=xWdRgntT3j1V95zkRipGOg_A1UfEju2FcpujhysZLRI,62 +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 +pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc,, +pip/_vendor/certifi/__pycache__/core.cpython-310.pyc,, +pip/_vendor/certifi/cacert.pem,sha256=-og4Keu4zSpgL5shwfhd4kz0eUnVILzrGCi0zRy2kGw,265969 +pip/_vendor/certifi/core.py,sha256=CcwptmiI-3M50jIdO0HT6Fh6W_wqGsf8QcX9yfzvyuc,2791 +pip/_vendor/chardet/__init__.py,sha256=mWZaWmvZkhwfBEAT9O1Y6nRTfKzhT7FHhQTTAujbqUA,3271 +pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/compat.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/jisfreq.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc,, +pip/_vendor/chardet/__pycache__/version.cpython-310.pyc,, +pip/_vendor/chardet/big5freq.py,sha256=D_zK5GyzoVsRes0HkLJziltFQX0bKCLOrFe9_xDvO_8,31254 +pip/_vendor/chardet/big5prober.py,sha256=kBxHbdetBpPe7xrlb-e990iot64g_eGSLd32lB7_h3M,1757 +pip/_vendor/chardet/chardistribution.py,sha256=3woWS62KrGooKyqz4zQSnjFbJpa6V7g02daAibTwcl8,9411 +pip/_vendor/chardet/charsetgroupprober.py,sha256=GZLReHP6FRRn43hvSOoGCxYamErKzyp6RgOQxVeC3kg,3839 +pip/_vendor/chardet/charsetprober.py,sha256=KSmwJErjypyj0bRZmC5F5eM7c8YQgLYIjZXintZNstg,5110 +pip/_vendor/chardet/cli/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 +pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc,, +pip/_vendor/chardet/cli/chardetect.py,sha256=XK5zqjUG2a4-y6eLHZ8ThYcp6WWUrdlmELxNypcc2SE,2747 +pip/_vendor/chardet/codingstatemachine.py,sha256=VYp_6cyyki5sHgXDSZnXW4q1oelHc3cu9AyQTX7uug8,3590 +pip/_vendor/chardet/compat.py,sha256=40zr6wICZwknxyuLGGcIOPyve8DTebBCbbvttvnmp5Q,1200 +pip/_vendor/chardet/cp949prober.py,sha256=TZ434QX8zzBsnUvL_8wm4AQVTZ2ZkqEEQL_lNw9f9ow,1855 +pip/_vendor/chardet/enums.py,sha256=Aimwdb9as1dJKZaFNUH2OhWIVBVd6ZkJJ_WK5sNY8cU,1661 +pip/_vendor/chardet/escprober.py,sha256=kkyqVg1Yw3DIOAMJ2bdlyQgUFQhuHAW8dUGskToNWSc,3950 +pip/_vendor/chardet/escsm.py,sha256=RuXlgNvTIDarndvllNCk5WZBIpdCxQ0kcd9EAuxUh84,10510 +pip/_vendor/chardet/eucjpprober.py,sha256=iD8Jdp0ISRjgjiVN7f0e8xGeQJ5GM2oeZ1dA8nbSeUw,3749 +pip/_vendor/chardet/euckrfreq.py,sha256=-7GdmvgWez4-eO4SuXpa7tBiDi5vRXQ8WvdFAzVaSfo,13546 +pip/_vendor/chardet/euckrprober.py,sha256=MqFMTQXxW4HbzIpZ9lKDHB3GN8SP4yiHenTmf8g_PxY,1748 +pip/_vendor/chardet/euctwfreq.py,sha256=No1WyduFOgB5VITUA7PLyC5oJRNzRyMbBxaKI1l16MA,31621 +pip/_vendor/chardet/euctwprober.py,sha256=13p6EP4yRaxqnP4iHtxHOJ6R2zxHq1_m8hTRjzVZ95c,1747 +pip/_vendor/chardet/gb2312freq.py,sha256=JX8lsweKLmnCwmk8UHEQsLgkr_rP_kEbvivC4qPOrlc,20715 +pip/_vendor/chardet/gb2312prober.py,sha256=gGvIWi9WhDjE-xQXHvNIyrnLvEbMAYgyUSZ65HUfylw,1754 +pip/_vendor/chardet/hebrewprober.py,sha256=c3SZ-K7hvyzGY6JRAZxJgwJ_sUS9k0WYkvMY00YBYFo,13838 +pip/_vendor/chardet/jisfreq.py,sha256=vpmJv2Bu0J8gnMVRPHMFefTRvo_ha1mryLig8CBwgOg,25777 +pip/_vendor/chardet/jpcntx.py,sha256=PYlNqRUQT8LM3cT5FmHGP0iiscFlTWED92MALvBungo,19643 +pip/_vendor/chardet/langbulgarianmodel.py,sha256=rk9CJpuxO0bObboJcv6gNgWuosYZmd8qEEds5y7DS_Y,105697 +pip/_vendor/chardet/langgreekmodel.py,sha256=S-uNQ1ihC75yhBvSux24gLFZv3QyctMwC6OxLJdX-bw,99571 +pip/_vendor/chardet/langhebrewmodel.py,sha256=DzPP6TPGG_-PV7tqspu_d8duueqm7uN-5eQ0aHUw1Gg,98776 +pip/_vendor/chardet/langhungarianmodel.py,sha256=RtJH7DZdsmaHqyK46Kkmnk5wQHiJwJPPJSqqIlpeZRc,102498 +pip/_vendor/chardet/langrussianmodel.py,sha256=THqJOhSxiTQcHboDNSc5yofc2koXXQFHFyjtyuntUfM,131180 +pip/_vendor/chardet/langthaimodel.py,sha256=R1wXHnUMtejpw0JnH_JO8XdYasME6wjVqp1zP7TKLgg,103312 +pip/_vendor/chardet/langturkishmodel.py,sha256=rfwanTptTwSycE4-P-QasPmzd-XVYgevytzjlEzBBu8,95946 +pip/_vendor/chardet/latin1prober.py,sha256=S2IoORhFk39FEFOlSFWtgVybRiP6h7BlLldHVclNkU8,5370 +pip/_vendor/chardet/mbcharsetprober.py,sha256=AR95eFH9vuqSfvLQZN-L5ijea25NOBCoXqw8s5O9xLQ,3413 +pip/_vendor/chardet/mbcsgroupprober.py,sha256=h6TRnnYq2OxG1WdD5JOyxcdVpn7dG0q-vB8nWr5mbh4,2012 +pip/_vendor/chardet/mbcssm.py,sha256=SY32wVIF3HzcjY3BaEspy9metbNSKxIIB0RKPn7tjpI,25481 +pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-310.pyc,, +pip/_vendor/chardet/metadata/languages.py,sha256=41tLq3eLSrBEbEVVQpVGFq9K7o1ln9b1HpY1l0hCUQo,19474 +pip/_vendor/chardet/sbcharsetprober.py,sha256=nmyMyuxzG87DN6K3Rk2MUzJLMLR69MrWpdnHzOwVUwQ,6136 +pip/_vendor/chardet/sbcsgroupprober.py,sha256=hqefQuXmiFyDBArOjujH6hd6WFXlOD1kWCsxDhjx5Vc,4309 +pip/_vendor/chardet/sjisprober.py,sha256=IIt-lZj0WJqK4rmUZzKZP4GJlE8KUEtFYVuY96ek5MQ,3774 +pip/_vendor/chardet/universaldetector.py,sha256=DpZTXCX0nUHXxkQ9sr4GZxGB_hveZ6hWt3uM94cgWKs,12503 +pip/_vendor/chardet/utf8prober.py,sha256=IdD8v3zWOsB8OLiyPi-y_fqwipRFxV9Nc1eKBLSuIEw,2766 +pip/_vendor/chardet/version.py,sha256=A4CILFAd8MRVG1HoXPp45iK9RLlWyV73a1EtwE8Tvn8,242 +pip/_vendor/colorama/__init__.py,sha256=pCdErryzLSzDW5P-rRPBlPLqbBtIRNJB6cMgoeJns5k,239 +pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/colorama/__pycache__/ansi.cpython-310.pyc,, +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-310.pyc,, +pip/_vendor/colorama/__pycache__/initialise.cpython-310.pyc,, +pip/_vendor/colorama/__pycache__/win32.cpython-310.pyc,, +pip/_vendor/colorama/__pycache__/winterm.cpython-310.pyc,, +pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522 +pip/_vendor/colorama/ansitowin32.py,sha256=yV7CEmCb19MjnJKODZEEvMH_fnbJhwnpzo4sxZuGXmA,10517 +pip/_vendor/colorama/initialise.py,sha256=PprovDNxMTrvoNHFcL2NZjpH2XzDc8BLxLxiErfUl4k,1915 +pip/_vendor/colorama/win32.py,sha256=bJ8Il9jwaBN5BJ8bmN6FoYZ1QYuMKv2j8fGrXh7TJjw,5404 +pip/_vendor/colorama/winterm.py,sha256=2y_2b7Zsv34feAsP67mLOVc-Bgq51mdYGo571VprlrM,6438 +pip/_vendor/distlib/__init__.py,sha256=y-rKDBB99QJ3N1PJGAXQo89ou615aAeBjV2brBxKgM8,581 +pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc,, +pip/_vendor/distlib/compat.py,sha256=tfoMrj6tujk7G4UC2owL6ArgDuCKabgBxuJRGZSmpko,41259 +pip/_vendor/distlib/database.py,sha256=hBO2dgvDF7W3BqX8Ecns6p_RPerCaIbNKbdUOuJ1a14,51456 +pip/_vendor/distlib/index.py,sha256=UfcimNW19AB7IKWam4VaJbXuCBvArKfSxhV16EwavzE,20739 +pip/_vendor/distlib/locators.py,sha256=4D2hEcHePNuW4mXEZ3Cuw12eW-vbO-4WuAlbf4h5K7w,51963 +pip/_vendor/distlib/manifest.py,sha256=nQEhYmgoreaBZzyFzwYsXxJARu3fo4EkunU163U16iE,14811 +pip/_vendor/distlib/markers.py,sha256=TpHHHLgkzyT7YHbwj-2i6weRaq-Ivy2-MUnrDkjau-U,5058 +pip/_vendor/distlib/metadata.py,sha256=vatoxFdmBr6ie-sTVXVNPOPG3uwMDWJTnEECnm7xDCw,39109 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=tjSwENINeV91ROZxec5zTSMRg2jEeKc4enyCHDzNvEE,17720 +pip/_vendor/distlib/util.py,sha256=31dPXn3Rfat0xZLeVoFpuniyhe6vsbl9_QN-qd9Lhlk,66262 +pip/_vendor/distlib/version.py,sha256=WG__LyAa2GwmA6qSoEJtvJE8REA1LZpbSizy8WvhJLk,23513 +pip/_vendor/distlib/wheel.py,sha256=pj5VVCjqZMcHvgizORWwAFPS7hOk61CZ59dxP8laQ4E,42943 +pip/_vendor/distro.py,sha256=O1EeHMq1-xAO373JI2_6pYEtd09yEkxtmrYkdY-9S-w,48414 +pip/_vendor/html5lib/__init__.py,sha256=BYzcKCqeEii52xDrqBFruhnmtmkiuHXFyFh-cglQ8mk,1160 +pip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-310.pyc,, +pip/_vendor/html5lib/__pycache__/_inputstream.cpython-310.pyc,, +pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-310.pyc,, +pip/_vendor/html5lib/__pycache__/_utils.cpython-310.pyc,, +pip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc,, +pip/_vendor/html5lib/__pycache__/html5parser.cpython-310.pyc,, +pip/_vendor/html5lib/__pycache__/serializer.cpython-310.pyc,, +pip/_vendor/html5lib/_ihatexml.py,sha256=ifOwF7pXqmyThIXc3boWc96s4MDezqRrRVp7FwDYUFs,16728 +pip/_vendor/html5lib/_inputstream.py,sha256=jErNASMlkgs7MpOM9Ve_VdLDJyFFweAjLuhVutZz33U,32353 +pip/_vendor/html5lib/_tokenizer.py,sha256=04mgA2sNTniutl2fxFv-ei5bns4iRaPxVXXHh_HrV_4,77040 +pip/_vendor/html5lib/_trie/__init__.py,sha256=nqfgO910329BEVJ5T4psVwQtjd2iJyEXQ2-X8c1YxwU,109 +pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc,, +pip/_vendor/html5lib/_trie/__pycache__/py.cpython-310.pyc,, +pip/_vendor/html5lib/_trie/_base.py,sha256=CaybYyMro8uERQYjby2tTeSUatnWDfWroUN9N7ety5w,1013 +pip/_vendor/html5lib/_trie/py.py,sha256=wXmQLrZRf4MyWNyg0m3h81m9InhLR7GJ002mIIZh-8o,1775 +pip/_vendor/html5lib/_utils.py,sha256=Dx9AKntksRjFT1veBj7I362pf5OgIaT0zglwq43RnfU,4931 +pip/_vendor/html5lib/constants.py,sha256=Ll-yzLU_jcjyAI_h57zkqZ7aQWE5t5xA4y_jQgoUUhw,83464 +pip/_vendor/html5lib/filters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc,, +pip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc,, +pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc,, +pip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc,, +pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-310.pyc,, +pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc,, +pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-310.pyc,, +pip/_vendor/html5lib/filters/alphabeticalattributes.py,sha256=lViZc2JMCclXi_5gduvmdzrRxtO5Xo9ONnbHBVCsykU,919 +pip/_vendor/html5lib/filters/base.py,sha256=z-IU9ZAYjpsVsqmVt7kuWC63jR11hDMr6CVrvuao8W0,286 +pip/_vendor/html5lib/filters/inject_meta_charset.py,sha256=egDXUEHXmAG9504xz0K6ALDgYkvUrC2q15YUVeNlVQg,2945 +pip/_vendor/html5lib/filters/lint.py,sha256=jk6q56xY0ojiYfvpdP-OZSm9eTqcAdRqhCoPItemPYA,3643 +pip/_vendor/html5lib/filters/optionaltags.py,sha256=8lWT75J0aBOHmPgfmqTHSfPpPMp01T84NKu0CRedxcE,10588 +pip/_vendor/html5lib/filters/sanitizer.py,sha256=m6oGmkBhkGAnn2nV6D4hE78SCZ6WEnK9rKdZB3uXBIc,26897 +pip/_vendor/html5lib/filters/whitespace.py,sha256=8eWqZxd4UC4zlFGW6iyY6f-2uuT8pOCSALc3IZt7_t4,1214 +pip/_vendor/html5lib/html5parser.py,sha256=anr-aXre_ImfrkQ35c_rftKXxC80vJCREKe06Tq15HA,117186 +pip/_vendor/html5lib/serializer.py,sha256=_PpvcZF07cwE7xr9uKkZqh5f4UEaI8ltCU2xPJzaTpk,15759 +pip/_vendor/html5lib/treeadapters/__init__.py,sha256=A0rY5gXIe4bJOiSGRO_j_tFhngRBO8QZPzPtPw5dFzo,679 +pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-310.pyc,, +pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-310.pyc,, +pip/_vendor/html5lib/treeadapters/genshi.py,sha256=CH27pAsDKmu4ZGkAUrwty7u0KauGLCZRLPMzaO3M5vo,1715 +pip/_vendor/html5lib/treeadapters/sax.py,sha256=BKS8woQTnKiqeffHsxChUqL4q2ZR_wb5fc9MJ3zQC8s,1776 +pip/_vendor/html5lib/treebuilders/__init__.py,sha256=AysSJyvPfikCMMsTVvaxwkgDieELD5dfR8FJIAuq7hY,3592 +pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-310.pyc,, +pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-310.pyc,, +pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-310.pyc,, +pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-310.pyc,, +pip/_vendor/html5lib/treebuilders/base.py,sha256=z-o51vt9r_l2IDG5IioTOKGzZne4Fy3_Fc-7ztrOh4I,14565 +pip/_vendor/html5lib/treebuilders/dom.py,sha256=22whb0C71zXIsai5mamg6qzBEiigcBIvaDy4Asw3at0,8925 +pip/_vendor/html5lib/treebuilders/etree.py,sha256=w5ZFpKk6bAxnrwD2_BrF5EVC7vzz0L3LMi9Sxrbc_8w,12836 +pip/_vendor/html5lib/treebuilders/etree_lxml.py,sha256=9gqDjs-IxsPhBYa5cpvv2FZ1KZlG83Giusy2lFmvIkE,14766 +pip/_vendor/html5lib/treewalkers/__init__.py,sha256=OBPtc1TU5mGyy18QDMxKEyYEz0wxFUUNj5v0-XgmYhY,5719 +pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-310.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-310.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-310.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-310.pyc,, +pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-310.pyc,, +pip/_vendor/html5lib/treewalkers/base.py,sha256=ouiOsuSzvI0KgzdWP8PlxIaSNs9falhbiinAEc_UIJY,7476 +pip/_vendor/html5lib/treewalkers/dom.py,sha256=EHyFR8D8lYNnyDU9lx_IKigVJRyecUGua0mOi7HBukc,1413 +pip/_vendor/html5lib/treewalkers/etree.py,sha256=xo1L5m9VtkfpFJK0pFmkLVajhqYYVisVZn3k9kYpPkI,4551 +pip/_vendor/html5lib/treewalkers/etree_lxml.py,sha256=_b0LAVWLcVu9WaU_-w3D8f0IRSpCbjf667V-3NRdhTw,6357 +pip/_vendor/html5lib/treewalkers/genshi.py,sha256=4D2PECZ5n3ZN3qu3jMl9yY7B81jnQApBQSVlfaIuYbA,2309 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-310.pyc,, +pip/_vendor/idna/codec.py,sha256=6ly5odKfqrytKT9_7UrlGklHnf1DSK2r9C6cSM4sa28,3374 +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +pip/_vendor/idna/core.py,sha256=RFIkY-HhFZaDoBEFjGwyGd_vWI04uOAQjnzueMWqwOU,12795 +pip/_vendor/idna/idnadata.py,sha256=fzMzkCea2xieVxcrjngJ-2pLsKQNejPCZFlBajIuQdw,44025 +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +pip/_vendor/idna/package_data.py,sha256=szxQhV0ZD0nKJ84Kuobw3l8q4_KeCyXjFRdpwIpKZmw,21 +pip/_vendor/idna/uts46data.py,sha256=o-D7V-a0fOLZNd7tvxof6MYfUd0TBZzE2bLR5XO67xU,204400 +pip/_vendor/msgpack/__init__.py,sha256=2gJwcsTIaAtCM0GMi2rU-_Y6kILeeQuqRkrQ22jSANc,1118 +pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/msgpack/__pycache__/_version.cpython-310.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc,, +pip/_vendor/msgpack/_version.py,sha256=JpTcnRd3YUioA24NDtDZbLW0Nhl2yA-N1Rq2lLDBB-g,20 +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=4l356Y4sVEcvCla2dh_cL57vh4GMhZfa3kuWHFHYz6A,6088 +pip/_vendor/msgpack/fallback.py,sha256=L5jriXysURbf6rPbbHbvXgvoFrKZiryIBmujMTcrf3A,34475 +pip/_vendor/packaging/__about__.py,sha256=ugASIO2w1oUyH8_COqQ2X_s0rDhjbhQC3yJocD03h2c,661 +pip/_vendor/packaging/__init__.py,sha256=b9Kk5MF7KxhhLgcDmiUWukN-LatWFxPdNug0joPhHSk,497 +pip/_vendor/packaging/__pycache__/__about__.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-310.pyc,, +pip/_vendor/packaging/_manylinux.py,sha256=XcbiXB-qcjv3bcohp6N98TMpOP4_j3m-iOA8ptK2GWY,11488 +pip/_vendor/packaging/_musllinux.py,sha256=_KGgY_qc7vhMGpoqss25n2hiLCNKRtvz9mCrS7gkqyc,4378 +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +pip/_vendor/packaging/markers.py,sha256=AJBOcY8Oq0kYc570KuuPTkvuqjAlhufaE2c9sCUbm64,8487 +pip/_vendor/packaging/requirements.py,sha256=NtDlPBtojpn1IUC85iMjPNsUmufjpSlwnNA-Xb4m5NA,4676 +pip/_vendor/packaging/specifiers.py,sha256=LRQ0kFsHrl5qfcFNEEJrIFYsnIHQUJXY9fIsakTrrqE,30110 +pip/_vendor/packaging/tags.py,sha256=lmsnGNiJ8C4D_Pf9PbM0qgbZvD9kmB9lpZBQUZa3R_Y,15699 +pip/_vendor/packaging/utils.py,sha256=dJjeat3BS-TYn1RrUFVwufUMasbtzLfYRoy_HXENeFQ,4200 +pip/_vendor/packaging/version.py,sha256=_fLRNrFrxYcHVfyo8vk9j8s6JM8N_xsSxVFr6RJyco8,14665 +pip/_vendor/pep517/__init__.py,sha256=Y1bATL2qbFNN6M_DQa4yyrwqjpIiL-j9T6kBmR0DS14,130 +pip/_vendor/pep517/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pep517/__pycache__/build.cpython-310.pyc,, +pip/_vendor/pep517/__pycache__/check.cpython-310.pyc,, +pip/_vendor/pep517/__pycache__/colorlog.cpython-310.pyc,, +pip/_vendor/pep517/__pycache__/compat.cpython-310.pyc,, +pip/_vendor/pep517/__pycache__/dirtools.cpython-310.pyc,, +pip/_vendor/pep517/__pycache__/envbuild.cpython-310.pyc,, +pip/_vendor/pep517/__pycache__/meta.cpython-310.pyc,, +pip/_vendor/pep517/__pycache__/wrappers.cpython-310.pyc,, +pip/_vendor/pep517/build.py,sha256=2bar6EdjwIz2Dlfy94qdxn3oA9mVnnny40mfoT5f-qI,3457 +pip/_vendor/pep517/check.py,sha256=bCORq1WrHjhpTONa-zpAqG0EB9rHNuhO1ORu6DsDuL8,6084 +pip/_vendor/pep517/colorlog.py,sha256=Tk9AuYm_cLF3BKTBoSTJt9bRryn0aFojIQOwbfVUTxQ,4098 +pip/_vendor/pep517/compat.py,sha256=NmLImE5oiDT3gbEhJ4w7xeoMFcpAPrGu_NltBytSJUY,1253 +pip/_vendor/pep517/dirtools.py,sha256=2mkAkAL0mRz_elYFjRKuekTJVipH1zTn4tbf1EDev84,1129 +pip/_vendor/pep517/envbuild.py,sha256=zFde--rmzjXMLXcm7SA_3hDtgk5VCTA8hjpk88RbF6E,6100 +pip/_vendor/pep517/in_process/__init__.py,sha256=MyWoAi8JHdcBv7yXuWpUSVADbx6LSB9rZh7kTIgdA8Y,563 +pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pep517/in_process/__pycache__/_in_process.cpython-310.pyc,, +pip/_vendor/pep517/in_process/_in_process.py,sha256=D3waguyNSGcwosociD5USfcycYr2RCzCjYtxX5UHQmQ,11201 +pip/_vendor/pep517/meta.py,sha256=8mnM5lDnT4zXQpBTliJbRGfesH7iioHwozbDxALPS9Y,2463 +pip/_vendor/pep517/wrappers.py,sha256=impq7Cz_LL1iDF1iiOzYWB4MaEu6O6Gps7TJ5qsJz1Q,13429 +pip/_vendor/pkg_resources/__init__.py,sha256=NnpQ3g6BCHzpMgOR_OLBmYtniY4oOzdKpwqghfq_6ug,108287 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.pyc,, +pip/_vendor/pkg_resources/py31compat.py,sha256=CRk8fkiPRDLsbi5pZcKsHI__Pbmh_94L8mr9Qy9Ab2U,562 +pip/_vendor/platformdirs/__init__.py,sha256=Aizpxewwd4nY63Gqw-Od1Rso9Ah4bSoc6rkx-GBRu2Y,12676 +pip/_vendor/platformdirs/__main__.py,sha256=ZmsnTxEOxtTvwa-Y_Vfab_JN3X4XCVeN8X0yyy9-qnc,1176 +pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-310.pyc,, +pip/_vendor/platformdirs/android.py,sha256=xhlD4NmrKCARe5lgnpBGYo4lOYxEOBOByNDNYy91gEE,4012 +pip/_vendor/platformdirs/api.py,sha256=MXKHXOL3eh_-trSok-JUTjAR_zjmmKF3rjREVABjP8s,4910 +pip/_vendor/platformdirs/macos.py,sha256=-3UXQewbT0yMhMdkzRXfXGAntmLIH7Qt4a9Hlf8I5_Y,2655 +pip/_vendor/platformdirs/unix.py,sha256=b4aVYTz0qZ50HntwOXo8r6tp82jAa3qTjxw-WlnC2yc,6910 +pip/_vendor/platformdirs/version.py,sha256=bXzLJCe23FNQRQrf7ZRWKejxWnct_wft7dxdkMGT33E,80 +pip/_vendor/platformdirs/windows.py,sha256=ISruopR5UGBePC0BxCxXevkZYfjJsIZc49YWU5iYfQ4,6439 +pip/_vendor/progress/__init__.py,sha256=1HejNZtv2ouUNQeStUDAtZrtwkz_3FmYKQ476hJ7zOs,5294 +pip/_vendor/progress/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/progress/__pycache__/bar.cpython-310.pyc,, +pip/_vendor/progress/__pycache__/colors.cpython-310.pyc,, +pip/_vendor/progress/__pycache__/counter.cpython-310.pyc,, +pip/_vendor/progress/__pycache__/spinner.cpython-310.pyc,, +pip/_vendor/progress/bar.py,sha256=GbedY0oZ-Q1duXjmvVLO0tSf-uTSH7hJ3zzyI91Esws,2942 +pip/_vendor/progress/colors.py,sha256=cCYXQnYFYVmQKKmYEbQ_lj6SPSFzdw4FN98F2x2kR-U,2655 +pip/_vendor/progress/counter.py,sha256=zYt9DWH0_05s8Q9TrJwHVud-WwsyyaR3PwYtk5hxwwQ,1613 +pip/_vendor/progress/spinner.py,sha256=u5ElzW94XEiLGH-aAlr54VJtKfeK745xr6UfGvvflzU,1461 +pip/_vendor/pygments/__init__.py,sha256=CAmA9UthykwxvtutUcH0IxqtiyQcSg6CmYdM-jKlcRY,3002 +pip/_vendor/pygments/__main__.py,sha256=X7rGLMUC54EXgO14FZ9goKXZDmhPzKXTsUglmb_McIU,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/__main__.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/cmdline.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/console.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/formatter.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/scanner.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/sphinxext.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/style.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/token.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/unistring.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/util.cpython-310.pyc,, +pip/_vendor/pygments/cmdline.py,sha256=XpsyWgErcSqHC7rXiYKLF3Y61Uy8SR2DNQDDhZGuezg,23408 +pip/_vendor/pygments/console.py,sha256=QZXBUAkyl4dPLQ1e6XHjQu3mmXBWvuGQwsQT2q1mtCY,1697 +pip/_vendor/pygments/filter.py,sha256=35iMZiB1rcuogxokm92kViB2DPXPp_wWoxWuMmwvvzY,1938 +pip/_vendor/pygments/filters/__init__.py,sha256=-veOimzCyYGEARru2Dfo6ofSYcZ8tGsIVuMprtaZQ24,40292 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pygments/formatter.py,sha256=zSBbX2U_OOriy7SJvSTK6OAxjuXtROWxQlNpJEJZjBA,2917 +pip/_vendor/pygments/formatters/__init__.py,sha256=fjkYDy5-F998XczKi0ymHFayr5ObIRLHF8cgp9k8kpA,5119 +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/html.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/img.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/other.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-310.pyc,, +pip/_vendor/pygments/formatters/_mapping.py,sha256=3A1rYSjYN9MLduCFWy2_mYhllPVpwlw55anRYnPXX8w,6516 +pip/_vendor/pygments/formatters/bbcode.py,sha256=cSKMOioUnE4TzvCCsK4IbJ6G78W07ZwHtkz4V1Wte0U,3314 +pip/_vendor/pygments/formatters/groff.py,sha256=ULgMKvGeLswX0KZn3IBp0p0U3rruiSHBtpl6O5qbqLs,5005 +pip/_vendor/pygments/formatters/html.py,sha256=0jM7Jc4xA4tsjmPq35uklm_En_OVdcNb0__SEXp2pDQ,35330 +pip/_vendor/pygments/formatters/img.py,sha256=r4iag_jCfyv_LhIt-1fRDeVEEoAfVJzkD9nZChIwiS8,21819 +pip/_vendor/pygments/formatters/irc.py,sha256=gi_IeIZeNaTfTMtvseLigZdS6lNicN7r7O7rnI6myo0,5871 +pip/_vendor/pygments/formatters/latex.py,sha256=qZUerrHt2Nn2aB4gJcdqj99qBkIxl_1v1ukYsf230Gk,18930 +pip/_vendor/pygments/formatters/other.py,sha256=Q01LtkqPZ8m_EYdgMVzXPUGjHoL00lXI3By97wzytYU,5073 +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=ZpjALTSuGFwviJd5kOYwr-1NgqxCX3XRJrjXC7x1UbQ,2212 +pip/_vendor/pygments/formatters/rtf.py,sha256=qh7-z_wbUsTY6z7fZUGrYECYBlWB0wEdBwIZVEVybL0,5014 +pip/_vendor/pygments/formatters/svg.py,sha256=T7Jj004I3JUPOr48aAhQ368K2qWCciUyMQ2tdU-LB-4,7335 +pip/_vendor/pygments/formatters/terminal.py,sha256=cRD5hitINOkYlGZo9ma252vpJYPSGNgLivrsm6zGyec,4674 +pip/_vendor/pygments/formatters/terminal256.py,sha256=Bvz9zZL3UWc94TDm1GhKMI4x0BTit0XplhyRL0zmtkw,11753 +pip/_vendor/pygments/lexer.py,sha256=ECXWlEsbRnKs_njozZns6BGQ4riTMzct_BzAr3zV6dY,31937 +pip/_vendor/pygments/lexers/__init__.py,sha256=6Ds0GVBP3jrIU02wmjRdpoL4eFGhwT2IVD1zf3cV5_Y,11307 +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc,, +pip/_vendor/pygments/lexers/__pycache__/python.cpython-310.pyc,, +pip/_vendor/pygments/lexers/_mapping.py,sha256=jAxmvh5wvNkD-p3Fh6E7hY_B0sGbcxWRfseT6iq7ex4,70032 +pip/_vendor/pygments/lexers/python.py,sha256=LXnk43Lcngqn9xj6eRqdk2f73oF4kHZWiwgHMM_RlVM,52776 +pip/_vendor/pygments/modeline.py,sha256=37fen3cf1moCz4vMVJqX41eAQCmj8pzUchikgPcHp-U,986 +pip/_vendor/pygments/plugin.py,sha256=zGSig3S7QX-3o6RDxd4_Uvice_t25l_BN9aQQ9k8vmU,1727 +pip/_vendor/pygments/regexopt.py,sha256=mj8Fgu3sT0d5PZwRwDLexEvVOQbuHeosubQnqVwgiqs,3072 +pip/_vendor/pygments/scanner.py,sha256=nGoHy-Npk2ylUd4bws_CJN1hK785Xqo8e0teRmNX2jo,3091 +pip/_vendor/pygments/sphinxext.py,sha256=FZ2puvLe2Bztqtj6UJvQd7D8TvtOZ1GsfRJObvH59tE,4630 +pip/_vendor/pygments/style.py,sha256=lGyan5bU42q1kGMfFqafwL3g1j5EurTvfkv8vdP7NzQ,6257 +pip/_vendor/pygments/styles/__init__.py,sha256=Qx2zq6ufbDNE2cTp51M-s9zW-sDE-KLIqFw31qr3Bhg,3252 +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pygments/token.py,sha256=lNPgeaQTzu2DEUi6n_lxAIU7uy4DVj8LMI3nSVnTjks,6143 +pip/_vendor/pygments/unistring.py,sha256=Xs0FzOzE0l0iWRoTlcgi-Q_kAMdF5Gt5FL_goGKJc98,63188 +pip/_vendor/pygments/util.py,sha256=s9n8BQXIxG3lIwCPWv5-ci8yhaqq5JbEVK9v8Z-8_3I,9123 +pip/_vendor/pyparsing/__init__.py,sha256=jXheGTFT1b6r_4WxuOE0uVUqiouLJ3WHzOScpLieRgQ,9107 +pip/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc,, +pip/_vendor/pyparsing/__pycache__/common.cpython-310.pyc,, +pip/_vendor/pyparsing/__pycache__/core.cpython-310.pyc,, +pip/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc,, +pip/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc,, +pip/_vendor/pyparsing/__pycache__/results.cpython-310.pyc,, +pip/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc,, +pip/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc,, +pip/_vendor/pyparsing/__pycache__/util.cpython-310.pyc,, +pip/_vendor/pyparsing/actions.py,sha256=60v7mETOBzc01YPH_qQD5isavgcSJpAfIKpzgjM3vaU,6429 +pip/_vendor/pyparsing/common.py,sha256=lFL97ooIeR75CmW5hjURZqwDCTgruqltcTCZ-ulLO2Q,12936 +pip/_vendor/pyparsing/core.py,sha256=GtQsD06HlwKPc7M8K8hyOuOW-cRnd87AxAHq-ad5lEk,212248 +pip/_vendor/pyparsing/diagram/__init__.py,sha256=h0gsUwmo5N3shgvfXVQTtqvTpUAv-ZdQjSQ6IUJmsxY,22165 +pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pyparsing/exceptions.py,sha256=H4D9gqMavqmAFSsdrU_J6bO-jA-T-A7yvtXWZpooIUA,9030 +pip/_vendor/pyparsing/helpers.py,sha256=kqpIZFG-y0fQ3g_TmloYllo9we6YCYiewZMXIK0y5wc,38299 +pip/_vendor/pyparsing/results.py,sha256=4D-oURF1cLeL7k0d3zMqUuWH_gTjop_OrZwik9O0HXU,25339 +pip/_vendor/pyparsing/testing.py,sha256=szs8AKZREZMhL0y0vsMfaTVAnpqPHetg6VKJBNmc4QY,13388 +pip/_vendor/pyparsing/unicode.py,sha256=IR-ioeGY29cZ49tG8Ts7ITPWWNP5G2DcZs58oa8zn44,10381 +pip/_vendor/pyparsing/util.py,sha256=kq772O5YSeXOSdP-M31EWpbH_ayj7BMHImBYo9xPD5M,6805 +pip/_vendor/requests/__init__.py,sha256=6IUFQM6K9V2NIu4fe4LtUsN21-TFbw_w3EfPpdUN-qc,5130 +pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-310.pyc,, +pip/_vendor/requests/__version__.py,sha256=q8miOQaomOv3S74lK4eQs1zZ5jwcnOusyEU-M2idhts,441 +pip/_vendor/requests/_internal_utils.py,sha256=Zx3PnEUccyfsB-ie11nZVAW8qClJy0gx1qNME7rgT18,1096 +pip/_vendor/requests/adapters.py,sha256=WazYJQ_b2LHhNDb_y0hscNlWVsSe5ca5I3pymPrer5w,21861 +pip/_vendor/requests/api.py,sha256=hjuoP79IAEmX6Dysrw8t032cLfwLHxbI_wM4gC5G9t0,6402 +pip/_vendor/requests/auth.py,sha256=OMoJIVKyRLy9THr91y8rxysZuclwPB-K1Xg1zBomUhQ,10207 +pip/_vendor/requests/certs.py,sha256=nXRVq9DtGmv_1AYbwjTu9UrgAcdJv05ZvkNeaoLOZxY,465 +pip/_vendor/requests/compat.py,sha256=N1281mkcTluMjKqCSLf88LR6HNOygEhS1TbR9LLsoVY,2114 +pip/_vendor/requests/cookies.py,sha256=Y-bKX6TvW3FnYlE6Au0SXtVVWcaNdFvuAwQxw-G0iTI,18430 +pip/_vendor/requests/exceptions.py,sha256=VcpBXOL-9JYhNbK8OZxCIImBgpQSXJlUelDPf1f-pmM,3446 +pip/_vendor/requests/help.py,sha256=dyhe3lcmHXnFCzDiZVjcGmVvvO_jtsfAm-AC542ndw8,3972 +pip/_vendor/requests/hooks.py,sha256=QReGyy0bRcr5rkwCuObNakbYsc7EkiKeBwG4qHekr2Q,757 +pip/_vendor/requests/models.py,sha256=7pzscX_47qxx7-zEaBWGxMoB33Vdf6HLoUKZh1ktEvM,35116 +pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695 +pip/_vendor/requests/sessions.py,sha256=Zu-Y9YPlwTIsyFx1hvIrc3ziyeFpuFPqcOuSuz8BNWs,29835 +pip/_vendor/requests/status_codes.py,sha256=gT79Pbs_cQjBgp-fvrUgg1dn2DQO32bDj4TInjnMPSc,4188 +pip/_vendor/requests/structures.py,sha256=msAtr9mq1JxHd-JRyiILfdFlpbJwvvFuP3rfUQT_QxE,3005 +pip/_vendor/requests/utils.py,sha256=siud-FQ6xgKFbL49DRvAb3PMQMMHoeCL_TCmuHh9AUU,33301 +pip/_vendor/resolvelib/__init__.py,sha256=UL-B2BDI0_TRIqkfGwLHKLxY-LjBlomz7941wDqzB1I,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=roVmFBItQJ0TkhNua65h8LdNny7rmeqVEXZu90QiP4o,5872 +pip/_vendor/resolvelib/reporters.py,sha256=fW91NKf-lK8XN7i6Yd_rczL5QeOT3sc6AKhpaTEnP3E,1583 +pip/_vendor/resolvelib/resolvers.py,sha256=2wYzVGBGerbmcIpH8cFmgSKgLSETz8jmwBMGjCBMHG4,17592 +pip/_vendor/resolvelib/structs.py,sha256=IVIYof6sA_N4ZEiE1C1UhzTX495brCNnyCdgq6CYq28,4794 +pip/_vendor/rich/__init__.py,sha256=wF1th4JGBCVC02xfaw8j6P2MrFcJaQJL72scKtEmDYQ,5804 +pip/_vendor/rich/__main__.py,sha256=vd1PP-o7_1un-ThdgMU9LHV-D8z56yz_-fryczn38eE,8810 +pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_lru_cache.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/tabulate.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-310.pyc,, +pip/_vendor/rich/_cell_widths.py,sha256=2n4EiJi3X9sqIq0O16kUZ_zy6UYMd3xFfChlKfnW1Hc,10096 +pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235 +pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +pip/_vendor/rich/_inspect.py,sha256=vq6BjewwEvddjcBTr_lCcjYQBsKi92aTNpcXyaA5ERA,7444 +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 +pip/_vendor/rich/_lru_cache.py,sha256=M7H1ZQF32o6SxrpOur9zTIhEHlNXT9XnrcdhruUmG5I,1246 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=2lLSliL025Y-YMfdfGbutkQDevhcyDqc-DtUYW9mU70,5472 +pip/_vendor/rich/_spinners.py,sha256=huT1biTlwyp9Lm8S7bLfVzg1psUaIH5xHDwTaWEHVh0,26521 +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 +pip/_vendor/rich/_windows.py,sha256=nBO71icHMIHlzT7hg6fkoIdh1mT-5MvDdPDwunkshyw,2065 +pip/_vendor/rich/_wrap.py,sha256=OtnSxnERkuNlSM1d_MYtNg8KIYTcTBk3peg16dCZH_U,1804 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=2zRHV8SzR5eP-vQkSDgjmgsBLBluCBwykgejAW6oRD0,10425 +pip/_vendor/rich/ansi.py,sha256=QaVVkfvVL6C3OsuWI9iQ-iJFkMsMohjYlxgMLnVTEPo,6676 +pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264 +pip/_vendor/rich/box.py,sha256=o0ywz1iW0WjGLPrRVDAZPh1CVPEgAOaWsn8Bf3sf43g,9069 +pip/_vendor/rich/cells.py,sha256=NadN20gFxE8Aj-2S3Drn7qgn-ZpsRZcNnTNtweRL7rA,4285 +pip/_vendor/rich/color.py,sha256=SD3yTf3t8japb-jOv8GYCMCDqyzpipzXS_0rAXhSlU4,17285 +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054 +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131 +pip/_vendor/rich/console.py,sha256=bioCy8012eZ8PIOBxMyyqxYPltKk2pGEG9jmwylNCQk,81236 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497 +pip/_vendor/rich/control.py,sha256=qxg6Yjd78XuF0VxthlT8O4dpvpACYwKkBfm2S4-IvHA,5298 +pip/_vendor/rich/default_styles.py,sha256=At42PcWzmnYWcx5fUOKyOUpI8HK5m4ItZqxkgHToaMs,7614 +pip/_vendor/rich/diagnose.py,sha256=4L8SZfbqjIRotzJ39QzD9-d4I80FyV1mNKHryg1eArE,183 +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 +pip/_vendor/rich/file_proxy.py,sha256=fHeReSO3VJ7IbH_9ri-OrPYbFC3UYOzeTNjngiiWOcY,1613 +pip/_vendor/rich/filesize.py,sha256=oQJnM5_7ygkpzt3GtNq5l3F6gmB7YahBA5vpdQVKLwI,2511 +pip/_vendor/rich/highlighter.py,sha256=AdhjC0meTYswZ_xKgka0cRYdNjLABLUzHAbyF3QpPWo,4894 +pip/_vendor/rich/json.py,sha256=RCm4lXBXrjvXHpqrWPH8wdGP0jEo4IohLmkddlhRY18,5051 +pip/_vendor/rich/jupyter.py,sha256=4sxNAwJs4g3dYfWy_enPw9fp0Tdn-82tV4T9uh9vAOM,3025 +pip/_vendor/rich/layout.py,sha256=b64KMDP2EPiC103P-v-_VZKGY13oWiiGS418P_KRRlc,14048 +pip/_vendor/rich/live.py,sha256=OKxMaFU5sFfuR--cJftGYjSvg1VPQri1U_DNZUjCsvI,13711 +pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667 +pip/_vendor/rich/logging.py,sha256=YNcCSK6pCo2Wg6JKqScAe6VgFqebHBnS5nDnBO4gXAA,10868 +pip/_vendor/rich/markup.py,sha256=hsVW_k1TIvj5OPPQ12ihAii9HSVa8N1TStvA5B2GGpo,8058 +pip/_vendor/rich/measure.py,sha256=Z74XvzIgLZm0xH-QIo1uX5d4oahavHe8D8MKyxLNqPQ,5258 +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970 +pip/_vendor/rich/pager.py,sha256=VK_2EfH0JduZWdyV-KZma06bvi_V5PWmHG6W7BoiaTg,838 +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 +pip/_vendor/rich/panel.py,sha256=O6ORyIhDcOLSEasTjpcDvmhvIcppPGCeQoXpoycIUT8,8637 +pip/_vendor/rich/pretty.py,sha256=HAB68BpYysaL1EXeV4X5Tt-U2hDlcLpbFz06fkojWWE,32572 +pip/_vendor/rich/progress.py,sha256=jcgi7aMnQ_YjSpAmQkalwtNsgVn9i56SeZGprr7tuOk,35926 +pip/_vendor/rich/progress_bar.py,sha256=ELiBaxJOgsRYKpNIrot7BC0bFXvmf8cTd6nxI02BbK0,7762 +pip/_vendor/rich/prompt.py,sha256=gKVd13YWv6jedzwcRPZGUINBjC-xcJhJ_xz_NvMW80c,11307 +pip/_vendor/rich/protocol.py,sha256=Vx6n4fEoSDhzSup8t3KH0iK2RWyssIOks5E0S1qw1GA,1401 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=1A0U0_ibG_bZbw71pUBIctO9Az-CQUuyOTbiKcJOwyw,4309 +pip/_vendor/rich/rule.py,sha256=cPK6NYo4kzh-vM_8a-rXajXplsbaHa6ahErYvGSsrJ0,4197 +pip/_vendor/rich/scope.py,sha256=HX13XsJfqzQHpPfw4Jn9JmJjCsRj9uhHxXQEqjkwyLA,2842 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=MBBAWaHyqCQFCfiNbrTW4BGaFR1uU31XktJ1S3Taqb4,23916 +pip/_vendor/rich/spinner.py,sha256=V6dW0jIk5IO0_2MyxyftQf5VjCHI0T2cRhJ4F31hPIQ,4312 +pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425 +pip/_vendor/rich/style.py,sha256=AD1I7atfclsFCtGeL8ronH1Jj-02WLp9ZQ2VYqmpBjM,26469 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=pJAD08ywowg5xVwTGCqUOMpDYskjoMoDYEV-hryEX5s,26994 +pip/_vendor/rich/table.py,sha256=oQAEBaV4zMUPyg_tSA93_GrCirdIf-osolxf9wb3pEo,36757 +pip/_vendor/rich/tabulate.py,sha256=nl0oeNbiXectEgTHyj3K7eN4NZMISpaogpOdZyEOGbs,1700 +pip/_vendor/rich/terminal_theme.py,sha256=E0nI_ycFpvflamt-KVCY4J52LmUjRi1Y6ICB-Ef3gMo,1459 +pip/_vendor/rich/text.py,sha256=auX3LpY-I6PBiNyxB3o3LyMEx7lna2cx9IbNQJDwtw8,44424 +pip/_vendor/rich/theme.py,sha256=GKNtQhDBZKAzDaY0vQVQQFzbc0uWfFe6CJXA-syT7zQ,3627 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=hAU3IR295eFuup_px2NU4aCEWu7KQs1qpZbnqoHCtR0,25935 +pip/_vendor/rich/tree.py,sha256=JxyWbc27ZuwoLQnd7I-rSsRsqI9lzaVKlfTLJXla9U0,9122 +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549 +pip/_vendor/tenacity/__init__.py,sha256=GLLsTFD4Bd5VDgTR6mU_FxyOsrxc48qONorVaRebeD4,18257 +pip/_vendor/tenacity/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-310.pyc,, +pip/_vendor/tenacity/__pycache__/_utils.cpython-310.pyc,, +pip/_vendor/tenacity/__pycache__/after.cpython-310.pyc,, +pip/_vendor/tenacity/__pycache__/before.cpython-310.pyc,, +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-310.pyc,, +pip/_vendor/tenacity/__pycache__/nap.cpython-310.pyc,, +pip/_vendor/tenacity/__pycache__/retry.cpython-310.pyc,, +pip/_vendor/tenacity/__pycache__/stop.cpython-310.pyc,, +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-310.pyc,, +pip/_vendor/tenacity/__pycache__/wait.cpython-310.pyc,, +pip/_vendor/tenacity/_asyncio.py,sha256=HEb0BVJEeBJE9P-m9XBxh1KcaF96BwoeqkJCL5sbVcQ,3314 +pip/_vendor/tenacity/_utils.py,sha256=-y68scDcyoqvTJuJJ0GTfjdSCljEYlbCYvgk7nM4NdM,1944 +pip/_vendor/tenacity/after.py,sha256=dlmyxxFy2uqpLXDr838DiEd7jgv2AGthsWHGYcGYsaI,1496 +pip/_vendor/tenacity/before.py,sha256=7XtvRmO0dRWUp8SVn24OvIiGFj8-4OP5muQRUiWgLh0,1376 +pip/_vendor/tenacity/before_sleep.py,sha256=ThyDvqKU5yle_IvYQz_b6Tp6UjUS0PhVp6zgqYl9U6Y,1908 +pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383 +pip/_vendor/tenacity/retry.py,sha256=62R71W59bQjuNyFKsDM7hE2aEkEPtwNBRA0tnsEvgSk,6645 +pip/_vendor/tenacity/stop.py,sha256=sKHmHaoSaW6sKu3dTxUVKr1-stVkY7lw4Y9yjZU30zQ,2790 +pip/_vendor/tenacity/tornadoweb.py,sha256=E8lWO2nwe6dJgoB-N2HhQprYLDLB_UdSgFnv-EN6wKE,2145 +pip/_vendor/tenacity/wait.py,sha256=e_Saa6I2tsNLpCL1t9897wN2fGb0XQMQlE4bU2t9V2w,6691 +pip/_vendor/tomli/__init__.py,sha256=z1Elt0nLAqU5Y0DOn9p__8QnLWavlEOpRyQikdYgKro,230 +pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc,, +pip/_vendor/tomli/_parser.py,sha256=50BD4o9YbzFAGAYyZLqZC8F81DQ7iWWyJnrHNwBKa6A,22415 +pip/_vendor/tomli/_re.py,sha256=5GPfgXKteg7wRFCF-DzlkAPI2ilHbkMK2-JC49F-AJQ,2681 +pip/_vendor/typing_extensions.py,sha256=1uqi_RSlI7gos4eJB_NEV3d5wQwzTUQHd3_jrkbTo8Q,87149 +pip/_vendor/urllib3/__init__.py,sha256=j3yzHIbmW7CS-IKQJ9-PPQf_YKO8EOAey_rMW0UR7us,2763 +pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=pyASJJhW7wdOpqJj9QJA8FyGRfr8E8uUUhqUvhF0728,11372 +pip/_vendor/urllib3/_version.py,sha256=_NdMUQaeBvFHAX2z3zAIX2Wum58A6rVtY1f7ByHsQ4g,63 +pip/_vendor/urllib3/connection.py,sha256=6zokyboYYKm9VkyrQvVVLgxMyCZK7n9Vmg_2ZK6pbhc,20076 +pip/_vendor/urllib3/connectionpool.py,sha256=eQ1jWJ2dDdRADuCj9Yx7RCpzY2iM8P32jGHbjYBkAIk,39308 +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957 +pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632 +pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922 +pip/_vendor/urllib3/contrib/appengine.py,sha256=lfzpHFmJiO82shClLEm3QB62SYgHWnjpZOH_2JhU5Tc,11034 +pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=ej9gGvfAb2Gt00lafFp45SIoRz-QwrQ4WChm6gQmAlM,4538 +pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=DD4pInv_3OEEGffEFynBoirc8ldR789sLmGSKukzA0E,16900 +pip/_vendor/urllib3/contrib/securetransport.py,sha256=4qUKo7PUV-vVIqXmr2BD-sH7qplB918jiD5eNsRI9vU,34449 +pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097 +pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217 +pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579 +pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440 +pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc,, +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc,, +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 +pip/_vendor/urllib3/packages/six.py,sha256=1LVW7ljqRirFlfExjwl-v1B7vSAUNTmzGMs-qays2zg,34666 +pip/_vendor/urllib3/poolmanager.py,sha256=xfVcBtEBc8Xwa8jURSqdS7QmXvUuMHhjL1sjFOY-rUk,20001 +pip/_vendor/urllib3/request.py,sha256=ZFSIqX0C6WizixecChZ3_okyu7BEv0lZu1VT0s6h4SM,5985 +pip/_vendor/urllib3/response.py,sha256=hGhGBh7TkEkh_IQg5C1W_xuPNrgIKv5BUXPyE-q0LuE,28203 +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc,, +pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901 +pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 +pip/_vendor/urllib3/util/request.py,sha256=NnzaEKQ1Pauw5MFMV6HmgEMHITf0Aua9fQuzi2uZzGc,4123 +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 +pip/_vendor/urllib3/util/retry.py,sha256=eUKOZ16Ya_Tu3_sXF5KVhLJmHQF7YXOCX-MWRoZVzqs,22011 +pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177 +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=w01jCYuwvQ038p9mhc1P1gF8IiTN1qHakThpoukOlbw,5751 +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 +pip/_vendor/urllib3/util/timeout.py,sha256=QSbBUNOB9yh6AnDn61SrLQ0hg5oz0I9-uXEG91AJuIg,10003 +pip/_vendor/urllib3/util/url.py,sha256=QVEzcbHipbXyCWwH6R4K4TR-N8T4LM55WEMwNUTBmLE,14047 +pip/_vendor/urllib3/util/wait.py,sha256=3MUKRSAUJDB2tgco7qRUskW0zXGAWYvRRE4Q1_6xlLs,5404 +pip/_vendor/vendor.txt,sha256=H-9fScoah7nx4K8O4Uft0l5iH2P_mVo4RqyuMVOTJEc,496 +pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579 +pip/_vendor/webencodings/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/webencodings/__pycache__/labels.cpython-310.pyc,, +pip/_vendor/webencodings/__pycache__/mklabels.cpython-310.pyc,, +pip/_vendor/webencodings/__pycache__/tests.cpython-310.pyc,, +pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-310.pyc,, +pip/_vendor/webencodings/labels.py,sha256=4AO_KxTddqGtrL9ns7kAPjb0CcN6xsCIxbK37HY9r3E,8979 +pip/_vendor/webencodings/mklabels.py,sha256=GYIeywnpaLnP0GSic8LFWgd0UVvO_l1Nc6YoF-87R_4,1305 +pip/_vendor/webencodings/tests.py,sha256=OtGLyjhNY1fvkW1GvLJ_FV9ZoqC9Anyjr7q3kxTbzNs,6563 +pip/_vendor/webencodings/x_user_defined.py,sha256=yOqWSdmpytGfUgh_Z6JYgDNhoc-BAHyyeeT15Fr42tM,4307 +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/REQUESTED b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL new file mode 100644 index 0000000..becc9a6 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.37.1) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/entry_points.txt b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/entry_points.txt new file mode 100644 index 0000000..c4ad521 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/entry_points.txt @@ -0,0 +1,5 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main +pip3.10 = pip._internal.cli.main:main + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/__init__.py new file mode 100644 index 0000000..8a50472 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "22.0.2" + + +def main(args: Optional[List[str]] = None) -> int: + """This is an internal API only meant for use by pip's own console scripts. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/__main__.py b/exercice4/venv/lib/python3.10/site-packages/pip/__main__.py new file mode 100644 index 0000000..fe34a7b --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/__main__.py @@ -0,0 +1,31 @@ +import os +import sys +import warnings + +# Remove '' and current working directory from the first entry +# of sys.path, if present to avoid using current directory +# in pip commands check, freeze, install, list and show, +# when invoked as python -m pip +if sys.path[0] in ("", os.getcwd()): + sys.path.pop(0) + +# If we are running from a wheel, add the wheel to sys.path +# This allows the usage python pip-*.whl/pip install pip-*.whl +if __package__ == "": + # __file__ is pip-*.whl/pip/__main__.py + # first dirname call strips of '/__main__.py', second strips off '/pip' + # Resulting path is the name of the wheel itself + # Add that to sys.path so we can import pip + path = os.path.dirname(os.path.dirname(__file__)) + sys.path.insert(0, path) + +if __name__ == "__main__": + # Work around the error reported in #9540, pending a proper fix. + # Note: It is essential the warning filter is set *before* importing + # pip, as the deprecation happens at import time, not runtime. + warnings.filterwarnings( + "ignore", category=DeprecationWarning, module=".*packaging\\.version" + ) + from pip._internal.cli.main import main as _main + + sys.exit(_main()) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e860c24eedf45c7a236408fdbcd5c19b13d3bed GIT binary patch literal 673 zcmYjP!H&}~5Ve!E+byibfy}rBq@;2!TLINN7QVQ!h~(&$d<*+wwRqS(Ou< zx$+Hs0soRKCw_qwXDXSeYNRqqfJ1i7j+q+3;388)b?{{{AFA{{n;iZkB%36C_C{mqM{ixw)|B<- za5~LT^XYk?m41o+&_igwsYu0tODK!}f*fyCP+TQZ!6(kyj_=rKPCKNR-#)A~3VKQ- zvgqzm2E)Q<=X2;zO+@_5Dewk`Zc<; z0tp|%SGoc$To+c>$R$|61U&gyUVWd*4VaCr^@6m=#s~TRQ;9mj3Gu8;g6!uhNTv=& zk-M(Xno^r64WqD|gHht+pEKd-lY@R3I;YLj$Gh?=h5klSY``PkbW!vv2H&SN+#a%@ a=2|$6{i7$1Rc#GV^?CD4;*2c=?kOA&QiUCIym(WEtf*)+I8-7C>=FC z0mZqbq2*n+rQ!*YXkct#5G#4C`R3c1->jKV_XwWP^>_Fd67r)<{y!s3Ug77yV30)8 zk|e{QCbZ94!hl`|k~|=i0ojHvxnL_|A9m_?BuPstfk?6?v(JE_Hr_?v(v~Jc@4F)j z1T917o($0W8rbE&3}GTiGWrzIZsxe0R2r2Os;+lAa^gIhpgHNJ!pz;(3}@ znbK+MBUNZ);lokdpkjJzsgPJP(jo!|A$I3Ku; z^L(9IjTfB{>#SM$sDLJ4OCQvx_WNl%bOszZmdfg^f{x%qm7NqR?Z7sj(p6BIVWk24 zuj#!rs4XA}BE20Z`QuvEajG=>bXLZBsp5{xj&Vaj>bLVDT&w0QvG-By!|xlhFcpY0 zTUu3#Gm~Fcpc^OF#x5OFf`DtVxyr$%^`==EEebHU0C%!WZ|kRG1$re)^=ke1g z!l?#McH26Eh~oC4<9g%yi{S}hQUr33FmS>tr^nHR^6+Rhqnw3dM58~G;E;vC{sQsR BzpMZN literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__init__.py new file mode 100644 index 0000000..6afb5c6 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__init__.py @@ -0,0 +1,19 @@ +from typing import List, Optional + +import pip._internal.utils.inject_securetransport # noqa +from pip._internal.utils import _log + +# init_logging() must be called before any call to logging.getLogger() +# which happens at import of most modules. +_log.init_logging() + + +def main(args: (Optional[List[str]]) = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37d32ab5674c6d83b62c982d88222ab50513b192 GIT binary patch literal 794 zcmZuvKX27A5Vw=OG<|I)Bv?A(^&uLAsKg%uLIN>WWq|1|Q5s+KOq19;J1q~D3B<@p zKrr$N_%2?V_zFy%LqQBZHA!U)D61!_86elEv>>cOq zoS(DzoGPSmKfhXOC+M>X4)7F|I5sFur$l20XF3qBL2bPgepP$X*K6Ut?mBS<0^t}C zhDHzVTo7qr&L`zLrKpwCfA9(gzSf<)DI9=Ud2ihVDO>GV<5Ag|UfQ*-rPWqy=SFby z?*9FI<&+3xPtsd6tzPJRl9D90`ppVeq)NhE5%B#Fzx*VkZ3?!%fnE zeUvNHgY4=P)V+LWnz5%aC(jI?I9oR$;SFG;8*r6f`;{4F3kF+odl%;4`+a!|!>R1_ z5n+#xcgowhq|+YuD9=evAyYs9P|Au_?W?M^>yY)e9<~UP%SdeJMS{^<@WaJc$o<;V zJTWd0Qxf6EW&P^mH8j3*(2TTwtOsWe`jC=uxOzzd#!_K>0zogQr4k`^9z#kao61i! d`cK4HABu;)QDX;>;~rc*y26TNn-`f#e*<|4;JN?+ literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed15e3c4ec68b114d0f6fdfe0fd489bd72f41edb GIT binary patch literal 9638 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43b7f985754dad898dbbaca7d703098b1e69dbb7 GIT binary patch literal 8421 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

np@MR4l%d%J!%a~_@C2zYG0; za|%C5(g-5}(ITC|Py;#_LD8TEU>3p4WNd)>$+m2#eF81e2!uWu+)ocj^ib)nfCk?m z!r#QDordr*#4xMRM%sc*HrUi9V6T3O0bnW8fCcxEri81;#-a$buwbEyPdIA&YwCXn z-v1riStgg+i65*?u4l}`r_nx1l8r<%^CfX8lo=z6BiQX@Ny^Y(_dd$r(~GMoG&OAlqDyw=g$w2vXx4%xGqIKbp;3Ft23JmO;f&5N zz+B{!QKF6L09oPvK)cvSHU<6!jGme&sy%YhD?;+(VRf_CPZ*ac0XO^Okq%KP2!SBAMpryzQZhDCr8g(Lt2c{v7|j zvDG@O*LCg%{Y_cjr0VYViEvnFPy zd%=a#A9sj!pXB^~jQu|(ws0QBHSqJkDZ2=RGGsfhArQJYdxO)gQeQf0SN=FmBhS8w z#GJrtWKa}s>cyx{8Lq2Uu{(o2(PQcaK&j^PhQq!3I!-j!ye(B7fWHT5Zk9Iv?Xf)Fv zp-@FmM}B#B0^Va|4CE$&@5GLaeu(UAwM5fYphZ4ppQT`lEg}Zv^{Z66Mj4q2HVg&Z z(ydG}<`{V7<=aL4@2^bsV4&?7WxH(B@3OgykS~RO>9>gFTWfaBTm0GLy;^nE{{x<5 BK7;@O literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fa833cb83b219331eb786142476fd6e7c0f32ec8 GIT binary patch literal 11167 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 E14#|Dz5oCK literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..724a54233c8e5cb3fd47fd6ed3d371e00d48ee50 GIT binary patch literal 3578 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 J7k_-E`ahUJ?5h9( literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6bc91f20ed1c270f1500e9fc6ca03bab2214b3ba GIT binary patch literal 9180 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 None: + self.path = path + self.setup = False + self.bin_dir = get_paths( + "nt" if os.name == "nt" else "posix_prefix", + vars={"base": path, "platbase": path}, + )["scripts"] + self.lib_dirs = get_prefixed_libs(path) + + +@contextlib.contextmanager +def _create_standalone_pip() -> Iterator[str]: + """Create a "standalone pip" zip file. + + The zip file's content is identical to the currently-running pip. + It will be used to install requirements into the build environment. + """ + source = pathlib.Path(pip_location).resolve().parent + + # Return the current instance if `source` is not a directory. We can't build + # a zip from this, and it likely means the instance is already standalone. + if not source.is_dir(): + yield str(source) + return + + with TempDirectory(kind="standalone-pip") as tmp_dir: + pip_zip = os.path.join(tmp_dir.path, "__env_pip__.zip") + kwargs = {} + if sys.version_info >= (3, 8): + kwargs["strict_timestamps"] = False + with zipfile.ZipFile(pip_zip, "w", **kwargs) as zf: + for child in source.rglob("*"): + zf.write(child, child.relative_to(source.parent).as_posix()) + yield os.path.join(pip_zip, "pip") + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps""" + + def __init__(self) -> None: + temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True) + + self._prefixes = OrderedDict( + (name, _Prefix(os.path.join(temp_dir.path, name))) + for name in ("normal", "overlay") + ) + + self._bin_dirs: List[str] = [] + self._lib_dirs: List[str] = [] + for prefix in reversed(list(self._prefixes.values())): + self._bin_dirs.append(prefix.bin_dir) + self._lib_dirs.extend(prefix.lib_dirs) + + # Customize site to: + # - ensure .pth files are honored + # - prevent access to system site packages + system_sites = { + os.path.normcase(site) for site in (get_purelib(), get_platlib()) + } + self._site_dir = os.path.join(temp_dir.path, "site") + if not os.path.exists(self._site_dir): + os.mkdir(self._site_dir) + with open( + os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8" + ) as fp: + fp.write( + textwrap.dedent( + """ + import os, site, sys + + # First, drop system-sites related paths. + original_sys_path = sys.path[:] + known_paths = set() + for path in {system_sites!r}: + site.addsitedir(path, known_paths=known_paths) + system_paths = set( + os.path.normcase(path) + for path in sys.path[len(original_sys_path):] + ) + original_sys_path = [ + path for path in original_sys_path + if os.path.normcase(path) not in system_paths + ] + sys.path = original_sys_path + + # Second, add lib directories. + # ensuring .pth file are processed. + for path in {lib_dirs!r}: + assert not path in sys.path + site.addsitedir(path) + """ + ).format(system_sites=system_sites, lib_dirs=self._lib_dirs) + ) + + def __enter__(self) -> None: + self._save_env = { + name: os.environ.get(name, None) + for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH") + } + + path = self._bin_dirs[:] + old_path = self._save_env["PATH"] + if old_path: + path.extend(old_path.split(os.pathsep)) + + pythonpath = [self._site_dir] + + os.environ.update( + { + "PATH": os.pathsep.join(path), + "PYTHONNOUSERSITE": "1", + "PYTHONPATH": os.pathsep.join(pythonpath), + } + ) + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + for varname, old_value in self._save_env.items(): + if old_value is None: + os.environ.pop(varname, None) + else: + os.environ[varname] = old_value + + def check_requirements( + self, reqs: Iterable[str] + ) -> Tuple[Set[Tuple[str, str]], Set[str]]: + """Return 2 sets: + - conflicting requirements: set of (installed, wanted) reqs tuples + - missing requirements: set of reqs + """ + missing = set() + conflicting = set() + if reqs: + env = get_environment(self._lib_dirs) + for req_str in reqs: + req = Requirement(req_str) + dist = env.get_distribution(req.name) + if not dist: + missing.add(req_str) + continue + if isinstance(dist.version, Version): + installed_req_str = f"{req.name}=={dist.version}" + else: + installed_req_str = f"{req.name}==={dist.version}" + if dist.version not in req.specifier: + conflicting.add((installed_req_str, req_str)) + # FIXME: Consider direct URL? + return conflicting, missing + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + prefix = self._prefixes[prefix_as_string] + assert not prefix.setup + prefix.setup = True + if not requirements: + return + with contextlib.ExitStack() as ctx: + pip_runnable = ctx.enter_context(_create_standalone_pip()) + self._install_requirements( + pip_runnable, + finder, + requirements, + prefix, + kind=kind, + ) + + @staticmethod + def _install_requirements( + pip_runnable: str, + finder: "PackageFinder", + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + ) -> None: + args: List[str] = [ + sys.executable, + pip_runnable, + "install", + "--ignore-installed", + "--no-user", + "--prefix", + prefix.path, + "--no-warn-script-location", + ] + if logger.getEffectiveLevel() <= logging.DEBUG: + args.append("-v") + for format_control in ("no_binary", "only_binary"): + formats = getattr(finder.format_control, format_control) + args.extend( + ( + "--" + format_control.replace("_", "-"), + ",".join(sorted(formats or {":none:"})), + ) + ) + + index_urls = finder.index_urls + if index_urls: + args.extend(["-i", index_urls[0]]) + for extra_index in index_urls[1:]: + args.extend(["--extra-index-url", extra_index]) + else: + args.append("--no-index") + for link in finder.find_links: + args.extend(["--find-links", link]) + + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.allow_all_prereleases: + args.append("--pre") + if finder.prefer_binary: + args.append("--prefer-binary") + args.append("--") + args.extend(requirements) + extra_environ = {"_PIP_STANDALONE_CERT": where()} + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"pip subprocess to install {kind}", + spinner=spinner, + extra_environ=extra_environ, + ) + + +class NoOpBuildEnvironment(BuildEnvironment): + """A no-op drop-in replacement for BuildEnvironment""" + + def __init__(self) -> None: + pass + + def __enter__(self) -> None: + pass + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + pass + + def cleanup(self) -> None: + pass + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + raise NotImplementedError() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cache.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000..1d6df22 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cache.py @@ -0,0 +1,264 @@ +"""Cache Management +""" + +import hashlib +import json +import logging +import os +from typing import Any, Dict, List, Optional, Set + +from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InvalidWheelFilename +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + + +def _hash_dict(d: Dict[str, str]) -> str: + """Return a stable sha224 of a dictionary.""" + s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True) + return hashlib.sha224(s.encode("ascii")).hexdigest() + + +class Cache: + """An abstract class - provides cache directories for data from links + + + :param cache_dir: The root of the cache. + :param format_control: An object of FormatControl class to limit + binaries being read from the cache. + :param allowed_formats: which formats of files the cache should store. + ('binary' and 'source' are the only allowed values) + """ + + def __init__( + self, cache_dir: str, format_control: FormatControl, allowed_formats: Set[str] + ) -> None: + super().__init__() + assert not cache_dir or os.path.isabs(cache_dir) + self.cache_dir = cache_dir or None + self.format_control = format_control + self.allowed_formats = allowed_formats + + _valid_formats = {"source", "binary"} + assert self.allowed_formats.union(_valid_formats) == _valid_formats + + def _get_cache_path_parts(self, link: Link) -> List[str]: + """Get parts of part that must be os.path.joined with cache_dir""" + + # We want to generate an url to use as our cache key, we don't want to + # just re-use the URL because it might have other items in the fragment + # and we don't care about those. + key_parts = {"url": link.url_without_fragment} + if link.hash_name is not None and link.hash is not None: + key_parts[link.hash_name] = link.hash + if link.subdirectory_fragment: + key_parts["subdirectory"] = link.subdirectory_fragment + + # Include interpreter name, major and minor version in cache key + # to cope with ill-behaved sdists that build a different wheel + # depending on the python version their setup.py is being run on, + # and don't encode the difference in compatibility tags. + # https://github.com/pypa/pip/issues/7296 + key_parts["interpreter_name"] = interpreter_name() + key_parts["interpreter_version"] = interpreter_version() + + # Encode our key url with sha224, we'll use this because it has similar + # security properties to sha256, but with a shorter total output (and + # thus less secure). However the differences don't make a lot of + # difference for our use case here. + hashed = _hash_dict(key_parts) + + # We want to nest the directories some to prevent having a ton of top + # level directories where we might run out of sub directories on some + # FS. + parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]] + + return parts + + def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]: + can_not_cache = not self.cache_dir or not canonical_package_name or not link + if can_not_cache: + return [] + + formats = self.format_control.get_allowed_formats(canonical_package_name) + if not self.allowed_formats.intersection(formats): + return [] + + candidates = [] + path = self.get_path_for_link(link) + if os.path.isdir(path): + for candidate in os.listdir(path): + candidates.append((candidate, path)) + return candidates + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached items in for link.""" + raise NotImplementedError() + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + """Returns a link to a cached item if it exists, otherwise returns the + passed link. + """ + raise NotImplementedError() + + +class SimpleWheelCache(Cache): + """A cache of wheels for future installs.""" + + def __init__(self, cache_dir: str, format_control: FormatControl) -> None: + super().__init__(cache_dir, format_control, {"binary"}) + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached wheels for link + + Because there are M wheels for any one sdist, we provide a directory + to cache them in, and then consult that directory when looking up + cache hits. + + We only insert things into the cache if they have plausible version + numbers, so that we don't contaminate the cache with things that were + not unique. E.g. ./package might have dozens of installs done for it + and build a version of 0.0...and if we built and cached a wheel, we'd + end up using the same wheel even if the source has been edited. + + :param link: The link of the sdist for which this will cache wheels. + """ + parts = self._get_cache_path_parts(link) + assert self.cache_dir + # Store wheels within the root cache_dir + return os.path.join(self.cache_dir, "wheels", *parts) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + candidates = [] + + if not package_name: + return link + + canonical_package_name = canonicalize_name(package_name) + for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name): + try: + wheel = Wheel(wheel_name) + except InvalidWheelFilename: + continue + if canonicalize_name(wheel.name) != canonical_package_name: + logger.debug( + "Ignoring cached wheel %s for %s as it " + "does not match the expected distribution name %s.", + wheel_name, + link, + package_name, + ) + continue + if not wheel.supported(supported_tags): + # Built for a different python/arch/etc + continue + candidates.append( + ( + wheel.support_index_min(supported_tags), + wheel_name, + wheel_dir, + ) + ) + + if not candidates: + return link + + _, wheel_name, wheel_dir = min(candidates) + return Link(path_to_url(os.path.join(wheel_dir, wheel_name))) + + +class EphemWheelCache(SimpleWheelCache): + """A SimpleWheelCache that creates it's own temporary cache directory""" + + def __init__(self, format_control: FormatControl) -> None: + self._temp_dir = TempDirectory( + kind=tempdir_kinds.EPHEM_WHEEL_CACHE, + globally_managed=True, + ) + + super().__init__(self._temp_dir.path, format_control) + + +class CacheEntry: + def __init__( + self, + link: Link, + persistent: bool, + ): + self.link = link + self.persistent = persistent + + +class WheelCache(Cache): + """Wraps EphemWheelCache and SimpleWheelCache into a single Cache + + This Cache allows for gracefully degradation, using the ephem wheel cache + when a certain link is not found in the simple wheel cache first. + """ + + def __init__(self, cache_dir: str, format_control: FormatControl) -> None: + super().__init__(cache_dir, format_control, {"binary"}) + self._wheel_cache = SimpleWheelCache(cache_dir, format_control) + self._ephem_cache = EphemWheelCache(format_control) + + def get_path_for_link(self, link: Link) -> str: + return self._wheel_cache.get_path_for_link(link) + + def get_ephem_path_for_link(self, link: Link) -> str: + return self._ephem_cache.get_path_for_link(link) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + cache_entry = self.get_cache_entry(link, package_name, supported_tags) + if cache_entry is None: + return link + return cache_entry.link + + def get_cache_entry( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Optional[CacheEntry]: + """Returns a CacheEntry with a link to a cached item if it exists or + None. The cache entry indicates if the item was found in the persistent + or ephemeral cache. + """ + retval = self._wheel_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=True) + + retval = self._ephem_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=False) + + return None diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000..e589bb9 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py @@ -0,0 +1,4 @@ +"""Subpackage containing all of pip's command line interface related code +""" + +# This file intentionally does not import submodules diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0c33ea8decf967b2777b217f357c11003dec4c8 GIT binary patch literal 314 zcmYjNJ5EC}5cEsKQ>5I%9ZHcb2ug$~kmzXA(O8bXd09RGWcvj|O+~>yI01J_%Ppwb zghXPcoz?6VGrMsz84IqD^o4IczxU*SHB9cfOUq!zld#P~Oh>N|i(#3x>2-(F#85Q_ z3Z2x>$+(h<(s|*%_c~bVD4?WJF|V{inbGNrmSv0M$7!=WQ_4o8)ThWJb~(V$JFKHe zaJtXr;XazdW2gn5W9|z(Bj5{WLk5dV+q#YcI*hr)GCR_fehnK88*sFQKjmtEc>#qg m&W;xp;J}~`5rcMM9D!m=RjGN}?%Eq4?cnfs|BbTG*ot3AmSFz? literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9eb081734eb53c92f41f52a2d8cc39963480d70e GIT binary patch literal 5347 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 K(&lBIvi}c<#-DZo literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4498fe1e512073d8493a47d237bbe9464f92608e GIT binary patch literal 22589 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f1c19bb1eb0857222241463e27f505c6a1065fb9 GIT binary patch literal 1348 zcmZuxOOF&c5H7nP)6>jMHn2cY5DMJ-z;+NhMp4A_5J=2rS48QH)3m+2o$VKP&%VR~ zn3Xs|lz#w6enI|=uQ}x(phyu^b?=Y~S-1SzF5C6^s@(N>90Io2%^&JL2l$f~%gx2b zkJ!yE1PPKAP_l%TJmHMiyl_f4aZ4}pNDqVX7ygG^R#L+QoP*Ab!z4Tf`WueNVp7N!WJVJk4K54T*;It`6bxm(v$wNJ7)>H ztOhE$gu$v{%awr~9=pl#CAg4;7{VEQZoMwiS-J2sKe%66U#oVet7*nMt3A*hX$1$n zxs1@l9Nw_EfaI~KAb9J{0Y_H?YUb0sk!L+KYm~Nu5P6liLf93Yh%!YuAxe`Ot_wVseU8=Z9cXeLIx9e|*Ln+~iG+-eR_@w1~4J zkF%bth3jk0p&p_40TJROgv@6nc69j^O4k+){Et$)P5CyzAUsC`e+BJ7fETPI6^^c< zg#C7gD)bRj{S%HZeshOGHMs%i>wU&h&fw>MmtzX>%m$tOH1B8o5INJ$yAju8w52Bm zUl5%81gki+qvZtAQA1+>EaX1tEWq!|htT2woOO=AIW5-Z>vrWN(W24yUM?{|l<`Gd z6x2Ej%moCB-*^;1#r=jqWp5dl6PrfPzh2uh=3VJUA~2v8ysGK`XR+vuDEkV#p(hlw z5kI)L1DG)Gt+Fd&C!a<`8=mlpHQT+J&Z70(!zQn`dwZRE gD#YG0XZ25A>uB72pc2A~k27kDQ-DjsO4v literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f7aeedd077f1f777acb2ca1f1290c14f7b4304f GIT binary patch literal 1412 zcmZV-OK%%RcxLwLXPl&%gqJK()%svB2u=tgs?q~elvd$Tu|isHcLryZ*@tGvactQY zQh^)%01%RMgI~aZnJZlS7mz@FGaITDW;OG@ANxJ3UayVd{80bKerX}}yCH5K4~S3T z${*pOC`J@h!f}i(Br&nji5&~w*ahftukd5P2;u-6eV2ztD{fibwsn9p80M2CpB+3+iuc4+q-FMgGh&(XNQ z8a)zuk&5Lgt!tiVsmiNz#7ZTWb(NQD+I|jyfR4vRyGOZHI(%3gm6VUM?xu59WmQpg zrWnw@Iu(*7z$wy_0;8V^ma3ba@KIhr5TX(w?NC+=)`Zk@oTR;%%I#PU$spffs1iQr&G&bBth|VL{v>K7?@!-*Hx tsf2c*khTK0lQ*7sj7s=XQPDYPADhva#>zz@39e{O6p6;%y@2e?$J>P)m=jwO*F=&5k zO>SV@vsRxSX$qD`0nspW^TWS)iRUCSB5bW`!3?k6QH7H3Pgh zz0~Sse9ahJq)&WUahc#p#$fUA)6WBu6)B@Z#o~kpDP_po90dR z&bJkb^#S+jIG!*mzND%Z<0*pKPK}Nc)XRohpExNZ zF7cija$(jzHtrcm=!!ALq%-T)_!!nl{n~&E`Gpwt7sgBT7yN_98&>%4CnqR? z!ntAs_2mZxQ{mxlegQU6-T8f^tQeQS8T@Tb zQ2}O0bf5AhOQ?vd1G!xmqm-6BrDAPvp3Z+b+M~tZh-F)&cIJcOo!cXkNxBC6>_RTY z2$DF0;{k(3%ti^zMrYtMtPYgF&H(Cg(Q4zCj@$#`7!F=~?Yus``6k4M>#R&-CN@Ah zeNiEQu*h}txTD1a2z8BQBHm)OJzZ3QUrM5wr-JL&que>7xuvb;Jl>`Af<-AWCza}@ zw4gj@b8|_TwXNvfW9d-1#@=v*jkr_2hqK&VJ~*3c8m;mo-K%qjE+g6lw=VzlDA zHoG8}VKk-3CPo-p&2awmTo3n6A33IPI@tTWYgy1CbR_=+kj|XWK|`!RK#|6g0aQUV zfd4T9AmOPA0K)u+GoqvQwK!&~&v9 zd-@GI&C|7d-PEcrxv+F)ue5r&JSldI@@WBWwrOy|>Iqss zgnAxq(cqw*1UZch8LS?f!CEj_ZW68hwof%^2=s=gI1tJal9UtZyH7dPQ{hr5mt_SN zv{Dw`&!jRLE#PGih;As}RG;h2D<`fhS`gj=gWqgCoaW^o9eDhG?R!uApr5v&nl}*D z(RYX_6I6N7<)fxS*y)4{q0C&Qt+%9Fjy$N~%fYes=r*L5fwsecX*&ekwk)~&hJVG{J7(_y?9PXY>F7 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d2aaff7ff702dd87c0c699da003b74e8259efc3 GIT binary patch literal 9985 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aac75f1f1d3e8dc207a324d598313b0c6ee82f1f GIT binary patch literal 9274 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 GzWhJ!=)T_o literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d215e5a5bfcf53fde852417d972859e08c5a1752 GIT binary patch literal 13575 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..98188f53672cebb5cc56739356c7b3117e55d507 GIT binary patch literal 4988 zcmaJ_TW=f36`t7}mlx3zC0nxWBx+jMWm=Oln)I490(@!Ix>RAiH9`d4(43J(X}QbH zEGd7)i~QR>V}GZ?^y6W$il+YoBADPIYi7T^$<5emTISbo+UD13I{39hx9c^%ZmyZ* zwBHW>ZoZlC7McY!cEVz})GV348_smg%`#`w8eWjIhrBuWQzkr-d&xxZz-m@7@Co7lPh9hRh+)L+xHMS61a zGNX0D&HB7pFzc5Ef5562{{>lDqiUtr+Is4*B~rDLSYcfJc`^tV7HBTYh!zOaS!(t#db z=?E??a86oqny#?GS3aG6(Cb8zRBI7<+Gw?9>M5D@Rn%y6oHTx@Pwf`kzsZ6LJ76#P zE8cj;)A>f6taW>#?1DWh?kE*2OgmbJ8?Ts}#rC7$)wklVtcR@~)#=u6$L&6C*7e<3 z?dTr9TbECzYIoXF2fe*yD~{@$GFF>X-xv+Y>+jW{$mmHu>^!b#E8nf%e7CMUiM)Yx zc3OC)-s|-0P!~jsT4B8%cIrA4Q`dTXU<`vflEeb>`2NMyN~qC}w6xK|>w$*K`?^hg z#}D<#>QLnFsz{^+^2$;dsJ}pjM9&C)F7hInqYs$hq<9p#D!Vfak9trMa%u8iq}sjZP@j0$C?$Z?%+8 zuXNGv_e3j^nZcis#bi5rHBGizXB&Q6>G zLK{6-5cQJW&>z@`)XxvtwmmEeD=8kZ1%?q@1Qac@Lk{3^u%jdx0?TdOJ>o0-?nB5m!IuigOWDt&qd2Auiks{60dJ@N> zPTlri8|o+qnLfqKfG zsU6BFbvMGk-cnVXaFx_DsoI&YZqk(Z7P0~eTeg8`zSh9T_keSMGeBOVqO#2X55z`0sQhj#b;qtwHxXU zI_pg$iy+m4TB1JrxmqT2g$M~oUJZUo%ppgU&bl+DQ$4Kz(z zEJGs%+MDOfG=U;TF?_~tClEwzWNu3kgq{gGfQt<=Xzap`?Gc<Mr`D)j!FPx;I#XGgt>=kCJ&R_BJkdLjUZWCJA)b%TYMAeWFnl8 z8d>ZaJcIzVI_ZSrit0yEC)z|_syfH`p?*NT5_7MGj8BN`X~=*Hme1$>^{6pX|7qTb zlm++~DD(e>ObfNcpGG+0H1;oz)8EQ&C)rxba?Hy0BYyoMlx^_C@cuf$_>6eZoX6o6 z0*kBXb3Vcgu0AAH7^KLbixfYmbpsLR!(R;%A7Jw@hy_xg&z5+_E4Tmyns1|>cql2X zqUrB}Ou&F6uq|OD=n?t|b%Yv9FKblIqx3RG7?oT$g0HAdluZS+g~P@V^{JVFrcj#> z=#jf*HH(#A4ZfnlLKzyibTSU(k=vWEo)f`a_>v~+sG8Vcm@0QBF?+(-$v_z8vU64eW)V%P!3Wf{>Na*O5^n@8sU5|;sVig%Ksv=5d47nNRmNZq z%*{k6U9j8fBtFz zo48);JVqUug)W^oC7F?Nj^@Y_Hqngx`>evtPT9@e<1Jbzygwlvu|uIkj;a3)@>__P zp`)r0Iv%pb-S&1kM!5ky;LmvEB!1T0UrzG0`+)zkh@y=D8U@)SqjSCZno;FEQ0Yn!oe3Eqio52PlzpkpNLY;dVV` z88S**ihDS2wAjatejCJkzLYC)-?Dg#`~2$voaaS6O`c zTEKlSK~alKzxp<&vd+yk_py$DU*2EG>_?@3tab zVpUdZ8cULRQ@&x8V;sc)AiL`SgiLFSE}!{O3H{CTS*v8hDXg+R>(9PlUUte$+*w@V F{|9h43JU-L literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c76a033e4d21d3fc2d456d328ba3b0db9f3d5585 GIT binary patch literal 393 zcmYk2PfEi;6viiQ`Uf%KLePa5=%O7(mm=0CVz5pmX)0th#LS}|nq)#IsrC}RhbQnZ z*}Cc#Tsbine8c>PkN17=!3e`RK&rOcClu=as>T1(l(Jn+R|j^j8toc-jS~ej=vF9cFiZO8ZMoo`P~YTEAJe?%PmG@eZ!EU)o?pxjWae(}AKE%AT1<*6ZuMJVFVc7A&+ None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + for opt_str in opt._long_opts + opt._short_opts: + options.append((opt_str, opt.nargs)) + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ``

`` or ```` + if completion_type: + paths = auto_complete_paths(current, completion_type) + options = [(path, 0) for path in paths] + for option in options: + opt_label = option[0] + # append '=' to options which require args + if option[1] and option[0][:2] == "--": + opt_label += "=" + print(opt_label) + else: + # show main parser options only when necessary + + opts = [i.option_list for i in parser.option_groups] + opts.append(parser.option_list) + flattened_opts = chain.from_iterable(opts) + if current.startswith("-"): + for opt in flattened_opts: + if opt.help != optparse.SUPPRESS_HELP: + subcommands += opt._long_opts + opt._short_opts + else: + # get completion type given cwords and all available options + completion_type = get_path_completion_type(cwords, cword, flattened_opts) + if completion_type: + subcommands = list(auto_complete_paths(current, completion_type)) + + print(" ".join([x for x in subcommands if x.startswith(current)])) + sys.exit(1) + + +def get_path_completion_type( + cwords: List[str], cword: int, opts: Iterable[Any] +) -> Optional[str]: + """Get the type of path completion (``file``, ``dir``, ``path`` or None) + + :param cwords: same as the environmental variable ``COMP_WORDS`` + :param cword: same as the environmental variable ``COMP_CWORD`` + :param opts: The available options to check + :return: path completion type (``file``, ``dir``, ``path`` or None) + """ + if cword < 2 or not cwords[cword - 2].startswith("-"): + return None + for opt in opts: + if opt.help == optparse.SUPPRESS_HELP: + continue + for o in str(opt).split("/"): + if cwords[cword - 2].split("=")[0] == o: + if not opt.metavar or any( + x in ("path", "file", "dir") for x in opt.metavar.split("/") + ): + return opt.metavar + return None + + +def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]: + """If ``completion_type`` is ``file`` or ``path``, list all regular files + and directories starting with ``current``; otherwise only list directories + starting with ``current``. + + :param current: The word to be completed + :param completion_type: path completion type(``file``, ``path`` or ``dir``) + :return: A generator of regular files and/or directories + """ + directory, filename = os.path.split(current) + current_path = os.path.abspath(directory) + # Don't complete paths if they can't be accessed + if not os.access(current_path, os.R_OK): + return + filename = os.path.normcase(filename) + # list all files that start with ``filename`` + file_list = ( + x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename) + ) + for f in file_list: + opt = os.path.join(current_path, f) + comp_file = os.path.normcase(os.path.join(directory, f)) + # complete regular files when there is not ```` after option + # complete directories when there is ````, ```` or + # ````after option + if completion_type != "dir" and os.path.isfile(opt): + yield comp_file + elif os.path.isdir(opt): + yield os.path.join(comp_file, "") diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 0000000..f5dc0fe --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,220 @@ +"""Base Command class, and related routines""" + +import functools +import logging +import logging.config +import optparse +import os +import sys +import traceback +from optparse import Values +from typing import Any, Callable, List, Optional, Tuple + +from pip._internal.cli import cmdoptions +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.cli.status_codes import ( + ERROR, + PREVIOUS_BUILD_DIR_ERROR, + UNKNOWN_ERROR, + VIRTUALENV_NOT_FOUND, +) +from pip._internal.exceptions import ( + BadCommand, + CommandError, + DiagnosticPipError, + InstallationError, + NetworkConnectionError, + PreviousBuildDirError, + UninstallationError, +) +from pip._internal.utils.filesystem import check_path_owner +from pip._internal.utils.logging import BrokenStdoutLoggingError, setup_logging +from pip._internal.utils.misc import get_prog, normalize_path +from pip._internal.utils.temp_dir import TempDirectoryTypeRegistry as TempDirRegistry +from pip._internal.utils.temp_dir import global_tempdir_manager, tempdir_registry +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = ["Command"] + +logger = logging.getLogger(__name__) + + +class Command(CommandContextMixIn): + usage: str = "" + ignore_require_venv: bool = False + + def __init__(self, name: str, summary: str, isolated: bool = False) -> None: + super().__init__() + + self.name = name + self.summary = summary + self.parser = ConfigOptionParser( + usage=self.usage, + prog=f"{get_prog()} {name}", + formatter=UpdatingDefaultsHelpFormatter(), + add_help_option=False, + name=name, + description=self.__doc__, + isolated=isolated, + ) + + self.tempdir_registry: Optional[TempDirRegistry] = None + + # Commands should add options to this option group + optgroup_name = f"{self.name.capitalize()} Options" + self.cmd_opts = optparse.OptionGroup(self.parser, optgroup_name) + + # Add the general options + gen_opts = cmdoptions.make_option_group( + cmdoptions.general_group, + self.parser, + ) + self.parser.add_option_group(gen_opts) + + self.add_options() + + def add_options(self) -> None: + pass + + def handle_pip_version_check(self, options: Values) -> None: + """ + This is a no-op so that commands by default do not do the pip version + check. + """ + # Make sure we do the pip version check if the index_group options + # are present. + assert not hasattr(options, "no_index") + + def run(self, options: Values, args: List[str]) -> int: + raise NotImplementedError + + def parse_args(self, args: List[str]) -> Tuple[Values, List[str]]: + # factored out for testability + return self.parser.parse_args(args) + + def main(self, args: List[str]) -> int: + try: + with self.main_context(): + return self._main(args) + finally: + logging.shutdown() + + def _main(self, args: List[str]) -> int: + # We must initialize this before the tempdir manager, otherwise the + # configuration would not be accessible by the time we clean up the + # tempdir manager. + self.tempdir_registry = self.enter_context(tempdir_registry()) + # Intentionally set as early as possible so globally-managed temporary + # directories are available to the rest of the code. + self.enter_context(global_tempdir_manager()) + + options, args = self.parse_args(args) + + # Set verbosity so that it can be used elsewhere. + self.verbosity = options.verbose - options.quiet + + level_number = setup_logging( + verbosity=self.verbosity, + no_color=options.no_color, + user_log_file=options.log, + ) + + # TODO: Try to get these passing down from the command? + # without resorting to os.environ to hold these. + # This also affects isolated builds and it should. + + if options.no_input: + os.environ["PIP_NO_INPUT"] = "1" + + if options.exists_action: + os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action) + + if options.require_venv and not self.ignore_require_venv: + # If a venv is required check if it can really be found + if not running_under_virtualenv(): + logger.critical("Could not find an activated virtualenv (required).") + sys.exit(VIRTUALENV_NOT_FOUND) + + if options.cache_dir: + options.cache_dir = normalize_path(options.cache_dir) + if not check_path_owner(options.cache_dir): + logger.warning( + "The directory '%s' or its parent directory is not owned " + "or is not writable by the current user. The cache " + "has been disabled. Check the permissions and owner of " + "that directory. If executing pip with sudo, you should " + "use sudo's -H flag.", + options.cache_dir, + ) + options.cache_dir = None + + if "2020-resolver" in options.features_enabled: + logger.warning( + "--use-feature=2020-resolver no longer has any effect, " + "since it is now the default dependency resolver in pip. " + "This will become an error in pip 21.0." + ) + + def intercepts_unhandled_exc( + run_func: Callable[..., int] + ) -> Callable[..., int]: + @functools.wraps(run_func) + def exc_logging_wrapper(*args: Any) -> int: + try: + status = run_func(*args) + assert isinstance(status, int) + return status + except DiagnosticPipError as exc: + logger.error("[present-diagnostic] %s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except PreviousBuildDirError as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return PREVIOUS_BUILD_DIR_ERROR + except ( + InstallationError, + UninstallationError, + BadCommand, + NetworkConnectionError, + ) as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except CommandError as exc: + logger.critical("%s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BrokenStdoutLoggingError: + # Bypass our logger and write any remaining messages to + # stderr because stdout no longer works. + print("ERROR: Pipe to stdout was broken", file=sys.stderr) + if level_number <= logging.DEBUG: + traceback.print_exc(file=sys.stderr) + + return ERROR + except KeyboardInterrupt: + logger.critical("Operation cancelled by user") + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BaseException: + logger.critical("Exception:", exc_info=True) + + return UNKNOWN_ERROR + + return exc_logging_wrapper + + try: + if not options.debug_mode: + run = intercepts_unhandled_exc(self.run) + else: + run = self.run + return run(options, args) + finally: + self.handle_pip_version_check(options) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 0000000..b7e54f7 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1018 @@ +""" +shared options and groups + +The principle here is to define options once, but *not* instantiate them +globally. One reason being that options with action='append' can carry state +between parses. pip parses general options twice internally, and shouldn't +pass on state. To be consistent, all options will follow this design. +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import os +import textwrap +from functools import partial +from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values +from textwrap import dedent +from typing import Any, Callable, Dict, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.parser import ConfigOptionParser +from pip._internal.cli.progress_bars import BAR_TYPES +from pip._internal.exceptions import CommandError +from pip._internal.locations import USER_CACHE_DIR, get_src_prefix +from pip._internal.models.format_control import FormatControl +from pip._internal.models.index import PyPI +from pip._internal.models.target_python import TargetPython +from pip._internal.utils.hashes import STRONG_HASHES +from pip._internal.utils.misc import strtobool + +logger = logging.getLogger(__name__) + + +def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: + """ + Raise an option parsing error using parser.error(). + + Args: + parser: an OptionParser instance. + option: an Option instance. + msg: the error text. + """ + msg = f"{option} error: {msg}" + msg = textwrap.fill(" ".join(msg.split())) + parser.error(msg) + + +def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup: + """ + Return an OptionGroup object + group -- assumed to be dict with 'name' and 'options' keys + parser -- an optparse Parser + """ + option_group = OptionGroup(parser, group["name"]) + for option in group["options"]: + option_group.add_option(option()) + return option_group + + +def check_install_build_global( + options: Values, check_options: Optional[Values] = None +) -> None: + """Disable wheels if per-setup.py call options are set. + + :param options: The OptionParser options to update. + :param check_options: The options to check, if not supplied defaults to + options. + """ + if check_options is None: + check_options = options + + def getname(n: str) -> Optional[Any]: + return getattr(check_options, n, None) + + names = ["build_options", "global_options", "install_options"] + if any(map(getname, names)): + control = options.format_control + control.disallow_binaries() + logger.warning( + "Disabling all use of wheels due to the use of --build-option " + "/ --global-option / --install-option.", + ) + + +def check_dist_restriction(options: Values, check_target: bool = False) -> None: + """Function for determining if custom platform options are allowed. + + :param options: The OptionParser options. + :param check_target: Whether or not to check if --target is being used. + """ + dist_restriction_set = any( + [ + options.python_version, + options.platforms, + options.abis, + options.implementation, + ] + ) + + binary_only = FormatControl(set(), {":all:"}) + sdist_dependencies_allowed = ( + options.format_control != binary_only and not options.ignore_dependencies + ) + + # Installations or downloads using dist restrictions must not combine + # source distributions and dist-specific wheels, as they are not + # guaranteed to be locally compatible. + if dist_restriction_set and sdist_dependencies_allowed: + raise CommandError( + "When restricting platform and interpreter constraints using " + "--python-version, --platform, --abi, or --implementation, " + "either --no-deps must be set, or --only-binary=:all: must be " + "set and --no-binary must not be set (or must be set to " + ":none:)." + ) + + if check_target: + if dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +verbose: Callable[..., Option] = partial( + Option, + "-v", + "--verbose", + dest="verbose", + action="count", + default=0, + help="Give more output. Option is additive, and can be used up to 3 times.", +) + +no_color: Callable[..., Option] = partial( + Option, + "--no-color", + dest="no_color", + action="store_true", + default=False, + help="Suppress colored output.", +) + +version: Callable[..., Option] = partial( + Option, + "-V", + "--version", + dest="version", + action="store_true", + help="Show version and exit.", +) + +quiet: Callable[..., Option] = partial( + Option, + "-q", + "--quiet", + dest="quiet", + action="count", + default=0, + help=( + "Give less output. Option is additive, and can be used up to 3" + " times (corresponding to WARNING, ERROR, and CRITICAL logging" + " levels)." + ), +) + +progress_bar: Callable[..., Option] = partial( + Option, + "--progress-bar", + dest="progress_bar", + type="choice", + choices=list(BAR_TYPES.keys()), + default="on", + help=( + "Specify type of progress to be displayed [" + + "|".join(BAR_TYPES.keys()) + + "] (default: %default)" + ), +) + +log: Callable[..., Option] = partial( + PipOption, + "--log", + "--log-file", + "--local-log", + dest="log", + metavar="path", + type="path", + help="Path to a verbose appending log.", +) + +no_input: Callable[..., Option] = partial( + Option, + # Don't ask for input + "--no-input", + dest="no_input", + action="store_true", + default=False, + help="Disable prompting for input.", +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form [user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum number of retries each connection should attempt " + "(default %default times).", +) + +timeout: Callable[..., Option] = partial( + Option, + "--timeout", + "--default-timeout", + metavar="sec", + dest="timeout", + type="float", + default=15, + help="Set the socket timeout (default %default seconds).", +) + + +def exists_action() -> Option: + return Option( + # Option when path already exist + "--exists-action", + dest="exists_action", + type="choice", + choices=["s", "i", "w", "b", "a"], + default=[], + action="append", + metavar="action", + help="Default action when a path already exists: " + "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", + ) + + +cert: Callable[..., Option] = partial( + PipOption, + "--cert", + dest="cert", + type="path", + metavar="path", + help=( + "Path to PEM-encoded CA certificate bundle. " + "If provided, overrides the default. " + "See 'SSL Certificate Verification' in pip documentation " + "for more information." + ), +) + +client_cert: Callable[..., Option] = partial( + PipOption, + "--client-cert", + dest="client_cert", + type="path", + default=None, + metavar="path", + help="Path to SSL client certificate, a single file containing the " + "private key and the certificate in PEM format.", +) + +index_url: Callable[..., Option] = partial( + Option, + "-i", + "--index-url", + "--pypi-url", + dest="index_url", + metavar="URL", + default=PyPI.simple_url, + help="Base URL of the Python Package Index (default %default). " + "This should point to a repository compliant with PEP 503 " + "(the simple repository API) or a local directory laid out " + "in the same format.", +) + + +def extra_index_url() -> Option: + return Option( + "--extra-index-url", + dest="extra_index_urls", + metavar="URL", + action="append", + default=[], + help="Extra URLs of package indexes to use in addition to " + "--index-url. Should follow the same rules as " + "--index-url.", + ) + + +no_index: Callable[..., Option] = partial( + Option, + "--no-index", + dest="no_index", + action="store_true", + default=False, + help="Ignore package index (only looking at --find-links URLs instead).", +) + + +def find_links() -> Option: + return Option( + "-f", + "--find-links", + dest="find_links", + action="append", + default=[], + metavar="url", + help="If a URL or path to an html file, then parse for links to " + "archives such as sdist (.tar.gz) or wheel (.whl) files. " + "If a local path or file:// URL that's a directory, " + "then look for archives in the directory listing. " + "Links to VCS project URLs are not supported.", + ) + + +def trusted_host() -> Option: + return Option( + "--trusted-host", + dest="trusted_hosts", + action="append", + metavar="HOSTNAME", + default=[], + help="Mark this host or host:port pair as trusted, even though it " + "does not have valid or any HTTPS.", + ) + + +def constraints() -> Option: + return Option( + "-c", + "--constraint", + dest="constraints", + action="append", + default=[], + metavar="file", + help="Constrain versions using the given constraints file. " + "This option can be used multiple times.", + ) + + +def requirements() -> Option: + return Option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help="Install from the given requirements file. " + "This option can be used multiple times.", + ) + + +def editable() -> Option: + return Option( + "-e", + "--editable", + dest="editables", + action="append", + default=[], + metavar="path/url", + help=( + "Install a project in editable mode (i.e. setuptools " + '"develop mode") from a local project path or a VCS url.' + ), + ) + + +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: + value = os.path.abspath(value) + setattr(parser.values, option.dest, value) + + +src: Callable[..., Option] = partial( + PipOption, + "--src", + "--source", + "--source-dir", + "--source-directory", + dest="src_dir", + type="path", + metavar="dir", + default=get_src_prefix(), + action="callback", + callback=_handle_src, + help="Directory to check out editable projects into. " + 'The default in a virtualenv is "/src". ' + 'The default for global installs is "/src".', +) + + +def _get_format_control(values: Values, option: Option) -> Any: + """Get a format_control object.""" + return getattr(values, option.dest) + + +def _handle_no_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.no_binary, + existing.only_binary, + ) + + +def _handle_only_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.only_binary, + existing.no_binary, + ) + + +def no_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--no-binary", + dest="format_control", + action="callback", + callback=_handle_no_binary, + type="str", + default=format_control, + help="Do not use binary packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all binary packages, ":none:" to empty the set (notice ' + "the colons), or one or more package names with commas between " + "them (no colons). Note that some packages are tricky to compile " + "and may fail to install when this option is used on them.", + ) + + +def only_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--only-binary", + dest="format_control", + action="callback", + callback=_handle_only_binary, + type="str", + default=format_control, + help="Do not use source packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all source packages, ":none:" to empty the set, or one ' + "or more package names with commas between them. Packages " + "without binary distributions will fail to install when this " + "option is used on them.", + ) + + +platforms: Callable[..., Option] = partial( + Option, + "--platform", + dest="platforms", + metavar="platform", + action="append", + default=None, + help=( + "Only use wheels compatible with . Defaults to the " + "platform of the running system. Use this option multiple times to " + "specify multiple platforms supported by the target interpreter." + ), +) + + +# This was made a separate function for unit-testing purposes. +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: + """ + Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. + + :return: A 2-tuple (version_info, error_msg), where `error_msg` is + non-None if and only if there was a parsing error. + """ + if not value: + # The empty string is the same as not providing a value. + return (None, None) + + parts = value.split(".") + if len(parts) > 3: + return ((), "at most three version parts are allowed") + + if len(parts) == 1: + # Then we are in the case of "3" or "37". + value = parts[0] + if len(value) > 1: + parts = [value[0], value[1:]] + + try: + version_info = tuple(int(part) for part in parts) + except ValueError: + return ((), "each version part must be an integer") + + return (version_info, None) + + +def _handle_python_version( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """ + Handle a provided --python-version value. + """ + version_info, error_msg = _convert_python_version(value) + if error_msg is not None: + msg = "invalid --python-version value: {!r}: {}".format( + value, + error_msg, + ) + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help="Prefer older binary packages over newer source packages.", + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + + +def _handle_no_use_pep517( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-use-pep517 option. + + This is an optparse.Option callback for the no_use_pep517 option. + """ + # Since --no-use-pep517 doesn't accept arguments, the value argument + # will be None if --no-use-pep517 is passed via the command-line. + # However, the value can be non-None if the option is triggered e.g. + # by an environment variable, for example "PIP_NO_USE_PEP517=true". + if value is not None: + msg = """A value was passed for --no-use-pep517, + probably using either the PIP_NO_USE_PEP517 environment variable + or the "no-use-pep517" config file option. Use an appropriate value + of the PIP_USE_PEP517 environment variable or the "use-pep517" + config file option instead. + """ + raise_option_error(parser, option=option, msg=msg) + + # Otherwise, --no-use-pep517 was passed via the command-line. + parser.values.use_pep517 = False + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=None, + help="Use PEP 517 for building source distributions " + "(use --no-use-pep517 to force legacy behaviour).", +) + +no_use_pep517: Any = partial( + Option, + "--no-use-pep517", + dest="use_pep517", + action="callback", + callback=_handle_no_use_pep517, + default=None, + help=SUPPRESS_HELP, +) + +install_options: Callable[..., Option] = partial( + Option, + "--install-option", + dest="install_options", + action="append", + metavar="options", + help="Extra arguments to be supplied to the setup.py install " + 'command (use like --install-option="--install-scripts=/usr/local/' + 'bin"). Use multiple --install-option options to pass multiple ' + "options to setup.py install. If you are using an option with a " + "directory path, be sure to use absolute path.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=True, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + "Arguments to {} must be a hash name " # noqa + "followed by a value, like --hash=sha256:" + "abcde...".format(opt_str) + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( # noqa + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=["2020-resolver", "fast-deps", "in-tree-build"], + help="Enable new functionality, that may be backward incompatible.", +) + +use_deprecated_feature: Callable[..., Option] = partial( + Option, + "--use-deprecated", + dest="deprecated_features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "legacy-resolver", + "out-of-tree-build", + "backtrack-on-build-failures", + "html5lib", + ], + help=("Enable deprecated functionality, that will be removed in the future."), +) + + +########## +# groups # +########## + +general_group: Dict[str, Any] = { + "name": "General Options", + "options": [ + help_, + debug_mode, + isolated_mode, + require_virtualenv, + verbose, + version, + quiet, + log, + no_input, + proxy, + retries, + timeout, + exists_action, + trusted_host, + cert, + client_cert, + cache_dir, + no_cache, + disable_pip_version_check, + no_color, + no_python_version_warning, + use_new_feature, + use_deprecated_feature, + ], +} + +index_group: Dict[str, Any] = { + "name": "Package Index Options", + "options": [ + index_url, + extra_index_url, + no_index, + find_links, + ], +} diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000..ed68322 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py @@ -0,0 +1,27 @@ +from contextlib import ExitStack, contextmanager +from typing import ContextManager, Iterator, TypeVar + +_T = TypeVar("_T", covariant=True) + + +class CommandContextMixIn: + def __init__(self) -> None: + super().__init__() + self._in_main_context = False + self._main_context = ExitStack() + + @contextmanager + def main_context(self) -> Iterator[None]: + assert not self._in_main_context + + self._in_main_context = True + try: + with self._main_context: + yield + finally: + self._in_main_context = False + + def enter_context(self, context_provider: ContextManager[_T]) -> _T: + assert self._in_main_context + + return self._main_context.enter_context(context_provider) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000..0e31221 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,70 @@ +"""Primary application entrypoint. +""" +import locale +import logging +import os +import sys +from typing import List, Optional + +from pip._internal.cli.autocompletion import autocomplete +from pip._internal.cli.main_parser import parse_command +from pip._internal.commands import create_command +from pip._internal.exceptions import PipError +from pip._internal.utils import deprecation + +logger = logging.getLogger(__name__) + + +# Do not import and use main() directly! Using it directly is actively +# discouraged by pip's maintainers. The name, location and behavior of +# this function is subject to change, so calling it directly is not +# portable across different pip versions. + +# In addition, running pip in-process is unsupported and unsafe. This is +# elaborated in detail at +# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program. +# That document also provides suggestions that should work for nearly +# all users that are considering importing and using main() directly. + +# However, we know that certain users will still want to invoke pip +# in-process. If you understand and accept the implications of using pip +# in an unsupported manner, the best approach is to use runpy to avoid +# depending on the exact location of this entry point. + +# The following example shows how to use runpy to invoke pip in that +# case: +# +# sys.argv = ["pip", your, args, here] +# runpy.run_module("pip", run_name="__main__") +# +# Note that this will exit the process after running, unlike a direct +# call to main. As it is not safe to do any processing after calling +# main, this should not be an issue in practice. + + +def main(args: Optional[List[str]] = None) -> int: + if args is None: + args = sys.argv[1:] + + # Configure our deprecation warnings to be sent through loggers + deprecation.install_warning_logger() + + autocomplete() + + try: + cmd_name, cmd_args = parse_command(args) + except PipError as exc: + sys.stderr.write(f"ERROR: {exc}") + sys.stderr.write(os.linesep) + sys.exit(1) + + # Needed for locale.getpreferredencoding(False) to work + # in pip._internal.utils.encoding.auto_decode + try: + locale.setlocale(locale.LC_ALL, "") + except locale.Error as e: + # setlocale can apparently crash if locale are uninitialized + logger.debug("Ignoring error %s when setting locale", e) + command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) + + return command.main(cmd_args) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000..3666ab0 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py @@ -0,0 +1,87 @@ +"""A single place for constructing and exposing the main parser +""" + +import os +import sys +from typing import List, Tuple + +from pip._internal.cli import cmdoptions +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.commands import commands_dict, get_similar_commands +from pip._internal.exceptions import CommandError +from pip._internal.utils.misc import get_pip_version, get_prog + +__all__ = ["create_main_parser", "parse_command"] + + +def create_main_parser() -> ConfigOptionParser: + """Creates and returns the main parser for pip's CLI""" + + parser = ConfigOptionParser( + usage="\n%prog [options]", + add_help_option=False, + formatter=UpdatingDefaultsHelpFormatter(), + name="global", + prog=get_prog(), + ) + parser.disable_interspersed_args() + + parser.version = get_pip_version() + + # add the general options + gen_opts = cmdoptions.make_option_group(cmdoptions.general_group, parser) + parser.add_option_group(gen_opts) + + # so the help formatter knows + parser.main = True # type: ignore + + # create command listing for description + description = [""] + [ + f"{name:27} {command_info.summary}" + for name, command_info in commands_dict.items() + ] + parser.description = "\n".join(description) + + return parser + + +def parse_command(args: List[str]) -> Tuple[str, List[str]]: + parser = create_main_parser() + + # Note: parser calls disable_interspersed_args(), so the result of this + # call is to split the initial args into the general options before the + # subcommand and everything else. + # For example: + # args: ['--timeout=5', 'install', '--user', 'INITools'] + # general_options: ['--timeout==5'] + # args_else: ['install', '--user', 'INITools'] + general_options, args_else = parser.parse_args(args) + + # --version + if general_options.version: + sys.stdout.write(parser.version) + sys.stdout.write(os.linesep) + sys.exit() + + # pip || pip help -> print_help() + if not args_else or (args_else[0] == "help" and len(args_else) == 1): + parser.print_help() + sys.exit() + + # the subcommand name + cmd_name = args_else[0] + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + # all the args without the subcommand + cmd_args = args[:] + cmd_args.remove(cmd_name) + + return cmd_name, cmd_args diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000..a1c99a8 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py @@ -0,0 +1,292 @@ +"""Base option parser setup""" + +import logging +import optparse +import shutil +import sys +import textwrap +from contextlib import suppress +from typing import Any, Dict, Iterator, List, Tuple + +from pip._internal.cli.status_codes import UNKNOWN_ERROR +from pip._internal.configuration import Configuration, ConfigurationError +from pip._internal.utils.misc import redact_auth_from_url, strtobool + +logger = logging.getLogger(__name__) + + +class PrettyHelpFormatter(optparse.IndentedHelpFormatter): + """A prettier/less verbose help formatter for optparse.""" + + def __init__(self, *args: Any, **kwargs: Any) -> None: + # help position must be aligned with __init__.parseopts.description + kwargs["max_help_position"] = 30 + kwargs["indent_increment"] = 1 + kwargs["width"] = shutil.get_terminal_size()[0] - 2 + super().__init__(*args, **kwargs) + + def format_option_strings(self, option: optparse.Option) -> str: + return self._format_option_strings(option) + + def _format_option_strings( + self, option: optparse.Option, mvarfmt: str = " <{}>", optsep: str = ", " + ) -> str: + """ + Return a comma-separated list of option strings and metavars. + + :param option: tuple of (short opt, long opt), e.g: ('-f', '--format') + :param mvarfmt: metavar format string + :param optsep: separator + """ + opts = [] + + if option._short_opts: + opts.append(option._short_opts[0]) + if option._long_opts: + opts.append(option._long_opts[0]) + if len(opts) > 1: + opts.insert(1, optsep) + + if option.takes_value(): + assert option.dest is not None + metavar = option.metavar or option.dest.lower() + opts.append(mvarfmt.format(metavar.lower())) + + return "".join(opts) + + def format_heading(self, heading: str) -> str: + if heading == "Options": + return "" + return heading + ":\n" + + def format_usage(self, usage: str) -> str: + """ + Ensure there is only one newline between usage and the first heading + if there is no description. + """ + msg = "\nUsage: {}\n".format(self.indent_lines(textwrap.dedent(usage), " ")) + return msg + + def format_description(self, description: str) -> str: + # leave full control over description to us + if description: + if hasattr(self.parser, "main"): + label = "Commands" + else: + label = "Description" + # some doc strings have initial newlines, some don't + description = description.lstrip("\n") + # some doc strings have final newlines and spaces, some don't + description = description.rstrip() + # dedent, then reindent + description = self.indent_lines(textwrap.dedent(description), " ") + description = f"{label}:\n{description}\n" + return description + else: + return "" + + def format_epilog(self, epilog: str) -> str: + # leave full control over epilog to us + if epilog: + return epilog + else: + return "" + + def indent_lines(self, text: str, indent: str) -> str: + new_lines = [indent + line for line in text.split("\n")] + return "\n".join(new_lines) + + +class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter): + """Custom help formatter for use in ConfigOptionParser. + + This is updates the defaults before expanding them, allowing + them to show up correctly in the help listing. + + Also redact auth from url type options + """ + + def expand_default(self, option: optparse.Option) -> str: + default_values = None + if self.parser is not None: + assert isinstance(self.parser, ConfigOptionParser) + self.parser._update_defaults(self.parser.defaults) + assert option.dest is not None + default_values = self.parser.defaults.get(option.dest) + help_text = super().expand_default(option) + + if default_values and option.metavar == "URL": + if isinstance(default_values, str): + default_values = [default_values] + + # If its not a list, we should abort and just return the help text + if not isinstance(default_values, list): + default_values = [] + + for val in default_values: + help_text = help_text.replace(val, redact_auth_from_url(val)) + + return help_text + + +class CustomOptionParser(optparse.OptionParser): + def insert_option_group( + self, idx: int, *args: Any, **kwargs: Any + ) -> optparse.OptionGroup: + """Insert an OptionGroup at a given position.""" + group = self.add_option_group(*args, **kwargs) + + self.option_groups.pop() + self.option_groups.insert(idx, group) + + return group + + @property + def option_list_all(self) -> List[optparse.Option]: + """Get a list of all options, including those in option groups.""" + res = self.option_list[:] + for i in self.option_groups: + res.extend(i.option_list) + + return res + + +class ConfigOptionParser(CustomOptionParser): + """Custom option parser which updates its defaults by checking the + configuration files and environmental variables""" + + def __init__( + self, + *args: Any, + name: str, + isolated: bool = False, + **kwargs: Any, + ) -> None: + self.name = name + self.config = Configuration(isolated) + + assert self.name + super().__init__(*args, **kwargs) + + def check_default(self, option: optparse.Option, key: str, val: Any) -> Any: + try: + return option.check_value(key, val) + except optparse.OptionValueError as exc: + print(f"An error occurred during configuration: {exc}") + sys.exit(3) + + def _get_ordered_configuration_items(self) -> Iterator[Tuple[str, Any]]: + # Configuration gives keys in an unordered manner. Order them. + override_order = ["global", self.name, ":env:"] + + # Pool the options into different groups + section_items: Dict[str, List[Tuple[str, Any]]] = { + name: [] for name in override_order + } + for section_key, val in self.config.items(): + # ignore empty values + if not val: + logger.debug( + "Ignoring configuration key '%s' as it's value is empty.", + section_key, + ) + continue + + section, key = section_key.split(".", 1) + if section in override_order: + section_items[section].append((key, val)) + + # Yield each group in their override order + for section in override_order: + for key, val in section_items[section]: + yield key, val + + def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]: + """Updates the given defaults with values from the config files and + the environ. Does a little special handling for certain types of + options (lists).""" + + # Accumulate complex default state. + self.values = optparse.Values(self.defaults) + late_eval = set() + # Then set the options with those values + for key, val in self._get_ordered_configuration_items(): + # '--' because configuration supports only long names + option = self.get_option("--" + key) + + # Ignore options not present in this parser. E.g. non-globals put + # in [global] by users that want them to apply to all applicable + # commands. + if option is None: + continue + + assert option.dest is not None + + if option.action in ("store_true", "store_false"): + try: + val = strtobool(val) + except ValueError: + self.error( + "{} is not a valid value for {} option, " # noqa + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead.".format(val, key) + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + "{} is not a valid value for {} option, " # noqa + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0.".format(val, key) + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> None: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 0000000..ffa1964 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,321 @@ +import functools +import itertools +import sys +from signal import SIGINT, default_int_handler, signal +from typing import Any, Callable, Iterator, Optional, Tuple + +from pip._vendor.progress.bar import Bar, FillingCirclesBar, IncrementalBar +from pip._vendor.progress.spinner import Spinner +from pip._vendor.rich.progress import ( + BarColumn, + DownloadColumn, + FileSizeColumn, + Progress, + ProgressColumn, + SpinnerColumn, + TextColumn, + TimeElapsedColumn, + TimeRemainingColumn, + TransferSpeedColumn, +) + +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import get_indentation +from pip._internal.utils.misc import format_size + +try: + from pip._vendor import colorama +# Lots of different errors can come from this, including SystemError and +# ImportError. +except Exception: + colorama = None + +DownloadProgressRenderer = Callable[[Iterator[bytes]], Iterator[bytes]] + + +def _select_progress_class(preferred: Bar, fallback: Bar) -> Bar: + encoding = getattr(preferred.file, "encoding", None) + + # If we don't know what encoding this file is in, then we'll just assume + # that it doesn't support unicode and use the ASCII bar. + if not encoding: + return fallback + + # Collect all of the possible characters we want to use with the preferred + # bar. + characters = [ + getattr(preferred, "empty_fill", ""), + getattr(preferred, "fill", ""), + ] + characters += list(getattr(preferred, "phases", [])) + + # Try to decode the characters we're using for the bar using the encoding + # of the given file, if this works then we'll assume that we can use the + # fancier bar and if not we'll fall back to the plaintext bar. + try: + "".join(characters).encode(encoding) + except UnicodeEncodeError: + return fallback + else: + return preferred + + +_BaseBar: Any = _select_progress_class(IncrementalBar, Bar) + + +class InterruptibleMixin: + """ + Helper to ensure that self.finish() gets called on keyboard interrupt. + + This allows downloads to be interrupted without leaving temporary state + (like hidden cursors) behind. + + This class is similar to the progress library's existing SigIntMixin + helper, but as of version 1.2, that helper has the following problems: + + 1. It calls sys.exit(). + 2. It discards the existing SIGINT handler completely. + 3. It leaves its own handler in place even after an uninterrupted finish, + which will have unexpected delayed effects if the user triggers an + unrelated keyboard interrupt some time after a progress-displaying + download has already completed, for example. + """ + + def __init__(self, *args: Any, **kwargs: Any) -> None: + """ + Save the original SIGINT handler for later. + """ + # https://github.com/python/mypy/issues/5887 + super().__init__(*args, **kwargs) # type: ignore + + self.original_handler = signal(SIGINT, self.handle_sigint) + + # If signal() returns None, the previous handler was not installed from + # Python, and we cannot restore it. This probably should not happen, + # but if it does, we must restore something sensible instead, at least. + # The least bad option should be Python's default SIGINT handler, which + # just raises KeyboardInterrupt. + if self.original_handler is None: + self.original_handler = default_int_handler + + def finish(self) -> None: + """ + Restore the original SIGINT handler after finishing. + + This should happen regardless of whether the progress display finishes + normally, or gets interrupted. + """ + super().finish() # type: ignore + signal(SIGINT, self.original_handler) + + def handle_sigint(self, signum, frame): # type: ignore + """ + Call self.finish() before delegating to the original SIGINT handler. + + This handler should only be in place while the progress display is + active. + """ + self.finish() + self.original_handler(signum, frame) + + +class SilentBar(Bar): + def update(self) -> None: + pass + + +class BlueEmojiBar(IncrementalBar): + + suffix = "%(percent)d%%" + bar_prefix = " " + bar_suffix = " " + phases = ("\U0001F539", "\U0001F537", "\U0001F535") + + +class DownloadProgressMixin: + def __init__(self, *args: Any, **kwargs: Any) -> None: + # https://github.com/python/mypy/issues/5887 + super().__init__(*args, **kwargs) # type: ignore + self.message: str = (" " * (get_indentation() + 2)) + self.message + + @property + def downloaded(self) -> str: + return format_size(self.index) # type: ignore + + @property + def download_speed(self) -> str: + # Avoid zero division errors... + if self.avg == 0.0: # type: ignore + return "..." + return format_size(1 / self.avg) + "/s" # type: ignore + + @property + def pretty_eta(self) -> str: + if self.eta: # type: ignore + return f"eta {self.eta_td}" # type: ignore + return "" + + def iter(self, it): # type: ignore + for x in it: + yield x + # B305 is incorrectly raised here + # https://github.com/PyCQA/flake8-bugbear/issues/59 + self.next(len(x)) # noqa: B305 + self.finish() + + +class WindowsMixin: + def __init__(self, *args: Any, **kwargs: Any) -> None: + # The Windows terminal does not support the hide/show cursor ANSI codes + # even with colorama. So we'll ensure that hide_cursor is False on + # Windows. + # This call needs to go before the super() call, so that hide_cursor + # is set in time. The base progress bar class writes the "hide cursor" + # code to the terminal in its init, so if we don't set this soon + # enough, we get a "hide" with no corresponding "show"... + if WINDOWS and self.hide_cursor: # type: ignore + self.hide_cursor = False + + # https://github.com/python/mypy/issues/5887 + super().__init__(*args, **kwargs) # type: ignore + + # Check if we are running on Windows and we have the colorama module, + # if we do then wrap our file with it. + if WINDOWS and colorama: + self.file = colorama.AnsiToWin32(self.file) # type: ignore + # The progress code expects to be able to call self.file.isatty() + # but the colorama.AnsiToWin32() object doesn't have that, so we'll + # add it. + self.file.isatty = lambda: self.file.wrapped.isatty() + # The progress code expects to be able to call self.file.flush() + # but the colorama.AnsiToWin32() object doesn't have that, so we'll + # add it. + self.file.flush = lambda: self.file.wrapped.flush() + + +class BaseDownloadProgressBar(WindowsMixin, InterruptibleMixin, DownloadProgressMixin): + + file = sys.stdout + message = "%(percent)d%%" + suffix = "%(downloaded)s %(download_speed)s %(pretty_eta)s" + + +class DefaultDownloadProgressBar(BaseDownloadProgressBar, _BaseBar): + pass + + +class DownloadSilentBar(BaseDownloadProgressBar, SilentBar): + pass + + +class DownloadBar(BaseDownloadProgressBar, Bar): + pass + + +class DownloadFillingCirclesBar(BaseDownloadProgressBar, FillingCirclesBar): + pass + + +class DownloadBlueEmojiProgressBar(BaseDownloadProgressBar, BlueEmojiBar): + pass + + +class DownloadProgressSpinner( + WindowsMixin, InterruptibleMixin, DownloadProgressMixin, Spinner +): + + file = sys.stdout + suffix = "%(downloaded)s %(download_speed)s" + + def next_phase(self) -> str: + if not hasattr(self, "_phaser"): + self._phaser = itertools.cycle(self.phases) + return next(self._phaser) + + def update(self) -> None: + message = self.message % self + phase = self.next_phase() + suffix = self.suffix % self + line = "".join( + [ + message, + " " if message else "", + phase, + " " if suffix else "", + suffix, + ] + ) + + self.writeln(line) + + +BAR_TYPES = { + "off": (DownloadSilentBar, DownloadSilentBar), + "on": (DefaultDownloadProgressBar, DownloadProgressSpinner), + "ascii": (DownloadBar, DownloadProgressSpinner), + "pretty": (DownloadFillingCirclesBar, DownloadProgressSpinner), + "emoji": (DownloadBlueEmojiProgressBar, DownloadProgressSpinner), +} + + +def _legacy_progress_bar( + progress_bar: str, max: Optional[int] +) -> DownloadProgressRenderer: + if max is None or max == 0: + return BAR_TYPES[progress_bar][1]().iter # type: ignore + else: + return BAR_TYPES[progress_bar][0](max=max).iter + + +# +# Modern replacement, for our legacy progress bars. +# +def _rich_progress_bar( + iterable: Iterator[bytes], + *, + bar_type: str, + size: int, +) -> Iterator[bytes]: + assert bar_type == "on", "This should only be used in the default mode." + + if not size: + total = float("inf") + columns: Tuple[ProgressColumn, ...] = ( + TextColumn("[progress.description]{task.description}"), + SpinnerColumn("line", speed=1.5), + FileSizeColumn(), + TransferSpeedColumn(), + TimeElapsedColumn(), + ) + else: + total = size + columns = ( + TextColumn("[progress.description]{task.description}"), + BarColumn(), + DownloadColumn(), + TransferSpeedColumn(), + TextColumn("eta"), + TimeRemainingColumn(), + ) + + progress = Progress(*columns, refresh_per_second=30) + task_id = progress.add_task(" " * (get_indentation() + 2), total=total) + with progress: + for chunk in iterable: + yield chunk + progress.update(task_id, advance=len(chunk)) + + +def get_download_progress_renderer( + *, bar_type: str, size: Optional[int] = None +) -> DownloadProgressRenderer: + """Get an object that can be used to render the download progress. + + Returns a callable, that takes an iterable to "wrap". + """ + if bar_type == "on": + return functools.partial(_rich_progress_bar, bar_type=bar_type, size=size) + elif bar_type == "off": + return iter # no-op, when passed an iterator + else: + return _legacy_progress_bar(bar_type, size) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 0000000..5d4d1f0 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,506 @@ +"""Contains the Command base classes that depend on PipSession. + +The classes in this module are in a separate module so the commands not +needing download / PackageFinder capability don't unnecessarily import the +PackageFinder machinery and all its vendored dependencies, etc. +""" + +import logging +import os +import sys +from functools import partial +from optparse import Values +from typing import Any, List, Optional, Tuple + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.exceptions import CommandError, PreviousBuildDirError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, + install_req_from_parsed_requirement, + install_req_from_req_string, +) +from pip._internal.req.req_file import parse_requirements +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import RequirementTracker +from pip._internal.resolution.base import BaseResolver +from pip._internal.self_outdated_check import pip_self_version_check +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.temp_dir import ( + TempDirectory, + TempDirectoryTypeRegistry, + tempdir_kinds, +) +from pip._internal.utils.virtualenv import running_under_virtualenv + +logger = logging.getLogger(__name__) + + +class SessionCommandMixin(CommandContextMixIn): + + """ + A class mixin for command classes needing _build_session(). + """ + + def __init__(self) -> None: + super().__init__() + self._session: Optional[PipSession] = None + + @classmethod + def _get_index_urls(cls, options: Values) -> Optional[List[str]]: + """Return a list of index urls from user-provided options.""" + index_urls = [] + if not getattr(options, "no_index", False): + url = getattr(options, "index_url", None) + if url: + index_urls.append(url) + urls = getattr(options, "extra_index_urls", None) + if urls: + index_urls.extend(urls) + # Return None rather than an empty list + return index_urls or None + + def get_default_session(self, options: Values) -> PipSession: + """Get a default-managed session.""" + if self._session is None: + self._session = self.enter_context(self._build_session(options)) + # there's no type annotation on requests.Session, so it's + # automatically ContextManager[Any] and self._session becomes Any, + # then https://github.com/python/mypy/issues/7696 kicks in + assert self._session is not None + return self._session + + def _build_session( + self, + options: Values, + retries: Optional[int] = None, + timeout: Optional[int] = None, + ) -> PipSession: + assert not options.cache_dir or os.path.isabs(options.cache_dir) + session = PipSession( + cache=( + os.path.join(options.cache_dir, "http") if options.cache_dir else None + ), + retries=retries if retries is not None else options.retries, + trusted_hosts=options.trusted_hosts, + index_urls=self._get_index_urls(options), + ) + + # Handle custom ca-bundles from the user + if options.cert: + session.verify = options.cert + + # Handle SSL client certificate + if options.client_cert: + session.cert = options.client_cert + + # Handle timeouts + if options.timeout or timeout: + session.timeout = timeout if timeout is not None else options.timeout + + # Handle configured proxies + if options.proxy: + session.proxies = { + "http": options.proxy, + "https": options.proxy, + } + + # Determine if we can prompt the user for authentication or not + session.auth.prompting = not options.no_input + + return session + + +class IndexGroupCommand(Command, SessionCommandMixin): + + """ + Abstract base class for commands with the index_group options. + + This also corresponds to the commands that permit the pip version check. + """ + + def handle_pip_version_check(self, options: Values) -> None: + """ + Do the pip version check if not disabled. + + This overrides the default behavior of not doing the check. + """ + # Make sure the index_group options are present. + assert hasattr(options, "no_index") + + if options.disable_pip_version_check or options.no_index: + return + + # Otherwise, check if we're using the latest version of pip available. + session = self._build_session( + options, retries=0, timeout=min(5, options.timeout) + ) + with session: + pip_self_version_check(session, options) + + +KEEPABLE_TEMPDIR_TYPES = [ + tempdir_kinds.BUILD_ENV, + tempdir_kinds.EPHEM_WHEEL_CACHE, + tempdir_kinds.REQ_BUILD, +] + + +def warn_if_run_as_root() -> None: + """Output a warning for sudo users on Unix. + + In a virtual environment, sudo pip still writes to virtualenv. + On Windows, users may run pip as Administrator without issues. + This warning only applies to Unix root users outside of virtualenv. + """ + if running_under_virtualenv(): + return + if not hasattr(os, "getuid"): + return + # On Windows, there are no "system managed" Python packages. Installing as + # Administrator via pip is the correct way of updating system environments. + # + # We choose sys.platform over utils.compat.WINDOWS here to enable Mypy platform + # checks: https://mypy.readthedocs.io/en/stable/common_issues.html + if sys.platform == "win32" or sys.platform == "cygwin": + return + + if os.getuid() != 0: + return + + logger.warning( + "Running pip as the 'root' user can result in broken permissions and " + "conflicting behaviour with the system package manager. " + "It is recommended to use a virtual environment instead: " + "https://pip.pypa.io/warnings/venv" + ) + + +def with_cleanup(func: Any) -> Any: + """Decorator for common logic related to managing temporary + directories. + """ + + def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None: + for t in KEEPABLE_TEMPDIR_TYPES: + registry.set_delete(t, False) + + def wrapper( + self: RequirementCommand, options: Values, args: List[Any] + ) -> Optional[int]: + assert self.tempdir_registry is not None + if options.no_clean: + configure_tempdir_registry(self.tempdir_registry) + + try: + return func(self, options, args) + except PreviousBuildDirError: + # This kind of conflict can occur when the user passes an explicit + # build directory with a pre-existing folder. In that case we do + # not want to accidentally remove it. + configure_tempdir_registry(self.tempdir_registry) + raise + + return wrapper + + +class RequirementCommand(IndexGroupCommand): + def __init__(self, *args: Any, **kw: Any) -> None: + super().__init__(*args, **kw) + + self.cmd_opts.add_option(cmdoptions.no_clean()) + + @staticmethod + def determine_resolver_variant(options: Values) -> str: + """Determines which resolver should be used, based on the given options.""" + if "legacy-resolver" in options.deprecated_features_enabled: + return "legacy" + + return "2020-resolver" + + @staticmethod + def determine_build_failure_suppression(options: Values) -> bool: + """Determines whether build failures should be suppressed and backtracked on.""" + if "backtrack-on-build-failures" not in options.deprecated_features_enabled: + return False + + if "legacy-resolver" in options.deprecated_features_enabled: + raise CommandError("Cannot backtrack with legacy resolver.") + + deprecated( + reason=( + "Backtracking on build failures can mask issues related to how " + "a package generates metadata or builds a wheel. This flag will " + "be removed in pip 22.2." + ), + gone_in=None, + replacement=( + "avoiding known-bad versions by explicitly telling pip to ignore them " + "(either directly as requirements, or via a constraints file)" + ), + feature_flag=None, + issue=10655, + ) + return True + + @classmethod + def make_requirement_preparer( + cls, + temp_build_dir: TempDirectory, + options: Values, + req_tracker: RequirementTracker, + session: PipSession, + finder: PackageFinder, + use_user_site: bool, + download_dir: Optional[str] = None, + verbosity: int = 0, + ) -> RequirementPreparer: + """ + Create a RequirementPreparer instance for the given parameters. + """ + temp_build_dir_path = temp_build_dir.path + assert temp_build_dir_path is not None + + resolver_variant = cls.determine_resolver_variant(options) + if resolver_variant == "2020-resolver": + lazy_wheel = "fast-deps" in options.features_enabled + if lazy_wheel: + logger.warning( + "pip is using lazily downloaded wheels using HTTP " + "range requests to obtain dependency information. " + "This experimental feature is enabled through " + "--use-feature=fast-deps and it is not ready for " + "production." + ) + else: + lazy_wheel = False + if "fast-deps" in options.features_enabled: + logger.warning( + "fast-deps has no effect when used with the legacy resolver." + ) + + in_tree_build = "out-of-tree-build" not in options.deprecated_features_enabled + if "in-tree-build" in options.features_enabled: + deprecated( + reason="In-tree builds are now the default.", + replacement="to remove the --use-feature=in-tree-build flag", + gone_in="22.1", + ) + if "out-of-tree-build" in options.deprecated_features_enabled: + deprecated( + reason="Out-of-tree builds are deprecated.", + replacement=None, + gone_in="22.1", + ) + + if options.progress_bar not in {"on", "off"}: + deprecated( + reason="Custom progress bar styles are deprecated", + replacement="to use the default progress bar style.", + gone_in="22.1", + ) + + return RequirementPreparer( + build_dir=temp_build_dir_path, + src_dir=options.src_dir, + download_dir=download_dir, + build_isolation=options.build_isolation, + req_tracker=req_tracker, + session=session, + progress_bar=options.progress_bar, + finder=finder, + require_hashes=options.require_hashes, + use_user_site=use_user_site, + lazy_wheel=lazy_wheel, + verbosity=verbosity, + in_tree_build=in_tree_build, + ) + + @classmethod + def make_resolver( + cls, + preparer: RequirementPreparer, + finder: PackageFinder, + options: Values, + wheel_cache: Optional[WheelCache] = None, + use_user_site: bool = False, + ignore_installed: bool = True, + ignore_requires_python: bool = False, + force_reinstall: bool = False, + upgrade_strategy: str = "to-satisfy-only", + use_pep517: Optional[bool] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> BaseResolver: + """ + Create a Resolver instance for the given parameters. + """ + make_install_req = partial( + install_req_from_req_string, + isolated=options.isolated_mode, + use_pep517=use_pep517, + ) + suppress_build_failures = cls.determine_build_failure_suppression(options) + resolver_variant = cls.determine_resolver_variant(options) + # The long import name and duplicated invocation is needed to convince + # Mypy into correctly typechecking. Otherwise it would complain the + # "Resolver" class being redefined. + if resolver_variant == "2020-resolver": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + suppress_build_failures=suppress_build_failures, + ) + import pip._internal.resolution.legacy.resolver + + return pip._internal.resolution.legacy.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + + def get_requirements( + self, + args: List[str], + options: Values, + finder: PackageFinder, + session: PipSession, + ) -> List[InstallRequirement]: + """ + Parse command-line arguments into the corresponding requirements. + """ + requirements: List[InstallRequirement] = [] + for filename in options.constraints: + for parsed_req in parse_requirements( + filename, + constraint=True, + finder=finder, + options=options, + session=session, + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + user_supplied=False, + ) + requirements.append(req_to_add) + + for req in args: + req_to_add = install_req_from_line( + req, + None, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + ) + requirements.append(req_to_add) + + for req in options.editables: + req_to_add = install_req_from_editable( + req, + user_supplied=True, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + ) + requirements.append(req_to_add) + + # NOTE: options.require_hashes may be set if --require-hashes is True + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, finder=finder, options=options, session=session + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + ) + requirements.append(req_to_add) + + # If any requirement has hash options, enable hash checking. + if any(req.has_hash_options for req in requirements): + options.require_hashes = True + + if not (args or options.editables or options.requirements): + opts = {"name": self.name} + if options.find_links: + raise CommandError( + "You must give at least one requirement to {name} " + '(maybe you meant "pip {name} {links}"?)'.format( + **dict(opts, links=" ".join(options.find_links)) + ) + ) + else: + raise CommandError( + "You must give at least one requirement to {name} " + '(see "pip help {name}")'.format(**opts) + ) + + return requirements + + @staticmethod + def trace_basic_info(finder: PackageFinder) -> None: + """ + Trace basic information about the provided objects. + """ + # Display where finder is looking for packages + search_scope = finder.search_scope + locations = search_scope.get_formatted_locations() + if locations: + logger.info(locations) + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to this requirement command. + + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + link_collector = LinkCollector.create(session, options=options) + selection_prefs = SelectionPreferences( + allow_yanked=True, + format_control=options.format_control, + allow_all_prereleases=options.pre, + prefer_binary=options.prefer_binary, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + use_deprecated_html5lib="html5lib" in options.deprecated_features_enabled, + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000..1e313e1 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py @@ -0,0 +1,157 @@ +import contextlib +import itertools +import logging +import sys +import time +from typing import IO, Iterator + +from pip._vendor.progress import HIDE_CURSOR, SHOW_CURSOR + +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import get_indentation + +logger = logging.getLogger(__name__) + + +class SpinnerInterface: + def spin(self) -> None: + raise NotImplementedError() + + def finish(self, final_status: str) -> None: + raise NotImplementedError() + + +class InteractiveSpinner(SpinnerInterface): + def __init__( + self, + message: str, + file: IO[str] = None, + spin_chars: str = "-\\|/", + # Empirically, 8 updates/second looks nice + min_update_interval_seconds: float = 0.125, + ): + self._message = message + if file is None: + file = sys.stdout + self._file = file + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._finished = False + + self._spin_cycle = itertools.cycle(spin_chars) + + self._file.write(" " * get_indentation() + self._message + " ... ") + self._width = 0 + + def _write(self, status: str) -> None: + assert not self._finished + # Erase what we wrote before by backspacing to the beginning, writing + # spaces to overwrite the old text, and then backspacing again + backup = "\b" * self._width + self._file.write(backup + " " * self._width + backup) + # Now we have a blank slate to add our status + self._file.write(status) + self._width = len(status) + self._file.flush() + self._rate_limiter.reset() + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._write(next(self._spin_cycle)) + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._write(final_status) + self._file.write("\n") + self._file.flush() + self._finished = True + + +# Used for dumb terminals, non-interactive installs (no tty), etc. +# We still print updates occasionally (once every 60 seconds by default) to +# act as a keep-alive for systems like Travis-CI that take lack-of-output as +# an indication that a task has frozen. +class NonInteractiveSpinner(SpinnerInterface): + def __init__(self, message: str, min_update_interval_seconds: float = 60.0) -> None: + self._message = message + self._finished = False + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._update("started") + + def _update(self, status: str) -> None: + assert not self._finished + self._rate_limiter.reset() + logger.info("%s: %s", self._message, status) + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._update("still running...") + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._update(f"finished with status '{final_status}'") + self._finished = True + + +class RateLimiter: + def __init__(self, min_update_interval_seconds: float) -> None: + self._min_update_interval_seconds = min_update_interval_seconds + self._last_update: float = 0 + + def ready(self) -> bool: + now = time.time() + delta = now - self._last_update + return delta >= self._min_update_interval_seconds + + def reset(self) -> None: + self._last_update = time.time() + + +@contextlib.contextmanager +def open_spinner(message: str) -> Iterator[SpinnerInterface]: + # Interactive spinner goes directly to sys.stdout rather than being routed + # through the logging system, but it acts like it has level INFO, + # i.e. it's only displayed if we're at level INFO or better. + # Non-interactive spinner goes through the logging system, so it is always + # in sync with logging configuration. + if sys.stdout.isatty() and logger.getEffectiveLevel() <= logging.INFO: + spinner: SpinnerInterface = InteractiveSpinner(message) + else: + spinner = NonInteractiveSpinner(message) + try: + with hidden_cursor(sys.stdout): + yield spinner + except KeyboardInterrupt: + spinner.finish("canceled") + raise + except Exception: + spinner.finish("error") + raise + else: + spinner.finish("done") + + +@contextlib.contextmanager +def hidden_cursor(file: IO[str]) -> Iterator[None]: + # The Windows terminal does not support the hide/show cursor ANSI codes, + # even via colorama. So don't even try. + if WINDOWS: + yield + # We don't want to clutter the output with control characters if we're + # writing to a file, or if the user is running with --quiet. + # See https://github.com/pypa/pip/issues/3418 + elif not file.isatty() or logger.getEffectiveLevel() > logging.INFO: + yield + else: + file.write(HIDE_CURSOR) + try: + yield + finally: + file.write(SHOW_CURSOR) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000..5e29502 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py @@ -0,0 +1,6 @@ +SUCCESS = 0 +ERROR = 1 +UNKNOWN_ERROR = 2 +VIRTUALENV_NOT_FOUND = 3 +PREVIOUS_BUILD_DIR_ERROR = 4 +NO_MATCHES_FOUND = 23 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 0000000..c72f24f --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py @@ -0,0 +1,127 @@ +""" +Package containing all pip commands +""" + +import importlib +from collections import namedtuple +from typing import Any, Dict, Optional + +from pip._internal.cli.base_command import Command + +CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") + +# This dictionary does a bunch of heavy lifting for help output: +# - Enables avoiding additional (costly) imports for presenting `--help`. +# - The ordering matters for help display. +# +# Even though the module path starts with the same "pip._internal.commands" +# prefix, the full path makes testing easier (specifically when modifying +# `commands_dict` in test setup / teardown). +commands_dict: Dict[str, CommandInfo] = { + "install": CommandInfo( + "pip._internal.commands.install", + "InstallCommand", + "Install packages.", + ), + "download": CommandInfo( + "pip._internal.commands.download", + "DownloadCommand", + "Download packages.", + ), + "uninstall": CommandInfo( + "pip._internal.commands.uninstall", + "UninstallCommand", + "Uninstall packages.", + ), + "freeze": CommandInfo( + "pip._internal.commands.freeze", + "FreezeCommand", + "Output installed packages in requirements format.", + ), + "list": CommandInfo( + "pip._internal.commands.list", + "ListCommand", + "List installed packages.", + ), + "show": CommandInfo( + "pip._internal.commands.show", + "ShowCommand", + "Show information about installed packages.", + ), + "check": CommandInfo( + "pip._internal.commands.check", + "CheckCommand", + "Verify installed packages have compatible dependencies.", + ), + "config": CommandInfo( + "pip._internal.commands.configuration", + "ConfigurationCommand", + "Manage local and global configuration.", + ), + "search": CommandInfo( + "pip._internal.commands.search", + "SearchCommand", + "Search PyPI for packages.", + ), + "cache": CommandInfo( + "pip._internal.commands.cache", + "CacheCommand", + "Inspect and manage pip's wheel cache.", + ), + "index": CommandInfo( + "pip._internal.commands.index", + "IndexCommand", + "Inspect information available from package indexes.", + ), + "wheel": CommandInfo( + "pip._internal.commands.wheel", + "WheelCommand", + "Build wheels from your requirements.", + ), + "hash": CommandInfo( + "pip._internal.commands.hash", + "HashCommand", + "Compute hashes of package archives.", + ), + "completion": CommandInfo( + "pip._internal.commands.completion", + "CompletionCommand", + "A helper command used for command completion.", + ), + "debug": CommandInfo( + "pip._internal.commands.debug", + "DebugCommand", + "Show information useful for debugging.", + ), + "help": CommandInfo( + "pip._internal.commands.help", + "HelpCommand", + "Show help for commands.", + ), +} + + +def create_command(name: str, **kwargs: Any) -> Command: + """ + Create an instance of the Command class with the given name. + """ + module_path, class_name, summary = commands_dict[name] + module = importlib.import_module(module_path) + command_class = getattr(module, class_name) + command = command_class(name=name, summary=summary, **kwargs) + + return command + + +def get_similar_commands(name: str) -> Optional[str]: + """Command name auto-correct.""" + from difflib import get_close_matches + + name = name.lower() + + close_commands = get_close_matches(name, commands_dict.keys()) + + if close_commands: + return close_commands[0] + else: + return None diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0f025367dee737e7d4cd2c206bebdb134aa5b4c GIT binary patch literal 3177 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/completion.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/completion.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d5c1bd35b922a8e93e4b0e8c5d51213cfdf4ec6 GIT binary patch literal 3178 zcmaJ@OK%)E67Ki3W+XWeZQ{HPM$thXpl7UPu~;lDBhFX}j5wB{v9rj;Mx)*2j9TuO zNw#c_G$;A$0J-NN9rqXPf8jN!#r}g_lB%AkBFWuocClEjBENc&`O;EdgXibszwGCR zru~MU`Nx9JSMZ4f8mdt}(Ym9*-qoRRBt~j>O&xh=Vx@N1u4pT9(ptAx(RSjd3*Ci^ zc9MG9=r(|^br-2i7igU}el@#G-)eM`F1^y|604n<-DRqGG;jHTU{!nI>B{*bOiCtz zvhK%1!oSwe(=^N|lATBG_Ex6@q}yjQD0to<+^v5`int(0Vvi-skVJV}BuvJ6MuZHx zJQ5L)3pu<}iex^{GgqoeLmpFbH6SIOgZlPA{3|4O=zvp3gf^qc4G+}jE6JbJht;Dq~I54Scq z$l3<^;&zL&gH~213Gv8m^~2$G0pr~<;^&02URWlQ_}`Gf?3^4S#G_f^_wx|-$}Fld zzA$4Rp(KyOguKW(6(qvn)IK4cg_QVrqS5e$fhfCVMv)v|f^?-HAifgd8JwGI>+2)E z{s!^9tI)j^*O8fxC+Fe465U89#Q*M%h?bWl8uVhZH;F%n0MDUAh+yEV!z$P{sNOZH(Y0uU+SGYvb!}Q>4s}_LxgS7f zWD7k9YaNW#sRfm7QN7)s79^n1OM@@(5U5oJ<5;YaLu5{#GExdgNiUzV$6JG1)_kZO z&Sc562N6Wg^g-H%uMMAg49&5&ukGtprv^2tg{!2s*N#5nVY@j&KX2%CM2(cab;IUc<{+q3XYtu9!Scn zo#9;1QchS^4`o+#l|`A5%0f^Ew(o;eK>vW_#s(i>sSCwmIp{qQ@9_l`zuGj)al{Mk zyHQGmypTfGLt0UQv2u!#3&z#E5dDlx6aaS6=XqJ+i6mIk`;W%o2OYov(%Q>Y)=I)> zJWgA8^QcT&CPfRX#4}NZ5o@uRj7M?AL{J>cy*z96SsATd7cn#G}N%(f!_0c#XrK;!7f-0S@A zxNq*SEDSzrPt^j2@!6cytZE}zgt9{37m*1@CJ*Ke#z7U02S7;eR6o;(CdT6{O&Z7M ziGEi*(TCQtzHc6z2O9UKb!vm0gB)s}8T&Qqo@ms1t)J;bTQ11@e(l( z91ZIOi$DeO-cs+3F9r9u9|WED?!BFd9c4XZhXNGkTryfIQm$k#Z5%X3rBYJHxw2ny2wY|D=W*sa{5=rhA7b+n ziaHhALM>JQaefI-Pyn-P4muMM*#(wBAYJ1fy{=pOd%E?tGW6jz6Q3IVc5ok(Qy91^4Xss@J_S< literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68e74ae24adca73b9bd08e15c00383d15eca2781 GIT binary patch literal 8360 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/debug.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/debug.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a75c609e0a0c43b224a07bf46e4dbc619f2550be GIT binary patch literal 6715 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42b3f23a9bb09783f4e03f7a367ab71d74dd2a22 GIT binary patch literal 2691 zcmZuz&2J<%7O(HBuI|nx^92J7TUvymmvr~;!fAv?NHYUMKtRe4heD`SDLdVjxIV^q zg`~-x;2O>x6YXhld)xoT*FEijunZjdxvIOpiw+#tPwnDLE|3=)$5_Xg?H;5$3sCg#2|8vGZh8+#*Dd0(ci zp#q%qX)YwbVOEf;mU&fbssFGlinJt}-GB1%;p6>%u-+l3bV0%Og(NILNb2L6c;G_m z^C8$Vr=n_jMuoELyjJcvb4r;C369|TK_jUO1(i)LtBQ$C8?)Iw3_d^??}JbyHi;2i z#EflX#SXD!mkfwU{O_IEBLVeEj|Q}N&mayB554xfPTVIhE;>}h4_i~0*I1l}5!&aC ztQ#5SrI0COltgu!9j7xYAc{DB+T@%Tw3H$`tay>iN!V^%uSz+M8190d*pNn9D(D#6 zXen};pU_BDTu)YEf?P*7I$8D(_FH;!I57P0BgHfqN^D z!$Z8>%S?<`P4hkUhv?#8Am_%BabyycSi~mI%pk6I&4q8SW&+aFE`iI2Wa|P*TJE?( zwp-~Aq;4m@G^KTEUl~{Cdeu#G3#)ElI^@o!E4?f8$|QF$fX$_rm&nVQzjrNbb@*!? z!DWxUqSs!v*hWZR-CI~=z8H=HlC`7NU}GSZm)12ciE<8eMiIh(sazrizaN7_9du24ECFQBi%UM*l!JkBbpXVa#!hisl(E*JbfuI!)lX(qI zGB2o@j9ldqDkO}`bXF*z(8CmKlwVMpo}^qkbINMmiY@%{m{nQIl-qqmAuCQ3$s79N z;>pK{9b8UwE}N9m@&q?YWi(GkG-K64%Azzw(um!NR8d*UrLD_JcBV1*8^lgV4!;c? z@H?8^)#PQ6g*P7KHn2_8#qQ@NJ6ma6!}wYoe5%)t0be>LWNzHC*T*mk2-_I zab9cpBO)7Wy6Ciiy&rx1Y+>z2BYVTF)}ou^F+I&#L+F^2T&4$%DnP%LBrD0{&BvW2 zT1i&tM2Ea8R>9*s4@RL1P^=QfP^d5^Er$qkU1U{HCumZqa*lGz8bVkmL@2#PPz8jEuF|*YPC?7%y`w*sC15??C_rke;dl5Urgs!L8mM|=6NxF zRAo(zwdpq%KNfHdozhdvvmC)p>N7d7%IS<&92I7~9Iocyn*zosQ`FFDH}me~uYZ~9 zIE+^go}z?Klf0CamnoZSU<2f0+J$FQpQ--!<;6YNC%ypjOl$LJdH?f<8xqU=$?IQ_ zy`Q)J^$u%bde6PyYS#N@+q-Qo?!8b-CmUxfe_76ylk%C!Y#hI8`cYU{tQrGpNb@`M znSE{^Sz>T*U)s`XD~@^O@;iEr8COfBcj=#_;(!Yv>!F9}ee?nP@LaFlBIbqv$oM*Z z=ExgI+m}1%4zXTpYuM9wm9KhpS_gqQWcCo@(P!P##_d6fL}>9I)W}bsV|;Exr96O?EZ;8;EjPjxwha+L4hK z+Po=010((f5}2MDnjQiiT9)OQtDglf{OM-TF&8^8h8ep@7T?C+z0p7gNm8Z-O%fF* z+Rlb)evl+jQP7q%ev*(XgV=2Z9#z$6)hxloPt!v1KSL3>G|?b|M5E`haj<;k-e#lAaa2MIJ;C(tBgc^9MC z|4%+Sz)PMiGmLBKs^3|J8Y~-uWq23baHv1NsHv*k#|D3)CS8)YVOOubxT=vk6B8VU l@OP-vKx%LGdyY`S`<=rd=;9}I(GQG)i65fb{Q~Q@{VOh-0&@TW literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5db18dbd12de1e9184b063514723db4bb646fca1 GIT binary patch literal 2190 zcmZuyTW{P%6!!SO-rXd<(3Vh&E1HUxn%!2wOI0eWG_*))D!}b#7_Vr$~oRmxfer@{ES{GI)3YuX>U zm>;mGeF;-cfKZK+R12nW5|DbW2Rgj<)X2=hBq%ddE3*T;=FQZ}+`z4QD{W+6;APFA zS+DK1m9>L*wh%1TYbRaImV%}1TyTzPj7-k63nwJF_(-EJZM@WIgSp2>@E-NpCEA49 zVwZMo+NKLH&EPU6n_6e_Pq0$!cZjl|Mrp+aaOO9OknncaiY$wA+R>G@zOnISLpht@ zuC1+aZo*Fcs|Qb?Y<#`79zK4s`B=3#w>F;iAJvO>ls7qxXc!Nxd{3y>0Z$|gi%OQ2 zjPZ-};|#HTu*)<=2@oQILG{3-MqtqvwW$L(+tg(adc_*=Yt&>Oc;nF~NSf3FZ`!K) zI14Rpv+j5M+L_16*3fQRS$$KI3mK)U=+>*z@=D2z zf&W8M%B0A}GyfhQz3+Fs-7RHvCM%xzV=@N~@-3KaFvVRUV{KR4C6rK|8d9gGG^jN( zsXeizenL(NbzV6Hwd{#QUDQ6&F;f7WMt`KQMx*BHYLpHNh{rHfjW?_%WWm|!26#Wk z=}d&a0StHjB4>!+k4Gc@mfx|INtuw!iHAiJGokD#M!%Fp*-liYQkg@RmK=TPxXO() z8iMCSc@eES(B&=&xdTMmI|a`oIJ8?Nxw6ZM3&zz2fRJ&C2SGg?@S-X)Lj_BBe$)5| zaPse;dcz`Py)@e6N!EK<#8n-a-a*0l1caFN*bByEv@t9X<*>+m16J?>6RWf3sr<9v zbCy5vrO9@0D*3c~=XOs(>aNaGMfA#~?1f1#8PB7%7f&lh^e{KN<)Lc6aZW6Qb>a#T zo9J_oNnE18w*R`=99^Ev*6!R%<;-$KnGqj|*nmq;hXoA6R_DZhV8*&=Vx%WT>bu4X zA(}KdwK3VXj*PMXPMRXb* z?N-f_gR5aBph}b>4k5@wQpPz)D|j0Tc0<(;5rDAR2{ENPR&>YW2mrr^C07P`&sT5{Gi{Eb z)w~I05vD*}T(H}8OycR+7HSENvy>d`zg#`iC7I}BsO2L= zLi~;iM9?{cs7=hViP7C({0{yererSt86$5v)hGALk-B@}@&a(2KQV4kw8l17rL#*n?3o`&$AIjEdj z2ZfS{qspq={{P|n7%uu8W*y{~?vWNe`fKlB*IfF?H95*VSNLuGo|6`XL6Q&nbzHen z4bz5zASzoPmME*^bPWo!dsdL$I8D0SkznDhGP#K--k}7YSylqnpovYh8Ix8mzkOXL z6KLP)6lh_esymjt@-D3`5pj*yv?Lk>CcgnMpjvL$R-;R>z^vi7kf6hJAk`^WmxFt6 cn#lLDch()m)m-Qr2v|#BBKUavlCgaAKfT02cK`qY literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2c3f44f9efdcfc36e3b68b8a224fbd0246102da4 GIT binary patch literal 1351 zcmZux&2HpG5bk!je`YdSScoE)MUfSWLk=0kF5;6>5&Fw* zZVUL(6IkXOPz*6#BY{(lo$b}0ASoGaQd8ll{$SHO5Mde)wqHkLl#Vd^01+$Siip@gN^IT9xsmwg2(AHdIYpDQPUtb!lv%dE04O5J0mL$94qk z2$uO36vMzHaJnSITT(%mz~Lh30row#41Pdzi=vj!?_=by)(_B+XofCOAN1rL>(6?> z53cYsWTX#%LyZ1TO1zBvP=DG-*HCO9uDmzUvo>VGb<{^U_zM4odpbmp`qA^z_4sDU z4kU!nGzMG;#BOgY&RA8n_D-RB-tuhiwL2wmGgFDG&h^G=7I!;&Ce?-9&=v2$!uyN6 zBA*}gc&@rw@Laa>{({7Z@xhkeZK`IPRkGz;=Jj;*NxcOa^u(!cPD46P_6-H zbp$A&qu!o3_y<&QcvcN`X>HKXn@X0e^m}g%NnK5kbMtx>wfjri|9Q!@dD|HnPR7k@ sY~K5CCVpA))tMazX#jHz_)v#KZ=**mq8_`mVcc9!&;&c;CwPba3zB7Q5C8xG literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..911e0155a29398b4c79162cf7ad6872a3bd95259 GIT binary patch literal 4674 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8258591273b011be208ed59bfb833405dfa826ef GIT binary patch literal 10400 zcmbtaU2GdycAh^DhZIFozqb6BiETNiV^PU&(x0u@&DwFYZd}D!J6VL?U^3#pk|+&1 z^qrx92pXGKL6e}!woOs=Z(B$}i^Awzf$qK)DA1<@eJaq0`%)|lwAhC}?OU>u`kgy7 z6iGR4fR#Mg_y3-I&pF>Y_gsaOlSK_bKj{3JpLs#k{*wyBKLr$C!53}mn#MGy2U>!wb1W?;2)^<2xY+pT;(-*W0st57eriuGb^qCTPeSV5^ZS)Ww-Tu^RJ z)u&Y64l1qb`n1aDgPGQBeOBe2V6HV^pI7-pu+TbIKc@1<;CO4XzNqpO!HL$%`pMR* z`YBZ|1*cnQ>St7bGI*xt)?Jk^2hX<7*3YW^RB*0!zJ9*7RA16Ho)hnb{z`D6^<4cq zU3*<)(`@Dgjm_|rJ7)bNFYt?tTD^)sv%#g-^Y!O3M&G^6m-qB~4ZY{sJbKUbY4l!U z3+xy>&P}$+i#(6t7Z$ZeE%|@lSk%^Sc7mP!z^cE$H@xfLzH$AHo2#!&=Vr`>ABRF(x0+Eboi{siGi>{Tbnftb zUEXeRnY-KV1YBATKZ>8|a=PKS!*;Xb2hAS$+J1{;fnuY@LNzo(Y5HcH@rSRAu-myF zwpxChp)!Bxt?Sos+_{5nDXqOBL?}?6ywz-PUk`(TH$Vzi-1ZyW{sw=oiHStjkdKD6rlm7i6~}4 zbIt2)Z$y~ciT$;1;Ky8+9*Ably|5d1x-{MF@Op1^LE{^AqQgHX3a{Xc&LZI&$#dO! z3o>3exy5tLxT0|z|C?7dW`QR;IqT89-)+X5x3Fpy-)ygky?=bYd7r!SCU@D;Cf#st z3mbBMw}GP!xErp!{9!D7cfH927S)PHH~qQ0$s_JQXa<41#@$ZXQF~%8>xyQ3!+q~P zIxcLDVNG_i`rdmr_wHsha`BHfMf}Lcu?{9{`P)2F)Cdqrs}g06ka4%wZEU)YfctGO zYJ&l?OeYw{-u>j5a$0?^g&u_QG*e9MwXf`1LPc(53jVk%<_f|H;7GDYcZP9G4yc#yTBn#2XgHUWo z9lya>_(LulO$dV5c@%Gk?UfB4iVYqur^T%OrIq`TrWHuWO49Q6+KVr&M39JO%tOK$ zt#q256|dQb%0NR_8i{B}7!$>{&LeRGWF5m7IY^3{r8{;>SGAC)T*ns?KO#SQbbW=! z{1=i;en@(lQMZ^`&w+(D%R{Ga=I}f#aEDpE08KBl3Dg!>y|EmlD-p^;Ue8mpaUbEvJ1)y}g8)J`AP@)>qaq0Vu(h?d#I7M8=@2^P(2MjPbJM+t^YXn_JLd;nc${O%Y z?o*J6TwidPn1FH3HfamMVi|MsHuy)16@`KtLjg2Nr1oxaA(h^xjtDp0-%8QzU1tE=v1Mcb`90&YPXF&ZtlHQ247FBL!s$?%X<+xI z)t<2&_KM5P8UDy(1f1tyEV}%)-hyI%);8dL)s(ic&|KyjU-!E~EUir*bTC_&X6tt1 zkl-wxAS(_gKtE3XGO_6$QwwE97knpljcVu^^zzHgK?tMPyK{3rks_Fu7{~-v0Q~u} zyXi;nMi8#~f$KK_DA8q?g)ZPp$zIwNJR-px6XIIW2DuT3m8GDEZU7G z%p9!SQ#giQsquOZ7Ja62u%n_x+$tzmcKmo# zmQ*&~o17-&PlM3a+aMQCPLLP&FfG{1jtMzS_$uI24E2ONWkoz#m&IfREq!RL#d%tI z;*gT)B~(P8BC&O2@N0i==f6_Pus^el!#ykc!8`_L8EP|h^etq4?Vlg6fV`d6qu1w^ zd_^xCb9w?6sfnr$(Jb@Hjw6|m5}&eRVh7nz4jKBCq4*jyG0a5Y=)+WeVmvlugCW0V zG7}{$w$NtwEoPxEcVA<bE?mC@`09uzHO3*t8;%_D z5qhN@?nB?Ks*7u&<25j+1lt-u@E-Z?ZRpEBW!K7uTDR**c$T~LIg`Wv$ zp74i3?SCD86w!i?QM^vcw<$R{NR%widu!chz`XQqJi;+9K1QdA7A)I_Y3P=2?^`+I zv7_5x^qwVL$oTry@zV0eMs$R$1M~kQObvc%qKH%%MetPL(SJve&0X-3%yXQJ?H&EG ziT1pBwr|2f!cF*qM&)1Cc2pm78a~kC0_uu8`ql*gFX5ZSSH?HhH_0KO-j7K-D&m#C zwmaRY6(BjN(Zp|{W+tm?(@eU!gSy$Q4*9tx51Qs7S^3r8%Wo#vH22UPD|2yZPvJh1 z(@pmX2-8}#%~|b;Gi1^s({~)nZ^Q9FtF^&^BNUO=-Jw|)kZcSnVnmbi zhsHev`_H^_Q9z%nA#US8sk3piidRULu=&o_zoi+8^|odh&VhZx zWM5^0ta*|xXLueZ<>_&w5dlKCo1N-{bTXGnI+<@Hra(yo;0ujS-q`kNNyvY^nF2Ac zNIVvF1ky<%J(6~}LynS|rD{uo{wcT?0(Y6zRq=+eosrBb;>G1;n$+zUzeI}@X3GlQ zCWpsTu2;%ftnJ{@aIJtQ;lf*DlPC1E#PE^dz>{Uq~R~oBdQ@OL8Xg^ zW7ztFZW~3zg0j;ul>T#j-<~R=wyfKFNiU(TH#NpNu}Mo!dACJK?i^=yF&|ZY67vks ze@3TD9zPUW+l5&5jXi@D6oO?Qy)M}3t>lqTQOV;BX-KR?PmLYuNt!n)zikQFg+xl# zmY-N+3F8EX6~sv-GM_qePg1e96w5{tQQSq(f5!JSQacjaQ@XKl8@+hKeA0E){R`E{NRFODHtCU5 zAS9&Ih{(>RGN+TQeGG@8m;=f!3%5W=E+c@FFJJBt)#>!lv(Pds?T! zv{wnU4alQG^7yHFub5&a9Sn^Bw32~gUs+6`MOrH6XDaX%A=Q{<&PR_^7Ont@lsNr6 zxZ^=}X+Y{13cXYR*B(`9XoU5oF*KgeGNRSVvhHdh!DIOS%kU?(UHv0?jC;n%N+_7} zClQyiKGZ(c*A3-Ul;BswrzEQf4i_Hh`Z=a`by4l-lx23mi)*=s-yJi#puea^FF%0S zLcj0eQ1+vTQg0|nuyqnq*wUj>V1?Chp^uzwA|g0&doy3402yITWh_VKSt0BHU|>{2LXwQT#uvCT z9Q58C=JA)~=AlFnq3L1eq00d=E2XgsC8#p@V3YFzmvBP-YEjOTpX-s|KA<)dJ&+~d zpq(98H@HEQ$L}NfuVVbO6bJLxC{R0SPEG@I-QJcC&P1)HERHyZ*{XJ;;^oohWZ`hu z^5}%JEO;wKAU%r(n+O0uF%Tb6-uaNpAiY6M0iFp6BHQxcs8EPkGHsY{(jm)+|9((3 z9hi07fCsNzIC-Rc@7I2Tb4O66oI3yMEl&I<78fMg(ro!1>|5PJ4z1jEYX1XD2=fxS z`vK*Y`U~WKf-j;&Gu|(mB^~tZ#(`~A_RFV;aN~Vr|LjkC7rq+VM{t2iBO0Q=Mnax; zqG9SLNf@p(YugZK`not1L*)C$j`2O*IH6J6F7&K#?WF-Z)i;N}*T{Uldjc9}Y+20S z&WT@+b1dJ_A-tE{qW_&81Qzctp%(g=)DmjkTT=Q;YZfriZQOTo`=AwffFsnVFr+xD zrxcW+Pw6S`27rKqcoSLi2npQt!=qK|rzFI=68Nn(=3gygw1Q$=>%BC5icj}1hjlBN z0Gee2;#Is#yoeQlO7!$5mZEQdb18B!E=ARzofHJ!-JxrC5;_(uD9V{6ghdfBx)f9N zOP+c9;)8Z_+txz(|Ab7^5&i?E)QQ?TzA0tl|_t;%XC%MPCcS06-^h6Se`dq-RSOw2_%^2|yx(oNM9b+#EBb$&*`*ALY z?IMY~cTvd`Y!dNH{4tWxba%ueQ3DwQC0s-p*4O4xtQxDI>B~x8!G8VWn4cp42z~Kf zn+TSp^{)K?f|c?1DFS9o69HpsC&4j6uR#cihRwF1Fqe{n3|R)}DktE9c=WW{-oVu> z!n0~5O@Q_|seg(o@H(wU6j~`+bgLVh~;WSybp8A@Cv z2<>gODXf{sQUT=c`!d&!@CGKnMZM^t#XKbx%}J0mN4c{|q=^?Y(WD~X1jITej1r3y z0!k&Rg0?fX#eu?$3uvI=Yea6kgLgDC0!7n!i||x^MsfedoN<1*Y*2V_&^lHsXKlD8 z?i&}f65P>!V;*{O0CYYujPkx(8&_n!4T~+J?;0h_|DjE1KO|tZVI}=PM~1L?!+>W4 z?~}Y5QGt&`PP(-LnIUBRTOZreg^geN2{D4>~#!*Z~4xQgwxqx|dX4k?J-y zpf!2!-+FBK?JdNakmh%EtewZI-|6R}PgLjZs3;SaQA*~s#P`y2u~TOgBWpC%mWj^B zSWBF?lvMv5=2H~k`xSU(#yUk+N4e@w_|&1;i-&BKqjguEJAx;tw7M zri&s6S@axEch4bDGOP+M^qj0cQp1IC4}v=g1AZ>%o+TRfSkm8*Wf85Qf2^(fr+Il z!UyB0^e32PnNEr9rjxf3Zz=0DNQ;Qj;KQ#4_pM@DMg{R0N{jTV*o`3s3@+*&>|PLR_8cVvGptJW`QVs4mo|x z7AtBLv<7vyYITsytDL$o36gE-BWjG@B0MLuK~_AmTY^oaa8F?s5_2E)BrG6tWf zI%n}?N+@QdJZSMFXjS>Gqb#$IG$GWXf1j}*gjwXH3DMXeDulhEer zBlR_yA|Qf#*$|UhLY_I=2cgWk8=)IsOI2)99v|(5cqmVT-zttO$JSAAR<*%nNAiGi zc65rQPYQ17dqeW1u`t>ZSmzV=i5WVOSt9xTSP#${M76OOmE@&ljIuV5=?_}aSN#!_ zGQIM|=yd8_L46D1-6Z}yw)><*s~I(vTax&r36lma$f&NZ;T2i^4NejOAXAtg*Aa%M z*E|)jlm)~VZ$Wh6p^|4IZIUAt$fPHjr4*e+ZAe(pQIWt_I#-fE47v)b)gpo?Ml458l&L>j5#6iWy+R!r^t+V>55&{Lkk0{IEc{|jqfrz!vd literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b6dce603bcafeb79268a3c9623b9c80f53a9c5b5 GIT binary patch literal 5404 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/show.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/show.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9cb11d07b408629af708c00865e1a19322547be GIT binary patch literal 6157 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%0AT6Q*V6~aa8cEIgi74iq#cRU z1ad|AJIq5mzYVL*&B!~7-_Pk9!52XA^Hdz0NSZWAE~u;#%8AQMm9)fgR79~fgAAxx z``H6^b(2<{4F+(q8tw`y>?+OFPnfL4Eai0)O!?v3B7cSI~{@MGhnf1(y{B zJswjVMcuiAl)@>hP}(KP+ieXYs_oQ_o35^U)~?DL86F1bSBU*16w*eJDq}uPC9PsF zCk8d;GU9CaIL>xUC{br_@l;P7l?VIsH`;M|d^EeNbBm^>eaS1|WJDrYj0AX*q$&@T zt4}kr#{nzT8s(+()MS`QO*TapPX7sg8_)DV2?YVCr=b%gx=ADgg&GP(@~ literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py new file mode 100644 index 0000000..f1a489d --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py @@ -0,0 +1,223 @@ +import os +import textwrap +from optparse import Values +from typing import Any, List + +import pip._internal.utils.filesystem as filesystem +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, PipError +from pip._internal.utils.logging import getLogger + +logger = getLogger(__name__) + + +class CacheCommand(Command): + """ + Inspect and manage pip's wheel cache. + + Subcommands: + + - dir: Show the cache directory. + - info: Show information about the cache. + - list: List filenames of packages stored in the cache. + - remove: Remove one or more package from the cache. + - purge: Remove all items from the cache. + + ```` can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_directory_size(http_cache_location) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location: {http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Wheels location: {wheels_cache_location} + Wheels size: {wheels_cache_size} + Number of wheels: {package_count} + """ + ) + .format( + http_cache_location=http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("Nothing cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if not files: + return + + results = [] + for filename in files: + results.append(filename) + + logger.info("\n".join(sorted(results))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += ' for pattern "{}"'.format(args[0]) + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + http_dir = self._cache_dir(options, "http") + return filesystem.find_files(http_dir, "*") + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..3864220 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,53 @@ +import logging +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.operations.check import ( + check_package_set, + create_package_set_from_installed, +) +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class CheckCommand(Command): + """Verify installed packages have compatible dependencies.""" + + usage = """ + %prog [options]""" + + def run(self, options: Values, args: List[str]) -> int: + + package_set, parsing_probs = create_package_set_from_installed() + missing, conflicting = check_package_set(package_set) + + for project_name in missing: + version = package_set[project_name].version + for dependency in missing[project_name]: + write_output( + "%s %s requires %s, which is not installed.", + project_name, + version, + dependency[0], + ) + + for project_name in conflicting: + version = package_set[project_name].version + for dep_name, dep_version, req in conflicting[project_name]: + write_output( + "%s %s has requirement %s, but you have %s %s.", + project_name, + version, + req, + dep_name, + dep_version, + ) + + if missing or conflicting or parsing_probs: + return ERROR + else: + write_output("No broken requirements found.") + return SUCCESS diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..c0fb4ca --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,96 @@ +import sys +import textwrap +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.utils.misc import get_prog + +BASE_COMPLETION = """ +# pip {shell} completion start{script}# pip {shell} completion end +""" + +COMPLETION_SCRIPTS = { + "bash": """ + _pip_completion() + {{ + COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ + COMP_CWORD=$COMP_CWORD \\ + PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) + }} + complete -o default -F _pip_completion {prog} + """, + "zsh": """ + function _pip_completion {{ + local words cword + read -Ac words + read -cn cword + reply=( $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$(( cword-1 )) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null )) + }} + compctl -K _pip_completion {prog} + """, + "fish": """ + function __fish_complete_pip + set -lx COMP_WORDS (commandline -o) "" + set -lx COMP_CWORD ( \\ + math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ + ) + set -lx PIP_AUTO_COMPLETE 1 + string split \\ -- (eval $COMP_WORDS[1]) + end + complete -fa "(__fish_complete_pip)" -c {prog} + """, +} + + +class CompletionCommand(Command): + """A helper command to be used for command completion.""" + + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--bash", + "-b", + action="store_const", + const="bash", + dest="shell", + help="Emit completion code for bash", + ) + self.cmd_opts.add_option( + "--zsh", + "-z", + action="store_const", + const="zsh", + dest="shell", + help="Emit completion code for zsh", + ) + self.cmd_opts.add_option( + "--fish", + "-f", + action="store_const", + const="fish", + dest="shell", + help="Emit completion code for fish", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + """Prints the completion code of the given shell""" + shells = COMPLETION_SCRIPTS.keys() + shell_options = ["--" + shell for shell in sorted(shells)] + if options.shell in shells: + script = textwrap.dedent( + COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog()) + ) + print(BASE_COMPLETION.format(script=script, shell=options.shell)) + return SUCCESS + else: + sys.stderr.write( + "ERROR: You must pass {}\n".format(" or ".join(shell_options)) + ) + return SUCCESS diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..c6c74ed --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,266 @@ +import logging +import os +import subprocess +from optparse import Values +from typing import Any, List, Optional + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.configuration import ( + Configuration, + Kind, + get_configuration_files, + kinds, +) +from pip._internal.exceptions import PipError +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_prog, write_output + +logger = logging.getLogger(__name__) + + +class ConfigurationCommand(Command): + """ + Manage local and global configuration. + + Subcommands: + + - list: List the active configuration (or from the file specified) + - edit: Edit the configuration file in an editor + - get: Get the value associated with name + - set: Set the name=value + - unset: Unset the value associated with name + - debug: List the configuration files and values defined under them + + If none of --user, --global and --site are passed, a virtual + environment configuration file is used if one is active and the file + exists. Otherwise, all modifications happen to the user file by + default. + """ + + ignore_require_venv = True + usage = """ + %prog [] list + %prog [] [--editor ] edit + + %prog [] get name + %prog [] set name value + %prog [] unset name + %prog [] debug + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--editor", + dest="editor", + action="store", + default=None, + help=( + "Editor to use to edit the file. Uses VISUAL or EDITOR " + "environment variables if not provided." + ), + ) + + self.cmd_opts.add_option( + "--global", + dest="global_file", + action="store_true", + default=False, + help="Use the system-wide configuration file only", + ) + + self.cmd_opts.add_option( + "--user", + dest="user_file", + action="store_true", + default=False, + help="Use the user configuration file only", + ) + + self.cmd_opts.add_option( + "--site", + dest="site_file", + action="store_true", + default=False, + help="Use the current environment configuration file only", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "list": self.list_values, + "edit": self.open_in_editor, + "get": self.get_name, + "set": self.set_name_value, + "unset": self.unset_name, + "debug": self.list_config_values, + } + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Determine which configuration files are to be loaded + # Depends on whether the command is modifying. + try: + load_only = self._determine_file( + options, need_value=(action in ["get", "set", "unset", "edit"]) + ) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + # Load a new configuration + self.configuration = Configuration( + isolated=options.isolated_mode, load_only=load_only + ) + self.configuration.load() + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]: + file_options = [ + key + for key, value in ( + (kinds.USER, options.user_file), + (kinds.GLOBAL, options.global_file), + (kinds.SITE, options.site_file), + ) + if value + ] + + if not file_options: + if not need_value: + return None + # Default to user, unless there's a site file. + elif any( + os.path.exists(site_config_file) + for site_config_file in get_configuration_files()[kinds.SITE] + ): + return kinds.SITE + else: + return kinds.USER + elif len(file_options) == 1: + return file_options[0] + + raise PipError( + "Need exactly one file to operate upon " + "(--user, --site, --global) to perform." + ) + + def list_values(self, options: Values, args: List[str]) -> None: + self._get_n_args(args, "list", n=0) + + for key, value in sorted(self.configuration.items()): + write_output("%s=%r", key, value) + + def get_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "get [name]", n=1) + value = self.configuration.get_value(key) + + write_output("%s", value) + + def set_name_value(self, options: Values, args: List[str]) -> None: + key, value = self._get_n_args(args, "set [name] [value]", n=2) + self.configuration.set_value(key, value) + + self._save_configuration() + + def unset_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "unset [name]", n=1) + self.configuration.unset_value(key) + + self._save_configuration() + + def list_config_values(self, options: Values, args: List[str]) -> None: + """List config key-value pairs across different config files""" + self._get_n_args(args, "debug", n=0) + + self.print_env_var_values() + # Iterate over config files and print if they exist, and the + # key-value pairs present in them if they do + for variant, files in sorted(self.configuration.iter_config_files()): + write_output("%s:", variant) + for fname in files: + with indent_log(): + file_exists = os.path.exists(fname) + write_output("%s, exists: %r", fname, file_exists) + if file_exists: + self.print_config_file_values(variant) + + def print_config_file_values(self, variant: Kind) -> None: + """Get key-value pairs from the file of a variant""" + for name, value in self.configuration.get_values_in_config(variant).items(): + with indent_log(): + write_output("%s: %s", name, value) + + def print_env_var_values(self) -> None: + """Get key-values pairs present as environment variables""" + write_output("%s:", "env_var") + with indent_log(): + for key, value in sorted(self.configuration.get_environ_vars()): + env_var = f"PIP_{key.upper()}" + write_output("%s=%r", env_var, value) + + def open_in_editor(self, options: Values, args: List[str]) -> None: + editor = self._determine_editor(options) + + fname = self.configuration.get_file_to_edit() + if fname is None: + raise PipError("Could not determine appropriate file.") + + try: + subprocess.check_call([editor, fname]) + except subprocess.CalledProcessError as e: + raise PipError( + "Editor Subprocess exited with exit code {}".format(e.returncode) + ) + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + "Got unexpected number of arguments, expected {}. " + '(example: "{} config {}")' + ).format(n, get_prog(), example) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..d3f1f28 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,202 @@ +import locale +import logging +import os +import sys +from optparse import Values +from types import ModuleType +from typing import Any, Dict, List, Optional + +import pip._vendor +from pip._vendor.certifi import where +from pip._vendor.packaging.version import parse as parse_version + +from pip import __file__ as pip_location +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.configuration import Configuration +from pip._internal.metadata import get_environment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_pip_version + +logger = logging.getLogger(__name__) + + +def show_value(name: str, value: Any) -> None: + logger.info("%s: %s", name, value) + + +def show_sys_implementation() -> None: + logger.info("sys.implementation:") + implementation_name = sys.implementation.name + with indent_log(): + show_value("name", implementation_name) + + +def create_vendor_txt_map() -> Dict[str, str]: + vendor_txt_path = os.path.join( + os.path.dirname(pip_location), "_vendor", "vendor.txt" + ) + + with open(vendor_txt_path) as f: + # Purge non version specifying lines. + # Also, remove any space prefix or suffixes (including comments). + lines = [ + line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line + ] + + # Transform into "module" -> version dict. + return dict(line.split("==", 1) for line in lines) # type: ignore + + +def get_module_from_module_name(module_name: str) -> ModuleType: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower() + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if not version: + # Try to find version in debundled module info. + env = get_environment([os.path.dirname(module.__file__)]) + dist = env.get_distribution(module_name) + if dist: + version = str(dist.version) + + return version + + +def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None: + """Log the actual version and print extra info if there is + a conflict or if the actual version could not be imported. + """ + for module_name, expected_version in vendor_txt_versions.items(): + extra_message = "" + actual_version = get_vendor_version_from_module(module_name) + if not actual_version: + extra_message = ( + " (Unable to locate actual module version, using" + " vendor.txt specified version)" + ) + actual_version = expected_version + elif parse_version(actual_version) != parse_version(expected_version): + extra_message = ( + " (CONFLICT: vendor.txt suggests version should" + " be {})".format(expected_version) + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = "Compatible tags: {}{}".format(len(tags), suffix) + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = ( + "...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + ).format(tag_limit=tag_limit) + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = set() + for key, _ in config.items(): + levels.add(key.split(".")[0]) + + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..233b7e9 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,140 @@ +import logging +import os +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.req.req_tracker import get_requirement_tracker +from pip._internal.utils.misc import ensure_dir, normalize_path, write_output +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +class DownloadCommand(RequirementCommand): + """ + Download packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports downloading from "requirements files", which provide + an easy way to specify a whole environment to be downloaded. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] ... + %prog [options] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.global_options()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + + self.cmd_opts.add_option( + "-d", + "--dest", + "--destination-dir", + "--destination-directory", + dest="download_dir", + metavar="dir", + default=os.curdir, + help="Download packages into .", + ) + + cmdoptions.add_target_python_options(self.cmd_opts) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + + options.ignore_installed = True + # editable doesn't really make sense for `pip download`, but the bowels + # of the RequirementSet code require that property. + options.editables = [] + + cmdoptions.check_dist_restriction(options) + + options.download_dir = normalize_path(options.download_dir) + ensure_dir(options.download_dir) + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + req_tracker = self.enter_context(get_requirement_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="download", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + req_tracker=req_tracker, + session=session, + finder=finder, + download_dir=options.download_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + ignore_requires_python=options.ignore_requires_python, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + downloaded: List[str] = [] + for req in requirement_set.requirements.values(): + if req.satisfied_by is None: + assert req.name is not None + preparer.save_linked_requirement(req) + downloaded.append(req.name) + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..6e9cc76 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,97 @@ +import sys +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + +DEV_PKGS = {"pip", "setuptools", "distribute", "wheel", "pkg-resources"} + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + usage = """ + %prog [options]""" + log_streams = ("ext://sys.stderr", "ext://sys.stderr") + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Use the order in the given requirements file and its " + "comments when generating output. This option can be " + "used multiple times." + ), + ) + self.cmd_opts.add_option( + "-l", + "--local", + dest="local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not output " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--all", + dest="freeze_all", + action="store_true", + help=( + "Do not skip these packages in the output:" + " {}".format(", ".join(DEV_PKGS)) + ), + ) + self.cmd_opts.add_option( + "--exclude-editable", + dest="exclude_editable", + action="store_true", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + skip = set(stdlib_pkgs) + if not options.freeze_all: + skip.update(DEV_PKGS) + + if options.excludes: + skip.update(options.excludes) + + cmdoptions.check_list_path_option(options) + + for line in freeze( + requirement=options.requirements, + local_only=options.local, + user_only=options.user, + paths=options.path, + isolated=options.isolated_mode, + skip=skip, + exclude_editable=options.exclude_editable, + ): + sys.stdout.write(line + "\n") + return SUCCESS diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..042dac8 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py @@ -0,0 +1,59 @@ +import hashlib +import logging +import sys +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.utils.hashes import FAVORITE_HASH, STRONG_HASHES +from pip._internal.utils.misc import read_chunks, write_output + +logger = logging.getLogger(__name__) + + +class HashCommand(Command): + """ + Compute a hash of a local package archive. + + These can be used with --hash in a requirements file to do repeatable + installs. + """ + + usage = "%prog [options] ..." + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-a", + "--algorithm", + dest="algorithm", + choices=STRONG_HASHES, + action="store", + default=FAVORITE_HASH, + help="The hash algorithm to use: one of {}".format( + ", ".join(STRONG_HASHES) + ), + ) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + self.parser.print_usage(sys.stderr) + return ERROR + + algorithm = options.algorithm + for path in args: + write_output( + "%s:\n--hash=%s:%s", path, algorithm, _hash_of_file(path, algorithm) + ) + return SUCCESS + + +def _hash_of_file(path: str, algorithm: str) -> str: + """Return the hash digest of a file.""" + with open(path, "rb") as archive: + hash = hashlib.new(algorithm) + for chunk in read_chunks(archive): + hash.update(chunk) + return hash.hexdigest() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..6206631 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py @@ -0,0 +1,41 @@ +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError + + +class HelpCommand(Command): + """Show help for commands""" + + usage = """ + %prog """ + ignore_require_venv = True + + def run(self, options: Values, args: List[str]) -> int: + from pip._internal.commands import ( + commands_dict, + create_command, + get_similar_commands, + ) + + try: + # 'pip help' with no args is handled by pip.__init__.parseopt() + cmd_name = args[0] # the command we need help for + except IndexError: + return SUCCESS + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + command = create_command(cmd_name) + command.parser.print_help() + + return SUCCESS diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..9d8aae3 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py @@ -0,0 +1,139 @@ +import logging +from optparse import Values +from typing import Any, Iterable, List, Optional, Union + +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.commands.search import print_dist_installation_info +from pip._internal.exceptions import CommandError, DistributionNotFound, PipError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class IndexCommand(IndexGroupCommand): + """ + Inspect information available from package indexes. + """ + + usage = """ + %prog versions + """ + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "versions": self.get_available_package_versions, + } + + logger.warning( + "pip index is currently an experimental command. " + "It may be removed/changed in a future release " + "without prior warning." + ) + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to the index command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + use_deprecated_html5lib="html5lib" in options.deprecated_features_enabled, + ) + + def get_available_package_versions(self, options: Values, args: List[Any]) -> None: + if len(args) != 1: + raise CommandError("You need to specify exactly one argument") + + target_python = cmdoptions.make_target_python(options) + query = args[0] + + with self._build_session(options) as session: + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + versions: Iterable[Union[LegacyVersion, Version]] = ( + candidate.version for candidate in finder.find_all_candidates(query) + ) + + if not options.pre: + # Remove prereleases + versions = ( + version for version in versions if not version.is_prerelease + ) + versions = set(versions) + + if not versions: + raise DistributionNotFound( + "No matching distribution found for {}".format(query) + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output("{} ({})".format(query, latest)) + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..34e4c2f --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,771 @@ +import errno +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import ( + RequirementCommand, + warn_if_run_as_root, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import get_environment +from pip._internal.models.format_control import FormatControl +from pip._internal.operations.check import ConflictDetails, check_install_conflicts +from pip._internal.req import install_given_reqs +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import get_requirement_tracker +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.distutils_args import parse_distutils_args +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + ensure_dir, + get_pip_version, + protect_pip_from_modification_on_windows, + write_output, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) +from pip._internal.wheel_builder import ( + BinaryAllowedPredicate, + build, + should_build_for_install_command, +) + +logger = getLogger(__name__) + + +def get_check_binary_allowed(format_control: FormatControl) -> BinaryAllowedPredicate: + def check_binary_allowed(req: InstallRequirement) -> bool: + canonical_name = canonicalize_name(req.name or "") + allowed_formats = format_control.get_allowed_formats(canonical_name) + return "binary" in allowed_formats + + return check_binary_allowed + + +class InstallCommand(RequirementCommand): + """ + Install packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports installing from "requirements files", which provide + an easy way to specify a whole environment to be installed. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.pre()) + + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option( + "-t", + "--target", + dest="target_dir", + metavar="dir", + default=None, + help=( + "Install packages into . " + "By default this will not replace existing files/folders in " + ". Use --upgrade to replace existing packages in " + "with new versions." + ), + ) + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option( + "--user", + dest="use_user_site", + action="store_true", + help=( + "Install to the Python user install directory for your " + "platform. Typically ~/.local/, or %APPDATA%\\Python on " + "Windows. (See the Python documentation for site.USER_BASE " + "for full details.)" + ), + ) + self.cmd_opts.add_option( + "--no-user", + dest="use_user_site", + action="store_false", + help=SUPPRESS_HELP, + ) + self.cmd_opts.add_option( + "--root", + dest="root_path", + metavar="dir", + default=None, + help="Install everything relative to this alternate root directory.", + ) + self.cmd_opts.add_option( + "--prefix", + dest="prefix_path", + metavar="dir", + default=None, + help=( + "Installation prefix where lib, bin and other top-level " + "folders are placed" + ), + ) + + self.cmd_opts.add_option(cmdoptions.src()) + + self.cmd_opts.add_option( + "-U", + "--upgrade", + dest="upgrade", + action="store_true", + help=( + "Upgrade all specified packages to the newest available " + "version. The handling of dependencies depends on the " + "upgrade-strategy used." + ), + ) + + self.cmd_opts.add_option( + "--upgrade-strategy", + dest="upgrade_strategy", + default="only-if-needed", + choices=["only-if-needed", "eager"], + help=( + "Determines how dependency upgrading should be handled " + "[default: %default]. " + '"eager" - dependencies are upgraded regardless of ' + "whether the currently installed version satisfies the " + "requirements of the upgraded package(s). " + '"only-if-needed" - are upgraded only when they do not ' + "satisfy the requirements of the upgraded package(s)." + ), + ) + + self.cmd_opts.add_option( + "--force-reinstall", + dest="force_reinstall", + action="store_true", + help="Reinstall all packages even if they are already up-to-date.", + ) + + self.cmd_opts.add_option( + "-I", + "--ignore-installed", + dest="ignore_installed", + action="store_true", + help=( + "Ignore the installed packages, overwriting them. " + "This can break your system if the existing package " + "is of a different version or was installed " + "with a different package manager!" + ), + ) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + + self.cmd_opts.add_option(cmdoptions.install_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--compile", + action="store_true", + dest="compile", + default=True, + help="Compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-compile", + action="store_false", + dest="compile", + help="Do not compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-warn-script-location", + action="store_false", + dest="warn_script_location", + default=True, + help="Do not warn when installing scripts outside PATH", + ) + self.cmd_opts.add_option( + "--no-warn-conflicts", + action="store_false", + dest="warn_about_conflicts", + default=True, + help="Do not warn about broken dependencies", + ) + + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + cmdoptions.check_install_build_global(options) + upgrade_strategy = "to-satisfy-only" + if options.upgrade: + upgrade_strategy = options.upgrade_strategy + + cmdoptions.check_dist_restriction(options, check_target=True) + + install_options = options.install_options or [] + + logger.verbose("Using %s", get_pip_version()) + options.use_user_site = decide_user_install( + options.use_user_site, + prefix_path=options.prefix_path, + target_dir=options.target_dir, + root_path=options.root_path, + isolated_mode=options.isolated_mode, + ) + + target_temp_dir: Optional[TempDirectory] = None + target_temp_dir_path: Optional[str] = None + if options.target_dir: + options.ignore_installed = True + options.target_dir = os.path.abspath(options.target_dir) + if ( + # fmt: off + os.path.exists(options.target_dir) and + not os.path.isdir(options.target_dir) + # fmt: on + ): + raise CommandError( + "Target path exists but is not a directory, will not continue." + ) + + # Create a target directory for using with the target option + target_temp_dir = TempDirectory(kind="target") + target_temp_dir_path = target_temp_dir.path + self.enter_context(target_temp_dir) + + global_options = options.global_options or [] + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + req_tracker = self.enter_context(get_requirement_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + + # Only when installing is it permitted to use PEP 660. + # In other circumstances (pip wheel, pip download) we generate + # regular (i.e. non editable) metadata and wheels. + for req in reqs: + req.permit_editable_wheels = True + + reject_location_related_install_options(reqs, options.install_options) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + req_tracker=req_tracker, + session=session, + finder=finder, + use_user_site=options.use_user_site, + verbosity=self.verbosity, + ) + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + use_user_site=options.use_user_site, + ignore_installed=options.ignore_installed, + ignore_requires_python=options.ignore_requires_python, + force_reinstall=options.force_reinstall, + upgrade_strategy=upgrade_strategy, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve( + reqs, check_supported_wheels=not options.target_dir + ) + + try: + pip_req = requirement_set.get_requirement("pip") + except KeyError: + modifying_pip = False + else: + # If we're not replacing an already installed pip, + # we're not modifying it. + modifying_pip = pip_req.satisfied_by is None + protect_pip_from_modification_on_windows(modifying_pip=modifying_pip) + + check_binary_allowed = get_check_binary_allowed(finder.format_control) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r, check_binary_allowed) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=[], + ) + + # If we're using PEP 517, we cannot do a legacy setup.py install + # so we fail here. + pep517_build_failure_names: List[str] = [ + r.name for r in build_failures if r.use_pep517 # type: ignore + ] + if pep517_build_failure_names: + raise InstallationError( + "Could not build wheels for {}, which is required to " + "install pyproject.toml-based projects".format( + ", ".join(pep517_build_failure_names) + ) + ) + + # For now, we just warn about failures building legacy + # requirements, as we'll fall through to a setup.py install for + # those. + for r in build_failures: + if not r.use_pep517: + r.legacy_install_reason = 8368 + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: Optional[ConflictDetails] = None + should_warn_about_conflicts = ( + not options.ignore_dependencies and options.warn_about_conflicts + ) + if should_warn_about_conflicts: + conflicts = self._determine_conflicts(to_install) + + # Don't warn about script install locations if + # --target or --prefix has been specified + warn_script_location = options.warn_script_location + if options.target_dir or options.prefix_path: + warn_script_location = False + + installed = install_given_reqs( + to_install, + install_options, + global_options, + root=options.root_path, + home=target_temp_dir_path, + prefix=options.prefix_path, + warn_script_location=warn_script_location, + use_user_site=options.use_user_site, + pycompile=options.compile, + ) + + lib_locations = get_lib_location_guesses( + user=options.use_user_site, + home=target_temp_dir_path, + root=options.root_path, + prefix=options.prefix_path, + isolated=options.isolated_mode, + ) + env = get_environment(lib_locations) + + installed.sort(key=operator.attrgetter("name")) + items = [] + for result in installed: + item = result.name + try: + installed_dist = env.get_distribution(item) + if installed_dist is not None: + item = f"{item}-{installed_dist.version}" + except Exception: + pass + items.append(item) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(items) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) # noqa + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + + warn_if_run_as_root() + return SUCCESS + + def _handle_target_dir( + self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool + ) -> None: + ensure_dir(target_dir) + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + lib_dir_list = [] + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + scheme = get_scheme("", home=target_temp_dir.path) + purelib_dir = scheme.purelib + platlib_dir = scheme.platlib + data_dir = scheme.data + + if os.path.exists(purelib_dir): + lib_dir_list.append(purelib_dir) + if os.path.exists(platlib_dir) and platlib_dir != purelib_dir: + lib_dir_list.append(platlib_dir) + if os.path.exists(data_dir): + lib_dir_list.append(data_dir) + + for lib_dir in lib_dir_list: + for item in os.listdir(lib_dir): + if lib_dir == data_dir: + ddir = os.path.join(data_dir, item) + if any(s.startswith(ddir) for s in lib_dir_list[:-1]): + continue + target_item_dir = os.path.join(target_dir, item) + if os.path.exists(target_item_dir): + if not upgrade: + logger.warning( + "Target directory %s already exists. Specify " + "--upgrade to force replacement.", + target_item_dir, + ) + continue + if os.path.islink(target_item_dir): + logger.warning( + "Target directory %s already exists and is " + "a link. pip will not automatically replace " + "links, please remove if replacement is " + "desired.", + target_item_dir, + ) + continue + if os.path.isdir(target_item_dir): + shutil.rmtree(target_item_dir) + else: + os.remove(target_item_dir) + + shutil.move(os.path.join(lib_dir, item), target_item_dir) + + def _determine_conflicts( + self, to_install: List[InstallRequirement] + ) -> Optional[ConflictDetails]: + try: + return check_install_conflicts(to_install) + except Exception: + logger.exception( + "Error while checking for conflicts. Please file an issue on " + "pip's issue tracker: https://github.com/pypa/pip/issues/new" + ) + return None + + def _warn_about_conflicts( + self, conflict_details: ConflictDetails, resolver_variant: str + ) -> None: + package_set, (missing, conflicting) = conflict_details + if not missing and not conflicting: + return + + parts: List[str] = [] + if resolver_variant == "legacy": + parts.append( + "pip's legacy dependency resolver does not consider dependency " + "conflicts when selecting packages. This behaviour is the " + "source of the following dependency conflicts." + ) + else: + assert resolver_variant == "2020-resolver" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + "{name} {version} requires {requirement}, " + "which is not installed." + ).format( + name=project_name, + version=version, + requirement=dependency[1], + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "2020-resolver" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def reject_location_related_install_options( + requirements: List[InstallRequirement], options: Optional[List[str]] +) -> None: + """If any location-changing --install-option arguments were passed for + requirements or on the command-line, then show a deprecation warning. + """ + + def format_options(option_names: Iterable[str]) -> List[str]: + return ["--{}".format(name.replace("_", "-")) for name in option_names] + + offenders = [] + + for requirement in requirements: + install_options = requirement.install_options + location_options = parse_distutils_args(install_options) + if location_options: + offenders.append( + "{!r} from {}".format( + format_options(location_options.keys()), requirement + ) + ) + + if options: + location_options = parse_distutils_args(options) + if location_options: + offenders.append( + "{!r} from command line".format(format_options(location_options.keys())) + ) + + if not offenders: + return + + raise CommandError( + "Location-changing options found in --install-option: {}." + " This is unsupported, use pip-level options like --user," + " --prefix, --root, and --target instead.".format("; ".join(offenders)) + ) + + +def create_os_error_message( + error: OSError, show_traceback: bool, using_user_site: bool +) -> str: + """Format an error message for an OSError + + It may occur anytime during the execution of the install command. + """ + parts = [] + + # Mention the error if we are not going to show a traceback + parts.append("Could not install packages due to an OSError") + if not show_traceback: + parts.append(": ") + parts.append(str(error)) + else: + parts.append(".") + + # Spilt the error indication from a helper message (if any) + parts[-1] += "\n" + + # Suggest useful actions to the user: + # (1) using user site-packages or (2) verifying the permissions + if error.errno == errno.EACCES: + user_option_part = "Consider using the `--user` option" + permissions_part = "Check the permissions" + + if not running_under_virtualenv() and not using_user_site: + parts.extend( + [ + user_option_part, + " or ", + permissions_part.lower(), + ] + ) + else: + parts.append(permissions_part) + parts.append(".\n") + + # Suggest the user to enable Long Paths if path length is + # more than 260 + if ( + WINDOWS + and error.errno == errno.ENOENT + and error.filename + and len(error.filename) > 260 + ): + parts.append( + "HINT: This error might have occurred since " + "this system does not have Windows Long Path " + "support enabled. You can find information on " + "how to enable this at " + "https://pip.pypa.io/warnings/enable-long-paths\n" + ) + + return "".join(parts).strip() + "\n" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..3a545e9 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,363 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Iterator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.metadata.base import DistributionVersion + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: DistributionVersion + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +from pip._vendor.packaging.version import parse + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help="Select the output format among: columns (default), freeze, or json", + ) + + self.cmd_opts.add_option( + "--not-required", + action="store_true", + dest="not_required", + help="List packages that are not dependencies of installed packages.", + ) + + self.cmd_opts.add_option( + "--exclude-editable", + action="store_false", + dest="include_editable", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option( + "--include-editable", + action="store_true", + dest="include_editable", + help="Include editable package from output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def _build_package_finder( + self, options: Values, session: PipSession + ) -> PackageFinder: + """ + Create a package finder appropriate to this list command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + use_deprecated_html5lib="html5lib" in options.deprecated_features_enabled, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) > parse(str(dist.version)) + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) == parse(str(dist.version)) + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Iterator["_DistWithLatestInfo"]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join(map(lambda x: "-" * x, sizes))) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, str(proj.version)] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..03ed925 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,174 @@ +import logging +import shutil +import sys +import textwrap +import xmlrpc.client +from collections import OrderedDict +from optparse import Values +from typing import TYPE_CHECKING, Dict, List, Optional + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin +from pip._internal.cli.status_codes import NO_MATCHES_FOUND, SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import get_default_environment +from pip._internal.models.index import PyPI +from pip._internal.network.xmlrpc import PipXmlrpcTransport +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import write_output + +if TYPE_CHECKING: + from typing import TypedDict + + class TransformedHit(TypedDict): + name: str + summary: str + versions: List[str] + + +logger = logging.getLogger(__name__) + + +class SearchCommand(Command, SessionCommandMixin): + """Search for PyPI packages whose name or summary contains .""" + + usage = """ + %prog [options] """ + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-i", + "--index", + dest="index", + metavar="URL", + default=PyPI.pypi_url, + help="Base URL of Python Package Index (default %default)", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + raise CommandError("Missing required argument (search query).") + query = args + pypi_hits = self.search(query, options) + hits = transform_hits(pypi_hits) + + terminal_width = None + if sys.stdout.isatty(): + terminal_width = shutil.get_terminal_size()[0] + + print_results(hits, terminal_width=terminal_width) + if pypi_hits: + return SUCCESS + return NO_MATCHES_FOUND + + def search(self, query: List[str], options: Values) -> List[Dict[str, str]]: + index_url = options.index + + session = self.get_default_session(options) + + transport = PipXmlrpcTransport(index_url, session) + pypi = xmlrpc.client.ServerProxy(index_url, transport) + try: + hits = pypi.search({"name": query, "summary": query}, "or") + except xmlrpc.client.Fault as fault: + message = "XMLRPC request failed [code: {code}]\n{string}".format( + code=fault.faultCode, + string=fault.faultString, + ) + raise CommandError(message) + assert isinstance(hits, list) + return hits + + +def transform_hits(hits: List[Dict[str, str]]) -> List["TransformedHit"]: + """ + The list from pypi is really a list of versions. We want a list of + packages with the list of versions stored inline. This converts the + list from pypi into one we can use. + """ + packages: Dict[str, "TransformedHit"] = OrderedDict() + for hit in hits: + name = hit["name"] + summary = hit["summary"] + version = hit["version"] + + if name not in packages.keys(): + packages[name] = { + "name": name, + "summary": summary, + "versions": [version], + } + else: + packages[name]["versions"].append(version) + + # if this is the highest version, replace summary and score + if version == highest_version(packages[name]["versions"]): + packages[name]["summary"] = summary + + return list(packages.values()) + + +def print_dist_installation_info(name: str, latest: str) -> None: + env = get_default_environment() + dist = env.get_distribution(name) + if dist is not None: + with indent_log(): + if dist.version == latest: + write_output("INSTALLED: %s (latest)", dist.version) + else: + write_output("INSTALLED: %s", dist.version) + if parse_version(latest).pre: + write_output( + "LATEST: %s (pre-release; install" + " with `pip install --pre`)", + latest, + ) + else: + write_output("LATEST: %s", latest) + + +def print_results( + hits: List["TransformedHit"], + name_column_width: Optional[int] = None, + terminal_width: Optional[int] = None, +) -> None: + if not hits: + return + if name_column_width is None: + name_column_width = ( + max( + [ + len(hit["name"]) + len(highest_version(hit.get("versions", ["-"]))) + for hit in hits + ] + ) + + 4 + ) + + for hit in hits: + name = hit["name"] + summary = hit["summary"] or "" + latest = highest_version(hit.get("versions", ["-"])) + if terminal_width is not None: + target_width = terminal_width - name_column_width - 5 + if target_width > 10: + # wrap and indent summary to fit terminal + summary_lines = textwrap.wrap(summary, target_width) + summary = ("\n" + " " * (name_column_width + 3)).join(summary_lines) + + name_latest = f"{name} ({latest})" + line = f"{name_latest:{name_column_width}} - {summary}" + try: + write_output(line) + print_dist_installation_info(name, latest) + except UnicodeEncodeError: + pass + + +def highest_version(versions: List[str]) -> str: + return max(versions, key=parse_version) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..d5540d6 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,178 @@ +import logging +from optparse import Values +from typing import Iterator, List, NamedTuple, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class ShowCommand(Command): + """ + Show information about one or more installed packages. + + The output is in RFC-compliant mail header format. + """ + + usage = """ + %prog [options] ...""" + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-f", + "--files", + dest="files", + action="store_true", + default=False, + help="Show the full list of installed files for each package.", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + logger.warning("ERROR: Please provide a package name or names.") + return ERROR + query = args + + results = search_packages_info(query) + if not print_results( + results, list_files=options.files, verbose=options.verbose + ): + return ERROR + return SUCCESS + + +class _PackageInfo(NamedTuple): + name: str + version: str + location: str + requires: List[str] + required_by: List[str] + installer: str + metadata_version: str + classifiers: List[str] + summary: str + homepage: str + author: str + author_email: str + license: str + entry_points: List[str] + files: Optional[List[str]] + + +def search_packages_info(query: List[str]) -> Iterator[_PackageInfo]: + """ + Gather details from installed distributions. Print distribution name, + version, location, and installed files. Installed files requires a + pip generated 'installed-files.txt' in the distributions '.egg-info' + directory. + """ + env = get_default_environment() + + installed = {dist.canonical_name: dist for dist in env.iter_distributions()} + query_names = [canonicalize_name(name) for name in query] + missing = sorted( + [name for name, pkg in zip(query, query_names) if pkg not in installed] + ) + if missing: + logger.warning("Package(s) not found: %s", ", ".join(missing)) + + def _get_requiring_packages(current_dist: BaseDistribution) -> Iterator[str]: + return ( + dist.metadata["Name"] or "UNKNOWN" + for dist in installed.values() + if current_dist.canonical_name + in {canonicalize_name(d.name) for d in dist.iter_dependencies()} + ) + + for query_name in query_names: + try: + dist = installed[query_name] + except KeyError: + continue + + requires = sorted((req.name for req in dist.iter_dependencies()), key=str.lower) + required_by = sorted(_get_requiring_packages(dist), key=str.lower) + + try: + entry_points_text = dist.read_text("entry_points.txt") + entry_points = entry_points_text.splitlines(keepends=False) + except FileNotFoundError: + entry_points = [] + + files_iter = dist.iter_declared_entries() + if files_iter is None: + files: Optional[List[str]] = None + else: + files = sorted(files_iter) + + metadata = dist.metadata + + yield _PackageInfo( + name=dist.raw_name, + version=str(dist.version), + location=dist.location or "", + requires=requires, + required_by=required_by, + installer=dist.installer, + metadata_version=dist.metadata_version or "", + classifiers=metadata.get_all("Classifier", []), + summary=metadata.get("Summary", ""), + homepage=metadata.get("Home-page", ""), + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterator[_PackageInfo], + list_files: bool, + verbose: bool, +) -> bool: + """ + Print the information from installed distributions found. + """ + results_printed = False + for i, dist in enumerate(distributions): + results_printed = True + if i > 0: + write_output("---") + + write_output("Name: %s", dist.name) + write_output("Version: %s", dist.version) + write_output("Summary: %s", dist.summary) + write_output("Home-page: %s", dist.homepage) + write_output("Author: %s", dist.author) + write_output("Author-email: %s", dist.author_email) + write_output("License: %s", dist.license) + write_output("Location: %s", dist.location) + write_output("Requires: %s", ", ".join(dist.requires)) + write_output("Required-by: %s", ", ".join(dist.required_by)) + + if verbose: + write_output("Metadata-Version: %s", dist.metadata_version) + write_output("Installer: %s", dist.installer) + write_output("Classifiers:") + for classifier in dist.classifiers: + write_output(" %s", classifier) + write_output("Entry-points:") + for entry in dist.entry_points: + write_output(" %s", entry.strip()) + if list_files: + write_output("Files:") + if dist.files is None: + write_output("Cannot locate RECORD or installed-files.txt") + else: + for line in dist.files: + write_output(" %s", line.strip()) + return results_printed diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..bb9e8e6 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,105 @@ +import logging +from optparse import Values +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin, warn_if_run_as_root +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import InstallationError +from pip._internal.req import parse_requirements +from pip._internal.req.constructors import ( + install_req_from_line, + install_req_from_parsed_requirement, +) +from pip._internal.utils.misc import protect_pip_from_modification_on_windows + +logger = logging.getLogger(__name__) + + +class UninstallCommand(Command, SessionCommandMixin): + """ + Uninstall packages. + + pip is able to uninstall most installed packages. Known exceptions are: + + - Pure distutils packages installed with ``python setup.py install``, which + leave behind no metadata to determine what files were installed. + - Script wrappers installed by ``python setup.py develop``. + """ + + usage = """ + %prog [options] ... + %prog [options] -r ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Uninstall all the packages listed in the given requirements " + "file. This option can be used multiple times." + ), + ) + self.cmd_opts.add_option( + "-y", + "--yes", + dest="yes", + action="store_true", + help="Don't ask for confirmation of uninstall deletions.", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + reqs_to_uninstall = {} + for name in args: + req = install_req_from_line( + name, + isolated=options.isolated_mode, + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + else: + logger.warning( + "Invalid requirement: %r ignored -" + " the uninstall command expects named" + " requirements.", + name, + ) + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, options=options, session=session + ): + req = install_req_from_parsed_requirement( + parsed_req, isolated=options.isolated_mode + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + if not reqs_to_uninstall: + raise InstallationError( + f"You must give at least one requirement to {self.name} (see " + f'"pip help {self.name}")' + ) + + protect_pip_from_modification_on_windows( + modifying_pip="pip" in reqs_to_uninstall + ) + + for req in reqs_to_uninstall.values(): + uninstall_pathset = req.uninstall( + auto_confirm=options.yes, + verbose=self.verbosity > 0, + ) + if uninstall_pathset: + uninstall_pathset.commit() + + warn_if_run_as_root() + return SUCCESS diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..d5b20dc --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,178 @@ +import logging +import os +import shutil +from optparse import Values +from typing import List + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import get_requirement_tracker +from pip._internal.utils.misc import ensure_dir, normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.wheel_builder import build, should_build_for_wheel_command + +logger = logging.getLogger(__name__) + + +class WheelCommand(RequirementCommand): + """ + Build Wheel archives for your requirements and dependencies. + + Wheel is a built-package format, and offers the advantage of not + recompiling your software during every install. For more details, see the + wheel docs: https://wheel.readthedocs.io/en/latest/ + + Requirements: setuptools>=0.8, and wheel. + + 'pip wheel' uses the bdist_wheel setuptools extension from the wheel + package to build individual wheels. + + """ + + usage = """ + %prog [options] ... + %prog [options] -r ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + + self.cmd_opts.add_option( + "-w", + "--wheel-dir", + dest="wheel_dir", + metavar="dir", + default=os.curdir, + help=( + "Build wheels into , where the default is the " + "current working directory." + ), + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + self.cmd_opts.add_option( + "--no-verify", + dest="no_verify", + action="store_true", + default=False, + help="Don't verify if built wheel is valid.", + ) + + self.cmd_opts.add_option(cmdoptions.build_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option(cmdoptions.require_hashes()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + cmdoptions.check_install_build_global(options) + + session = self.get_default_session(options) + + finder = self._build_package_finder(options, session) + wheel_cache = WheelCache(options.cache_dir, options.format_control) + + options.wheel_dir = normalize_path(options.wheel_dir) + ensure_dir(options.wheel_dir) + + req_tracker = self.enter_context(get_requirement_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="wheel", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + req_tracker=req_tracker, + session=session, + finder=finder, + download_dir=options.wheel_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + reqs_to_build: List[InstallRequirement] = [] + for req in requirement_set.requirements.values(): + if req.is_wheel: + preparer.save_linked_requirement(req) + elif should_build_for_wheel_command(req): + reqs_to_build.append(req) + + # build wheels + build_successes, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=(not options.no_verify), + build_options=options.build_options or [], + global_options=options.global_options or [], + ) + for req in build_successes: + assert req.link and req.link.is_wheel + assert req.local_file_path + # copy from cache to target directory + try: + shutil.copy(req.local_file_path, options.wheel_dir) + except OSError as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + build_failures.append(req) + if len(build_failures) != 0: + raise CommandError("Failed to build one or more wheels") + + return SUCCESS diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/configuration.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..a8092d1 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/configuration.py @@ -0,0 +1,366 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + "Perhaps you wanted to use 'global.{}' instead?" + ).format(name) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + try: + return self._dictionary[key] + except KeyError: + raise ConfigurationError(f"No such key - {key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + self._ensure_have_load_only() + + assert self.load_only + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + + # Modify the parser and the configuration + if not parser.has_section(section): + parser.add_section(section) + parser.set(section, name, value) + + self._config[self.load_only][key] = value + self._mark_as_modified(fname, parser) + + def unset_value(self, key: str) -> None: + """Unset a value in the configuration.""" + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {key}") + + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + if not ( + parser.has_section(section) and parser.remove_option(section, name) + ): + # The option was not removed. + raise ConfigurationError( + "Fatal Internal error [id=1]. Please report as a bug." + ) + + # The section may be empty after the option was removed. + if not parser.items(section): + parser.remove_section(section) + self._mark_as_modified(fname, parser) + + del self._config[self.load_only][key] + + def save(self) -> None: + """Save the current in-memory state.""" + self._ensure_have_load_only() + + for fname, parser in self._modified_parsers: + logger.info("Writing to %s", fname) + + # Ensure directory exists. + ensure_dir(os.path.dirname(fname)) + + with open(fname, "w") as f: + parser.write(f) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. + """ + # SMELL: Move the conditions out of this function + + # environment variables have the lowest priority + config_file = os.environ.get("PIP_CONFIG_FILE", None) + if config_file is not None: + yield kinds.ENV, [config_file] + else: + yield kinds.ENV, [] + + config_files = get_configuration_files() + + # at the base we have any global configuration + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user configuration next + should_load_user_config = not self.isolated and not ( + config_file and os.path.exists(config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # finally virtualenv configuration first trumping others + yield kinds.SITE, config_files[kinds.SITE] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py @@ -0,0 +1,21 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.distributions.sdist import SourceDistribution +from pip._internal.distributions.wheel import WheelDistribution +from pip._internal.req.req_install import InstallRequirement + + +def make_distribution_for_install_requirement( + install_req: InstallRequirement, +) -> AbstractDistribution: + """Returns a Distribution for the given InstallRequirement""" + # Editable requirements will always be source distributions. They use the + # legacy logic until we create a modern standard for them. + if install_req.editable: + return SourceDistribution(install_req) + + # If it's a wheel, it's a WheelDistribution + if install_req.is_wheel: + return WheelDistribution(install_req) + + # Otherwise, a SourceDistribution + return SourceDistribution(install_req) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74b472c7fb0eef106ee095988dd4c5bac18d81e1 GIT binary patch literal 841 zcmaJ8S%5Z<+Ywv${UaiT>s5{-*^K_Jl}1R_GBp~w|TZY-ZYxm#}ili77bP&%lo zcnO|>cX3O_D^LKlz8sh!WvrQ-$#=co&Odc7}i1kYnB`djN z6;C<0x}%)RP2E9vl~+yD$)J16uYxoneF8!013&S~pbS5HX;|*eS-kt5al1{nkjBIN1&*n{s1zhvqdb0vh*POFgwKlm@$8g$7gbHfY@5zlXLpbey1k+(% za9i_=tnLuMAlCOtT(Y+e1H&)b2R^r!g9palSX*z*-#rN}ZkCcF+zu=IGP$g`r)>kI!P&R3KEoMp=oYrs!;2TAVky z)@@#ZfOmj}EI?=Ng;_PVSVDtK(1%y%HvUKupfjQ5LTn-rlLz;OmIe+f&pM|kqLr=4 zWNiTJT#0hD2`w@TNRwqrd(p>LzJ_cZ&!}&@FwEc1db@ytn$Wfr-w(O(hCFm}O6Kc$ zr;n&y@~2!fPN$Pat^w_0`nxw>)5EJ_jyK->JK+A#zxfDkLc9f!6RJ5t92PJVdlpRi cq-x4e!BhL+=oyJAn{xX(uEU*Qj&tzyH+>)YS^xk5 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..863e5231951477ca4cc15e8b929f1aface885f51 GIT binary patch literal 1898 zcmaJ?O^+Kj7`A6-lWaEWZs}4LN~IB(HWHiR>x2+u+Xd7ED?~ZXW#o*Vjl0fxYJ2ue zJ<&=%fjIC3;JCkl|1wujoVjrT-q({!ld{y2o!1|){XFmc*rSKTK7sOM`J4DTBII}M ztdko|Z9;Nx5|YvZXl@r)H*$>J!M z4FNV$B4) zr(-UhFmqWzXMOv)U~}Qmg`@8QMsUtqao5GUHb&%5oj0%>&q5b_Re59>$7NQG7NFr& zBv>}tv+=2Pv)Bq(m1|tyTVi9%>K0&o{Hr*nS#$QA>dLjz!*DRpC8~m{c9SK9dk6^G zT3`qpF{=v^eTnamSUGQ>nb`Z;WHN&xyCk#nBp)8c`OUsSVO3G7aB*NkzeSqgp#N9Dais(9+69WI11|x zTb07py)2W3bXjIPuzVEMkris{JD0TH%rdXJEW0Fs{glk~TqKGe8#zx7bY9_ovB{}6 z#}E^}eC5=5qpH7cFfPvxzAm?rDm*TvPy6)Z&Q(`v+;Yq*tZNI}SRX+B6Uk$&zNe-K zCQ!d|sNKVPsr;iL_!q`#cty+>%$jSbi)OTRoVnRB>#rR5S|Lam#jlZvUuOgGE8&Ov>cL7&e$WRtwU#uiT@ zgmtF5L7wIYHW7*P2A z<7=?{w_gVzg-uMQm;Gqd+yh!qx|k5^gm(NqnZBTpQfKY)71cwL#Ctp@;?<863zwX+li8#?7 zIC0}0;0bsaUpes#9DrFnX;Y~%(vD|mX4l`$H=7LxJ%aK%{|;X*LVlRdx;VJm$E6>j z5=79LBs8GZ*j8*Mc3{`G9Xm-YXi@T<2uHNeh-d*lwS%^3zagW}PdrUVv>HARb)k4v z97z1iuqPC8#nv7^d2f80Tm>$1PyFqfitm$ zEu1qaXdw>703Bh8&ZI56VgtQh(Lq$b>gJ177d(zZtp959={4jEG^B-gdFskllAAXu zyVUWiPxR}@1 zg#f7=Wl3HZAiUaDwG|YlN+XIjuEf|#6?uwF-$wO;yd&?h{F3V4OQh(Oex!{Li?qgz zZ37Q`USg&5i)uzzWh1bvuMv-)NDwTXW9uCa@#Gs(W-xwz@n=~Ae#{S*O#Fi^DihNd z|9z$oHMRqMH~|&O2sF#*#VkwxDP(F2dS|&^#rOPUNRRzkhJF*-_3q#EwJcy~*;ei6 zGWVHG3s5PKeX%wp+COK(%jeatDHJS$f(u@7ww^dJT`^NTq+Po3uO!&}=jp0FsVA`7 z3QHLaCUq9qY>guu?_7zo4GlE~=4XOntLeDz*~nHK=u!rW+BC{^vQgL2s_rxs0+(=~ zS91eXwBgsW7rR%(|L^(HM%863o{ATjxl7A--;9 wimdKlPBYy<@sgohv`>fjUvrLUqyPW_ literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..123db5509fc37ca13539f4b4b3d964efe9aac569 GIT binary patch literal 4487 zcma)A&2QVt73T~oil$`6mYp=-&F->En}v!*O1hsYf^@r0vPeISpk8!Qp$mrQjAc3$ z$;?nmtjIvS-cy0?w&z6)`Ix_;r~V^z?WyP9(oNj=hN40{&Y~1%IG>L*@BQZY-Y8vM zbPag^oc)78K5ZEP!b}gE>bG>+iBAoe`b)&%#&nst4@iII6N4=<_e+Dh z+}St#tBhElrpvzy6-NTkV-CpomO z{%lj`A_(&v5xk?#Q68lUv@hRIWFEwEfc2X~qyicj?*!q!V8Cxh3FFwX^l>2hv6-)n zQIc@sKaBEiUuKc647rprF~lWSpE^`Nf+YVA88`Zb8GXt~-(-|qTa=m1`qJvxSdH7v z=5MyOb(=cM0)j`2$RC^;GiSWpV$N&5d&jgpCP3Z-m)B`+LQD)b5 zJ$OFd<{k{p0-;sv$((22Rw}%F8)kb6=S+G-o(C+*gR;ZR3WZBAPrXg91r0c8H^@1= z0f)> z>5%v0;GT$vy&GvbLafQ&!&Kapup!>#kGKebcM zUL0-qik^46SFiMBl=I7_VtQGW^Icr&cYCh`*N+OX%W|S9hbJ~_{s^^`A$J0 znzejtP*{MZ?eG^UpdEI|9-UBTjEHo9VSGVyy06=PQ}>!X)`UPm0WvVZ0wyn7!6G=< zJ|Mpb%k5cUyUSpwI)l;yg;AEcl{?b~rpIB6uGy?Ub@N8v%oiutKG~-S1pCmMm^#k7 zs;3XQh=bj6TieNFJOeZFB#gLx0;lXAAZ~nqcF=q8UH#CLqby4Wkbwub8AXEYqc(o` z*OAnuP{^tFc~Rocq0&XDXtMdC?2hji9Hl|zv6M?MNpnwTJdCz>y}&Dk&A@ZX3liqR z>GQ%M!EsyQEj;W*uF`yyr)exb^aJTA_wWlfJ*m?waNC}*!=J5C3bd12C}0X_U#*r1 ztnNXzH9pH(de7=~bp)J&8HSg95kznl!Zg{6qcE4sj?=+_3srv@hy<8ZSvzTzD03KO z$^wQK%9dKEomvIh-^YbDN+~$4J}i`c4Bi3(d=--X5oC_pBrbJ`L+nGxw25%Hi6#2Wk|n>FVs1t<`OqPc+we3 zX^BrvZ8~soIv7#)nV@5~Qfod+Dd0Ajr6v3lmLZYST(F%(n((tp>u~AYwsrp76J5nC zMZMBoq6hLjprni6t)!BjU(%Df0s;hrO}+IBb(C|(J2(^_bcKn}owVk1#s-X)2xb?s z3TOrV&b9EgZJ&QS?wy3#6BJrXe2I~5kgged8wv$(MO(jV@t&Fo2A0qp?$N|Te~2YL z#-7$Ez@l>&ej9onMrJImIeKRS7~DesW)?EIMrCb%d=`VF877Xdo&np+GeT?_GtODEU_3r(|d(5~DMU>$!X0JP@m%Nt_ zBSvTv6Pn?Vu-MO=fGCU%$TxtO3H`?SoB3N{y!*hW;HT;Mj2B68qhUJCAeM)ysrdf7 zHVNFnX!nX*m?@MqWj_ocJY~lWrWUSYB>yNA*T?vEq&@lv%dlzl5RCNxNk%&6$-39# zGz?;Sy*n2LUvE@YB(8&0)u@XcVB=1pqRL(4)x=MtOR&+TW9GrsVDY^&2&j_)VIko&%JeSes; z5k#iGYWn{DQ4r61>b}p?(Dwy8Ke2)tqEA_y5O#<+u#V&V=HkRwf8n= hsKN?P=DJnRwZgF1@w%xI;~1-?Nzum?KbNkW{{tjd^ZWn+ literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0a52b87672a8ed612cfc3a1f1ccc2291af1ce17 GIT binary patch literal 1642 zcmaJ?UymC#5MS?Z{#?lQa^+Nk0LkJlK(nCsv8oDGMMBjHQ6!}0!E)AgaTV7|o&-Iq(z=s(f}U30x|jFre%`N-@*@^~5vh*qzKB#8 zl5LU?RPRYN?*EPvqcQWRg=}Zz@LUA_w(6Yeho_l78+-{&dO>#=3uGnYPRuG4yK z*)~T0lFiSLwN#e71@Ic2RMJU4GrA5dZJjfuf|rfc=uvC4#*!3olS42pun3Co`56V5JSiH>;O)+G89$m z>!!j=Hg5&)FfRj${}mX7mD*8_yFS72{-n~_rGknQOX(IqrO$@?#`H)K#^czh7OI)= zggk$V%n7dk@l&?YHDr~%FlC)R)WwQ2wb`{c7Z%Bb44#20$^xuduH8a6*&MW)gT4LI z+0a!Z zJGdG*F=N|DG3t!iklkdP4+A#)JWc*{x9`rv?er(pRaq%fT3v+(J}(lCxf`TYgNBBr z&QuY$6*~`jjT3W>ONKHrZ;~JsTQNe-zt>(2ILP}|HSeN}4IQ6svVW%jzkA0=zAwT% zB!nLbQERnA!i66Sak-KeagJ6`2&D@lOotLXB|$~_bgFe_&d7e9a?mJmL#PgMTJq>e zDZ9~$2QiEP3Nya(XYe>5zv16O5+?$=R@zKjX0cr-_!3q&beiYEV@LDkfab{*-$g?h z`}Yssh?{3G0|GWPJ)~{ww+ None: + super().__init__() + self.req = req + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: bool + ) -> None: + raise NotImplementedError() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..be5962f --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,20 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: bool + ) -> None: + pass diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..bdaf403 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,127 @@ +import logging +from typing import Iterable, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: bool + ) -> None: + # Load pyproject.toml, to determine whether PEP 517 is to be used + self.req.load_pyproject_toml() + + # Set up the build isolation, if this requirement should be isolated + should_isolate = self.req.use_pep517 and build_isolation + if should_isolate: + # Setup an isolated environment and install the build backend static + # requirements in it. + self._prepare_build_backend(finder) + # Check that if the requirement is editable, it either supports PEP 660 or + # has a setup.py or a setup.cfg. This cannot be done earlier because we need + # to setup the build backend to verify it supports build_editable, nor can + # it be done later, because we want to avoid installing build requirements + # needlessly. Doing it here also works around setuptools generating + # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory + # without setup.py nor setup.cfg. + self.req.isolated_editable_sanity_check() + # Install the dynamic build requirements. + self._install_build_reqs(finder) + + self.req.prepare_metadata() + + def _prepare_build_backend(self, finder: PackageFinder) -> None: + # Isolate in a BuildEnvironment and install the build-time + # requirements. + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + + self.req.build_env = BuildEnvironment() + self.req.build_env.install_requirements( + finder, pyproject_requires, "overlay", kind="build dependencies" + ) + conflicting, missing = self.req.build_env.check_requirements( + self.req.requirements_to_check + ) + if conflicting: + self._raise_conflicts("PEP 517/518 supported requirements", conflicting) + if missing: + logger.warning( + "Missing build requirements in pyproject.toml for %s.", + self.req, + ) + logger.warning( + "The project does not specify a build backend, and " + "pip cannot fall back to setuptools without %s.", + " and ".join(map(repr, sorted(missing))), + ) + + def _get_build_requires_wheel(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message("Getting requirements to build wheel") + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_wheel() + + def _get_build_requires_editable(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message( + "Getting requirements to build editable" + ) + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_editable() + + def _install_build_reqs(self, finder: PackageFinder) -> None: + # Install any extra build dependencies that the backend requests. + # This must be done in a second pass, as the pyproject.toml + # dependencies must be installed before we can call the backend. + if ( + self.req.editable + and self.req.permit_editable_wheels + and self.req.supports_pyproject_editable() + ): + build_reqs = self._get_build_requires_editable() + else: + build_reqs = self._get_build_requires_wheel() + conflicting, missing = self.req.build_env.check_requirements(build_reqs) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + self.req.build_env.install_requirements( + finder, missing, "normal", kind="backend dependencies" + ) + + def _raise_conflicts( + self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]] + ) -> None: + format_string = ( + "Some build dependencies for {requirement} " + "conflict with {conflicting_with}: {description}." + ) + error_message = format_string.format( + requirement=self.req, + conflicting_with=conflicting_with, + description=", ".join( + f"{installed} is incompatible with {wanted}" + for installed, wanted in sorted(conflicting_reqs) + ), + ) + raise InstallationError(error_message) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..340b0f3 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,31 @@ +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, finder: PackageFinder, build_isolation: bool + ) -> None: + pass diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..97b9612 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,658 @@ +"""Exceptions used throughout package. + +This module MUST NOT try to import from anything within `pip._internal` to +operate. This is expected to be importable from any/all files within the +subpackage and, thus, should not depend on them. +""" + +import configparser +import re +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Dict, List, Optional, Union + +from pip._vendor.requests.models import Request, Response +from pip._vendor.rich.console import Console, ConsoleOptions, RenderResult +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +if TYPE_CHECKING: + from hashlib import _Hash + from typing import Literal + + from pip._internal.metadata import BaseDistribution + from pip._internal.req.req_install import InstallRequirement + + +# +# Scaffolding +# +def _is_kebab_case(s: str) -> bool: + return re.match(r"^[a-z]+(-[a-z]+)*$", s) is not None + + +def _prefix_with_indent( + s: Union[Text, str], + console: Console, + *, + prefix: str, + indent: str, +) -> Text: + if isinstance(s, Text): + text = s + else: + text = console.render_str(s) + + return console.render_str(prefix, overflow="ignore") + console.render_str( + f"\n{indent}", overflow="ignore" + ).join(text.split(allow_blank=True)) + + +class PipError(Exception): + """The base pip error.""" + + +class DiagnosticPipError(PipError): + """An error, that presents diagnostic information to the user. + + This contains a bunch of logic, to enable pretty presentation of our error + messages. Each error gets a unique reference. Each error can also include + additional context, a hint and/or a note -- which are presented with the + main error message in a consistent style. + + This is adapted from the error output styling in `sphinx-theme-builder`. + """ + + reference: str + + def __init__( + self, + *, + kind: 'Literal["error", "warning"]' = "error", + reference: Optional[str] = None, + message: Union[str, Text], + context: Optional[Union[str, Text]], + hint_stmt: Optional[Union[str, Text]], + note_stmt: Optional[Union[str, Text]] = None, + link: Optional[str] = None, + ) -> None: + # Ensure a proper reference is provided. + if reference is None: + assert hasattr(self, "reference"), "error reference not provided!" + reference = self.reference + assert _is_kebab_case(reference), "error reference must be kebab-case!" + + self.kind = kind + self.reference = reference + + self.message = message + self.context = context + + self.note_stmt = note_stmt + self.hint_stmt = hint_stmt + + self.link = link + + super().__init__(f"<{self.__class__.__name__}: {self.reference}>") + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__}(" + f"reference={self.reference!r}, " + f"message={self.message!r}, " + f"context={self.context!r}, " + f"note_stmt={self.note_stmt!r}, " + f"hint_stmt={self.hint_stmt!r}" + ")>" + ) + + def __rich_console__( + self, + console: Console, + options: ConsoleOptions, + ) -> RenderResult: + colour = "red" if self.kind == "error" else "yellow" + + yield f"[{colour} bold]{self.kind}[/]: [bold]{self.reference}[/]" + yield "" + + if not options.ascii_only: + # Present the main message, with relevant context indented. + if self.context is not None: + yield _prefix_with_indent( + self.message, + console, + prefix=f"[{colour}]×[/] ", + indent=f"[{colour}]│[/] ", + ) + yield _prefix_with_indent( + self.context, + console, + prefix=f"[{colour}]╰─>[/] ", + indent=f"[{colour}] [/] ", + ) + else: + yield _prefix_with_indent( + self.message, + console, + prefix="[red]×[/] ", + indent=" ", + ) + else: + yield self.message + if self.context is not None: + yield "" + yield self.context + + if self.note_stmt is not None or self.hint_stmt is not None: + yield "" + + if self.note_stmt is not None: + yield _prefix_with_indent( + self.note_stmt, + console, + prefix="[magenta bold]note[/]: ", + indent=" ", + ) + if self.hint_stmt is not None: + yield _prefix_with_indent( + self.hint_stmt, + console, + prefix="[cyan bold]hint[/]: ", + indent=" ", + ) + + if self.link is not None: + yield "" + yield f"Link: {self.link}" + + +# +# Actual Errors +# +class ConfigurationError(PipError): + """General exception in configuration""" + + +class InstallationError(PipError): + """General exception during installation""" + + +class UninstallationError(PipError): + """General exception during uninstallation""" + + +class MissingPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml has `build-system`, but no `build-system.requires`.""" + + reference = "missing-pyproject-build-system-requires" + + def __init__(self, *, package: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid pyproject.toml file.\n" + "The [build-system] table is missing the mandatory `requires` key." + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class InvalidPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml an invalid `build-system.requires`.""" + + reference = "invalid-pyproject-build-system-requires" + + def __init__(self, *, package: str, reason: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid `build-system.requires` key in " + f"pyproject.toml.\n{reason}" + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class NoneMetadataError(PipError): + """Raised when accessing a Distribution's "METADATA" or "PKG-INFO". + + This signifies an inconsistency, when the Distribution claims to have + the metadata file (if not, raise ``FileNotFoundError`` instead), but is + not actually able to produce its content. This may be due to permission + errors. + """ + + def __init__( + self, + dist: "BaseDistribution", + metadata_name: str, + ) -> None: + """ + :param dist: A Distribution object. + :param metadata_name: The name of the metadata being accessed + (can be "METADATA" or "PKG-INFO"). + """ + self.dist = dist + self.metadata_name = metadata_name + + def __str__(self) -> str: + # Use `dist` in the error message because its stringification + # includes more information, like the version and location. + return "None {} metadata found for distribution: {}".format( + self.metadata_name, + self.dist, + ) + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, error_msg: str, response: Response = None, request: Request = None + ) -> None: + """ + Initialize NetworkConnectionError with `request` and `response` + objects. + """ + self.response = response + self.request = request + self.error_msg = error_msg + if ( + self.response is not None + and not self.request + and hasattr(response, "request") + ): + self.request = self.response.request + super().__init__(error_msg, response, request) + + def __str__(self) -> str: + return str(self.error_msg) + + +class InvalidWheelFilename(InstallationError): + """Invalid wheel filename.""" + + +class UnsupportedWheel(InstallationError): + """Unsupported wheel.""" + + +class InvalidWheel(InstallationError): + """Invalid (e.g. corrupt) wheel.""" + + def __init__(self, location: str, name: str): + self.location = location + self.name = name + + def __str__(self) -> str: + return f"Wheel '{self.name}' located at {self.location} is invalid." + + +class MetadataInconsistent(InstallationError): + """Built metadata contains inconsistent information. + + This is raised when the metadata contains values (e.g. name and version) + that do not match the information previously obtained from sdist filename + or user-supplied ``#egg=`` value. + """ + + def __init__( + self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str + ) -> None: + self.ireq = ireq + self.field = field + self.f_val = f_val + self.m_val = m_val + + def __str__(self) -> str: + template = ( + "Requested {} has inconsistent {}: " + "filename has {!r}, but metadata has {!r}" + ) + return template.format(self.ireq, self.field, self.f_val, self.m_val) + + +class LegacyInstallFailure(DiagnosticPipError): + """Error occurred while executing `setup.py install`""" + + reference = "legacy-install-failure" + + def __init__(self, package_details: str) -> None: + super().__init__( + message="Encountered error while trying to install package.", + context=package_details, + hint_stmt="See above for output from the failure.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + +class InstallationSubprocessError(DiagnosticPipError, InstallationError): + """A subprocess call failed.""" + + reference = "subprocess-exited-with-error" + + def __init__( + self, + *, + command_description: str, + exit_code: int, + output_lines: Optional[List[str]], + ) -> None: + if output_lines is None: + output_prompt = Text("See above for output.") + else: + output_prompt = ( + Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") + + Text("".join(output_lines)) + + Text.from_markup(R"[red]\[end of output][/]") + ) + + super().__init__( + message=( + f"[green]{escape(command_description)}[/] did not run successfully.\n" + f"exit code: {exit_code}" + ), + context=output_prompt, + hint_stmt=None, + note_stmt=( + "This error originates from a subprocess, and is likely not a " + "problem with pip." + ), + ) + + self.command_description = command_description + self.exit_code = exit_code + + def __str__(self) -> str: + return f"{self.command_description} exited with {self.exit_code}" + + +class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super(InstallationSubprocessError, self).__init__( + message="Encountered error while generating package metadata.", + context=escape(package_details), + hint_stmt="See above for details.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + def __str__(self) -> str: + return "metadata generation failed" + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self) -> None: + self.errors: List["HashError"] = [] + + def append(self, error: "HashError") -> None: + self.errors.append(error) + + def __str__(self) -> str: + lines = [] + self.errors.sort(key=lambda e: e.order) + for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): + lines.append(cls.head) + lines.extend(e.body() for e in errors_of_cls) + if lines: + return "\n".join(lines) + return "" + + def __bool__(self) -> bool: + return bool(self.errors) + + +class HashError(InstallationError): + """ + A failure to verify a package against known-good hashes + + :cvar order: An int sorting hash exception classes by difficulty of + recovery (lower being harder), so the user doesn't bother fretting + about unpinned packages when he has deeper issues, like VCS + dependencies, to deal with. Also keeps error reports in a + deterministic order. + :cvar head: A section heading for display above potentially many + exceptions of this kind + :ivar req: The InstallRequirement that triggered this error. This is + pasted on after the exception is instantiated, because it's not + typically available earlier. + + """ + + req: Optional["InstallRequirement"] = None + head = "" + order: int = -1 + + def body(self) -> str: + """Return a summary of me for display under the heading. + + This default implementation simply prints a description of the + triggering requirement. + + :param req: The InstallRequirement that provoked this error, with + its link already populated by the resolver's _populate_link(). + + """ + return f" {self._requirement_name()}" + + def __str__(self) -> str: + return f"{self.head}\n{self.body()}" + + def _requirement_name(self) -> str: + """Return a description of the requirement that triggered me. + + This default implementation returns long description of the req, with + line numbers + + """ + return str(self.req) if self.req else "unknown package" + + +class VcsHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 0 + head = ( + "Can't verify hashes for these requirements because we don't " + "have a way to hash version control repositories:" + ) + + +class DirectoryUrlHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 1 + head = ( + "Can't verify hashes for these file:// requirements because they " + "point to directories:" + ) + + +class HashMissing(HashError): + """A hash was needed for a requirement but is absent.""" + + order = 2 + head = ( + "Hashes are required in --require-hashes mode, but they are " + "missing from some requirements. Here is a list of those " + "requirements along with the hashes their downloaded archives " + "actually had. Add lines like these to your requirements files to " + "prevent tampering. (If you did not enable --require-hashes " + "manually, note that it turns on automatically when any package " + "has a hash.)" + ) + + def __init__(self, gotten_hash: str) -> None: + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self) -> str: + # Dodge circular import. + from pip._internal.utils.hashes import FAVORITE_HASH + + package = None + if self.req: + # In the case of URL-based requirements, display the original URL + # seen in the requirements file rather than the package name, + # so the output can be directly copied into the requirements file. + package = ( + self.req.original_link + if self.req.original_link + # In case someone feeds something downright stupid + # to InstallRequirement's constructor. + else getattr(self.req, "req", None) + ) + return " {} --hash={}:{}".format( + package or "unknown package", FAVORITE_HASH, self.gotten_hash + ) + + +class HashUnpinned(HashError): + """A requirement had a hash specified but was not pinned to a specific + version.""" + + order = 3 + head = ( + "In --require-hashes mode, all requirements must have their " + "versions pinned with ==. These do not:" + ) + + +class HashMismatch(HashError): + """ + Distribution file hash values don't match. + + :ivar package_name: The name of the package that triggered the hash + mismatch. Feel free to write to this after the exception is raise to + improve its error message. + + """ + + order = 4 + head = ( + "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " + "FILE. If you have updated the package versions, please update " + "the hashes. Otherwise, examine the package contents carefully; " + "someone may have tampered with them." + ) + + def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: + """ + :param allowed: A dict of algorithm names pointing to lists of allowed + hex digests + :param gots: A dict of algorithm names pointing to hashes we + actually got from the files under suspicion + """ + self.allowed = allowed + self.gots = gots + + def body(self) -> str: + return " {}:\n{}".format(self._requirement_name(), self._hash_comparison()) + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend( + (" Expected {} {}".format(next(prefix), e)) for e in expecteds + ) + lines.append( + " Got {}\n".format(self.gots[hash_name].hexdigest()) + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..7a17b7b --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3f808d418c3c0d0035c8785388f9620cc4e0a02 GIT binary patch literal 268 zcmYjMyG{c^4BShTQ>4^%C~bcMct;D*!^=fzX;u{eE!58o^Y55B( zd;z3b@>t{1SYsKFM@H*Ce$u7Rub!M&rQ}{a*9zV|8(%${>EQKZ89ePL9111t3QL$c z@icmzR>vWt7l-&^(m-7&_cSv;DR`hhhu%$iQlxe L=>N-o%G&$@CCg9Q literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9607031d3d8daa4ec4c997af92ea2a526fa23215 GIT binary patch literal 19347 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%0A+}6J5z#U|jTfFX6n!n0 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 XPfg5D%qPA)@tMSz`L}!Q(Ek4mnW^(f literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cd3a0588e011980aee0cb91e0781cbf9e8040c95 GIT binary patch literal 7161 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py new file mode 100644 index 0000000..4ecbb33 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,648 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import cgi +import collections +import functools +import itertools +import logging +import os +import re +import urllib.parse +import urllib.request +import xml.etree.ElementTree +from html.parser import HTMLParser +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import html5lib, requests +from pip._vendor.requests import Response +from pip._vendor.requests.exceptions import RetryError, SSLError + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import pairwise, redact_auth_from_url +from pip._internal.vcs import vcs + +from .sources import CandidatesFromPage, LinkSource, build_source + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +logger = logging.getLogger(__name__) + +HTMLElement = xml.etree.ElementTree.Element +ResponseHeaders = MutableMapping[str, str] + + +def _match_vcs_scheme(url: str) -> Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotHTML(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_html_header(response: Response) -> None: + """Check the Content-Type header to ensure the response contains HTML. + + Raises `_NotHTML` if the content type is not text/html. + """ + content_type = response.headers.get("Content-Type", "") + if not content_type.lower().startswith("text/html"): + raise _NotHTML(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_html_response(url: str, session: PipSession) -> None: + """Send a HEAD request to the URL, and ensure the response contains HTML. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotHTML` if the content type is not text/html. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_html_header(resp) + + +def _get_html_response(url: str, session: PipSession) -> Response: + """Access an HTML page with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML, to avoid downloading a large file. + Raise `_NotHTTP` if the content type cannot be determined, or + `_NotHTML` if it is not HTML. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got HTML, and raise + `_NotHTML` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_html_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": "text/html", + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is HTML + # or not. However we can check after we've downloaded it. + _ensure_html_header(resp) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + content_type, params = cgi.parse_header(headers["Content-Type"]) + if "charset" in params: + return params["charset"] + return None + + +def _determine_base_url(document: HTMLElement, page_url: str) -> str: + """Determine the HTML document's base URL. + + This looks for a ```` tag in the HTML document. If present, its href + attribute denotes the base URL of anchor tags in the document. If there is + no such tag (or if it does not have a valid href attribute), the HTML + file's URL is used as the base URL. + + :param document: An HTML document representation. The current + implementation expects the result of ``html5lib.parse()``. + :param page_url: The URL of the HTML document. + + TODO: Remove when `html5lib` is dropped. + """ + for base in document.findall(".//base"): + href = base.get("href") + if href is not None: + return href + return page_url + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _clean_link(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path;parameters?query#fragment`. + result = urllib.parse.urlparse(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunparse(result._replace(path=path)) + + +def _create_link_from_element( + element_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, +) -> Optional[Link]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = element_attribs.get("href") + if not href: + return None + + url = _clean_link(urllib.parse.urljoin(base_url, href)) + pyrequire = element_attribs.get("data-requires-python") + yanked_reason = element_attribs.get("data-yanked") + + link = Link( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + ) + + return link + + +class CacheablePageContent: + def __init__(self, page: "HTMLPage") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__( + self, page: "HTMLPage", use_deprecated_html5lib: bool + ) -> Iterable[Link]: + ... + + +def with_cached_html_pages(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an HTMLPage, cache the + function's result (keyed by CacheablePageContent), unless the HTMLPage + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper( + cacheable_page: CacheablePageContent, use_deprecated_html5lib: bool + ) -> List[Link]: + return list(fn(cacheable_page.page, use_deprecated_html5lib)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "HTMLPage", use_deprecated_html5lib: bool) -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page), use_deprecated_html5lib) + return list(fn(page, use_deprecated_html5lib)) + + return wrapper_wrapper + + +def _parse_links_html5lib(page: "HTMLPage") -> Iterable[Link]: + """ + Parse an HTML document, and yield its anchor elements as Link objects. + + TODO: Remove when `html5lib` is dropped. + """ + document = html5lib.parse( + page.content, + transport_encoding=page.encoding, + namespaceHTMLElements=False, + ) + + url = page.url + base_url = _determine_base_url(document, url) + for anchor in document.findall(".//a"): + link = _create_link_from_element( + anchor.attrib, + page_url=url, + base_url=base_url, + ) + if link is None: + continue + yield link + + +@with_cached_html_pages +def parse_links(page: "HTMLPage", use_deprecated_html5lib: bool) -> Iterable[Link]: + """ + Parse an HTML document, and yield its anchor elements as Link objects. + """ + encoding = page.encoding or "utf-8" + + # Check if the page starts with a valid doctype, to decide whether to use + # http.parser or (deprecated) html5lib for parsing -- unless explicitly + # requested to use html5lib. + if not use_deprecated_html5lib: + expected_doctype = "".encode(encoding) + actual_start = page.content[: len(expected_doctype)] + if actual_start.decode(encoding).lower() != "": + deprecated( + reason=( + f"The HTML index page being used ({page.url}) is not a proper " + "HTML 5 document. This is in violation of PEP 503 which requires " + "these pages to be well-formed HTML 5 documents. Please reach out " + "to the owners of this index page, and ask them to update this " + "index page to a valid HTML 5 document." + ), + replacement=None, + gone_in="22.2", + issue=10825, + ) + use_deprecated_html5lib = True + + if use_deprecated_html5lib: + yield from _parse_links_html5lib(page) + return + + parser = HTMLLinkParser() + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = _create_link_from_element( + anchor, + page_url=url, + base_url=base_url, + ) + if link is None: + continue + yield link + + +class HTMLPage: + """Represents one page, along with its URL""" + + def __init__( + self, + content: bytes, + encoding: Optional[str], + url: str, + cache_link_parsing: bool = True, + ) -> None: + """ + :param encoding: the encoding to decode the given content. + :param url: the URL from which the HTML was downloaded. + :param cache_link_parsing: whether links parsed from this page's url + should be cached. PyPI index urls should + have this set to False, for example. + """ + self.content = content + self.encoding = encoding + self.url = url + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, *args: Any, **kwargs: Any) -> None: + super().__init__(*args, **kwargs) + self._seen_decl = False + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_decl(self, decl: str) -> None: + if decl.lower() != "doctype html": + self._raise_error() + self._seen_decl = True + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if not self._seen_decl: + self._raise_error() + + if tag == "base" and self.base_url is None: + href = self.get_href(attrs) + if href is not None: + self.base_url = href + elif tag == "a": + self.anchors.append(dict(attrs)) + + def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: + for name, value in attrs: + if name == "href": + return value + return None + + def _raise_error(self) -> None: + raise ValueError( + "HTML doctype missing or incorrect. Expected .\n\n" + "If you believe this error to be incorrect, try passing the " + "command line option --use-deprecated=html5lib and please leave " + "a comment on the pip issue at https://github.com/pypa/pip/issues/10825." + ) + + +def _handle_get_page_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_html_page(response: Response, cache_link_parsing: bool = True) -> HTMLPage: + encoding = _get_encoding_from_headers(response.headers) + return HTMLPage( + response.content, + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_html_page( + link: Link, session: Optional[PipSession] = None +) -> Optional["HTMLPage"]: + if session is None: + raise TypeError( + "_get_html_page() missing 1 required keyword argument: 'session'" + ) + + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_html_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotHTML as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s." + "The only supported Content-Type is text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_page_fail(link, exc) + except RetryError as exc: + _handle_get_page_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_page_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_page_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_page_fail(link, "timed out") + else: + return _make_html_page(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_page(self, location: Link) -> Optional[HTMLPage]: + """ + Fetch an HTML page containing package links. + """ + return _get_html_page(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..223d06d --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1004 @@ +"""Routines related to PyPI, indexes""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import functools +import itertools +import logging +import re +from typing import FrozenSet, Iterable, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import _BaseVersion +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + InvalidWheelFilename, + UnsupportedWheel, +) +from pip._internal.index.collector import LinkCollector, parse_links +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.models.wheel import Wheel +from pip._internal.req import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import build_netloc +from pip._internal.utils.packaging import check_requires_python +from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS + +__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"] + + +logger = getLogger(__name__) + +BuildTag = Union[Tuple[()], Tuple[int, str]] +CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag] + + +def _check_link_requires_python( + link: Link, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> bool: + """ + Return whether the given Python version is compatible with a link's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + """ + try: + is_compatible = check_requires_python( + link.requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier: + logger.debug( + "Ignoring invalid Requires-Python (%r) for link: %s", + link.requires_python, + link, + ) + else: + if not is_compatible: + version = ".".join(map(str, version_info)) + if not ignore_requires_python: + logger.verbose( + "Link requires a different Python (%s not in: %r): %s", + version, + link.requires_python, + link, + ) + return False + + logger.debug( + "Ignoring failed Requires-Python check (%s not in: %r) for link: %s", + version, + link.requires_python, + link, + ) + + return True + + +class LinkEvaluator: + + """ + Responsible for evaluating links for a particular project. + """ + + _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$") + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + project_name: str, + canonical_name: str, + formats: FrozenSet[str], + target_python: TargetPython, + allow_yanked: bool, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + :param project_name: The user supplied package name. + :param canonical_name: The canonical package name. + :param formats: The formats allowed for this package. Should be a set + with 'binary' or 'source' or both in it. + :param target_python: The target Python interpreter to use when + evaluating link compatibility. This is used, for example, to + check wheel compatibility, as well as when checking the Python + version, e.g. the Python version embedded in a link filename + (or egg fragment) and against an HTML link's optional PEP 503 + "data-requires-python" attribute. + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param ignore_requires_python: Whether to ignore incompatible + PEP 503 "data-requires-python" values in HTML links. Defaults + to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self._allow_yanked = allow_yanked + self._canonical_name = canonical_name + self._ignore_requires_python = ignore_requires_python + self._formats = formats + self._target_python = target_python + + self.project_name = project_name + + def evaluate_link(self, link: Link) -> Tuple[bool, Optional[str]]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (is_candidate, result), where `result` is (1) a + version string if `is_candidate` is True, and (2) if + `is_candidate` is False, an optional string to log the reason + the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or "" + return (False, f"yanked for reason: {reason}") + + if link.egg_fragment: + egg_info = link.egg_fragment + ext = link.ext + else: + egg_info, ext = link.splitext() + if not ext: + return (False, "not a file") + if ext not in SUPPORTED_EXTENSIONS: + return (False, f"unsupported archive format: {ext}") + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = "No binaries permitted for {}".format(self.project_name) + return (False, reason) + if "macosx10" in link.path and ext == ".zip": + return (False, "macosx10 one") + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return (False, "invalid wheel filename") + if canonicalize_name(wheel.name) != self._canonical_name: + reason = "wrong project name (not {})".format(self.project_name) + return (False, reason) + + supported_tags = self._target_python.get_tags() + if not wheel.supported(supported_tags): + # Include the wheel's tags in the reason string to + # simplify troubleshooting compatibility issues. + file_tags = wheel.get_formatted_file_tags() + reason = ( + "none of the wheel's tags ({}) are compatible " + "(run pip debug --verbose to show compatible tags)".format( + ", ".join(file_tags) + ) + ) + return (False, reason) + + version = wheel.version + + # This should be up by the self.ok_binary check, but see issue 2700. + if "source" not in self._formats and ext != WHEEL_EXTENSION: + reason = f"No sources permitted for {self.project_name}" + return (False, reason) + + if not version: + version = _extract_version_from_fragment( + egg_info, + self._canonical_name, + ) + if not version: + reason = f"Missing project version for {self.project_name}" + return (False, reason) + + match = self._py_version_re.search(version) + if match: + version = version[: match.start()] + py_version = match.group(1) + if py_version != self._target_python.py_version: + return (False, "Python version is incorrect") + + supports_python = _check_link_requires_python( + link, + version_info=self._target_python.py_version_info, + ignore_requires_python=self._ignore_requires_python, + ) + if not supports_python: + # Return None for the reason text to suppress calling + # _log_skipped_link(). + return (False, None) + + logger.debug("Found link %s, version: %s", link, version) + + return (True, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: Hashes, + project_name: str, +) -> List[InstallationCandidate]: + """ + Filter out candidates whose hashes aren't allowed, and return a new + list of candidates. + + If at least one candidate has an allowed hash, then all candidates with + either an allowed hash or no hash specified are returned. Otherwise, + the given candidates are returned. + + Including the candidates with no hash specified when there is a match + allows a warning to be logged if there is a more preferred candidate + with no hash specified. Returning all candidates in the case of no + matches lets pip report the hash of the candidate that would otherwise + have been installed (e.g. permitting the user to more easily update + their requirements file with the desired hash). + """ + if not hashes: + logger.debug( + "Given no hashes to check %s links for project %r: " + "discarding no candidates", + len(candidates), + project_name, + ) + # Make sure we're not returning back the given value. + return list(candidates) + + matches_or_no_digest = [] + # Collect the non-matches for logging purposes. + non_matches = [] + match_count = 0 + for candidate in candidates: + link = candidate.link + if not link.has_hash: + pass + elif link.is_hash_allowed(hashes=hashes): + match_count += 1 + else: + non_matches.append(candidate) + continue + + matches_or_no_digest.append(candidate) + + if match_count: + filtered = matches_or_no_digest + else: + # Make sure we're not returning back the given value. + filtered = list(candidates) + + if len(filtered) == len(candidates): + discard_message = "discarding no candidates" + else: + discard_message = "discarding {} non-matches:\n {}".format( + len(non_matches), + "\n ".join(str(candidate.link) for candidate in non_matches), + ) + + logger.debug( + "Checked %s links for project %r against %s hashes " + "(%s matches, %s no digest): %s", + len(candidates), + project_name, + hashes.digest_count, + match_count, + len(matches_or_no_digest) - match_count, + discard_message, + ) + + return filtered + + +class CandidatePreferences: + + """ + Encapsulates some of the preferences for filtering and sorting + InstallationCandidate objects. + """ + + def __init__( + self, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + ) -> None: + """ + :param allow_all_prereleases: Whether to allow all pre-releases. + """ + self.allow_all_prereleases = allow_all_prereleases + self.prefer_binary = prefer_binary + + +class BestCandidateResult: + """A collection of candidates, returned by `PackageFinder.find_best_candidate`. + + This class is only intended to be instantiated by CandidateEvaluator's + `compute_best_candidate()` method. + """ + + def __init__( + self, + candidates: List[InstallationCandidate], + applicable_candidates: List[InstallationCandidate], + best_candidate: Optional[InstallationCandidate], + ) -> None: + """ + :param candidates: A sequence of all available candidates found. + :param applicable_candidates: The applicable candidates. + :param best_candidate: The most preferred candidate found, or None + if no applicable candidates were found. + """ + assert set(applicable_candidates) <= set(candidates) + + if best_candidate is None: + assert not applicable_candidates + else: + assert best_candidate in applicable_candidates + + self._applicable_candidates = applicable_candidates + self._candidates = candidates + + self.best_candidate = best_candidate + + def iter_all(self) -> Iterable[InstallationCandidate]: + """Iterate through all candidates.""" + return iter(self._candidates) + + def iter_applicable(self) -> Iterable[InstallationCandidate]: + """Iterate through the applicable candidates.""" + return iter(self._applicable_candidates) + + +class CandidateEvaluator: + + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: Optional[TargetPython] = None, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> "CandidateEvaluator": + """Create a CandidateEvaluator object. + + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + :param hashes: An optional collection of allowed hashes. + """ + if target_python is None: + target_python = TargetPython() + if specifier is None: + specifier = specifiers.SpecifierSet() + + supported_tags = target_python.get_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + versions = { + str(v) + for v in specifier.filter( + # We turn the version object into a str here because otherwise + # when we're debundled but setuptools isn't, Python will see + # packaging.version.Version and + # pkg_resources._vendor.packaging.version.Version as different + # types. This way we'll use a str as a common data interchange + # format. If we stop using the pkg_resources provided specifier + # and start using our own, we can drop the cast to str(). + (str(c.version) for c in candidates), + prereleases=allow_prereleases, + ) + } + + # Again, converting version to str to deal with debundling. + applicable_candidates = [c for c in candidates if str(c.version) in versions] + + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + "{} is not a supported wheel for this platform. It " + "can't be sorted.".format(wheel.filename) + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + build_tag_groups = match.groups() + build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) + else: # sdist + pri = -(support_num) + has_allowed_hash = int(link.is_hash_allowed(self._hashes)) + yank_value = -1 * int(link.is_yanked) # -1 for yanked. + return ( + has_allowed_hash, + yank_value, + binary_preference, + candidate.version, + pri, + build_tag, + ) + + def sort_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> Optional[InstallationCandidate]: + """ + Return the best candidate per the instance's sort order, or None if + no candidate is acceptable. + """ + if not candidates: + return None + best_candidate = max(candidates, key=self._sort_key) + return best_candidate + + def compute_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> BestCandidateResult: + """ + Compute and return a `BestCandidateResult` instance. + """ + applicable_candidates = self.get_applicable_candidates(candidates) + + best_candidate = self.sort_best_candidate(applicable_candidates) + + return BestCandidateResult( + candidates, + applicable_candidates=applicable_candidates, + best_candidate=best_candidate, + ) + + +class PackageFinder: + """This finds packages. + + This is meant to match easy_install's technique for looking for + packages, by reading pages and looking for appropriate links. + """ + + def __init__( + self, + link_collector: LinkCollector, + target_python: TargetPython, + allow_yanked: bool, + use_deprecated_html5lib: bool, + format_control: Optional[FormatControl] = None, + candidate_prefs: Optional[CandidatePreferences] = None, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + This constructor is primarily meant to be used by the create() class + method and from tests. + + :param format_control: A FormatControl object, used to control + the selection of source packages / binary packages when consulting + the index and links. + :param candidate_prefs: Options to use when creating a + CandidateEvaluator object. + """ + if candidate_prefs is None: + candidate_prefs = CandidatePreferences() + + format_control = format_control or FormatControl(set(), set()) + + self._allow_yanked = allow_yanked + self._candidate_prefs = candidate_prefs + self._ignore_requires_python = ignore_requires_python + self._link_collector = link_collector + self._target_python = target_python + self._use_deprecated_html5lib = use_deprecated_html5lib + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Link] = set() + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + @classmethod + def create( + cls, + link_collector: LinkCollector, + selection_prefs: SelectionPreferences, + target_python: Optional[TargetPython] = None, + *, + use_deprecated_html5lib: bool, + ) -> "PackageFinder": + """Create a PackageFinder. + + :param selection_prefs: The candidate selection preferences, as a + SelectionPreferences object. + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + allow_all_prereleases=selection_prefs.allow_all_prereleases, + ) + + return cls( + candidate_prefs=candidate_prefs, + link_collector=link_collector, + target_python=target_python, + allow_yanked=selection_prefs.allow_yanked, + format_control=selection_prefs.format_control, + ignore_requires_python=selection_prefs.ignore_requires_python, + use_deprecated_html5lib=use_deprecated_html5lib, + ) + + @property + def target_python(self) -> TargetPython: + return self._target_python + + @property + def search_scope(self) -> SearchScope: + return self._link_collector.search_scope + + @search_scope.setter + def search_scope(self, search_scope: SearchScope) -> None: + self._link_collector.search_scope = search_scope + + @property + def find_links(self) -> List[str]: + return self._link_collector.find_links + + @property + def index_urls(self) -> List[str]: + return self.search_scope.index_urls + + @property + def trusted_hosts(self) -> Iterable[str]: + for host_port in self._link_collector.session.pip_trusted_origins: + yield build_netloc(*host_port) + + @property + def allow_all_prereleases(self) -> bool: + return self._candidate_prefs.allow_all_prereleases + + def set_allow_all_prereleases(self) -> None: + self._candidate_prefs.allow_all_prereleases = True + + @property + def prefer_binary(self) -> bool: + return self._candidate_prefs.prefer_binary + + def set_prefer_binary(self) -> None: + self._candidate_prefs.prefer_binary = True + + def make_link_evaluator(self, project_name: str) -> LinkEvaluator: + canonical_name = canonicalize_name(project_name) + formats = self.format_control.get_allowed_formats(canonical_name) + + return LinkEvaluator( + project_name=project_name, + canonical_name=canonical_name, + formats=formats, + target_python=self._target_python, + allow_yanked=self._allow_yanked, + ignore_requires_python=self._ignore_requires_python, + ) + + def _sort_links(self, links: Iterable[Link]) -> List[Link]: + """ + Returns elements of links in order, non-egg links first, egg links + second, while eliminating duplicates + """ + eggs, no_eggs = [], [] + seen: Set[Link] = set() + for link in links: + if link not in seen: + seen.add(link) + if link.egg_fragment: + eggs.append(link) + else: + no_eggs.append(link) + return no_eggs + eggs + + def _log_skipped_link(self, link: Link, reason: str) -> None: + if link not in self._logged_links: + # Put the link at the end so the reason is more visible and because + # the link string is usually very long. + logger.debug("Skipping link: %s: %s", reason, link) + self._logged_links.add(link) + + def get_install_candidate( + self, link_evaluator: LinkEvaluator, link: Link + ) -> Optional[InstallationCandidate]: + """ + If the link is a candidate for install, convert it to an + InstallationCandidate and return it. Otherwise, return None. + """ + is_candidate, result = link_evaluator.evaluate_link(link) + if not is_candidate: + if result: + self._log_skipped_link(link, reason=result) + return None + + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=result, + ) + + def evaluate_links( + self, link_evaluator: LinkEvaluator, links: Iterable[Link] + ) -> List[InstallationCandidate]: + """ + Convert links that are candidates to InstallationCandidate objects. + """ + candidates = [] + for link in self._sort_links(links): + candidate = self.get_install_candidate(link_evaluator, link) + if candidate is not None: + candidates.append(candidate) + + return candidates + + def process_project_url( + self, project_url: Link, link_evaluator: LinkEvaluator + ) -> List[InstallationCandidate]: + logger.debug( + "Fetching project page and analyzing links: %s", + project_url, + ) + html_page = self._link_collector.fetch_page(project_url) + if html_page is None: + return [] + + page_links = list(parse_links(html_page, self._use_deprecated_html5lib)) + + with indent_log(): + package_links = self.evaluate_links( + link_evaluator, + links=page_links, + ) + + return package_links + + @functools.lru_cache(maxsize=None) + def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]: + """Find all available InstallationCandidate for project_name + + This checks index_urls and find_links. + All versions found are returned as an InstallationCandidate list. + + See LinkEvaluator.evaluate_link() for details on which files + are accepted. + """ + link_evaluator = self.make_link_evaluator(project_name) + + collected_sources = self._link_collector.collect_sources( + project_name=project_name, + candidates_from_page=functools.partial( + self.process_project_url, + link_evaluator=link_evaluator, + ), + ) + + page_candidates_it = itertools.chain.from_iterable( + source.page_candidates() + for sources in collected_sources + for source in sources + if source is not None + ) + page_candidates = list(page_candidates_it) + + file_links_it = itertools.chain.from_iterable( + source.file_links() + for sources in collected_sources + for source in sources + if source is not None + ) + file_candidates = self.evaluate_links( + link_evaluator, + sorted(file_links_it, reverse=True), + ) + + if logger.isEnabledFor(logging.DEBUG) and file_candidates: + paths = [] + for candidate in file_candidates: + assert candidate.link.url # we need to have a URL + try: + paths.append(candidate.link.file_path) + except Exception: + paths.append(candidate.link.url) # it's not a local file + + logger.debug("Local files found: %s", ", ".join(paths)) + + # This is an intentional priority ordering + return file_candidates + page_candidates + + def make_candidate_evaluator( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> CandidateEvaluator: + """Create a CandidateEvaluator object to use.""" + candidate_prefs = self._candidate_prefs + return CandidateEvaluator.create( + project_name=project_name, + target_python=self._target_python, + prefer_binary=candidate_prefs.prefer_binary, + allow_all_prereleases=candidate_prefs.allow_all_prereleases, + specifier=specifier, + hashes=hashes, + ) + + @functools.lru_cache(maxsize=None) + def find_best_candidate( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> BestCandidateResult: + """Find matches for the given project and specifier. + + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + + :return: A `BestCandidateResult` instance. + """ + candidates = self.find_all_candidates(project_name) + candidate_evaluator = self.make_candidate_evaluator( + project_name=project_name, + specifier=specifier, + hashes=hashes, + ) + return candidate_evaluator.compute_best_candidate(candidates) + + def find_requirement( + self, req: InstallRequirement, upgrade: bool + ) -> Optional[InstallationCandidate]: + """Try to find a Link matching req + + Expects req, an InstallRequirement and upgrade, a boolean + Returns a InstallationCandidate if found, + Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise + """ + hashes = req.hashes(trust_internet=False) + best_candidate_result = self.find_best_candidate( + req.name, + specifier=req.specifier, + hashes=hashes, + ) + best_candidate = best_candidate_result.best_candidate + + installed_version: Optional[_BaseVersion] = None + if req.satisfied_by is not None: + installed_version = req.satisfied_by.version + + def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str: + # This repeated parse_version and str() conversion is needed to + # handle different vendoring sources from pip and pkg_resources. + # If we stop using the pkg_resources provided specifier and start + # using our own, we can drop the cast to str(). + return ( + ", ".join( + sorted( + {str(c.version) for c in cand_iter}, + key=parse_version, + ) + ) + or "none" + ) + + if installed_version is None and best_candidate is None: + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req, + _format_versions(best_candidate_result.iter_all()), + ) + + raise DistributionNotFound( + "No matching distribution found for {}".format(req) + ) + + best_installed = False + if installed_version and ( + best_candidate is None or best_candidate.version <= installed_version + ): + best_installed = True + + if not upgrade and installed_version is not None: + if best_installed: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + else: + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + return None + + if best_installed: + # We have an existing version, and its the best version + logger.debug( + "Installed version (%s) is most up-to-date (past versions: %s)", + installed_version, + _format_versions(best_candidate_result.iter_applicable()), + ) + raise BestVersionAlreadyInstalled + + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: + """Parse the version string from a + filename + "fragment" (stem) or egg fragment. + + :param fragment: The string to parse. E.g. foo-2.1 + :param canonical_name: The canonicalized name of the package this + belongs to. + """ + try: + version_start = _find_name_version_sep(fragment, canonical_name) + 1 + except ValueError: + return None + version = fragment[version_start:] + if not version: + return None + return version diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..eec3f12 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,224 @@ +import logging +import mimetypes +import os +import pathlib +from typing import Callable, Iterable, Optional, Tuple + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._path = pathlib.Path(os.path.realpath(path)) + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if not _is_html_file(url): + continue + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if _is_html_file(url): + continue + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, +) -> Tuple[Optional[str], Optional[LinkSource]]: + + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..ac0c166 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,520 @@ +import functools +import logging +import os +import pathlib +import sys +import sysconfig +from typing import Any, Dict, Iterator, List, Optional, Tuple + +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.virtualenv import running_under_virtualenv + +from . import _distutils, _sysconfig +from .base import ( + USER_CACHE_DIR, + get_major_minor_version, + get_src_prefix, + is_osx_framework, + site_packages, + user_site, +) + +__all__ = [ + "USER_CACHE_DIR", + "get_bin_prefix", + "get_bin_user", + "get_major_minor_version", + "get_platlib", + "get_prefixed_libs", + "get_purelib", + "get_scheme", + "get_src_prefix", + "site_packages", + "user_site", +] + + +logger = logging.getLogger(__name__) + + +_PLATLIBDIR: str = getattr(sys, "platlibdir", "lib") + +_USE_SYSCONFIG_DEFAULT = sys.version_info >= (3, 10) + + +def _should_use_sysconfig() -> bool: + """This function determines the value of _USE_SYSCONFIG. + + By default, pip uses sysconfig on Python 3.10+. + But Python distributors can override this decision by setting: + sysconfig._PIP_USE_SYSCONFIG = True / False + Rationale in https://github.com/pypa/pip/issues/10647 + + This is a function for testability, but should be constant during any one + run. + """ + return bool(getattr(sysconfig, "_PIP_USE_SYSCONFIG", _USE_SYSCONFIG_DEFAULT)) + + +_USE_SYSCONFIG = _should_use_sysconfig() + +# Be noisy about incompatibilities if this platforms "should" be using +# sysconfig, but is explicitly opting out and using distutils instead. +if _USE_SYSCONFIG_DEFAULT and not _USE_SYSCONFIG: + _MISMATCH_LEVEL = logging.WARNING +else: + _MISMATCH_LEVEL = logging.DEBUG + + +def _looks_like_bpo_44860() -> bool: + """The resolution to bpo-44860 will change this incorrect platlib. + + See . + """ + from distutils.command.install import INSTALL_SCHEMES # type: ignore + + try: + unix_user_platlib = INSTALL_SCHEMES["unix_user"]["platlib"] + except KeyError: + return False + return unix_user_platlib == "$usersite" + + +def _looks_like_red_hat_patched_platlib_purelib(scheme: Dict[str, str]) -> bool: + platlib = scheme["platlib"] + if "/$platlibdir/" in platlib: + platlib = platlib.replace("/$platlibdir/", f"/{_PLATLIBDIR}/") + if "/lib64/" not in platlib: + return False + unpatched = platlib.replace("/lib64/", "/lib/") + return unpatched.replace("$platbase/", "$base/") == scheme["purelib"] + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_lib() -> bool: + """Red Hat patches platlib in unix_prefix and unix_home, but not purelib. + + This is the only way I can see to tell a Red Hat-patched Python. + """ + from distutils.command.install import INSTALL_SCHEMES # type: ignore + + return all( + k in INSTALL_SCHEMES + and _looks_like_red_hat_patched_platlib_purelib(INSTALL_SCHEMES[k]) + for k in ("unix_prefix", "unix_home") + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_debian_scheme() -> bool: + """Debian adds two additional schemes.""" + from distutils.command.install import INSTALL_SCHEMES # type: ignore + + return "deb_system" in INSTALL_SCHEMES and "unix_local" in INSTALL_SCHEMES + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_scheme() -> bool: + """Red Hat patches ``sys.prefix`` and ``sys.exec_prefix``. + + Red Hat's ``00251-change-user-install-location.patch`` changes the install + command's ``prefix`` and ``exec_prefix`` to append ``"/local"``. This is + (fortunately?) done quite unconditionally, so we create a default command + object without any configuration to detect this. + """ + from distutils.command.install import install + from distutils.dist import Distribution + + cmd: Any = install(Distribution()) + cmd.finalize_options() + return ( + cmd.exec_prefix == f"{os.path.normpath(sys.exec_prefix)}/local" + and cmd.prefix == f"{os.path.normpath(sys.prefix)}/local" + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_slackware_scheme() -> bool: + """Slackware patches sysconfig but fails to patch distutils and site. + + Slackware changes sysconfig's user scheme to use ``"lib64"`` for the lib + path, but does not do the same to the site module. + """ + if user_site is None: # User-site not available. + return False + try: + paths = sysconfig.get_paths(scheme="posix_user", expand=False) + except KeyError: # User-site not available. + return False + return "/lib64/" in paths["purelib"] and "/lib64/" not in user_site + + +@functools.lru_cache(maxsize=None) +def _looks_like_msys2_mingw_scheme() -> bool: + """MSYS2 patches distutils and sysconfig to use a UNIX-like scheme. + + However, MSYS2 incorrectly patches sysconfig ``nt`` scheme. The fix is + likely going to be included in their 3.10 release, so we ignore the warning. + See msys2/MINGW-packages#9319. + + MSYS2 MINGW's patch uses lowercase ``"lib"`` instead of the usual uppercase, + and is missing the final ``"site-packages"``. + """ + paths = sysconfig.get_paths("nt", expand=False) + return all( + "Lib" not in p and "lib" in p and not p.endswith("site-packages") + for p in (paths[key] for key in ("platlib", "purelib")) + ) + + +def _fix_abiflags(parts: Tuple[str]) -> Iterator[str]: + ldversion = sysconfig.get_config_var("LDVERSION") + abiflags: str = getattr(sys, "abiflags", None) + + # LDVERSION does not end with sys.abiflags. Just return the path unchanged. + if not ldversion or not abiflags or not ldversion.endswith(abiflags): + yield from parts + return + + # Strip sys.abiflags from LDVERSION-based path components. + for part in parts: + if part.endswith(ldversion): + part = part[: (0 - len(abiflags))] + yield part + + +@functools.lru_cache(maxsize=None) +def _warn_mismatched(old: pathlib.Path, new: pathlib.Path, *, key: str) -> None: + issue_url = "https://github.com/pypa/pip/issues/10151" + message = ( + "Value for %s does not match. Please report this to <%s>" + "\ndistutils: %s" + "\nsysconfig: %s" + ) + logger.log(_MISMATCH_LEVEL, message, key, issue_url, old, new) + + +def _warn_if_mismatch(old: pathlib.Path, new: pathlib.Path, *, key: str) -> bool: + if old == new: + return False + _warn_mismatched(old, new, key=key) + return True + + +@functools.lru_cache(maxsize=None) +def _log_context( + *, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + prefix: Optional[str] = None, +) -> None: + parts = [ + "Additional context:", + "user = %r", + "home = %r", + "root = %r", + "prefix = %r", + ] + + logger.log(_MISMATCH_LEVEL, "\n".join(parts), user, home, root, prefix) + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + new = _sysconfig.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + if _USE_SYSCONFIG: + return new + + old = _distutils.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + + warning_contexts = [] + for k in SCHEME_KEYS: + old_v = pathlib.Path(getattr(old, k)) + new_v = pathlib.Path(getattr(new, k)) + + if old_v == new_v: + continue + + # distutils incorrectly put PyPy packages under ``site-packages/python`` + # in the ``posix_home`` scheme, but PyPy devs said they expect the + # directory name to be ``pypy`` instead. So we treat this as a bug fix + # and not warn about it. See bpo-43307 and python/cpython#24628. + skip_pypy_special_case = ( + sys.implementation.name == "pypy" + and home is not None + and k in ("platlib", "purelib") + and old_v.parent == new_v.parent + and old_v.name.startswith("python") + and new_v.name.startswith("pypy") + ) + if skip_pypy_special_case: + continue + + # sysconfig's ``osx_framework_user`` does not include ``pythonX.Y`` in + # the ``include`` value, but distutils's ``headers`` does. We'll let + # CPython decide whether this is a bug or feature. See bpo-43948. + skip_osx_framework_user_special_case = ( + user + and is_osx_framework() + and k == "headers" + and old_v.parent.parent == new_v.parent + and old_v.parent.name.startswith("python") + ) + if skip_osx_framework_user_special_case: + continue + + # On Red Hat and derived Linux distributions, distutils is patched to + # use "lib64" instead of "lib" for platlib. + if k == "platlib" and _looks_like_red_hat_lib(): + continue + + # On Python 3.9+, sysconfig's posix_user scheme sets platlib against + # sys.platlibdir, but distutils's unix_user incorrectly coninutes + # using the same $usersite for both platlib and purelib. This creates a + # mismatch when sys.platlibdir is not "lib". + skip_bpo_44860 = ( + user + and k == "platlib" + and not WINDOWS + and sys.version_info >= (3, 9) + and _PLATLIBDIR != "lib" + and _looks_like_bpo_44860() + ) + if skip_bpo_44860: + continue + + # Slackware incorrectly patches posix_user to use lib64 instead of lib, + # but not usersite to match the location. + skip_slackware_user_scheme = ( + user + and k in ("platlib", "purelib") + and not WINDOWS + and _looks_like_slackware_scheme() + ) + if skip_slackware_user_scheme: + continue + + # Both Debian and Red Hat patch Python to place the system site under + # /usr/local instead of /usr. Debian also places lib in dist-packages + # instead of site-packages, but the /usr/local check should cover it. + skip_linux_system_special_case = ( + not (user or home or prefix or running_under_virtualenv()) + and old_v.parts[1:3] == ("usr", "local") + and len(new_v.parts) > 1 + and new_v.parts[1] == "usr" + and (len(new_v.parts) < 3 or new_v.parts[2] != "local") + and (_looks_like_red_hat_scheme() or _looks_like_debian_scheme()) + ) + if skip_linux_system_special_case: + continue + + # On Python 3.7 and earlier, sysconfig does not include sys.abiflags in + # the "pythonX.Y" part of the path, but distutils does. + skip_sysconfig_abiflag_bug = ( + sys.version_info < (3, 8) + and not WINDOWS + and k in ("headers", "platlib", "purelib") + and tuple(_fix_abiflags(old_v.parts)) == new_v.parts + ) + if skip_sysconfig_abiflag_bug: + continue + + # MSYS2 MINGW's sysconfig patch does not include the "site-packages" + # part of the path. This is incorrect and will be fixed in MSYS. + skip_msys2_mingw_bug = ( + WINDOWS and k in ("platlib", "purelib") and _looks_like_msys2_mingw_scheme() + ) + if skip_msys2_mingw_bug: + continue + + # CPython's POSIX install script invokes pip (via ensurepip) against the + # interpreter located in the source tree, not the install site. This + # triggers special logic in sysconfig that's not present in distutils. + # https://github.com/python/cpython/blob/8c21941ddaf/Lib/sysconfig.py#L178-L194 + skip_cpython_build = ( + sysconfig.is_python_build(check_home=True) + and not WINDOWS + and k in ("headers", "include", "platinclude") + ) + if skip_cpython_build: + continue + + warning_contexts.append((old_v, new_v, f"scheme.{k}")) + + if not warning_contexts: + return old + + # Check if this path mismatch is caused by distutils config files. Those + # files will no longer work once we switch to sysconfig, so this raises a + # deprecation message for them. + default_old = _distutils.distutils_scheme( + dist_name, + user, + home, + root, + isolated, + prefix, + ignore_config_files=True, + ) + if any(default_old[k] != getattr(old, k) for k in SCHEME_KEYS): + deprecated( + reason=( + "Configuring installation scheme with distutils config files " + "is deprecated and will no longer work in the near future. If you " + "are using a Homebrew or Linuxbrew Python, please see discussion " + "at https://github.com/Homebrew/homebrew-core/issues/76621" + ), + replacement=None, + gone_in=None, + ) + return old + + # Post warnings about this mismatch so user can report them back. + for old_v, new_v, key in warning_contexts: + _warn_mismatched(old_v, new_v, key=key) + _log_context(user=user, home=home, root=root, prefix=prefix) + + return old + + +def get_bin_prefix() -> str: + new = _sysconfig.get_bin_prefix() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_bin_prefix() + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="bin_prefix"): + _log_context() + return old + + +def get_bin_user() -> str: + return _sysconfig.get_scheme("", user=True).scripts + + +def _looks_like_deb_system_dist_packages(value: str) -> bool: + """Check if the value is Debian's APT-controlled dist-packages. + + Debian's ``distutils.sysconfig.get_python_lib()`` implementation returns the + default package path controlled by APT, but does not patch ``sysconfig`` to + do the same. This is similar to the bug worked around in ``get_scheme()``, + but here the default is ``deb_system`` instead of ``unix_local``. Ultimately + we can't do anything about this Debian bug, and this detection allows us to + skip the warning when needed. + """ + if not _looks_like_debian_scheme(): + return False + if value == "/usr/lib/python3/dist-packages": + return True + return False + + +def get_purelib() -> str: + """Return the default pure-Python lib location.""" + new = _sysconfig.get_purelib() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_purelib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="purelib"): + _log_context() + return old + + +def get_platlib() -> str: + """Return the default platform-shared lib location.""" + new = _sysconfig.get_platlib() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_platlib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="platlib"): + _log_context() + return old + + +def _deduplicated(v1: str, v2: str) -> List[str]: + """Deduplicate values from a list.""" + if v1 == v2: + return [v1] + return [v1, v2] + + +def _looks_like_apple_library(path: str) -> bool: + """Apple patches sysconfig to *always* look under */Library/Python*.""" + if sys.platform[:6] != "darwin": + return False + return path == f"/Library/Python/{get_major_minor_version()}/site-packages" + + +def get_prefixed_libs(prefix: str) -> List[str]: + """Return the lib locations under ``prefix``.""" + new_pure, new_plat = _sysconfig.get_prefixed_libs(prefix) + if _USE_SYSCONFIG: + return _deduplicated(new_pure, new_plat) + + old_pure, old_plat = _distutils.get_prefixed_libs(prefix) + old_lib_paths = _deduplicated(old_pure, old_plat) + + # Apple's Python (shipped with Xcode and Command Line Tools) hard-code + # platlib and purelib to '/Library/Python/X.Y/site-packages'. This will + # cause serious build isolation bugs when Apple starts shipping 3.10 because + # pip will install build backends to the wrong location. This tells users + # who is at fault so Apple may notice it and fix the issue in time. + if all(_looks_like_apple_library(p) for p in old_lib_paths): + deprecated( + reason=( + "Python distributed by Apple's Command Line Tools incorrectly " + "patches sysconfig to always point to '/Library/Python'. This " + "will cause build isolation to operate incorrectly on Python " + "3.10 or later. Please help report this to Apple so they can " + "fix this. https://developer.apple.com/bug-reporting/" + ), + replacement=None, + gone_in=None, + ) + return old_lib_paths + + warned = [ + _warn_if_mismatch( + pathlib.Path(old_pure), + pathlib.Path(new_pure), + key="prefixed-purelib", + ), + _warn_if_mismatch( + pathlib.Path(old_plat), + pathlib.Path(new_plat), + key="prefixed-platlib", + ), + ] + if any(warned): + _log_context(prefix=prefix) + + return old_lib_paths diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42f5faf0ce5f7e8692699171eaf9bf883909eee4 GIT binary patch literal 12428 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf5f3a99e18147d273f83236086bfae896ea9e83 GIT binary patch literal 6279 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 Q!ph|TU3#aKDcP?5KeGhCi~s-t literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fbb8ff155c5a6a0a7d8b229cb615519f2bd651e9 GIT binary patch literal 1578 zcmZux-A?2-6t}9*pFmu@_=)3r~SAB(Ev^{p9u+loRea^AZ@$q*)hjzOi1nqVC2l>QC=uf5G zZ!J*1gU%%k&rpIAoS~qeae%dM1csi?z|^x9SbA;*4VaD0&YM9KD<3m!|K;JNpEN*t)%_R3f{TVI>{1fE3+;!=Bo=7tljf* zcF}WGI2I!BPJhNoeZ-hN2-aSp0$(74CJz&wbbrGTYaJrHN$-_)jf0H@pP=pKzuyhd=kF(Vxh+Oc-@#F%(_G@)!KPYcStbHaE^3y%)< zQd}`c3gJDSiZNIt?nNFK3=;j+BmGfdhuZqG|Miv!&LDjL*;Z|wHC|rzUtVpS(jHQl zM?#u>%B6F2K$sRo`a5Dvke?p@{?#ATocLLE#?st>MB^%llevFE*%^lm6Q5iX7N;@c zVX4#cM}#s!VdqA@UH{5I2jF~w%db~dTD}5q=N330K=mO9L0A!Gen#U+z_qzQh&bt& zQ~7X2M5uuYH89~#-YW`Jg|5?JU6|fL9)m%#SR?-v2m)Or<|ypvrm!ZB1TTy$RBX^0zB()cbExTN`rD~m5~@rYeLh4wUyB> z85yRR(gq~ri$pe$P7WBOOj_hJ6~NsAR7H$|yB)|RtasnllPTs&SHXC;Sr07IQn_pR*!xPi#k7P%$W^FB|9`smp*rB9SR_Aq z%S!+5_1E=rH7;=!k4Xss3+X;PIXDjY_x2wjgpZya%a%e}6@$Tl70K37smL549u#tO|89>^<13 uv3M(jt=*g^RYty5?}C2}LkG3+?dKQ{?wISQYq~9CdD8?98~=8!HT)mnX0FNr literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 0000000..2ec79e6 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,169 @@ +"""Locations where we look for configs, install stuff, etc""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import os +import sys +from distutils.cmd import Command as DistutilsCommand +from distutils.command.install import SCHEME_KEYS +from distutils.command.install import install as distutils_install_command +from distutils.sysconfig import get_python_lib +from typing import Dict, List, Optional, Tuple, Union, cast + +from pip._internal.models.scheme import Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version + +logger = logging.getLogger(__name__) + + +def distutils_scheme( + dist_name: str, + user: bool = False, + home: str = None, + root: str = None, + isolated: bool = False, + prefix: str = None, + *, + ignore_config_files: bool = False, +) -> Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + # Typeshed does not include find_config_files() for some reason. + paths = d.find_config_files() # type: ignore + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i = cast(distutils_install_command, obj) + # NOTE: setting user or home has the side-effect of creating the home dir + # or user base for installations during finalize_options() + # ideally, we'd prefer a scheme class that has no side-effects. + assert not (user and prefix), f"user={user} prefix={prefix}" + assert not (home and prefix), f"home={home} prefix={prefix}" + i.user = user or i.user + if user or home: + i.prefix = "" + i.prefix = prefix or i.prefix + i.home = home or i.home + i.root = root or i.root + i.finalize_options() + + scheme = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update(dict(purelib=i.install_lib, platlib=i.install_lib)) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase # type: ignore + else: + prefix = i.prefix + scheme["headers"] = os.path.join( + prefix, + "include", + "site", + f"python{get_major_minor_version()}", + dist_name, + ) + + if root is not None: + path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1] + scheme["headers"] = os.path.join(root, path_no_drive[1:]) + + return scheme + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. The distutils + documentation provides the context for the available schemes: + https://docs.python.org/3/install/index.html#alternate-installation + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme and provides the base + directory for the same + :param root: root under which other directories are re-based + :param isolated: equivalent to --no-user-cfg, i.e. do not consider + ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for + scheme paths + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) + return Scheme( + platlib=scheme["platlib"], + purelib=scheme["purelib"], + headers=scheme["headers"], + scripts=scheme["scripts"], + data=scheme["data"], + ) + + +def get_bin_prefix() -> str: + # XXX: In old virtualenv versions, sys.prefix can contain '..' components, + # so we need to call normpath to eliminate them. + prefix = os.path.normpath(sys.prefix) + if WINDOWS: + bin_py = os.path.join(prefix, "Scripts") + # buildout uses 'bin' on Windows too? + if not os.path.exists(bin_py): + bin_py = os.path.join(prefix, "bin") + return bin_py + # Forcing to use /usr/local/bin for standard macOS framework installs + # Also log to ~/Library/Logs/ for use with the Console.app log viewer + if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return os.path.join(prefix, "bin") + + +def get_purelib() -> str: + return get_python_lib(plat_specific=False) + + +def get_platlib() -> str: + return get_python_lib(plat_specific=True) + + +def get_prefixed_libs(prefix: str) -> Tuple[str, str]: + return ( + get_python_lib(plat_specific=False, prefix=prefix), + get_python_lib(plat_specific=True, prefix=prefix), + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..5e141aa --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,219 @@ +import distutils.util # FIXME: For change_root. +import logging +import os +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InvalidSchemeCombination, UserInstallationInvalid +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version, is_osx_framework + +logger = logging.getLogger(__name__) + + +# Notes on _infer_* functions. +# Unfortunately ``get_default_scheme()`` didn't exist before 3.10, so there's no +# way to ask things like "what is the '_prefix' scheme on this platform". These +# functions try to answer that with some heuristics while accounting for ad-hoc +# platforms not covered by CPython's default sysconfig implementation. If the +# ad-hoc implementation does not fully implement sysconfig, we'll fall back to +# a POSIX scheme. + +_AVAILABLE_SCHEMES = set(sysconfig.get_scheme_names()) + +_PREFERRED_SCHEME_API = getattr(sysconfig, "get_preferred_scheme", None) + + +def _should_use_osx_framework_prefix() -> bool: + """Check for Apple's ``osx_framework_library`` scheme. + + Python distributed by Apple's Command Line Tools has this special scheme + that's used when: + + * This is a framework build. + * We are installing into the system prefix. + + This does not account for ``pip install --prefix`` (also means we're not + installing to the system prefix), which should use ``posix_prefix``, but + logic here means ``_infer_prefix()`` outputs ``osx_framework_library``. But + since ``prefix`` is not available for ``sysconfig.get_default_scheme()``, + which is the stdlib replacement for ``_infer_prefix()``, presumably Apple + wouldn't be able to magically switch between ``osx_framework_library`` and + ``posix_prefix``. ``_infer_prefix()`` returning ``osx_framework_library`` + means its behavior is consistent whether we use the stdlib implementation + or our own, and we deal with this special case in ``get_scheme()`` instead. + """ + return ( + "osx_framework_library" in _AVAILABLE_SCHEMES + and not running_under_virtualenv() + and is_osx_framework() + ) + + +def _infer_prefix() -> str: + """Try to find a prefix scheme for the current platform. + + This tries: + + * A special ``osx_framework_library`` for Python distributed by Apple's + Command Line Tools, when not running in a virtual environment. + * Implementation + OS, used by PyPy on Windows (``pypy_nt``). + * Implementation without OS, used by PyPy on POSIX (``pypy``). + * OS + "prefix", used by CPython on POSIX (``posix_prefix``). + * Just the OS name, used by CPython on Windows (``nt``). + + If none of the above works, fall back to ``posix_prefix``. + """ + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("prefix") + if _should_use_osx_framework_prefix(): + return "osx_framework_library" + implementation_suffixed = f"{sys.implementation.name}_{os.name}" + if implementation_suffixed in _AVAILABLE_SCHEMES: + return implementation_suffixed + if sys.implementation.name in _AVAILABLE_SCHEMES: + return sys.implementation.name + suffixed = f"{os.name}_prefix" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if os.name in _AVAILABLE_SCHEMES: # On Windows, prefx is just called "nt". + return os.name + return "posix_prefix" + + +def _infer_user() -> str: + """Try to find a user scheme for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("user") + if is_osx_framework() and not running_under_virtualenv(): + suffixed = "osx_framework_user" + else: + suffixed = f"{os.name}_user" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if "posix_user" not in _AVAILABLE_SCHEMES: # User scheme unavailable. + raise UserInstallationInvalid() + return "posix_user" + + +def _infer_home() -> str: + """Try to find a home for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("home") + suffixed = f"{os.name}_home" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + return "posix_home" + + +# Update these keys if the user sets a custom home. +_HOME_KEYS = [ + "installed_base", + "base", + "installed_platbase", + "platbase", + "prefix", + "exec_prefix", +] +if sysconfig.get_config_var("userbase") is not None: + _HOME_KEYS.append("userbase") + + +def get_scheme( + dist_name: str, + user: bool = False, + home: typing.Optional[str] = None, + root: typing.Optional[str] = None, + isolated: bool = False, + prefix: typing.Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme + :param root: root under which other directories are re-based + :param isolated: ignored, but kept for distutils compatibility (where + this controls whether the user-site pydistutils.cfg is honored) + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + if user and prefix: + raise InvalidSchemeCombination("--user", "--prefix") + if home and prefix: + raise InvalidSchemeCombination("--home", "--prefix") + + if home is not None: + scheme_name = _infer_home() + elif user: + scheme_name = _infer_user() + else: + scheme_name = _infer_prefix() + + # Special case: When installing into a custom prefix, use posix_prefix + # instead of osx_framework_library. See _should_use_osx_framework_prefix() + # docstring for details. + if prefix is not None and scheme_name == "osx_framework_library": + scheme_name = "posix_prefix" + + if home is not None: + variables = {k: home for k in _HOME_KEYS} + elif prefix is not None: + variables = {k: prefix for k in _HOME_KEYS} + else: + variables = {} + + paths = sysconfig.get_paths(scheme=scheme_name, vars=variables) + + # Logic here is very arbitrary, we're doing it for compatibility, don't ask. + # 1. Pip historically uses a special header path in virtual environments. + # 2. If the distribution name is not known, distutils uses 'UNKNOWN'. We + # only do the same when not running in a virtual environment because + # pip's historical header path logic (see point 1) did not do this. + if running_under_virtualenv(): + if user: + base = variables.get("userbase", sys.prefix) + else: + base = variables.get("base", sys.prefix) + python_xy = f"python{get_major_minor_version()}" + paths["include"] = os.path.join(base, "include", "site", python_xy) + elif not dist_name: + dist_name = "UNKNOWN" + + scheme = Scheme( + platlib=paths["platlib"], + purelib=paths["purelib"], + headers=os.path.join(paths["include"], dist_name), + scripts=paths["scripts"], + data=paths["data"], + ) + if root is not None: + for key in SCHEME_KEYS: + value = distutils.util.change_root(root, getattr(scheme, key)) + setattr(scheme, key, value) + return scheme + + +def get_bin_prefix() -> str: + # Forcing to use /usr/local/bin for standard macOS framework installs. + if sys.platform[:6] == "darwin" and sys.prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return sysconfig.get_paths()["scripts"] + + +def get_purelib() -> str: + return sysconfig.get_paths()["purelib"] + + +def get_platlib() -> str: + return sysconfig.get_paths()["platlib"] + + +def get_prefixed_libs(prefix: str) -> typing.Tuple[str, str]: + paths = sysconfig.get_paths(vars={"base": prefix, "platbase": prefix}) + return (paths["purelib"], paths["platlib"]) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..86dad4a --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,52 @@ +import functools +import os +import site +import sys +import sysconfig +import typing + +from pip._internal.utils import appdirs +from pip._internal.utils.virtualenv import running_under_virtualenv + +# Application Directories +USER_CACHE_DIR = appdirs.user_cache_dir("pip") + +# FIXME doesn't account for venv linked to global site-packages +site_packages: typing.Optional[str] = sysconfig.get_path("purelib") + + +def get_major_minor_version() -> str: + """ + Return the major-minor version of the current Python as a string, e.g. + "3.7" or "3.10". + """ + return "{}.{}".format(*sys.version_info) + + +def get_src_prefix() -> str: + if running_under_virtualenv(): + src_prefix = os.path.join(sys.prefix, "src") + else: + # FIXME: keep src in cwd for now (it is not a temporary folder) + try: + src_prefix = os.path.join(os.getcwd(), "src") + except OSError: + # In case the current working directory has been renamed or deleted + sys.exit("The folder you are executing pip from can no longer be found.") + + # under macOS + virtualenv sys.prefix is not properly resolved + # it is something like /path/to/python/bin/.. + return os.path.abspath(src_prefix) + + +try: + # Use getusersitepackages if this is present, as it ensures that the + # value is initialised properly. + user_site: typing.Optional[str] = site.getusersitepackages() +except AttributeError: + user_site = site.USER_SITE + + +@functools.lru_cache(maxsize=None) +def is_osx_framework() -> bool: + return bool(sysconfig.get_config_var("PYTHONFRAMEWORK")) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/main.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..33c6d24 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/main.py @@ -0,0 +1,12 @@ +from typing import List, Optional + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..cc037c1 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,62 @@ +from typing import List, Optional + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", +] + + +def get_default_environment() -> BaseEnvironment: + """Get the default representation for the current environment. + + This returns an Environment instance from the chosen backend. The default + Environment instance should be built from ``sys.path`` and may use caching + to share instance state accorss calls. + """ + from .pkg_resources import Environment + + return Environment.default() + + +def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: + """Get a representation of the environment specified by ``paths``. + + This returns an Environment instance from the chosen backend based on the + given import paths. The backend must build a fresh instance representing + the state of installed distributions when this function is called. + """ + from .pkg_resources import Environment + + return Environment.from_paths(paths) + + +def get_directory_distribution(directory: str) -> BaseDistribution: + """Get the distribution metadata representation in the specified directory. + + This returns a Distribution instance from the chosen backend based on + the given on-disk ``.dist-info`` directory. + """ + from .pkg_resources import Distribution + + return Distribution.from_directory(directory) + + +def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: + """Get the representation of the specified wheel's distribution metadata. + + This returns a Distribution instance from the chosen backend based on + the given wheel's ``.dist-info`` directory. + + :param canonical_name: Normalized project name of the given wheel. + """ + from .pkg_resources import Distribution + + return Distribution.from_wheel(wheel, canonical_name) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba3846589ce57c9cdd3708c5a20ee91e1dec1162 GIT binary patch literal 2334 zcmcIl&63+h5SHZMwY}cW1`>7&RdY-Euoe_Kr6`Jm02dMtP(_t5@~oz950*5lnNfmM z%Z&pkc!exCo`6^28Fb~8Gn_c3dt__1Te~+<)r_s~neLgdzpthC_Xi$6zvO?wKRwU; zi(Z;f7hgWXVSdI*c*0M-)SvljFbjN71frF+()O&Kc4nQlJL{&sSugF+`o6dHMEf^? zwkJB!Sp=dhdOx*i1JQ>7d>9^k$DZ@F#hw_TXC#I&L`!?o79+8bmVGgXzBt%gyW&vX zLF-r?edA5;zQ)sdlb~#WC5T0ls&SH#KKXm>8$7eXqTQ~_{1O)kyp6{J|uYwB?uixT(xbRD` z%&vfK55Y9#8Vufz(~a3eY3Gg$t44-dT(%>#Sgkd~m4S1N$jOAGjY@t|spgB1eDPle=iY_y81rz;7=E26YT?R@ z=iX_9nH*xdkbs5Tu=(7jozMRR)*yQfMn!faab4|}5)orE&6T#yC90UUr5Q^LV;y${ zK9hi-p)roE_7;Co0ODu1Zd0ntdlZbCsFqNGms%s?2l+Znu*+QY18>y+m?1VXL z=GR8+~~J8?W#Vz)z777T;_-73hnCZ{f{-- z<-NTou85Cwu6c@tZvyj}JySa6iF}EA$+h|(smcg3w!L0ec9)_l5`yhYK`W8Cb!dNp zZcSpisiJy>jz>7E()CAyvpky|lwG^YQPi5srKwJ3n>xqsU*ldBp@5^PYLqSf@H^Ex oF1V--Hc`*lB-OJ2QL03dz{k{54Sf<0y$3-*7>`ayN28PB8@1G#$^ZZW literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0dcb14ffa8d1b56c5d2ff7c983ca3b7d96308b5 GIT binary patch literal 20888 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 JO%?Z){x5lnk{bX3 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2846461f1a27df15b6a8c475633400ebcdffc89a GIT binary patch literal 9904 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..1a5a781 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,546 @@ +import csv +import email.message +import json +import logging +import pathlib +import re +import zipfile +from typing import ( + IO, + TYPE_CHECKING, + Collection, + Container, + Iterable, + Iterator, + List, + Optional, + Tuple, + Union, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet +from pip._vendor.packaging.utils import NormalizedName +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.exceptions import NoneMetadataError +from pip._internal.locations import site_packages, user_site +from pip._internal.models.direct_url import ( + DIRECT_URL_METADATA_NAME, + DirectUrl, + DirectUrlValidationError, +) +from pip._internal.utils.compat import stdlib_pkgs # TODO: Move definition here. +from pip._internal.utils.egg_link import ( + egg_link_path_from_location, + egg_link_path_from_sys_path, +) +from pip._internal.utils.misc import is_local, normalize_path +from pip._internal.utils.urls import url_to_path + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +DistributionVersion = Union[LegacyVersion, Version] + +InfoPath = Union[str, pathlib.PurePosixPath] + +logger = logging.getLogger(__name__) + + +class BaseEntryPoint(Protocol): + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def value(self) -> str: + raise NotImplementedError() + + @property + def group(self) -> str: + raise NotImplementedError() + + +def _convert_installed_files_path( + entry: Tuple[str, ...], + info: Tuple[str, ...], +) -> str: + """Convert a legacy installed-files.txt path into modern RECORD path. + + The legacy format stores paths relative to the info directory, while the + modern format stores paths relative to the package root, e.g. the + site-packages directory. + + :param entry: Path parts of the installed-files.txt entry. + :param info: Path parts of the egg-info directory relative to package root. + :returns: The converted entry. + + For best compatibility with symlinks, this does not use ``abspath()`` or + ``Path.resolve()``, but tries to work with path parts: + + 1. While ``entry`` starts with ``..``, remove the equal amounts of parts + from ``info``; if ``info`` is empty, start appending ``..`` instead. + 2. Join the two directly. + """ + while entry and entry[0] == "..": + if not info or info[-1] == "..": + info += ("..",) + else: + info = info[:-1] + entry = entry[1:] + return str(pathlib.Path(*info, *entry)) + + +class BaseDistribution(Protocol): + def __repr__(self) -> str: + return f"{self.raw_name} {self.version} ({self.location})" + + def __str__(self) -> str: + return f"{self.raw_name} {self.version}" + + @property + def location(self) -> Optional[str]: + """Where the distribution is loaded from. + + A string value is not necessarily a filesystem path, since distributions + can be loaded from other sources, e.g. arbitrary zip archives. ``None`` + means the distribution is created in-memory. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and files in the distribution. + """ + raise NotImplementedError() + + @property + def editable_project_location(self) -> Optional[str]: + """The project location for editable distributions. + + This is the directory where pyproject.toml or setup.py is located. + None if the distribution is not installed in editable mode. + """ + # TODO: this property is relatively costly to compute, memoize it ? + direct_url = self.direct_url + if direct_url: + if direct_url.is_local_editable(): + return url_to_path(direct_url.url) + else: + # Search for an .egg-link file by walking sys.path, as it was + # done before by dist_is_editable(). + egg_link_path = egg_link_path_from_sys_path(self.raw_name) + if egg_link_path: + # TODO: get project location from second line of egg_link file + # (https://github.com/pypa/pip/issues/10243) + return self.location + return None + + @property + def installed_location(self) -> Optional[str]: + """The distribution's "installed" location. + + This should generally be a ``site-packages`` directory. This is + usually ``dist.location``, except for legacy develop-installed packages, + where ``dist.location`` is the source code location, and this is where + the ``.egg-link`` file is. + + The returned location is normalized (in particular, with symlinks removed). + """ + egg_link = egg_link_path_from_location(self.raw_name) + if egg_link: + location = egg_link + elif self.location: + location = self.location + else: + return None + return normalize_path(location) + + @property + def info_location(self) -> Optional[str]: + """Location of the .[egg|dist]-info directory or file. + + Similarly to ``location``, a string value is not necessarily a + filesystem path. ``None`` means the distribution is created in-memory. + + For a modern .dist-info installation on disk, this should be something + like ``{location}/{raw_name}-{version}.dist-info``. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and other files in the distribution. + """ + raise NotImplementedError() + + @property + def installed_by_distutils(self) -> bool: + """Whether this distribution is installed with legacy distutils format. + + A distribution installed with "raw" distutils not patched by setuptools + uses one single file at ``info_location`` to store metadata. We need to + treat this specially on uninstallation. + """ + info_location = self.info_location + if not info_location: + return False + return pathlib.Path(info_location).is_file() + + @property + def installed_as_egg(self) -> bool: + """Whether this distribution is installed as an egg. + + This usually indicates the distribution was installed by (older versions + of) easy_install. + """ + location = self.location + if not location: + return False + return location.endswith(".egg") + + @property + def installed_with_setuptools_egg_info(self) -> bool: + """Whether this distribution is installed with the ``.egg-info`` format. + + This usually indicates the distribution was installed with setuptools + with an old pip version or with ``single-version-externally-managed``. + + Note that this ensure the metadata store is a directory. distutils can + also installs an ``.egg-info``, but as a file, not a directory. This + property is *False* for that case. Also see ``installed_by_distutils``. + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".egg-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def installed_with_dist_info(self) -> bool: + """Whether this distribution is installed with the "modern format". + + This indicates a "modern" installation, e.g. storing metadata in the + ``.dist-info`` directory. This applies to installations made by + setuptools (but through pip, not directly), or anything using the + standardized build backend interface (PEP 517). + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".dist-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def canonical_name(self) -> NormalizedName: + raise NotImplementedError() + + @property + def version(self) -> DistributionVersion: + raise NotImplementedError() + + @property + def setuptools_filename(self) -> str: + """Convert a project name to its setuptools-compatible filename. + + This is a copy of ``pkg_resources.to_filename()`` for compatibility. + """ + return self.raw_name.replace("-", "_") + + @property + def direct_url(self) -> Optional[DirectUrl]: + """Obtain a DirectUrl from this distribution. + + Returns None if the distribution has no `direct_url.json` metadata, + or if `direct_url.json` is invalid. + """ + try: + content = self.read_text(DIRECT_URL_METADATA_NAME) + except FileNotFoundError: + return None + try: + return DirectUrl.from_json(content) + except ( + UnicodeDecodeError, + json.JSONDecodeError, + DirectUrlValidationError, + ) as e: + logger.warning( + "Error parsing %s for %s: %s", + DIRECT_URL_METADATA_NAME, + self.canonical_name, + e, + ) + return None + + @property + def installer(self) -> str: + try: + installer_text = self.read_text("INSTALLER") + except (OSError, ValueError, NoneMetadataError): + return "" # Fail silently if the installer file cannot be read. + for line in installer_text.splitlines(): + cleaned_line = line.strip() + if cleaned_line: + return cleaned_line + return "" + + @property + def editable(self) -> bool: + return bool(self.editable_project_location) + + @property + def local(self) -> bool: + """If distribution is installed in the current virtual environment. + + Always True if we're not in a virtualenv. + """ + if self.installed_location is None: + return False + return is_local(self.installed_location) + + @property + def in_usersite(self) -> bool: + if self.installed_location is None or user_site is None: + return False + return self.installed_location.startswith(normalize_path(user_site)) + + @property + def in_site_packages(self) -> bool: + if self.installed_location is None or site_packages is None: + return False + return self.installed_location.startswith(normalize_path(site_packages)) + + def is_file(self, path: InfoPath) -> bool: + """Check whether an entry in the info directory is a file.""" + raise NotImplementedError() + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + """Iterate through a directory in the info directory. + + Each item yielded would be a path relative to the info directory. + + :raise FileNotFoundError: If ``name`` does not exist in the directory. + :raise NotADirectoryError: If ``name`` does not point to a directory. + """ + raise NotImplementedError() + + def read_text(self, path: InfoPath) -> str: + """Read a file in the info directory. + + :raise FileNotFoundError: If ``name`` does not exist in the directory. + :raise NoneMetadataError: If ``name`` exists in the info directory, but + cannot be read. + """ + raise NotImplementedError() + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + raise NotImplementedError() + + @property + def metadata(self) -> email.message.Message: + """Metadata of distribution parsed from e.g. METADATA or PKG-INFO. + + This should return an empty message if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + raise NotImplementedError() + + @property + def metadata_version(self) -> Optional[str]: + """Value of "Metadata-Version:" in distribution metadata, if available.""" + return self.metadata.get("Metadata-Version") + + @property + def raw_name(self) -> str: + """Value of "Name:" in distribution metadata.""" + # The metadata should NEVER be missing the Name: key, but if it somehow + # does, fall back to the known canonical name. + return self.metadata.get("Name", self.canonical_name) + + @property + def requires_python(self) -> SpecifierSet: + """Value of "Requires-Python:" in distribution metadata. + + If the key does not exist or contains an invalid value, an empty + SpecifierSet should be returned. + """ + value = self.metadata.get("Requires-Python") + if value is None: + return SpecifierSet() + try: + # Convert to str to satisfy the type checker; this can be a Header object. + spec = SpecifierSet(str(value)) + except InvalidSpecifier as e: + message = "Package %r has an invalid Requires-Python: %s" + logger.warning(message, self.raw_name, e) + return SpecifierSet() + return spec + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + """Dependencies of this distribution. + + For modern .dist-info distributions, this is the collection of + "Requires-Dist:" entries in distribution metadata. + """ + raise NotImplementedError() + + def iter_provided_extras(self) -> Iterable[str]: + """Extras provided by this distribution. + + For modern .dist-info distributions, this is the collection of + "Provides-Extra:" entries in distribution metadata. + """ + raise NotImplementedError() + + def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("RECORD") + except FileNotFoundError: + return None + # This extra Path-str cast normalizes entries. + return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines())) + + def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("installed-files.txt") + except FileNotFoundError: + return None + paths = (p for p in text.splitlines(keepends=False) if p) + root = self.location + info = self.info_location + if root is None or info is None: + return paths + try: + info_rel = pathlib.Path(info).relative_to(root) + except ValueError: # info is not relative to root. + return paths + if not info_rel.parts: # info *is* root. + return paths + return ( + _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts) + for p in paths + ) + + def iter_declared_entries(self) -> Optional[Iterator[str]]: + """Iterate through file entires declared in this distribution. + + For modern .dist-info distributions, this is the files listed in the + ``RECORD`` metadata file. For legacy setuptools distributions, this + comes from ``installed-files.txt``, with entries normalized to be + compatible with the format used by ``RECORD``. + + :return: An iterator for listed entries, or None if the distribution + contains neither ``RECORD`` nor ``installed-files.txt``. + """ + return ( + self._iter_declared_entries_from_record() + or self._iter_declared_entries_from_legacy() + ) + + +class BaseEnvironment: + """An environment containing distributions to introspect.""" + + @classmethod + def default(cls) -> "BaseEnvironment": + raise NotImplementedError() + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment": + raise NotImplementedError() + + def get_distribution(self, name: str) -> Optional["BaseDistribution"]: + """Given a requirement name, return the installed distributions. + + The name may not be normalized. The implementation must canonicalize + it for lookup. + """ + raise NotImplementedError() + + def _iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions. + + This function should be implemented by subclass, but never called + directly. Use the public ``iter_distribution()`` instead, which + implements additional logic to make sure the distributions are valid. + """ + raise NotImplementedError() + + def iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions.""" + for dist in self._iter_distributions(): + # Make sure the distribution actually comes from a valid Python + # packaging distribution. Pip's AdjacentTempDirectory leaves folders + # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The + # valid project name pattern is taken from PEP 508. + project_name_valid = re.match( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", + dist.canonical_name, + flags=re.IGNORECASE, + ) + if not project_name_valid: + logger.warning( + "Ignoring invalid distribution %s (%s)", + dist.canonical_name, + dist.location, + ) + continue + yield dist + + def iter_installed_distributions( + self, + local_only: bool = True, + skip: Container[str] = stdlib_pkgs, + include_editables: bool = True, + editables_only: bool = False, + user_only: bool = False, + ) -> Iterator[BaseDistribution]: + """Return a list of installed distributions. + + :param local_only: If True (default), only return installations + local to the current virtualenv, if in a virtualenv. + :param skip: An iterable of canonicalized project names to ignore; + defaults to ``stdlib_pkgs``. + :param include_editables: If False, don't report editables. + :param editables_only: If True, only report editables. + :param user_only: If True, only report installations in the user + site directory. + """ + it = self.iter_distributions() + if local_only: + it = (d for d in it if d.local) + if not include_editables: + it = (d for d in it if not d.editable) + if editables_only: + it = (d for d in it if d.editable) + if user_only: + it = (d for d in it if d.in_usersite) + return (d for d in it if d.canonical_name not in skip) + + +class Wheel(Protocol): + location: str + + def as_zipfile(self) -> zipfile.ZipFile: + raise NotImplementedError() + + +class FilesystemWheel(Wheel): + def __init__(self, location: str) -> None: + self.location = location + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.location, allowZip64=True) + + +class MemoryWheel(Wheel): + def __init__(self, location: str, stream: IO[bytes]) -> None: + self.location = location + self.stream = stream + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.stream, allowZip64=True) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..d39f0ba --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,256 @@ +import email.message +import email.parser +import logging +import os +import pathlib +import zipfile +from typing import Collection, Iterable, Iterator, List, Mapping, NamedTuple, Optional + +from pip._vendor import pkg_resources +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, NoneMetadataError, UnsupportedWheel +from pip._internal.utils.misc import display_path +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from .base import ( + BaseDistribution, + BaseEntryPoint, + BaseEnvironment, + DistributionVersion, + InfoPath, + Wheel, +) + +logger = logging.getLogger(__name__) + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class WheelMetadata: + """IMetadataProvider that reads metadata files from a dictionary. + + This also maps metadata decoding exceptions to our internal exception type. + """ + + def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None: + self._metadata = metadata + self._wheel_name = wheel_name + + def has_metadata(self, name: str) -> bool: + return name in self._metadata + + def get_metadata(self, name: str) -> str: + try: + return self._metadata[name].decode() + except UnicodeDecodeError as e: + # Augment the default error with the origin of the file. + raise UnsupportedWheel( + f"Error decoding metadata for {self._wheel_name}: {e} in {name} file" + ) + + def get_metadata_lines(self, name: str) -> Iterable[str]: + return pkg_resources.yield_lines(self.get_metadata(name)) + + def metadata_isdir(self, name: str) -> bool: + return False + + def metadata_listdir(self, name: str) -> List[str]: + return [] + + def run_script(self, script_name: str, namespace: str) -> None: + pass + + +class Distribution(BaseDistribution): + def __init__(self, dist: pkg_resources.Distribution) -> None: + self._dist = dist + + @classmethod + def from_directory(cls, directory: str) -> "Distribution": + dist_dir = directory.rstrip(os.sep) + + # Build a PathMetadata object, from path to metadata. :wink: + base_dir, dist_dir_name = os.path.split(dist_dir) + metadata = pkg_resources.PathMetadata(base_dir, dist_dir) + + # Determine the correct Distribution object type. + if dist_dir.endswith(".egg-info"): + dist_cls = pkg_resources.Distribution + dist_name = os.path.splitext(dist_dir_name)[0] + else: + assert dist_dir.endswith(".dist-info") + dist_cls = pkg_resources.DistInfoDistribution + dist_name = os.path.splitext(dist_dir_name)[0].split("-")[0] + + dist = dist_cls(base_dir, project_name=dist_name, metadata=metadata) + return cls(dist) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> "Distribution": + """Load the distribution from a given wheel. + + :raises InvalidWheel: Whenever loading of the wheel causes a + :py:exc:`zipfile.BadZipFile` exception to be thrown. + :raises UnsupportedWheel: If the wheel is a valid zip, but malformed + internally. + """ + try: + with wheel.as_zipfile() as zf: + info_dir, _ = parse_wheel(zf, name) + metadata_text = { + path.split("/", 1)[-1]: read_wheel_metadata_file(zf, path) + for path in zf.namelist() + if path.startswith(f"{info_dir}/") + } + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + dist = pkg_resources.DistInfoDistribution( + location=wheel.location, + metadata=WheelMetadata(metadata_text, wheel.location), + project_name=name, + ) + return cls(dist) + + @property + def location(self) -> Optional[str]: + return self._dist.location + + @property + def info_location(self) -> Optional[str]: + return self._dist.egg_info + + @property + def installed_by_distutils(self) -> bool: + # A distutils-installed distribution is provided by FileMetadata. This + # provider has a "path" attribute not present anywhere else. Not the + # best introspection logic, but pip has been doing this for a long time. + try: + return bool(self._dist._provider.path) + except AttributeError: + return False + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self._dist.project_name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.has_metadata(str(path)) + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + if not self._dist.isdir(name): + raise NotADirectoryError(name) + for child in self._dist.metadata_listdir(name): + yield pathlib.PurePosixPath(path, child) + + def read_text(self, path: InfoPath) -> str: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + content = self._dist.get_metadata(name) + if content is None: + raise NoneMetadataError(self, name) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + for group, entries in self._dist.get_entry_map().items(): + for name, entry_point in entries.items(): + name, _, value = str(entry_point).partition("=") + yield EntryPoint(name=name.strip(), value=value.strip(), group=group) + + @property + def metadata(self) -> email.message.Message: + """ + :raises NoneMetadataError: if the distribution reports `has_metadata()` + True but `get_metadata()` returns None. + """ + if isinstance(self._dist, pkg_resources.DistInfoDistribution): + metadata_name = "METADATA" + else: + metadata_name = "PKG-INFO" + try: + metadata = self.read_text(metadata_name) + except FileNotFoundError: + if self.location: + displaying_path = display_path(self.location) + else: + displaying_path = repr(self.location) + logger.warning("No metadata found in %s", displaying_path) + metadata = "" + feed_parser = email.parser.FeedParser() + feed_parser.feed(metadata) + return feed_parser.close() + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + if extras: # pkg_resources raises on invalid extras, so we sanitize. + extras = frozenset(extras).intersection(self._dist.extras) + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[str]: + return self._dist.extras + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _search_distribution(self, name: str) -> Optional[BaseDistribution]: + """Find a distribution matching the ``name`` in the environment. + + This searches from *all* distributions available in the environment, to + match the behavior of ``pkg_resources.get_distribution()``. + """ + canonical_name = canonicalize_name(name) + for dist in self.iter_distributions(): + if dist.canonical_name == canonical_name: + return dist + return None + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + # Search the distribution by looking through the working set. + dist = self._search_distribution(name) + if dist: + return dist + + # If distribution could not be found, call working_set.require to + # update the working set, and try to find the distribution again. + # This might happen for e.g. when you install a package twice, once + # using setup.py develop and again using setup.py install. Now when + # running pip uninstall twice, the package gets removed from the + # working set in the first uninstall, so we have to populate the + # working set again so that pip knows about it and the packages gets + # picked up and is successfully uninstalled the second time too. + try: + # We didn't pass in any version specifiers, so this can never + # raise pkg_resources.VersionConflict. + self._ws.require(name) + except pkg_resources.DistributionNotFound: + return None + return self._search_distribution(name) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7855226 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..526985b326a23bc9fa365a2542840669c4e553d3 GIT binary patch literal 302 zcmYjNu};H4483$|RH^@vwL@bN3=D{Z#LU9Rayl+nV&!soI$sOrAK*Xu0{*2df5C)9 zid0L_)_a!iCx_*7p(H-y7jC3}kK{B8A-4i9B{k|vHN~S^&EBr=s%UI)TC8$sa%F?h zhCEk8XwdN_CX5LgeXazQ3AtW8tct^2>n2#OKUJE^+Q0Pk4qX@!oaqw{a3Ab;kST_j zkb0I|2>6Q0l10{WpS$3p#gJO$^^yMfFJXs%2acX$>Ri<4XTX$kee}!_DS{@SF?r)) aG7VZ3%39ZPe<-g-+&a7&Kft5SQvCvJ8eFmf literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00b22b8bc2316e12585143635f1ad1305a8eb2ee GIT binary patch literal 1454 zcmZ`(&5j#I5bmBodmY;#vI!*8Mw6T}5}6?)LL8zfVv!I6_5c!xxwM+;_GaRqAG+I1 z)^Sd|QclS;0JnVt-lY#*IC0Jm2}IR+yfI-PK=xRpn+f84*}7+u!8xJ|Tag zvAqH?9>O-Cf)GSdMJk$m6m?JeRgedr?yInh@`#czhzLY@N<=856F(n_=sS`O{)F2k zp)PE>HWHNJ>$0B1_wHBn_%m*#*l#NE$#2RhWnJLu?KSKT^F1h%p65x|C5MI;8Z;d3&hVkmY_$B03OGf#}frPClE_SRTTz}k6E0+Npa4Zovx8qLtbW8G~Dv zF&zSmByfR|YW7ABXVmSmbzH{I$X_qBM@=O&#pk-Lvd^1hQ6Y8NPmP|NmKQRUPoyr& zLK@Z{+eb~E9m+-@N^_?-H~xFsk*tq0RsN8zJs+ocKgvvLe10Z%NrL~Jl&*SP`I*Ls3Q&guwU(h5cFqc z9xAeC{};dGe3{(8FzW56H}$g*Zf@H2FnQH?dA`Vc_lXmpj; zAE0&}gq!qTSV*OSsMiSJ#Un^y*Ty(}1{-1s> NZ(>Zw-k9$C{{mcxcYOc= literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..04188807cc3fa69c977e5d1ef9db46d0424cf129 GIT binary patch literal 7327 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0243a41e2b685dbdec8c795567321331fc247d3 GIT binary patch literal 1271 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 P)P6R4d(5sJKC1sO%nF7&c-P zW|EJ|D0#*VH|ZfW={r8+CfjBky@SuiQ|Co^+X4!W=t`>t7_nzVC2WI1*R>ATH3G{D zrhvm@xj~BwG~jhD+#LMe!k%zrq37DxdZ&hyY@r(?LIu`~(lr70!*ziGMHNDe_oOtg z#9{k3RIV91KascP@tyQHus^KAw7#b60KTEJZk#S?SRD1beoNKWc883ahow=0HsG=A zW9e-hu*-}Nx+E_Cl6CSPlHy$gV55YX;wBlTkd1nVLvB*ijI>9ZllIMEyl&2z;xHSL zP3*08`Sy~PgYZbKEK#}IplEfdQ0!H`45Aa7j_JY%8|opupB~E-W0RZ(5vwTr6&3=pzu}2$nnj`px>xu6du^x7&B^+w1#y^E?vO`%OFd^455zzhdWp-X5>^SM5B=*T!f1XU6OOb>>L6I4jQ`v;O(tIiexLBS(aX zyuTsXw$o|;2bwrr9aedFGHvianQY5K~lc^cS167XWsmfE5e)?%(aSKDwL8L=g!(s+&xp0TP?@3>98OX+) zu=Ls66V4zIz6g%IL)H&p!*75eisq5mZwgN~23)kn3RW%AmJRG!c>_|>vM5Uwcw4BJi8d8f1lt^Q_p_RSQ%3fc&7VKuI%IMM@AjdB_W`?&mcqRz@4+(&KH*s zyt%gkK#rNZXxJQvANYpvxC?LY)85?233uVoy<^6lJ*J^(@foNRDL{;Ck5Ps7R&AZIthCq2Zb7iR?wFOs|m7t37tYIMh%vZOnC zSOuv?#hXx1zYpTAg{;Lw)@B|?;H`tUFz3vB>iPUJ4>{(+li9gbDC*Wiwq8gFN)3)- z(_tNxIh#AN13)`5>cqD5h;6Ag?04MC(=s0{J!`#HlPfq-g)!{NOdS6jD@{2T_$@Zu zIIY6Tk(7ab@(?sa46DQ6F+oZ)4Ct`qs2fBL+u=jD>((nI+K&!gu`@I_m=i`6+lM!Hj4;#bzxmgRXh&sIOX zf7>~8j$U(fC=2;uqHc~zB889t>4G!+@O1cw5{X1D z$QX%&ds3&nn>5Y!&F*s{6>D|Q*gBv{6iPuhh9{^lTTRpj?5c~zqNLW7JTr>$T?K_S z5T`EFfwzd9x7+paR^CpT6&8e@K)pj89}bebI$!rf=(X$sszV3Py~;rqdW{b*{tx>; zffRiW#6ym4Q0DQr+ip<4A>*F3eUGmp^8&Bt^QYd^mOp#@2Y9Y(0~b`=ZPQOFs3#B2 z$#pi!Kfy#Gw1OLF;C;;oOt`{3YX8Og+QFRqbO;2ajU5s)8?%3YYFppS4RugX3lZ&S z2~e63x=T;BmJMhm)7|A zdr-F4t&Mldu*t(oMvyjO=r)MQ)&Yc87y>A>&6feNboc9W=S7jP_<*oreXxPakdi$( zVBgqe|CaCJ8gVM4-@_3oy@}T;rCXahqLr58$<438(S)!KXZF$mr{+=!E~KtDs_ypO zCgaji@Spv8>p1JPOO#!&bHSLDA@eRYHdbd>e~3DrHnkhND93TtisSlff_XcR_ohky zjMIo?QKr~##<9*zqcL4c^F-^h#0^F$a)G)@b>jM1J0sCo} zu#lMg@^$G&3H5<-rc--$vqigVB7}GBg-hKc{y literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90e2c6b38be4ea78b5a3890239f81cf8113cddba GIT binary patch literal 1732 zcmZ`(&5k2A5bk#WOcIh=X|*6YAX&?0gP8QPz=07$i)J@mP#Cd7NV!-}yOJ^EwtMZ) zWM>sl?3oi!z-^y^cj+r99)aOUl)ICeL=0}ZRQ{>**I#|M84P*>wx7yh!5sv_Z+@`b zA{;!%?%qcu0uid92&ZA_eWFMaO`|aQG7yo7Uj-umkxXNeJPU^D@3=o0hIQxbvXVw~ zh5le{Y{9D&qbqAv?sx3A0S+ExcVD4_U>b^GN<=t~7I@Y#;WX|>-KL9yNFWg@_5(=a z;GIBp(C?z3px+bmyf5Am{a4AfBVt5zSl@dF3UZI+)WRGr=p5Wj(WBU&>YSHusdxpB zR%bwSu7wmhq;4BU%bPGdHb9-68B^TOQU>2S)r3J^z%j(SN@x-P` zm&M`*w&P9L8(-BrwNNds&i#gM^FG0Tg58bKtP>F~1Dgu+L$VIn0SndyZMcrml68zW zS|?~@5h9flUt#!(1y2vBx6w+??0e*T)N6jjf=+G6aW*{A!M zenI!-x%mrD5zWH=g3wS}jtWZ$r8!h?84VioDxM341Xjd?l8YMoUvt>muxRTy&q_l@zNLNvF zfpy?i!)goMPydIp+ZDKXcDn_^=cXumC1+~CcK5&8$oJ^9k?(yEZHWY7wcG!sPhifG z6TFIsj=6GhgJUwb2}*XD)-kd@|6k?54y=Dnu71wWOaYnV=T;Wk6O%6s(3Q(p#-2N@ z4P@{FY%cLF*j%S<0mfp%j@sLGz5a1_0s10Sa+b9#AB{eIm^oR&(YD4}Da(vWU4g~t zE-Q=x<+5v4_`5!Lqw=!uFx(|8#@_aK@DNSsUL2+*4gJ>(U%q?Wtr~5khVghZo(#J_ zkLCq1R`(dg{Iivk6*rM@=?f_|Uc{FwBv-Tf94?QH0s~_~q-RNJ@gYHED literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc378a7e0a4c4645a0fd299c6a5452606d57b202 GIT binary patch literal 3483 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 None: + self.name = name + self.version = parse_version(version) + self.link = link + + super().__init__( + key=(self.name, self.version, self.link), + defining_class=InstallationCandidate, + ) + + def __repr__(self) -> str: + return "".format( + self.name, + self.version, + self.link, + ) + + def __str__(self) -> str: + return "{!r} candidate (version {} at {})".format( + self.name, + self.version, + self.link, + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..92060d4 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,220 @@ +""" PEP 610 """ +import json +import re +import urllib.parse +from typing import Any, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + "{!r} has unexpected type for {} (expected {})".format( + value, key, expected_type + ) + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +class VcsInfo: + name = "vcs_info" + + def __init__( + self, + vcs: str, + commit_id: str, + requested_revision: Optional[str] = None, + resolved_revision: Optional[str] = None, + resolved_revision_type: Optional[str] = None, + ) -> None: + self.vcs = vcs + self.requested_revision = requested_revision + self.commit_id = commit_id + self.resolved_revision = resolved_revision + self.resolved_revision_type = resolved_revision_type + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: + if d is None: + return None + return cls( + vcs=_get_required(d, str, "vcs"), + commit_id=_get_required(d, str, "commit_id"), + requested_revision=_get(d, str, "requested_revision"), + resolved_revision=_get(d, str, "resolved_revision"), + resolved_revision_type=_get(d, str, "resolved_revision_type"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + resolved_revision=self.resolved_revision, + resolved_revision_type=self.resolved_revision_type, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + ) -> None: + self.hash = hash + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: + if d is None: + return None + return cls(hash=_get(d, str, "hash")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash) + + +class DirInfo: + name = "dir_info" + + def __init__( + self, + editable: bool = False, + ) -> None: + self.editable = editable + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["DirInfo"]: + if d is None: + return None + return cls(editable=_get_required(d, bool, "editable", default=False)) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(editable=self.editable or None) + + +InfoType = Union[ArchiveInfo, DirInfo, VcsInfo] + + +class DirectUrl: + def __init__( + self, + url: str, + info: InfoType, + subdirectory: Optional[str] = None, + ) -> None: + self.url = url + self.info = info + self.subdirectory = subdirectory + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..db3995e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,80 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return "{}({}, {})".format( + self.__class__.__name__, self.no_binary, self.only_binary + ) + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/index.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/index.py @@ -0,0 +1,28 @@ +import urllib.parse + + +class PackageIndex: + """Represents a Package Index and provides easier access to endpoints""" + + __slots__ = ["url", "netloc", "simple_url", "pypi_url", "file_storage_domain"] + + def __init__(self, url: str, file_storage_domain: str) -> None: + super().__init__() + self.url = url + self.netloc = urllib.parse.urlsplit(url).netloc + self.simple_url = self._url_for_path("simple") + self.pypi_url = self._url_for_path("pypi") + + # This is part of a temporary hack used to block installs of PyPI + # packages which depend on external urls only necessary until PyPI can + # block such packages themselves + self.file_storage_domain = file_storage_domain + + def _url_for_path(self, path: str) -> str: + return urllib.parse.urljoin(self.url, path) + + +PyPI = PackageIndex("https://pypi.org/", file_storage_domain="files.pythonhosted.org") +TestPyPI = PackageIndex( + "https://test.pypi.org/", file_storage_domain="test-files.pythonhosted.org" +) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/link.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..6069b27 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/link.py @@ -0,0 +1,288 @@ +import functools +import logging +import os +import posixpath +import re +import urllib.parse +from typing import TYPE_CHECKING, Dict, List, NamedTuple, Optional, Tuple, Union + +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + redact_auth_from_url, + split_auth_from_netloc, + splitext, +) +from pip._internal.utils.models import KeyBasedCompareMixin +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import HTMLPage + +logger = logging.getLogger(__name__) + + +_SUPPORTED_HASHES = ("sha1", "sha224", "sha384", "sha256", "sha512", "md5") + + +class Link(KeyBasedCompareMixin): + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "comes_from", + "requires_python", + "yanked_reason", + "cache_link_parsing", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "HTMLPage"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + cache_link_parsing: bool = True, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of HTMLPage where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link + should be cached. PyPI index urls should + generally have this set to False, for + example. + """ + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + + super().__init__(key=url, defining_class=Link) + + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return "{} (from {}){}".format( + redact_auth_from_url(self._url), self.comes_from, rp + ) + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + @property + def egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + _hash_re = re.compile( + r"({choices})=([a-f0-9]+)".format(choices="|".join(_SUPPORTED_HASHES)) + ) + + @property + def hash(self) -> Optional[str]: + match = self._hash_re.search(self._url) + if match: + return match.group(2) + return None + + @property + def hash_name(self) -> Optional[str]: + match = self._hash_re.search(self._url) + if match: + return match.group(1) + return None + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return self.hash_name is not None + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed. + """ + if hashes is None or not self.has_hash: + return False + # Assert non-None so mypy knows self.hash_name and self.hash are str. + assert self.hash_name is not None + assert self.hash is not None + + return hashes.is_hash_allowed(self.hash_name, hex_digest=self.hash) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..f51190a --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,31 @@ +""" +For types associated with installation schemes. + +For a general overview of available schemes and their context, see +https://docs.python.org/3/install/index.html#alternate-installation. +""" + + +SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] + + +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + __slots__ = SCHEME_KEYS + + def __init__( + self, + platlib: str, + purelib: str, + headers: str, + scripts: str, + data: str, + ) -> None: + self.platlib = platlib + self.purelib = purelib + self.headers = headers + self.scripts = scripts + self.data = data diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..e4e54c2 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,129 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.models.index import PyPI +from pip._internal.utils.compat import has_tls +from pip._internal.utils.misc import normalize_path, redact_auth_from_url + +logger = logging.getLogger(__name__) + + +class SearchScope: + + """ + Encapsulates the locations that pip is configured to search. + """ + + __slots__ = ["find_links", "index_urls"] + + @classmethod + def create( + cls, + find_links: List[str], + index_urls: List[str], + ) -> "SearchScope": + """ + Create a SearchScope object after normalizing the `find_links`. + """ + # Build find_links. If an argument starts with ~, it may be + # a local file relative to a home directory. So try normalizing + # it and if it exists, use the normalized version. + # This is deliberately conservative - it might be fine just to + # blindly normalize anything starting with a ~... + built_find_links: List[str] = [] + for link in find_links: + if link.startswith("~"): + new_link = normalize_path(link) + if os.path.exists(new_link): + link = new_link + built_find_links.append(link) + + # If we don't have TLS enabled, then WARN if anyplace we're looking + # relies on TLS. + if not has_tls(): + for link in itertools.chain(index_urls, built_find_links): + parsed = urllib.parse.urlparse(link) + if parsed.scheme == "https": + logger.warning( + "pip is configured with locations that require " + "TLS/SSL, however the ssl module in Python is not " + "available." + ) + break + + return cls( + find_links=built_find_links, + index_urls=index_urls, + ) + + def __init__( + self, + find_links: List[str], + index_urls: List[str], + ) -> None: + self.find_links = find_links + self.index_urls = index_urls + + def get_formatted_locations(self) -> str: + lines = [] + redacted_index_urls = [] + if self.index_urls and self.index_urls != [PyPI.simple_url]: + for url in self.index_urls: + + redacted_index_url = redact_auth_from_url(url) + + # Parse the URL + purl = urllib.parse.urlsplit(redacted_index_url) + + # URL is generally invalid if scheme and netloc is missing + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not purl.scheme and not purl.netloc: + logger.warning( + 'The index url "%s" seems invalid, please provide a scheme.', + redacted_index_url, + ) + + redacted_index_urls.append(redacted_index_url) + + lines.append( + "Looking in indexes: {}".format(", ".join(redacted_index_urls)) + ) + + if self.find_links: + lines.append( + "Looking in links: {}".format( + ", ".join(redact_auth_from_url(url) for url in self.find_links) + ) + ) + return "\n".join(lines) + + def get_index_urls_locations(self, project_name: str) -> List[str]: + """Returns the locations found via self.index_urls + + Checks the url_name on the main (first in the list) index and + use this url_name to produce all locations + """ + + def mkurl_pypi_url(url: str) -> str: + loc = posixpath.join( + url, urllib.parse.quote(canonicalize_name(project_name)) + ) + # For maximum compatibility with easy_install, ensure the path + # ends in a trailing slash. Although this isn't in the spec + # (and PyPI can handle it without the slash) some other index + # implementations might break if they relied on easy_install's + # behavior. + if not loc.endswith("/"): + loc = loc + "/" + return loc + + return [mkurl_pypi_url(url) for url in self.index_urls] diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..977bc4c --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,51 @@ +from typing import Optional + +from pip._internal.models.format_control import FormatControl + + +class SelectionPreferences: + """ + Encapsulates the candidate selection preferences for downloading + and installing files. + """ + + __slots__ = [ + "allow_yanked", + "allow_all_prereleases", + "format_control", + "prefer_binary", + "ignore_requires_python", + ] + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + allow_yanked: bool, + allow_all_prereleases: bool = False, + format_control: Optional[FormatControl] = None, + prefer_binary: bool = False, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """Create a SelectionPreferences object. + + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param format_control: A FormatControl object or None. Used to control + the selection of source packages / binary packages when consulting + the index and links. + :param prefer_binary: Whether to prefer an old, but valid, binary + dist over a new source dist. + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self.allow_yanked = allow_yanked + self.allow_all_prereleases = allow_all_prereleases + self.format_control = format_control + self.prefer_binary = prefer_binary + self.ignore_requires_python = ignore_requires_python diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..744bd7e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,110 @@ +import sys +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_tags(). + self._valid_tags: Optional[List[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..aaf218d --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,89 @@ +"""Represents a wheel file and provides access to the various parts of the +name that have meaning. +""" +import re +from typing import Dict, Iterable, List + +from pip._vendor.packaging.tags import Tag + +from pip._internal.exceptions import InvalidWheelFilename + + +class Wheel: + """A wheel file""" + + wheel_file_re = re.compile( + r"""^(?P(?P[^\s-]+?)-(?P[^\s-]*?)) + ((-(?P\d[^-]*?))?-(?P[^\s-]+?)-(?P[^\s-]+?)-(?P[^\s-]+?) + \.whl|\.dist-info)$""", + re.VERBOSE, + ) + + def __init__(self, filename: str) -> None: + """ + :raises InvalidWheelFilename: when the filename is invalid for a wheel + """ + wheel_info = self.wheel_file_re.match(filename) + if not wheel_info: + raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") + self.filename = filename + self.name = wheel_info.group("name").replace("_", "-") + # we'll assume "_" means "-" due to wheel naming scheme + # (https://github.com/pypa/pip/issues/1150) + self.version = wheel_info.group("ver").replace("_", "-") + self.build_tag = wheel_info.group("build") + self.pyversions = wheel_info.group("pyver").split(".") + self.abis = wheel_info.group("abi").split(".") + self.plats = wheel_info.group("plat").split(".") + + # All the tag combinations from this file + self.file_tags = { + Tag(x, y, z) for x in self.pyversions for y in self.abis for z in self.plats + } + + def get_formatted_file_tags(self) -> List[str]: + """Return the wheel's tags as a sorted list of strings.""" + return sorted(str(tag) for tag in self.file_tags) + + def support_index_min(self, tags: List[Tag]) -> int: + """Return the lowest index that one of the wheel's file_tag combinations + achieves in the given list of supported tags. + + For example, if there are 8 supported tags and one of the file tags + is first in the list, then return 0. + + :param tags: the PEP 425 tags to check the wheel against, in order + with most preferred first. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min(tags.index(tag) for tag in self.file_tags if tag in tags) + + def find_most_preferred_tag( + self, tags: List[Tag], tag_to_priority: Dict[Tag, int] + ) -> int: + """Return the priority of the most preferred tag that one of the wheel's file + tag combinations achieves in the given list of supported tags using the given + tag_to_priority mapping, where lower priorities are more-preferred. + + This is used in place of support_index_min in some cases in order to avoid + an expensive linear scan of a large list of tags. + + :param tags: the PEP 425 tags to check the wheel against. + :param tag_to_priority: a mapping from tag to priority of that tag, where + lower is more preferred. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min( + tag_to_priority[tag] for tag in self.file_tags if tag in tag_to_priority + ) + + def supported(self, tags: Iterable[Tag]) -> bool: + """Return whether the wheel is compatible with one of the given tags. + + :param tags: the PEP 425 tags to check the wheel against. + """ + return not self.file_tags.isdisjoint(tags) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..21465483bf3c50e849e8b09f4d3bfebaa857ee67 GIT binary patch literal 290 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 Ox{ZkY@2+`^um2x_Fw-&s literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a461f6708f69a4a4bfa751079d697646d5da599a GIT binary patch literal 2971 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 Wl%``-vPFYv@iwDQ>I=s7)c*niD?rl# literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7f0510e356383e5cf8075a4f8ce01d2f2b356605 GIT binary patch literal 10766 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 Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + global keyring + if not url or not keyring: + return None + + try: + try: + get_credential = keyring.get_credential + except AttributeError: + pass + else: + logger.debug("Getting credentials from keyring for %s", url) + cred = get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username: + logger.debug("Getting password from keyring for %s", url) + password = keyring.get_password(url, username) + if password: + return username, password + + except Exception as exc: + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + keyring = None # type: ignore[assignment] + return None + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, prompting: bool = True, index_urls: Optional[List[str]] = None + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.passwords: Dict[str, AuthInfo] = {} + # When the user is prompted to enter credentials and keyring is + # available, we will offer to save them. If the user accepts, + # this value is set to the credentials they entered. After the + # request authenticates, the caller should call + # ``save_credentials`` to save these. + self._credentials_to_save: Optional[Credentials] = None + + def _get_index_url(self, url: str) -> Optional[str]: + """Return the original index URL matching the requested URL. + + Cached or dynamically generated credentials may work against + the original index URL rather than just the netloc. + + The provided url should have had its username and password + removed already. If the original index url had credentials then + they will be included in the return value. + + Returns None if no matching index was found, or if --no-index + was specified by the user. + """ + if not url or not self.index_urls: + return None + + for u in self.index_urls: + prefix = remove_auth_from_url(u).rstrip("/") + "/" + if url.startswith(prefix): + return u + return None + + def _get_new_credentials( + self, + original_url: str, + allow_netrc: bool = True, + allow_keyring: bool = False, + ) -> AuthInfo: + """Find and return credentials for the specified URL.""" + # Split the credentials and netloc from the url. + url, netloc, url_user_password = split_auth_netloc_from_url( + original_url, + ) + + # Start with the credentials embedded in the url + username, password = url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in url for %s", netloc) + return url_user_password + + # Find a matching index url for this request + index_url = self._get_index_url(url) + if index_url: + # Split the credentials from the url. + index_info = split_auth_netloc_from_url(index_url) + if index_info: + index_url, _, index_url_user_password = index_info + logger.debug("Found index url %s", index_url) + + # If an index URL was found, try its embedded credentials + if index_url and index_url_user_password[0] is not None: + username, password = index_url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in index url for %s", netloc) + return index_url_user_password + + # Get creds from netrc if we still don't have them + if allow_netrc: + netrc_auth = get_netrc_auth(original_url) + if netrc_auth: + logger.debug("Found credentials in netrc for %s", netloc) + return netrc_auth + + # If we don't have a password and keyring is available, use it. + if allow_keyring: + # The index url is more specific than the netloc, so try it first + # fmt: off + kr_auth = ( + get_keyring_auth(index_url, username) or + get_keyring_auth(netloc, username) + ) + # fmt: on + if kr_auth: + logger.debug("Found credentials in keyring for %s", netloc) + return kr_auth + + return username, password + + def _get_url_and_credentials( + self, original_url: str + ) -> Tuple[str, Optional[str], Optional[str]]: + """Return the credentials to use for the provided URL. + + If allowed, netrc and keyring may be used to obtain the + correct credentials. + + Returns (url_without_credentials, username, password). Note + that even if the original URL contains credentials, this + function may return a different username and password. + """ + url, netloc, _ = split_auth_netloc_from_url(original_url) + + # Try to get credentials from original url + username, password = self._get_new_credentials(original_url) + + # If credentials not found, use any stored credentials for this netloc. + # Do this if either the username or the password is missing. + # This accounts for the situation in which the user has specified + # the username in the index url, but the password comes from keyring. + if (username is None or password is None) and netloc in self.passwords: + un, pw = self.passwords[netloc] + # It is possible that the cached credentials are for a different username, + # in which case the cache should be ignored. + if username is None or username == un: + username, password = un, pw + + if username is not None or password is not None: + # Convert the username and password if they're None, so that + # this netloc will show up as "cached" in the conditional above. + # Further, HTTPBasicAuth doesn't accept None, so it makes sense to + # cache the value that is going to be used. + username = username or "" + password = password or "" + + # Store any acquired credentials. + self.passwords[netloc] = (username, password) + + assert ( + # Credentials were found + (username is not None and password is not None) + # Credentials were not found + or (username is None and password is None) + ), f"Could not load credentials from url: {original_url}" + + return url, username, password + + def __call__(self, req: Request) -> Request: + # Get credentials for this request + url, username, password = self._get_url_and_credentials(req.url) + + # Set the url of the request to the url without any credentials + req.url = url + + if username is not None and password is not None: + # Send the basic auth with this request + req = HTTPBasicAuth(username, password)(req) + + # Attach a hook to handle 401 responses + req.register_hook("response", self.handle_401) + + return req + + # Factored out to allow for easy patching in tests + def _prompt_for_password( + self, netloc: str + ) -> Tuple[Optional[str], Optional[str], bool]: + username = ask_input(f"User for {netloc}: ") + if not username: + return None, None, False + auth = get_keyring_auth(netloc, username) + if auth and auth[0] is not None and auth[1] is not None: + return auth[0], auth[1], False + password = ask_password("Password: ") + return username, password, True + + # Factored out to allow for easy patching in tests + def _should_save_password_to_keyring(self) -> bool: + if not keyring: + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + # We are not able to prompt the user so simply return the response + if not self.prompting: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Query the keyring for credentials: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # Prompt the user for a new username and password + save = False + if not username and not password: + username, password, save = self._prompt_for_password(parsed.netloc) + + # Store the new username and password to use for future requests + self._credentials_to_save = None + if username is not None and password is not None: + self.passwords[parsed.netloc] = (username, password) + + # Prompt to save the password to keyring + if save and self._should_save_password_to_keyring(): + self._credentials_to_save = (parsed.netloc, username, password) + + # Consume content and release the original connection to allow our new + # request to reuse the same one. + resp.content + resp.raw.release_conn() + + # Add our new username and password to the request + req = HTTPBasicAuth(username or "", password or "")(resp.request) + req.register_hook("response", self.warn_on_401) + + # On successful request, save the credentials that were used to + # keyring. (Note that if the user responded "no" above, this member + # is not set and nothing will be saved.) + if self._credentials_to_save: + req.register_hook("response", self.save_credentials) + + # Send our new request + new_resp = resp.connection.send(req, **kwargs) + new_resp.history.append(resp) + + return new_resp + + def warn_on_401(self, resp: Response, **kwargs: Any) -> None: + """Response callback to warn about incorrect credentials.""" + if resp.status_code == 401: + logger.warning( + "401 Error, Credentials not correct for %s", + resp.request.url, + ) + + def save_credentials(self, resp: Response, **kwargs: Any) -> None: + """Response callback to save credentials on success.""" + assert keyring is not None, "should never reach here without keyring" + if not keyring: + return + + creds = self._credentials_to_save + self._credentials_to_save = None + if creds and resp.status_code < 400: + try: + logger.info("Saving credentials to keyring") + keyring.set_password(*creds) + except Exception: + logger.exception("Failed to save credentials") diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..9dba7ed --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,69 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from typing import Iterator, Optional + +from pip._vendor.cachecontrol.cache import BaseCache +from pip._vendor.cachecontrol.caches import FileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Iterator[None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(BaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = FileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + with open(path, "rb") as f: + return f.read() + + def set(self, key: str, value: bytes, expires: Optional[int] = None) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(value) + + replace(f.name, path) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/download.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..35bc970 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/download.py @@ -0,0 +1,185 @@ +"""Download files with progress indicators. +""" +import cgi +import logging +import mimetypes +import os +from typing import Iterable, Optional, Tuple + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.cli.progress_bars import get_download_progress_renderer +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.index import PyPI +from pip._internal.models.link import Link +from pip._internal.network.cache import is_from_cache +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks +from pip._internal.utils.misc import format_size, redact_auth_from_url, splitext + +logger = logging.getLogger(__name__) + + +def _get_http_response_size(resp: Response) -> Optional[int]: + try: + return int(resp.headers["content-length"]) + except (ValueError, KeyError, TypeError): + return None + + +def _prepare_download( + resp: Response, + link: Link, + progress_bar: str, +) -> Iterable[bytes]: + total_length = _get_http_response_size(resp) + + if link.netloc == PyPI.file_storage_domain: + url = link.show_url + else: + url = link.url_without_fragment + + logged_url = redact_auth_from_url(url) + + if total_length: + logged_url = "{} ({})".format(logged_url, format_size(total_length)) + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (40 * 1000): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp, CONTENT_CHUNK_SIZE) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + _type, params = cgi.parse_header(content_disposition) + filename = params.get("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(filename) + return filename or default_filename + + +def _get_http_response_filename(resp: Response, link: Link) -> str: + """Get an ideal filename from the given HTTP response, falling back to + the link filename if not provided. + """ + filename = link.filename # fallback + # Have a look at the Content-Disposition header for a better guess + content_disposition = resp.headers.get("content-disposition") + if content_disposition: + filename = parse_content_disposition(content_disposition, filename) + ext: Optional[str] = splitext(filename)[1] + if not ext: + ext = mimetypes.guess_extension(resp.headers.get("content-type", "")) + if ext: + filename += ext + if not ext and link.url != resp.url: + ext = os.path.splitext(resp.url)[1] + if ext: + filename += ext + return filename + + +def _http_get_download(session: PipSession, link: Link) -> Response: + target_url = link.url.split("#", 1)[0] + resp = session.get(target_url, headers=HEADERS, stream=True) + raise_for_status(resp) + return resp + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__(self, link: Link, location: str) -> Tuple[str, str]: + """Download the file given by link into location.""" + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + +class BatchDownloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__( + self, links: Iterable[Link], location: str + ) -> Iterable[Tuple[Link, Tuple[str, str]]]: + """Download the files given by links into location.""" + for link in links: + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", + e.response.status_code, + link, + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + yield link, (filepath, content_type) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..c9e44d5 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py @@ -0,0 +1,210 @@ +"""Lazy ZIP over HTTP""" + +__all__ = ["HTTPRangeRequestUnsupported", "dist_from_wheel_url"] + +from bisect import bisect_left, bisect_right +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, Dict, Iterator, List, Optional, Tuple +from zipfile import BadZipfile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.metadata import BaseDistribution, MemoryWheel, get_wheel_distribution +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks + + +class HTTPRangeRequestUnsupported(Exception): + pass + + +def dist_from_wheel_url(name: str, url: str, session: PipSession) -> BaseDistribution: + """Return a distribution object from the given wheel URL. + + This uses HTTP range requests to only fetch the potion of the wheel + containing metadata, just enough for the object to be constructed. + If such requests are not supported, HTTPRangeRequestUnsupported + is raised. + """ + with LazyZipOverHTTP(url, session) as zf: + # For read-only ZIP files, ZipFile only needs methods read, + # seek, seekable and tell, not the whole IO protocol. + wheel = MemoryWheel(zf.name, zf) # type: ignore + # After context manager exit, wheel.name + # is an invalid file by intention. + return get_wheel_distribution(wheel, canonicalize_name(name)) + + +class LazyZipOverHTTP: + """File-like object mapped to a ZIP file over HTTP. + + This uses HTTP range requests to lazily fetch the file's content, + which is supposed to be fed to ZipFile. If such requests are not + supported by the server, raise HTTPRangeRequestUnsupported + during initialization. + """ + + def __init__( + self, url: str, session: PipSession, chunk_size: int = CONTENT_CHUNK_SIZE + ) -> None: + head = session.head(url, headers=HEADERS) + raise_for_status(head) + assert head.status_code == 200 + self._session, self._url, self._chunk_size = session, url, chunk_size + self._length = int(head.headers["Content-Length"]) + self._file = NamedTemporaryFile() + self.truncate(self._length) + self._left: List[int] = [] + self._right: List[int] = [] + if "bytes" not in head.headers.get("Accept-Ranges", "none"): + raise HTTPRangeRequestUnsupported("range request is not supported") + self._check_zip() + + @property + def mode(self) -> str: + """Opening mode, which is always rb.""" + return "rb" + + @property + def name(self) -> str: + """Path to the underlying file.""" + return self._file.name + + def seekable(self) -> bool: + """Return whether random access is supported, which is True.""" + return True + + def close(self) -> None: + """Close the file.""" + self._file.close() + + @property + def closed(self) -> bool: + """Whether the file is closed.""" + return self._file.closed + + def read(self, size: int = -1) -> bytes: + """Read up to size bytes from the object and return them. + + As a convenience, if size is unspecified or -1, + all bytes until EOF are returned. Fewer than + size bytes may be returned if EOF is reached. + """ + download_size = max(size, self._chunk_size) + start, length = self.tell(), self._length + stop = length if size < 0 else min(start + download_size, length) + start = max(0, stop - download_size) + self._download(start, stop - 1) + return self._file.read(size) + + def readable(self) -> bool: + """Return whether the file is readable, which is True.""" + return True + + def seek(self, offset: int, whence: int = 0) -> int: + """Change stream position and return the new absolute position. + + Seek to offset relative position indicated by whence: + * 0: Start of stream (the default). pos should be >= 0; + * 1: Current position - pos may be negative; + * 2: End of stream - pos usually negative. + """ + return self._file.seek(offset, whence) + + def tell(self) -> int: + """Return the current position.""" + return self._file.tell() + + def truncate(self, size: Optional[int] = None) -> int: + """Resize the stream to the given size in bytes. + + If size is unspecified resize to the current position. + The current stream position isn't changed. + + Return the new file size. + """ + return self._file.truncate(size) + + def writable(self) -> bool: + """Return False.""" + return False + + def __enter__(self) -> "LazyZipOverHTTP": + self._file.__enter__() + return self + + def __exit__(self, *exc: Any) -> Optional[bool]: + return self._file.__exit__(*exc) + + @contextmanager + def _stay(self) -> Iterator[None]: + """Return a context manager keeping the position. + + At the end of the block, seek back to original position. + """ + pos = self.tell() + try: + yield + finally: + self.seek(pos) + + def _check_zip(self) -> None: + """Check and download until the file is a valid ZIP.""" + end = self._length - 1 + for start in reversed(range(0, end, self._chunk_size)): + self._download(start, end) + with self._stay(): + try: + # For read-only ZIP files, ZipFile only needs + # methods read, seek, seekable and tell. + ZipFile(self) # type: ignore + except BadZipfile: + pass + else: + break + + def _stream_response( + self, start: int, end: int, base_headers: Dict[str, str] = HEADERS + ) -> Response: + """Return HTTP response to a range request from start to end.""" + headers = base_headers.copy() + headers["Range"] = f"bytes={start}-{end}" + # TODO: Get range requests to be correctly cached + headers["Cache-Control"] = "no-cache" + return self._session.get(self._url, headers=headers, stream=True) + + def _merge( + self, start: int, end: int, left: int, right: int + ) -> Iterator[Tuple[int, int]]: + """Return an iterator of intervals to be fetched. + + Args: + start (int): Start of needed interval + end (int): End of needed interval + left (int): Index of first overlapping downloaded data + right (int): Index after last overlapping downloaded data + """ + lslice, rslice = self._left[left:right], self._right[left:right] + i = start = min([start] + lslice[:1]) + end = max([end] + rslice[-1:]) + for j, k in zip(lslice, rslice): + if j > i: + yield i, j - 1 + i = k + 1 + if i <= end: + yield i, end + self._left[left:right], self._right[left:right] = [start], [end] + + def _download(self, start: int, end: int) -> None: + """Download bytes from start to end inclusively.""" + with self._stay(): + left = bisect_left(self._right, start) + right = bisect_right(self._left, end) + for start, end in self._merge(start, end, left, right): + response = self._stream_response(start, end) + response.raise_for_status() + self.seek(start) + for chunk in response_chunks(response, self._chunk_size): + self._file.write(chunk) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/session.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..cbe743b --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/session.py @@ -0,0 +1,454 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +import io +import ipaddress +import json +import logging +import mimetypes +import os +import platform +import shutil +import subprocess +import sys +import urllib.parse +import warnings +from typing import Any, Dict, Iterator, List, Mapping, Optional, Sequence, Tuple, Union + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter +from pip._vendor.requests.adapters import BaseAdapter, HTTPAdapter +from pip._vendor.requests.models import PreparedRequest, Response +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3.connectionpool import ConnectionPool +from pip._vendor.urllib3.exceptions import InsecureRequestWarning + +from pip import __version__ +from pip._internal.metadata import get_default_environment +from pip._internal.models.link import Link +from pip._internal.network.auth import MultiDomainBasicAuth +from pip._internal.network.cache import SafeFileCache + +# Import ssl from compat so the initial import occurs in only one place. +from pip._internal.utils.compat import has_tls +from pip._internal.utils.glibc import libc_ver +from pip._internal.utils.misc import build_url_from_netloc, parse_netloc +from pip._internal.utils.urls import url_to_path + +logger = logging.getLogger(__name__) + +SecureOrigin = Tuple[str, str, Optional[Union[int, str]]] + + +# Ignore warning raised when using --trusted-host. +warnings.filterwarnings("ignore", category=InsecureRequestWarning) + + +SECURE_ORIGINS: List[SecureOrigin] = [ + # protocol, hostname, port + # Taken from Chrome's list of secure origins (See: http://bit.ly/1qrySKC) + ("https", "*", "*"), + ("*", "localhost", "*"), + ("*", "127.0.0.0/8", "*"), + ("*", "::1/128", "*"), + ("file", "*", None), + # ssh is always secure. + ("ssh", "*", "*"), +] + + +# These are environment variables present when running under various +# CI systems. For each variable, some CI systems that use the variable +# are indicated. The collection was chosen so that for each of a number +# of popular systems, at least one of the environment variables is used. +# This list is used to provide some indication of and lower bound for +# CI traffic to PyPI. Thus, it is okay if the list is not comprehensive. +# For more background, see: https://github.com/pypa/pip/issues/5499 +CI_ENVIRONMENT_VARIABLES = ( + # Azure Pipelines + "BUILD_BUILDID", + # Jenkins + "BUILD_ID", + # AppVeyor, CircleCI, Codeship, Gitlab CI, Shippable, Travis CI + "CI", + # Explicit environment variable. + "PIP_IS_CI", +) + + +def looks_like_ci() -> bool: + """ + Return whether it looks like pip is running under CI. + """ + # We don't use the method of checking for a tty (e.g. using isatty()) + # because some CI systems mimic a tty (e.g. Travis CI). Thus that + # method doesn't provide definitive information in either direction. + return any(name in os.environ for name in CI_ENVIRONMENT_VARIABLES) + + +def user_agent() -> str: + """ + Return a string representing the user agent. + """ + data: Dict[str, Any] = { + "installer": {"name": "pip", "version": __version__}, + "python": platform.python_version(), + "implementation": { + "name": platform.python_implementation(), + }, + } + + if data["implementation"]["name"] == "CPython": + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "PyPy": + pypy_version_info = sys.pypy_version_info # type: ignore + if pypy_version_info.releaselevel == "final": + pypy_version_info = pypy_version_info[:3] + data["implementation"]["version"] = ".".join( + [str(x) for x in pypy_version_info] + ) + elif data["implementation"]["name"] == "Jython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "IronPython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + + if sys.platform.startswith("linux"): + from pip._vendor import distro + + linux_distribution = distro.name(), distro.version(), distro.codename() + distro_infos: Dict[str, Any] = dict( + filter( + lambda x: x[1], + zip(["name", "version", "id"], linux_distribution), + ) + ) + libc = dict( + filter( + lambda x: x[1], + zip(["lib", "version"], libc_ver()), + ) + ) + if libc: + distro_infos["libc"] = libc + if distro_infos: + data["distro"] = distro_infos + + if sys.platform.startswith("darwin") and platform.mac_ver()[0]: + data["distro"] = {"name": "macOS", "version": platform.mac_ver()[0]} + + if platform.system(): + data.setdefault("system", {})["name"] = platform.system() + + if platform.release(): + data.setdefault("system", {})["release"] = platform.release() + + if platform.machine(): + data["cpu"] = platform.machine() + + if has_tls(): + import _ssl as ssl + + data["openssl_version"] = ssl.OPENSSL_VERSION + + setuptools_dist = get_default_environment().get_distribution("setuptools") + if setuptools_dist is not None: + data["setuptools_version"] = str(setuptools_dist.version) + + if shutil.which("rustc") is not None: + # If for any reason `rustc --version` fails, silently ignore it + try: + rustc_output = subprocess.check_output( + ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5 + ) + except Exception: + pass + else: + if rustc_output.startswith(b"rustc "): + # The format of `rustc --version` is: + # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'` + # We extract just the middle (1.52.1) part + data["rustc_version"] = rustc_output.split(b" ")[1].decode() + + # Use None rather than False so as not to give the impression that + # pip knows it is not being run under CI. Rather, it is a null or + # inconclusive result. Also, we include some value rather than no + # value to make it easier to know that the check has been run. + data["ci"] = True if looks_like_ci() else None + + user_data = os.environ.get("PIP_USER_AGENT_USER_DATA") + if user_data is not None: + data["user_data"] = user_data + + return "{data[installer][name]}/{data[installer][version]} {json}".format( + data=data, + json=json.dumps(data, separators=(",", ":"), sort_keys=True), + ) + + +class LocalFSAdapter(BaseAdapter): + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: Optional[Union[float, Tuple[float, float]]] = None, + verify: Union[bool, str] = True, + cert: Optional[Union[str, Tuple[str, str]]] = None, + proxies: Optional[Mapping[str, str]] = None, + ) -> Response: + pathname = url_to_path(request.url) + + resp = Response() + resp.status_code = 200 + resp.url = request.url + + try: + stats = os.stat(pathname) + except OSError as exc: + # format the exception raised as a io.BytesIO object, + # to return a better error message: + resp.status_code = 404 + resp.reason = type(exc).__name__ + resp.raw = io.BytesIO(f"{resp.reason}: {exc}".encode("utf8")) + else: + modified = email.utils.formatdate(stats.st_mtime, usegmt=True) + content_type = mimetypes.guess_type(pathname)[0] or "text/plain" + resp.headers = CaseInsensitiveDict( + { + "Content-Type": content_type, + "Content-Length": stats.st_size, + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close + + return resp + + def close(self) -> None: + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + + timeout: Optional[int] = None + + def __init__( + self, + *args: Any, + retries: int = 0, + cache: Optional[str] = None, + trusted_hosts: Sequence[str] = (), + index_urls: Optional[List[str]] = None, + **kwargs: Any, + ) -> None: + """ + :param trusted_hosts: Domains not to emit warnings for when not using + HTTPS. + """ + super().__init__(*args, **kwargs) + + # Namespace the attribute with "pip_" just in case to prevent + # possible conflicts with the base class. + self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + host_port = parse_netloc(host) + if host_port not in self.pip_trusted_origins: + self.pip_trusted_origins.append(host_port) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not host_port[1]: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Iterator[SecureOrigin]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host) + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..094cf1b --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,96 @@ +from typing import Dict, Iterator + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.exceptions import NetworkConnectionError + +# The following comments and HTTP headers were originally added by +# Donald Stufft in git commit 22c562429a61bb77172039e480873fb239dd8c03. +# +# We use Accept-Encoding: identity here because requests defaults to +# accepting compressed responses. This breaks in a variety of ways +# depending on how the server is configured. +# - Some servers will notice that the file isn't a compressible file +# and will leave the file alone and with an empty Content-Encoding +# - Some servers will notice that the file is already compressed and +# will leave the file alone, adding a Content-Encoding: gzip header +# - Some servers won't notice anything at all and will take a file +# that's already been compressed and compress it again, and set +# the Content-Encoding: gzip header +# By setting this to request only the identity encoding we're hoping +# to eliminate the third case. Hopefully there does not exist a server +# which when given a file will notice it is already compressed and that +# you're not asking for a compressed file and will then decompress it +# before sending because if that's the case I don't think it'll ever be +# possible to make this work. +HEADERS: Dict[str, str] = {"Accept-Encoding": "identity"} + + +def raise_for_status(resp: Response) -> None: + http_error_msg = "" + if isinstance(resp.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. + try: + reason = resp.reason.decode("utf-8") + except UnicodeDecodeError: + reason = resp.reason.decode("iso-8859-1") + else: + reason = resp.reason + + if 400 <= resp.status_code < 500: + http_error_msg = ( + f"{resp.status_code} Client Error: {reason} for url: {resp.url}" + ) + + elif 500 <= resp.status_code < 600: + http_error_msg = ( + f"{resp.status_code} Server Error: {reason} for url: {resp.url}" + ) + + if http_error_msg: + raise NetworkConnectionError(http_error_msg, response=resp) + + +def response_chunks( + response: Response, chunk_size: int = CONTENT_CHUNK_SIZE +) -> Iterator[bytes]: + """Given a requests Response, provide the data chunks.""" + try: + # Special case for urllib3. + for chunk in response.raw.stream( + chunk_size, + # We use decode_content=False here because we don't + # want urllib3 to mess with the raw bytes we get + # from the server. If we decompress inside of + # urllib3 then we cannot verify the checksum + # because the checksum will be of the compressed + # file. This breakage will only occur if the + # server adds a Content-Encoding header, which + # depends on how the server was configured: + # - Some servers will notice that the file isn't a + # compressible file and will leave the file alone + # and with an empty Content-Encoding + # - Some servers will notice that the file is + # already compressed and will leave the file + # alone and will add a Content-Encoding: gzip + # header + # - Some servers won't notice anything at all and + # will take a file that's already been compressed + # and compress it again and set the + # Content-Encoding: gzip header + # + # By setting this not to decode automatically we + # hope to eliminate problems with the second case. + decode_content=False, + ): + yield chunk + except AttributeError: + # Standard file-like object. + while True: + chunk = response.raw.read(chunk_size) + if not chunk: + break + yield chunk diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..4a7d55d --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,60 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: bytes, + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..141c8321725ceac080219109899d8cfa92ba05f3 GIT binary patch literal 238 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 AWB>pF literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..78781c69923f4c943e2ecbd10b33ef357d37c2f2 GIT binary patch literal 6236 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e6edf90bf30a1342730aa07b62226a112dee1c7 GIT binary patch literal 14934 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 F`aeMdibntd literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e73d43f27a97c9b11af1a5ef9591ea80b439cf0c GIT binary patch literal 244 zcmYk0F%H5o3`GO#fRH!{LooTGY=^+$()^`cqF@<~K4c4FMyUWMz%KRho`a*d!><*0@YXHAVJcsQ`D zyj2+j9?@l#p_ld)N;Xg+y8?asvEO_FEt(cI?ctrwC$lMd3Yf+_m5M81$$}&k&>5wH iEjks5jfZ_hItLju3Q|t&={{K2oHrU*-NU{gk%$*{l}8T% literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53537610d4c4c9aabb4174d83bfd9fc2068d49f1 GIT binary patch literal 1471 zcmZux&yO256t-t3Gqc%AcDI)nc7;Z8A%~q|MG;a#2+=Ok1J#OFs>o$D8G93FJ@&|U zHcgbEigGPIa_t`BAK-tPD<}R1kXoK6Ke`n-vg7CX?D_n@?^$*_Z3OL?>JPeTA@rv; zuD1}3FQMx(3?#I*`Y3J(+=6Co%4`Hr1P`a?-J)B>UHP0zoRB6xyj=p6;$PhNfC27WJP=~ zRjlPi6*MMH8^s0_>(xp7FF=VN^l-g@MypRwKK)k8i@Q1JRN1w!CXAC)amkbvB^9RU z)Q9(lHW1Jp|8O#>lq{&$r%Fjx-`YUP-y(Sprm*K)& z_*a&@V9wVGqj9+*aiWhq%~=x=X<3jREgtFz$4(*yI_#w{UMhFV0V_4xd39w{DU(^t6Z(Hto8L_H3Qnm zKviO7$$LQGUIiqbPo7r`ZNd22#yd+)qc8 za^=BJ1%-xcN9x)eOD1}uvTUmzJJ@Qh_qN+jS;1}VXuDu7fBm({il2#dnc3AAwVM46 zsdwOrzkf|fvZN``FBB`&d$O2V!RvG?)rE%3(Ud-+s$d}YteTmT6zPykHKh7@ZEpOx z(@T(T%Gn@Yc|J}~K1ww+^mv^lomQ+$GbRkMkn>bl>vGj;bMKKM7@EzX?y$CzF3%>}5Po3A!>!VlB)1!a7yXp{vdV6({WkeQPrfz^;AHv6z3@{R@ zlB%itWUBHCKxpOIh?`Bs241o)MP&=FzV)`3J}GF`ye8MUdhhKRcx|{&-q63&!_of* z8F&UPJuCIN@K`msXh^y?ylat!pM#JmoPL49YBJ)X(2bnP*~gL1itAv=$EG{oSN{SP Cv$uBu literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..deb3d804f431328611d5b0de1b5e266a52492a7a GIT binary patch literal 1505 zcmZuxL66)t6tmq1BSHH90Itcw? zm8&fPna2N?d2AcZqIpTSA zBvqv4ROKw9TpPuQQ)|_6_fJ5H9`q_$-5cq(7ZujO_Om`hTnsu3C*h!Dqq3 zU3lk~JO5Oy0>+}EC2^{GIRZ5wXC>E#jwsVPFvn=b%jodnFuHs9cHHeo(7tctp(8V9 zE&1TK-io$ijT`UNtwK_!%DvX%G4Sdha|rSFNXQ|uJ5P(O1Y+pvhlh$)nX*_Iw6nXbrs*xyh-&{4ZpX2#01!|QsTH|b?o)bCZzF)VE{ zrI54fDhXESDi;j|rQs{=z@2)sO! zsh#aGo4>yx^)_tr_gONQ1xrMBtay>!m-*BtzfNXS9c#EBOV~4}at?`~R&z6!Winz? zjhNnBsjdA^asnxw2tG_MEg!}Ew-e0`+grs+Cl#-fl$Qn=$wVTnRq5)axqY%m--bV~ z=Jl;riL)?~%~)zj<+)D7*jXWZQPnvOuYC~!g& Tl5HHiAtn$Ph)3JW=Ieg|L#M=l literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f397c1aea2409eb17904d049ea75933c90fa8de GIT binary patch literal 2416 zcmaJ?&5zqe6rUM8j^j4m(m*_HBoTOv}wN^$S++tZkgDi0SEM+3dBA&W2??<8Ayg|*Kn!4~r+%Z7uD^H}<< z-}j@m$NfO`B^bj^)V>*|)D2R%4F_1$2XMjX(la+o-FxNNz4j|T+|VAL0?|h~`m(0IIso_` zVnK5JJ^4!Sgh#b<2MC4DQYyEjY_mlaXUy-l7lFAlaulz8hr9O`UJ zZ<~uPIS4}Lv4>2A5v0i<>|~of_4ARG%NTyr>uNZ8$po4H7=-P?j&iQX0Kt$agKH=CxpkUOq0xE2 z2Z1b6(7qaT0D!y(gQ@w*z0GIBTt*d8K7<@Vq@U{ikJfH+!Q5;UlEPE=|9^bFEA&6D zsv=yfs@@CM6(-CnBW9_xpoEejQ|2JZHkEmwM`?=)O(Uw-11zUO!ekNou~^WW=JCUv zfH|oZE5syCTqgwE*gRS?g-*Jv6|wRm)~Zny1mwjpwsXcs>w`9C_ zCl`0CBPX+RD<`y?SE;=ZRQEYbmrRsZcizKj*T!gMWp-}T+CI+hM}#`N_BZx6-Ud7B zn8-wXuw%M(1xkDMHeYc1k zz-z4=NJd@CdI69GScL$CNG3pajtkeFf+r-PgH72I%*(|}OtlN^(c5>1X*#>Udr2qe z{fn~YP6?|Z*-1gT7v-o9HL*4&gS$|l<`y7ZE%amF1xnlTlOToKp`fWx*C;aFOu0Xl zO!y&Bdr^OM_A|i-fzaER4qlobv^82C7iD?$(jj1KBiyE{4n+ogQJ*pys_K--fm$ct zf}#M@?Uth~Xc&DaRE4tcurD;6gsx9f)xyvMIwletbHdU>W4Bckr}g-Z7H73Mr^Opu zoCl#y&F11wJ*+U@G5%XBi<6$k{OK7lfU&#|!ki;m-{y;^MWAN%ZN0E8rx=aD33i@0 ztva^9B}e4hxtGq7-5`Hyx$vjm5O2XUtyNX^eab`MhXRLFLO{i`_UI&Js$H^IyDUSY zIZ2&5t_|a;Jqe*K;-OZL8?c8V8x(D|ppSner7j#dgx(v=_Dt(5HZB6K&b`vKY=T7& z)R|WqWzZWnjEdB$TAyW~jx%cez9uQ(7nk(04Cw!3-Z8t-c#9CtBt`cSQIME@HQ{s^ xvum0lEv{@yGD08tq)3r0+vE8P- zoym+Q5+Ym!m)sE2?vY=>f9WeH{sNC(%Izd<+Un}AepG$+Rkg+Tc1W=O)cg+bxrF@D zDd*c3Dqmn%90ezwmSo(IbWBlaC99mVL%TJnbSrP{*|}T#)nGiJ1jum!!xK6Vxd&U^ z2agYM46qNufvwBrFytZM`q3RnoZcg&=uh-S_D9qNcN$%YIxlg)a{$f9d!KwI#NuXN zmLPHMifro|WVS5yJX1|!l?s%~XJFhqufPl@`E&s_H3%N3$hN|Jl zm!Ml&Pci(L&Bs}Q{U&zx48?|V+EV3zLw=y^T}_TDXB+2)QKA`lHslw=-Cvz2^s&34 z$Iiw*p+CPy$%Y=e8wc-tPuXMdKGNqBmpnnb>R^wk-6f@@`yODwPwE|)Xm53+Uqc^0 z_cx^T@c?h$BTJ$ON5SzBEqW&msT!=G-e`-G$D)S#>so1K<}Q5KVuTgcI&M`_&tg4? z_~7v^n2yqp7+ad8-{cG?{~Y|Cy(iYv{`&GQP`aq|E^qNmraz6ZsrBm?Y6qxya42NFz8JsXtPsu-rXX&&@0`C#Odh41Rg~l(%YzESJ9475dcF8jrRXceeTh`Zx*|HI5)}u> z3eqxP$f8PbiD}z0uhONE3)SRPNZ}F4X@Nv$%}UQjoz6hW8K~>e)ff98r4ONgn3lyP z?RP#*_C82eq2W5(Szt}8v?-c2D{2iAUqvb!kd|qc+9*>CFKJfh(z&R!#=e{g(W-Y* zL?NRQWh|ubS>(8s;TN1E7ig1K7o|%6&rqMT;SBV*eI|ph#qKCHQECYegS4CA6AfjoiCXp;tW8@%ZJcimX;vDMMFdiL2kVpA_%eL^-n^N=}fq z`Rf?TP22@pxM#@fK6!wgpSa(<``FvWCXdaiW~mvU(kXhqm@B+3BKM}068$~EihHc# z9vgJs2AIQt%Pd-S_y*r1Rx92gFsdz?RHRQ+03j| z{opP}6Vp_}he1QX40dt%zKOIu-?$A@rA4d{L-1U&PlHW4f5Sl4fFMa#Jj@_C;3Al> z2OpF(M0AMi_7%^wUXKb7rJLW`j*Eh;CFtj?Hf1n`QCvwdsWmAr&r6VSkbzz_iI1Ck zbf4hqo4@;IoMw(*=|S10{{MHHamBn?mzzlkk_hv literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef4ca56f331e6cabd2f858878217e70b21acbbec GIT binary patch literal 2801 zcma)8PmkL+7AL8{mOY-y%p}<~i&mQ^P24tigBDmIyC{k_NiRVPG+PAmVj*Zm+Ezvq z4U!&bT=|qeZg)RGP{4ECPq5d1gr0TXQ_j7#Y0~zQk|&d(1u8=n$@hnR@BQ9;<{KLU zg6H4U|FQ4e2>o9#PClEk_y}J4EesS!v; z%;{*UQHOTvCU9>XjxFFi1@Cqvxzl`iVb5o^M3!xu7`Jc!4{Wa-TnJavheEF119!3%oGphgwOx6*m{LA=()lJ<11I6%tUo+%+$@% zh$SjLV7J);%POzAROQ^b`SBN@Rz54JoTqBivxN_`qNNoaM}RV!RJLLd)qj!L0n*dQ zg9*>sAdB}!nh$R9q&8?U=VD(@^Lne|G!W&Hw)r1#=G2>#)?-Klk3nQGO{aq>Eff;~x&a_g#2SEdus2IHI;g>wv2mOn_NRx{ z=~v(+n4D#*1NWAHfWdb<*d{)<{q7Giy1_FacVS1I)wSTPzFJRGGNll|b%6Ab1qhQCuV=K_E_iHi^r zZFKa5TcF9fIJ}ZfIG2zbKoL^)u7_VP1ECM-wJKL~0cTfk9ZM4%p+i`C^H>xhRau~@ zB3xFsHomeS@U#Hzp8+OuRu4MZC*W-5a%|9B54&2~dB}~ZMowh>(^M+sPGFF)!Qi)S z8~{WDY~v0g#3$r=*ADPD5f`+Q4O8v_=aIQcAo)xr%z&pm&iG!OMch$`{*8`EgRYBkp(bq-9>Yx z{8dZCb{VLk3`&4)>6XxZzH*lBvV9Mc6B2jPH6-uPL971Vhga+9wHN>TSm&t$!K~0( z4WMe0JDeE=XxLt;<8YzDW78b^K@h@ILtP%@yutV=l(R(lkkKs5YKW_T_!+1Z^Hj2T z!@5mKQ&am!Q_m8Yz^&pf7^+PuZ7MBHIne=I?3k-+P}V2tWLUJrD<;HHTzZRhH(rRm z$foPzCAm0XSFmu+9G+-?aO^34qLs{PahP0ryzX|GI zTj)w8bnC0r!=Y?%HWnIERqN)%gc;;P9;HPpC*mE=__`)~88l`v*jqWeKN`Fc>e|D str: + """Generate metadata using mechanisms described in PEP 517. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that Pep517HookCaller implements a fallback for + # prepare_metadata_for_build_wheel, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message("Preparing metadata (pyproject.toml)") + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_wheel(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..4c3f48b --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pep517.wrappers import Pep517HookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: Pep517HookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that Pep517HookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..e60988d --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py @@ -0,0 +1,74 @@ +"""Metadata generation logic for legacy source distributions. +""" + +import logging +import os + +from pip._internal.build_env import BuildEnvironment +from pip._internal.cli.spinners import open_spinner +from pip._internal.exceptions import ( + InstallationError, + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.setuptools_build import make_setuptools_egg_info_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def _find_egg_info(directory: str) -> str: + """Find an .egg-info subdirectory in `directory`.""" + filenames = [f for f in os.listdir(directory) if f.endswith(".egg-info")] + + if not filenames: + raise InstallationError(f"No .egg-info directory found in {directory}") + + if len(filenames) > 1: + raise InstallationError( + "More than one .egg-info directory found in {}".format(directory) + ) + + return os.path.join(directory, filenames[0]) + + +def generate_metadata( + build_env: BuildEnvironment, + setup_py_path: str, + source_dir: str, + isolated: bool, + details: str, +) -> str: + """Generate metadata using setup.py-based defacto mechanisms. + + Returns the generated metadata directory. + """ + logger.debug( + "Running setup.py (path:%s) egg_info for package %s", + setup_py_path, + details, + ) + + egg_info_dir = TempDirectory(kind="pip-egg-info", globally_managed=True).path + + args = make_setuptools_egg_info_args( + setup_py_path, + egg_info_dir=egg_info_dir, + no_user_config=isolated, + ) + + with build_env: + with open_spinner("Preparing metadata (setup.py)") as spinner: + try: + call_subprocess( + args, + cwd=source_dir, + command_desc="python setup.py egg_info", + spinner=spinner, + ) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + # Return the .egg-info directory. + return _find_egg_info(egg_info_dir) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..b0d2fc9 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pep517.wrappers import Pep517HookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name: str, + backend: Pep517HookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 517 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building wheel for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + wheel_name = backend.build_wheel( + tempd, + metadata_directory=metadata_directory, + ) + except Exception: + logger.error("Failed building wheel for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..cf7b01a --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pep517.wrappers import HookMissing, Pep517HookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_editable( + name: str, + backend: Pep517HookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 660 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building editable for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + wheel_name = backend.build_editable( + tempd, + metadata_directory=metadata_directory, + ) + except HookMissing as e: + logger.error( + "Cannot build editable %s because the build " + "backend does not have the %s hook", + name, + e, + ) + return None + except Exception: + logger.error("Failed building editable for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..c5f0492 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py @@ -0,0 +1,102 @@ +import logging +import os.path +from typing import List, Optional + +from pip._internal.cli.spinners import open_spinner +from pip._internal.utils.setuptools_build import make_setuptools_bdist_wheel_args +from pip._internal.utils.subprocess import call_subprocess, format_command_args + +logger = logging.getLogger(__name__) + + +def format_command_result( + command_args: List[str], + command_output: str, +) -> str: + """Format command information for logging.""" + command_desc = format_command_args(command_args) + text = f"Command arguments: {command_desc}\n" + + if not command_output: + text += "Command output: None" + elif logger.getEffectiveLevel() > logging.DEBUG: + text += "Command output: [use --verbose to show]" + else: + if not command_output.endswith("\n"): + command_output += "\n" + text += f"Command output:\n{command_output}" + + return text + + +def get_legacy_build_wheel_path( + names: List[str], + temp_dir: str, + name: str, + command_args: List[str], + command_output: str, +) -> Optional[str]: + """Return the path to the wheel in the temporary build directory.""" + # Sort for determinism. + names = sorted(names) + if not names: + msg = ("Legacy build of wheel for {!r} created no files.\n").format(name) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + return None + + if len(names) > 1: + msg = ( + "Legacy build of wheel for {!r} created more than one file.\n" + "Filenames (choosing first): {}\n" + ).format(name, names) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + + return os.path.join(temp_dir, names[0]) + + +def build_wheel_legacy( + name: str, + setup_py_path: str, + source_dir: str, + global_options: List[str], + build_options: List[str], + tempd: str, +) -> Optional[str]: + """Build one unpacked package using the "legacy" build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + wheel_args = make_setuptools_bdist_wheel_args( + setup_py_path, + global_options=global_options, + build_options=build_options, + destination_dir=tempd, + ) + + spin_message = f"Building wheel for {name} (setup.py)" + with open_spinner(spin_message) as spinner: + logger.debug("Destination directory: %s", tempd) + + try: + output = call_subprocess( + wheel_args, + command_desc="python setup.py bdist_wheel", + cwd=source_dir, + spinner=spinner, + ) + except Exception: + spinner.finish("error") + logger.error("Failed building wheel for %s", name) + return None + + names = os.listdir(tempd) + wheel_path = get_legacy_build_wheel_path( + names=names, + temp_dir=tempd, + name=name, + command_args=wheel_args, + command_output=output, + ) + return wheel_path diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..fb3ac8b --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,149 @@ +"""Validation of dependencies of packages +""" + +import logging +from typing import Callable, Dict, List, NamedTuple, Optional, Set, Tuple + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: DistributionVersion + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, DistributionVersion, Requirement] + +MissingDict = Dict[NormalizedName, List[Missing]] +ConflictingDict = Dict[NormalizedName, List[Conflicting]] +CheckResult = Tuple[MissingDict, ConflictingDict] +ConflictDetails = Tuple[PackageSet, CheckResult] + + +def create_package_set_from_installed() -> Tuple[PackageSet, bool]: + """Converts a list of distributions into a PackageSet.""" + package_set = {} + problems = False + env = get_default_environment() + for dist in env.iter_installed_distributions(local_only=False, skip=()): + name = dist.canonical_name + try: + dependencies = list(dist.iter_dependencies()) + package_set[name] = PackageDetails(dist.version, dependencies) + except (OSError, ValueError) as e: + # Don't crash on unreadable or broken metadata. + logger.warning("Error parsing requirements for %s: %s", name, e) + problems = True + return package_set, problems + + +def check_package_set( + package_set: PackageSet, should_ignore: Optional[Callable[[str], bool]] = None +) -> CheckResult: + """Check if a package set is consistent + + If should_ignore is passed, it should be a callable that takes a + package name and returns a boolean. + """ + + missing = {} + conflicting = {} + + for package_name, package_detail in package_set.items(): + # Info about dependencies of package_name + missing_deps: Set[Missing] = set() + conflicting_deps: Set[Conflicting] = set() + + if should_ignore and should_ignore(package_name): + continue + + for req in package_detail.dependencies: + name = canonicalize_name(req.name) + + # Check if it's missing + if name not in package_set: + missed = True + if req.marker is not None: + missed = req.marker.evaluate() + if missed: + missing_deps.add((name, req)) + continue + + # Check if there's a conflict + version = package_set[name].version + if not req.specifier.contains(version, prereleases=True): + conflicting_deps.add((name, version, req)) + + if missing_deps: + missing[package_name] = sorted(missing_deps, key=str) + if conflicting_deps: + conflicting[package_name] = sorted(conflicting_deps, key=str) + + return missing, conflicting + + +def check_install_conflicts(to_install: List[InstallRequirement]) -> ConflictDetails: + """For checking if the dependency graph would be consistent after \ + installing given requirements + """ + # Start from the current state + package_set, _ = create_package_set_from_installed() + # Install packages + would_be_installed = _simulate_installation_of(to_install, package_set) + + # Only warn about directly-dependent packages; create a whitelist of them + whitelist = _create_whitelist(would_be_installed, package_set) + + return ( + package_set, + check_package_set( + package_set, should_ignore=lambda name: name not in whitelist + ), + ) + + +def _simulate_installation_of( + to_install: List[InstallRequirement], package_set: PackageSet +) -> Set[NormalizedName]: + """Computes the version of packages after installing to_install.""" + # Keep track of packages that were installed + installed = set() + + # Modify it as installing requirement_set would (assuming no errors) + for inst_req in to_install: + abstract_dist = make_distribution_for_install_requirement(inst_req) + dist = abstract_dist.get_metadata_distribution() + name = dist.canonical_name + package_set[name] = PackageDetails(dist.version, list(dist.iter_dependencies())) + + installed.add(name) + + return installed + + +def _create_whitelist( + would_be_installed: Set[NormalizedName], package_set: PackageSet +) -> Set[NormalizedName]: + packages_affected = set(would_be_installed) + + for package_name in package_set: + if package_name in packages_affected: + continue + + for req in package_set[package_name].dependencies: + if canonicalize_name(req.name) in packages_affected: + packages_affected.add(package_name) + break + + return packages_affected diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..4565540 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,254 @@ +import collections +import logging +import os +from typing import Container, Dict, Iterable, Iterator, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_file import COMMENT_RE +from pip._internal.utils.direct_url_helpers import direct_url_as_pep440_direct_reference + +logger = logging.getLogger(__name__) + + +class _EditableInfo(NamedTuple): + requirement: str + comments: List[str] + + +def freeze( + requirement: Optional[List[str]] = None, + local_only: bool = False, + user_only: bool = False, + paths: Optional[List[str]] = None, + isolated: bool = False, + exclude_editable: bool = False, + skip: Container[str] = (), +) -> Iterator[str]: + installations: Dict[str, FrozenRequirement] = {} + + dists = get_environment(paths).iter_installed_distributions( + local_only=local_only, + skip=(), + user_only=user_only, + ) + for dist in dists: + req = FrozenRequirement.from_dist(dist) + if exclude_editable and req.editable: + continue + installations[req.canonical_name] = req + + if requirement: + # the options that don't get turned into an InstallRequirement + # should only be emitted once, even if the same option is in multiple + # requirements files, so we need to keep track of what has been emitted + # so that we don't emit it again if it's seen again + emitted_options: Set[str] = set() + # keep track of which files a requirement is in so that we can + # give an accurate warning if a requirement appears multiple times. + req_files: Dict[str, List[str]] = collections.defaultdict(list) + for req_file_path in requirement: + with open(req_file_path) as req_file: + for line in req_file: + if ( + not line.strip() + or line.strip().startswith("#") + or line.startswith( + ( + "-r", + "--requirement", + "-f", + "--find-links", + "-i", + "--index-url", + "--pre", + "--trusted-host", + "--process-dependency-links", + "--extra-index-url", + "--use-feature", + ) + ) + ): + line = line.rstrip() + if line not in emitted_options: + emitted_options.add(line) + yield line + continue + + if line.startswith("-e") or line.startswith("--editable"): + if line.startswith("-e"): + line = line[2:].strip() + else: + line = line[len("--editable") :].strip().lstrip("=") + line_req = install_req_from_editable( + line, + isolated=isolated, + ) + else: + line_req = install_req_from_line( + COMMENT_RE.sub("", line).strip(), + isolated=isolated, + ) + + if not line_req.name: + logger.info( + "Skipping line in requirement file [%s] because " + "it's not clear what it would install: %s", + req_file_path, + line.strip(), + ) + logger.info( + " (add #egg=PackageName to the URL to avoid" + " this warning)" + ) + else: + line_req_canonical_name = canonicalize_name(line_req.name) + if line_req_canonical_name not in installations: + # either it's not installed, or it is installed + # but has been processed already + if not req_files[line_req.name]: + logger.warning( + "Requirement file [%s] contains %s, but " + "package %r is not installed", + req_file_path, + COMMENT_RE.sub("", line).strip(), + line_req.name, + ) + else: + req_files[line_req.name].append(req_file_path) + else: + yield str(installations[line_req_canonical_name]).rstrip() + del installations[line_req_canonical_name] + req_files[line_req.name].append(req_file_path) + + # Warn about requirements that were included multiple times (in a + # single requirements file or in different requirements files). + for name, files in req_files.items(): + if len(files) > 1: + logger.warning( + "Requirement %s included multiple times [%s]", + name, + ", ".join(sorted(set(files))), + ) + + yield ("## The following requirements were added by pip freeze:") + for installation in sorted(installations.values(), key=lambda x: x.name.lower()): + if installation.canonical_name not in skip: + yield str(installation).rstrip() + + +def _format_as_name_version(dist: BaseDistribution) -> str: + if isinstance(dist.version, Version): + return f"{dist.raw_name}=={dist.version}" + return f"{dist.raw_name}==={dist.version}" + + +def _get_editable_info(dist: BaseDistribution) -> _EditableInfo: + """ + Compute and return values (req, comments) for use in + FrozenRequirement.from_dist(). + """ + editable_project_location = dist.editable_project_location + assert editable_project_location + location = os.path.normcase(os.path.abspath(editable_project_location)) + + from pip._internal.vcs import RemoteNotFoundError, RemoteNotValidError, vcs + + vcs_backend = vcs.get_backend_for_dir(location) + + if vcs_backend is None: + display = _format_as_name_version(dist) + logger.debug( + 'No VCS found for editable requirement "%s" in: %r', + display, + location, + ) + return _EditableInfo( + requirement=location, + comments=[f"# Editable install with no version control ({display})"], + ) + + vcs_name = type(vcs_backend).__name__ + + try: + req = vcs_backend.get_src_requirement(location, dist.raw_name) + except RemoteNotFoundError: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[f"# Editable {vcs_name} install with no remote ({display})"], + ) + except RemoteNotValidError as ex: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[ + f"# Editable {vcs_name} install ({display}) with either a deleted " + f"local remote or invalid URI:", + f"# '{ex.url}'", + ], + ) + except BadCommand: + logger.warning( + "cannot determine version of editable source in %s " + "(%s command not found in path)", + location, + vcs_backend.name, + ) + return _EditableInfo(requirement=location, comments=[]) + except InstallationError as exc: + logger.warning("Error when trying to get requirement for VCS system %s", exc) + else: + return _EditableInfo(requirement=req, comments=[]) + + logger.warning("Could not determine repository location of %s", location) + + return _EditableInfo( + requirement=location, + comments=["## !! Could not determine repository location"], + ) + + +class FrozenRequirement: + def __init__( + self, + name: str, + req: str, + editable: bool, + comments: Iterable[str] = (), + ) -> None: + self.name = name + self.canonical_name = canonicalize_name(name) + self.req = req + self.editable = editable + self.comments = comments + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..637694618840ba763801eea1d04702a182676475 GIT binary patch literal 302 zcmYjNF-`+95cH+VDN_F6HWIl7g%Y6@h?0hm#xm#CWpzHU<#ht#5%fHP7x0&~{DKM} zNhDU=ZtGEWLT@uV zomo?mY`v$@>1f;Db|}s4VNo5X#yD<``BZ6Atp4EV12#M$c-to$;EvnvfFTRKaO$P( zBj78hmRb}O_j$tsI^_&^~J6Rl<}t1M~6%*f8V z#3@`ucm$`43s1ni%#{-lz)u3f^k~=i1~RJorhB@j>FNGjd^q$GjPI+T*{2EzvAmd42v z&(BH<63KZA+KnPUWTgGR;yjmRbpnY+D#1QZASNQ~`6?nkUd2gxd!W>#H0Sd;ztG)E zu>I`5b`E&K^sttUz!XGgifN~e&1QQZsTQP))q(ah$>H9N>fYSMOIUfNuhnH0Cx?s@ z$!n1?LNmb<#l=Fq0@5MMq$Pz(1B^b*9?TD6${zp}I)(B#oyXWh3O8;A@P>YjZ4$+E;j9GI)csVVv;0SZo`)}L{y0!V&s$|XT!;4I~iIuN{05Bvaz z;=yIbX6@F=D__)QnU(3%vc{EQpNrsiIdz4}moQ1vqmnO+lJIgrONGgv7#J7=oNQMM zbpR~3-Jef@cBt+HIsR$pw3qhEWG$0e^w`@y!D z`sNE=FMbMbopmo|YIn&4j}X)7goteui!Bv!V-Ek9_L6N?*WkMG@!kRc*EzdmfhO+& zILO0W)&LJI^Y|FskhU`y<9}QmKXV=YH}2rSu#2DKE`EYN{3q_=Kd_H~$NkZ7{{oX^ B#mfKy literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec24f1e99f8f15996b8eb4d2edbf02b4ad6101a9 GIT binary patch literal 3373 zcmb7GTW=f372X*xm%Gd5MR&=P6(Xn$5RJ&Vag(+&QX{of6mXp)a#55(v03d5sg?HT znW1&*G6*aK&5P>CJ`@G0$NYl+m0(`;)W=@ZOX65PGo)ClbsxHmIdeO6X3m*&zB5^^ z<{I$*CjSHds$m$PtIp+b6FPUG@MUBe#ON6W5gel)(lzd3s7rAvF?%Lbb7ovlte%xr zdX>cP*?O!TJBizKb=!)oiP!UzTCb-2mAIZXdJWyS<7P6~o6~J4o=+Bf3%c#bi^)=N zNw=%)WDTTTgZ4Vq8`LG&q1KY=_5LQ=B(H$vO@gTi%etc=)dyHjFE>2D~op>*Z;vrMZ zt?h7^CaUGql*5=$A_l#UB-p3EKBLI8nEO*z{D2KO%&)Uyno{N;L}J(Hd89iDs22>B zu-ZeKQDrb1)ibmlQ`vgB*7*&hvxJjIGy|B*^aaIhq z{^t-(Cj2KQaBE}RxM}c%0~lBTFQBNgw);Suc_4P#99SZR0GxfQt!%Uag}(~q6Id}c zxGRi3G{yz&!My@xh|(uUVVo#8MGxAh#2IJvz%R=Y4|X`i&~76=^eJM10LG`rm%r`q zW(n=a!9I(U?%gaLDo5kpgN*I-JP2u*9#R%Y;NE_IBzCj3JD?dGP`)+oUd-R>KBnp8 zZXE4&Co^w!Zob~-k)T^3XCIu0ck?Lkg1ZUIz}LH3PMMA$-krK&H`c)gp(DMV(VV74 z2g({8mRmp;k%?S<{O$n*xfhO0iQkW6IAEV;$z{i$xMt^eoP|Nm-|1WydF*uPV6YXX z{p|SZuSP8rkye@sh-(ssfuJq18$eGD=s>5W6{M}%8sMKsK&SP78XvW0F%MX<2eH9h z0}4?D`lW-HEQ=^_1&p@%FwZk4DCrz8%y!z+>U6}Rkmx`nw>>9ITrj3wU~;7u*gg#s zDs3|G--0!n5mo~&Alv2r3n|3 z%Cfd?+hcXLn{pG@RAf~%sxX(%OnK>n5#b*CnF1GCnZks0QhG3j1Y0Si&)QH5POnOz z0QK3j61}9zijx1@|8ud6u!47hESGJ|LoTwxJMar!wo3T9T{f`|BOd(MpteyRTFdCw zbN0I0NgoCP+|M*baakY4*-r59zNrF3THrJN=up;%ocd6huRK~h`B9i9IcO#=u3=Wz zvwZs-gm1muEv3YHXe$YN+gf@hS7D{tuz> zTL1+`WzQJZh0e*R=-HD|l9ywtJDUtdiye1>AfmN6F}!@!X7(Bwe_ki zFlTQA?4|RjA>5-~WQ-uYA6uddKeTt7RpW?q}PcP2`ATNRDH4V5fz+v@)%0MbjLH;uLA;gd8r@^*0#R!PCw#&W^ zW@a~ms1&Bt+J*B@0^ydLa(8J!z!AXV*&AxXchqP-%_ja4W@$efus31w`1%KsN)-Ui z&|$i53xc%;>AVys1jqq7Uj0CC*isv|Zg7o7{cM<$_u$NpDS|>$6_DTg!*)|vCdc5c zrp_>f26jVrtBR-$D=m5mFAOfNI2#NolVw78h6Cx`I}EAze5R5x`=;VG8E7V5p2v~U z`CNxeds&-gVjPVJT5Dwst-4l~y`{R}Rpfh$d|#2b6}hd5MvyzulD2^7gSOodRM(pt zL_a>@mh{s@BFegInT8+@5t?X-s7zO=ZTLeV)|`hiY9jnUe(MWd2V^)0RL~sui;Z&+ z@B-uJ=jOF~*~9k7_=W4#(Z)Icc;hqgTP9*Z1;OoCWX1PM7W%%dDD%NhYD3F90htf zjVG|foR>(MoGgjp0jA;o8&?HPrY}7J^_jHK$jz6s4tJ(6+=)+Zyo_mfugV{#Goa%B z#N%vVqo41yAHfV;S42awxdYEnZRtrG_>YUWZ-b`8n7*T4Kzt8~Y1k!&=!?k1O^xgd z-2wSAE?EelTNu#4gulk7`yAi67=e5L+A{HTtBk+G7XA`f@ISGQ|A8I+ckJT7;VS+D Td-$)ohW~==_|Lde|I@z!BxklJ literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b74c3108345bb5179ba28d61ba08f2546bf54643 GIT binary patch literal 21131 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 bF*4b2Yd@g None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + install_options=install_options, + no_user_config=isolated, + prefix=prefix, + home=home, + use_user_site=use_user_site, + ) + + with indent_log(): + with build_env: + call_subprocess( + args, + command_desc="python setup.py develop", + cwd=unpacked_source_directory, + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py new file mode 100644 index 0000000..5b7ef90 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py @@ -0,0 +1,120 @@ +"""Legacy installation process, i.e. `setup.py install`. +""" + +import logging +import os +from distutils.util import change_root +from typing import List, Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import InstallationError, LegacyInstallFailure +from pip._internal.models.scheme import Scheme +from pip._internal.utils.misc import ensure_dir +from pip._internal.utils.setuptools_build import make_setuptools_install_args +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def write_installed_files_from_setuptools_record( + record_lines: List[str], + root: Optional[str], + req_description: str, +) -> None: + def prepend_root(path: str) -> str: + if root is None or not os.path.isabs(path): + return path + else: + return change_root(root, path) + + for line in record_lines: + directory = os.path.dirname(line) + if directory.endswith(".egg-info"): + egg_info_dir = prepend_root(directory) + break + else: + message = ( + "{} did not indicate that it installed an " + ".egg-info directory. Only setup.py projects " + "generating .egg-info directories are supported." + ).format(req_description) + raise InstallationError(message) + + new_lines = [] + for line in record_lines: + filename = line.strip() + if os.path.isdir(filename): + filename += os.path.sep + new_lines.append(os.path.relpath(prepend_root(filename), egg_info_dir)) + new_lines.sort() + ensure_dir(egg_info_dir) + inst_files_path = os.path.join(egg_info_dir, "installed-files.txt") + with open(inst_files_path, "w") as f: + f.write("\n".join(new_lines) + "\n") + + +def install( + install_options: List[str], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + use_user_site: bool, + pycompile: bool, + scheme: Scheme, + setup_py_path: str, + isolated: bool, + req_name: str, + build_env: BuildEnvironment, + unpacked_source_directory: str, + req_description: str, +) -> bool: + + header_dir = scheme.headers + + with TempDirectory(kind="record") as temp_dir: + try: + record_filename = os.path.join(temp_dir.path, "install-record.txt") + install_args = make_setuptools_install_args( + setup_py_path, + global_options=global_options, + install_options=install_options, + record_filename=record_filename, + root=root, + prefix=prefix, + header_dir=header_dir, + home=home, + use_user_site=use_user_site, + no_user_config=isolated, + pycompile=pycompile, + ) + + runner = runner_with_spinner_message( + f"Running setup.py install for {req_name}" + ) + with build_env: + runner( + cmd=install_args, + cwd=unpacked_source_directory, + ) + + if not os.path.exists(record_filename): + logger.debug("Record file %s not found", record_filename) + # Signal to the caller that we didn't install the new package + return False + + except Exception as e: + # Signal to the caller that we didn't install the new package + raise LegacyInstallFailure(package_details=req_name) from e + + # At this point, we have successfully installed the requirement. + + # We intentionally do not use any encoding to read the file because + # setuptools writes the file using distutils.file_util.write_file, + # which does not specify an encoding. + with open(record_filename) as f: + record_lines = f.read().splitlines() + + write_installed_files_from_setuptools_record(record_lines, root, req_description) + return True diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..e191b13 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,738 @@ +"""Support for installing and building the "wheel" binary package format. +""" + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import warnings +from base64 import urlsafe_b64encode +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + TYPE_CHECKING, + Any, + BinaryIO, + Callable, + Dict, + Iterable, + Iterator, + List, + NewType, + Optional, + Sequence, + Set, + Tuple, + Union, + cast, +) +from zipfile import ZipFile, ZipInfo + +from pip._vendor.distlib.scripts import ScriptMaker +from pip._vendor.distlib.util import get_export_entry +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_major_minor_version +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) +from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import captured_stdout, ensure_dir, hash_file, partition +from pip._internal.utils.unpacking import ( + current_umask, + is_within_directory, + set_extracted_file_to_default_mode_plus_executable, + zip_item_is_executable, +) +from pip._internal.utils.wheel import parse_wheel + +if TYPE_CHECKING: + from typing import Protocol + + class File(Protocol): + src_record_path: "RecordPath" + dest_path: str + changed: bool + + def save(self) -> None: + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType("RecordPath", str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: + """Return (encoded_digest, length) for path using hashlib.sha256()""" + h, length = hash_file(path, blocksize) + digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") + return (digest, str(length)) + + +def csv_io_kwargs(mode: str) -> Dict[str, Any]: + """Return keyword arguments to properly open a CSV file + in the given mode. + """ + return {"mode": mode, "newline": "", "encoding": "utf-8"} + + +def fix_script(path: str) -> bool: + """Replace #!python with #!/path/to/python + Return True if file was changed. + """ + # XXX RECORD hashes will need to be updated + assert os.path.isfile(path) + + with open(path, "rb") as script: + firstline = script.readline() + if not firstline.startswith(b"#!python"): + return False + exename = sys.executable.encode(sys.getfilesystemencoding()) + firstline = b"#!" + exename + os.linesep.encode("ascii") + rest = script.read() + with open(path, "wb") as script: + script.write(firstline) + script.write(rest) + return True + + +def wheel_root_is_purelib(metadata: Message) -> bool: + return metadata.get("Root-Is-Purelib", "").lower() == "true" + + +def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: + console_scripts = {} + gui_scripts = {} + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + console_scripts[entry_point.name] = entry_point.value + elif entry_point.group == "gui_scripts": + gui_scripts[entry_point.name] = entry_point.value + return console_scripts, gui_scripts + + +def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: + """Determine if any scripts are not on PATH and format a warning. + Returns a warning message if one or more scripts are not on PATH, + otherwise None. + """ + if not scripts: + return None + + # Group scripts by the path they were installed in + grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) + for destfile in scripts: + parent_dir = os.path.dirname(destfile) + script_name = os.path.basename(destfile) + grouped_by_dir[parent_dir].add(script_name) + + # We don't want to warn for directories that are on PATH. + not_warn_dirs = [ + os.path.normcase(i).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append(os.path.normcase(os.path.dirname(sys.executable))) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(parent_dir) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = "script {} is".format(sorted_scripts[0]) + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + "The {} installed in '{}' which is not on PATH.".format( + start_text, parent_dir + ) + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath) -> str: + return record_path + + +def _fs_to_record_path(path: str, relative_to: Optional[str] = None) -> RecordPath: + if relative_to is not None: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if ( + os.path.splitdrive(path)[0].lower() + == os.path.splitdrive(relative_to)[0].lower() + ): + path = os.path.relpath(path, relative_to) + path = path.replace(os.path.sep, "/") + return cast("RecordPath", path) + + +def get_csv_rows_for_installed( + old_csv_rows: List[List[str]], + installed: Dict[RecordPath, RecordPath], + changed: Set[RecordPath], + generated: List[str], + lib_dir: str, +) -> List[InstalledCSVRow]: + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows: List[InstalledCSVRow] = [] + for row in old_csv_rows: + if len(row) > 3: + logger.warning("RECORD line has more than three elements: %s", row) + old_record_path = cast("RecordPath", row[0]) + new_record_path = installed.pop(old_record_path, old_record_path) + if new_record_path in changed: + digest, length = rehash(_record_to_fs_path(new_record_path)) + else: + digest = row[1] if len(row) > 1 else "" + length = row[2] if len(row) > 2 else "" + installed_rows.append((new_record_path, digest, length)) + for f in generated: + path = _fs_to_record_path(f, lib_dir) + digest, length = rehash(f) + installed_rows.append((path, digest, length)) + for installed_record_path in installed.values(): + installed_rows.append((installed_record_path, "", "")) + return installed_rows + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points, but that won't happen till Metadata 2.0 is + # available. + # In the meantime, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. So, as a stopgap until Metadata 2.0, we + # override the versioned entry points in the wheel and generate the + # correct ones. This code is purely a short-term measure until Metadata 2.0 + # is available. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append( + "pip{} = {}".format(sys.version_info[0], pip_script) + ) + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d(\.\d)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + "easy_install-{} = {}".format( + get_major_minor_version(), easy_install_script + ) + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d\.\d)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(self.dest_path) + ensure_dir(parent_dir) + + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + with self._zip_file.open(zipinfo) as f: + with open(self.dest_path, "wb") as dest: + shutil.copyfileobj(f, dest) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + "Invalid script entry point: {} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information.".format(entry_point) + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make(self, specification: str, options: Dict[str, Any] = None) -> List[str]: + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( + name: str, + wheel_zip: ZipFile, + wheel_path: str, + scheme: Scheme, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + """Install a wheel. + + :param name: Name of the project to install + :param wheel_zip: open ZipFile for wheel being installed + :param scheme: Distutils scheme dictating the install directories + :param req_description: String used in place of the requirement, for + logging + :param pycompile: Whether to byte-compile installed Python files + :param warn_script_location: Whether to check that scripts are installed + into a directory on PATH + :raises UnsupportedWheel: + * when the directory holds an unpacked wheel with incompatible + Wheel-Version + * when the .dist-info dir does not match the wheel + """ + info_dir, metadata = parse_wheel(wheel_zip, name) + + if wheel_root_is_purelib(metadata): + lib_dir = scheme.purelib + else: + lib_dir = scheme.platlib + + # Record details of the files moved + # installed = files copied from the wheel to the destination + # changed = files changed while installing (scripts #! line typically) + # generated = files newly generated during the install (script wrappers) + installed: Dict[RecordPath, RecordPath] = {} + changed: Set[RecordPath] = set() + generated: List[str] = [] + + def record_installed( + srcfile: RecordPath, destfile: str, modified: bool = False + ) -> None: + """Map archive RECORD paths to installation RECORD paths.""" + newpath = _fs_to_record_path(destfile, lib_dir) + installed[srcfile] = newpath + if modified: + changed.add(_fs_to_record_path(destfile)) + + def is_dir_path(path: RecordPath) -> bool: + return path.endswith("/") + + def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None: + if not is_within_directory(dest_dir_path, target_path): + message = ( + "The wheel {!r} has a file {!r} trying to install" + " outside the target directory {!r}" + ) + raise InstallationError( + message.format(wheel_path, target_path, dest_dir_path) + ) + + def root_scheme_file_maker( + zip_file: ZipFile, dest: str + ) -> Callable[[RecordPath], "File"]: + def make_root_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + dest_path = os.path.join(dest, normed_path) + assert_no_path_traversal(dest, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_root_scheme_file + + def data_scheme_file_maker( + zip_file: ZipFile, scheme: Scheme + ) -> Callable[[RecordPath], "File"]: + scheme_paths = {key: getattr(scheme, key) for key in SCHEME_KEYS} + + def make_data_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + try: + _, scheme_key, dest_subpath = normed_path.split(os.path.sep, 2) + except ValueError: + message = ( + "Unexpected file in {}: {!r}. .data directory contents" + " should be named like: '/'." + ).format(wheel_path, record_path) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + "Unknown scheme key used in {}: {} (for file {!r}). .data" + " directory contents should be in subdirectories named" + " with a valid scheme key ({})" + ).format(wheel_path, scheme_key, record_path, valid_scheme_keys) + raise InstallationError(message) + + dest_path = os.path.join(scheme_path, dest_subpath) + assert_no_path_traversal(scheme_path, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_data_scheme_file + + def is_data_scheme_path(path: RecordPath) -> bool: + return path.split("/", 1)[0].endswith(".data") + + paths = cast(List[RecordPath], wheel_zip.namelist()) + file_paths = filterfalse(is_dir_path, paths) + root_scheme_paths, data_scheme_paths = partition(is_data_scheme_path, file_paths) + + make_root_scheme_file = root_scheme_file_maker(wheel_zip, lib_dir) + files: Iterator[File] = map(make_root_scheme_file, root_scheme_paths) + + def is_script_scheme_path(path: RecordPath) -> bool: + parts = path.split("/", 2) + return len(parts) > 2 and parts[0].endswith(".data") and parts[1] == "scripts" + + other_scheme_paths, script_scheme_paths = partition( + is_script_scheme_path, data_scheme_paths + ) + + make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme) + other_scheme_files = map(make_data_scheme_file, other_scheme_paths) + files = chain(files, other_scheme_files) + + # Get the defined entry points + distribution = get_wheel_distribution( + FilesystemWheel(wheel_path), + canonicalize_name(name), + ) + console, gui = get_entrypoints(distribution) + + def is_entrypoint_wrapper(file: "File") -> bool: + # EP, EP.exe and EP-script.py are scripts generated for + # entry point EP by setuptools + path = file.dest_path + name = os.path.basename(path) + if name.lower().endswith(".exe"): + matchname = name[:-4] + elif name.lower().endswith("-script.py"): + matchname = name[:-10] + elif name.lower().endswith(".pya"): + matchname = name[:-4] + else: + matchname = name + # Ignore setuptools-generated scripts + return matchname in console or matchname in gui + + script_scheme_files: Iterator[File] = map( + make_data_scheme_file, script_scheme_paths + ) + script_scheme_files = filterfalse(is_entrypoint_wrapper, script_scheme_files) + script_scheme_files = map(ScriptFile, script_scheme_files) + files = chain(files, script_scheme_files) + + for file in files: + file.save() + record_installed(file.src_record_path, file.dest_path, file.changed) + + def pyc_source_file_paths() -> Iterator[str]: + # We de-duplicate installation paths, since there can be overlap (e.g. + # file in .data maps to same location as file in wheel root). + # Sorting installation paths makes it easier to reproduce and debug + # issues related to permissions on existing files. + for installed_path in sorted(set(installed.values())): + full_installed_path = os.path.join(lib_dir, installed_path) + if not os.path.isfile(full_installed_path): + continue + if not full_installed_path.endswith(".py"): + continue + yield full_installed_path + + def pyc_output_path(path: str) -> str: + """Return the path the pyc file would have been written to.""" + return importlib.util.cache_from_source(path) + + # Compile all of the pyc files for the installed files + if pycompile: + with captured_stdout() as stdout: + with warnings.catch_warnings(): + warnings.filterwarnings("ignore") + for path in pyc_source_file_paths(): + success = compileall.compile_file(path, force=True, quiet=True) + if success: + pyc_path = pyc_output_path(path) + assert os.path.exists(pyc_path) + pyc_record_path = cast( + "RecordPath", pyc_path.replace(os.path.sep, "/") + ) + record_installed(pyc_record_path, pyc_path) + logger.debug(stdout.getvalue()) + + maker = PipScriptMaker(None, scheme.scripts) + + # Ensure old scripts are overwritten. + # See https://github.com/pypa/pip/issues/1800 + maker.clobber = True + + # Ensure we don't generate any variants for scripts because this is almost + # never what somebody wants. + # See https://bitbucket.org/pypa/distlib/issue/35/ + maker.variants = {""} + + # This is required because otherwise distlib creates scripts that are not + # executable. + # See https://bitbucket.org/pypa/distlib/issue/32/ + maker.set_mode = True + + # Generate the console and GUI entry points specified in the wheel + scripts_to_generate = get_console_script_specs(console) + + gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) + + generated_console_scripts = maker.make_multiple(scripts_to_generate) + generated.extend(generated_console_scripts) + + generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) + + if warn_script_location: + msg = message_about_scripts_not_on_PATH(generated_console_scripts) + if msg is not None: + logger.warning(msg) + + generated_file_mode = 0o666 & ~current_umask() + + @contextlib.contextmanager + def _generate_file(path: str, **kwargs: Any) -> Iterator[BinaryIO]: + with adjacent_tmp_file(path, **kwargs) as f: + yield f + os.chmod(f.name, generated_file_mode) + replace(f.name, path) + + dest_info_dir = os.path.join(lib_dir, info_dir) + + # Record pip as the installer + installer_path = os.path.join(dest_info_dir, "INSTALLER") + with _generate_file(installer_path) as installer_file: + installer_file.write(b"pip\n") + generated.append(installer_path) + + # Record the PEP 610 direct URL reference + if direct_url is not None: + direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) + with _generate_file(direct_url_path) as direct_url_file: + direct_url_file.write(direct_url.to_json().encode("utf-8")) + generated.append(direct_url_path) + + # Record the REQUESTED file + if requested: + requested_path = os.path.join(dest_info_dir, "REQUESTED") + with open(requested_path, "wb"): + pass + generated.append(requested_path) + + record_text = distribution.read_text("RECORD") + record_rows = list(csv.reader(record_text.splitlines())) + + rows = get_csv_rows_for_installed( + record_rows, + installed=installed, + changed=changed, + generated=generated, + lib_dir=lib_dir, + ) + + # Record details of all files installed + record_path = os.path.join(dest_info_dir, "RECORD") + + with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: + # Explicitly cast to typing.IO[str] as a workaround for the mypy error: + # "writer" has incompatible type "BinaryIO"; expected "_Writer" + writer = csv.writer(cast("IO[str]", record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description: str) -> Iterator[None]: + try: + yield + except InstallationError as e: + message = "For req: {}. {}".format(req_description, e.args[0]) + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..a726f03 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,642 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import mimetypes +import os +import shutil +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + NetworkConnectionError, + PreviousBuildDirError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import BatchDownloader, Downloader +from pip._internal.network.lazy_wheel import ( + HTTPRangeRequestUnsupported, + dist_from_wheel_url, +) +from pip._internal.network.session import PipSession +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_tracker import RequirementTracker +from pip._internal.utils.filesystem import copy2_fixed +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import display_path, hide_url, is_installable_dir, rmtree +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + req_tracker: RequirementTracker, + finder: PackageFinder, + build_isolation: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + with req_tracker.track(req): + abstract_dist.prepare_distribution_metadata(finder, build_isolation) + return abstract_dist.get_metadata_distribution() + + +def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend is not None + vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) + + +class File: + def __init__(self, path: str, content_type: Optional[str]) -> None: + self.path = path + if content_type is None: + self.content_type = mimetypes.guess_type(path)[0] + else: + self.content_type = content_type + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> File: + temp_dir = TempDirectory(kind="unpack", globally_managed=True) + # If a download dir is specified, is the file already downloaded there? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + content_type = None + else: + # let's download to a tmp dir + from_path, content_type = download(link, temp_dir.path) + if hashes: + hashes.check_against_path(from_path) + + return File(from_path, content_type) + + +def _copy2_ignoring_special_files(src: str, dest: str) -> None: + """Copying special files is not supported, but as a convenience to users + we skip errors copying them. This supports tools that may create e.g. + socket files in the project source directory. + """ + try: + copy2_fixed(src, dest) + except shutil.SpecialFileError as e: + # SpecialFileError may be raised due to either the source or + # destination. If the destination was the cause then we would actually + # care, but since the destination directory is deleted prior to + # copy we ignore all of them assuming it is caused by the source. + logger.warning( + "Ignoring special file error '%s' encountered copying %s to %s.", + str(e), + src, + dest, + ) + + +def _copy_source_tree(source: str, target: str) -> None: + target_abspath = os.path.abspath(target) + target_basename = os.path.basename(target_abspath) + target_dirname = os.path.dirname(target_abspath) + + def ignore(d: str, names: List[str]) -> List[str]: + skipped: List[str] = [] + if d == source: + # Pulling in those directories can potentially be very slow, + # exclude the following directories if they appear in the top + # level dir (and only it). + # See discussion at https://github.com/pypa/pip/pull/6770 + skipped += [".tox", ".nox"] + if os.path.abspath(d) == target_dirname: + # Prevent an infinite recursion if the target is in source. + # This can happen when TMPDIR is set to ${PWD}/... + # and we copy PWD to TMPDIR. + skipped += [target_basename] + return skipped + + shutil.copytree( + source, + target, + ignore=ignore, + symlinks=True, + copy_function=_copy2_ignoring_special_files, + ) + + +def get_file_url( + link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None +) -> File: + """Get file and optionally check its hash.""" + # If a download dir is specified, is the file already there and valid? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + else: + from_path = link.file_path + + # If --require-hashes is off, `hashes` is either empty, the + # link's embedded hash, or MissingHashes; it is required to + # match. If --require-hashes is on, we are satisfied by any + # hash in `hashes` matching: a URL-based or an option-based + # one; no internet-sourced hash will be in `hashes`. + if hashes: + hashes.check_against_path(from_path) + return File(from_path, None) + + +def unpack_url( + link: Link, + location: str, + download: Downloader, + verbosity: int, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> Optional[File]: + """Unpack link into location, downloading if required. + + :param hashes: A Hashes object, one of whose embedded hashes must match, + or HashMismatch will be raised. If the Hashes is empty, no matches are + required, and unhashable types of requirements (like VCS ones, which + would ordinarily raise HashUnsupported) are allowed. + """ + # non-editable vcs urls + if link.is_vcs: + unpack_vcs_link(link, location, verbosity=verbosity) + return None + + # Once out-of-tree-builds are no longer supported, could potentially + # replace the below condition with `assert not link.is_existing_dir` + # - unpack_url does not need to be called for in-tree-builds. + # + # As further cleanup, _copy_source_tree and accompanying tests can + # be removed. + # + # TODO when use-deprecated=out-of-tree-build is removed + if link.is_existing_dir(): + if os.path.isdir(location): + rmtree(location) + _copy_source_tree(link.file_path, location) + return None + + # file urls + if link.is_file: + file = get_file_url(link, download_dir, hashes=hashes) + + # http urls + else: + file = get_http_url( + link, + download, + download_dir, + hashes=hashes, + ) + + # unpack the archive to the build dir location. even when only downloading + # archives, they have to be unpacked to parse dependencies, except wheels + if not link.is_wheel: + unpack_file(file.path, location, file.content_type) + + return file + + +def _check_download_dir( + link: Link, download_dir: str, hashes: Optional[Hashes] +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + req_tracker: RequirementTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + in_tree_build: bool, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.req_tracker = req_tracker + self._session = session + self._download = Downloader(session, progress_bar) + self._batch_download = BatchDownloader(session, progress_bar) + self.finder = finder + + # Where still-packed archives should be written to. If None, they are + # not saved, and are deleted immediately after unpacking. + self.download_dir = download_dir + + # Is build isolation allowed? + self.build_isolation = build_isolation + + # Should hash-checking be required? + self.require_hashes = require_hashes + + # Should install in user site-packages? + self.use_user_site = use_user_site + + # Should wheels be downloaded lazily? + self.use_lazy_wheel = lazy_wheel + + # How verbose should underlying tooling be? + self.verbosity = verbosity + + # Should in-tree builds be used for local paths? + self.in_tree_build = in_tree_build + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.original_link_is_in_wheel_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = str(req.req or req) + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.original_link_is_in_wheel_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir() and self.in_tree_build: + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + + # If a checkout exists, it's unwise to keep going. version + # inconsistencies are logged later, but do not fail the + # installation. + # FIXME: this won't upgrade when there's an existing + # package unpacked in `req.source_dir` + # TODO: this check is now probably dead code + if is_installable_dir(req.source_dir): + raise PreviousBuildDirError( + "pip can't proceed with requirements '{}' due to a" + "pre-existing build directory ({}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again.".format(req, req.source_dir) + ) + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if req.original_link is None and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + if not self.use_lazy_wheel: + return None + if self.require_hashes: + logger.debug("Lazy wheel is not used as hash checking is required") + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not points to a remote wheel", + link, + ) + return None + + wheel = Wheel(link.filename) + name = canonicalize_name(wheel.name) + logger.info( + "Obtaining dependency information from %s %s", + name, + wheel.version, + ) + url = link.url.split("#", 1)[0] + try: + return dist_from_wheel_url(name, url, self._session) + except HTTPRangeRequestUnsupported: + logger.debug("%s does not support range requests", url) + return None + + def _complete_partial_requirements( + self, + partially_downloaded_reqs: Iterable[InstallRequirement], + parallel_builds: bool = False, + ) -> None: + """Download any requirements which were only fetched by metadata.""" + # Download to a temporary directory. These will be copied over as + # needed for downstream 'download', 'wheel', and 'install' commands. + temp_dir = TempDirectory(kind="unpack", globally_managed=True).path + + # Map each link to the requirement that owns it. This allows us to set + # `req.local_file_path` on the appropriate requirement after passing + # all the links at once into BatchDownloader. + links_to_fully_download: Dict[Link, InstallRequirement] = {} + for req in partially_downloaded_reqs: + assert req.link + links_to_fully_download[req.link] = req + + batch_download = self._batch_download( + links_to_fully_download.keys(), + temp_dir, + ) + for link, (filepath, _) in batch_download: + logger.debug("Downloading link %s to %s", link, filepath) + req = links_to_fully_download[link] + req.local_file_path = filepath + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + link = req.link + self._log_preparing_link(req) + with indent_log(): + # Check if the relevant file is already available + # in the download directory + file_path = None + if self.download_dir is not None and link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + + if file_path is not None: + # The file is already available, so mark it as downloaded + self._downloaded[req.link.url] = file_path + else: + # The file is not available, attempt to fetch only metadata + wheel_dist = self._fetch_metadata_using_lazy_wheel(link) + if wheel_dist is not None: + req.needs_more_preparation = True + return wheel_dist + + # None of the optimizations worked, fully prepare the requirement + return self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirements_more( + self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False + ) -> None: + """Prepare linked requirements more, if needed.""" + reqs = [req for req in reqs if req.needs_more_preparation] + for req in reqs: + # Determine if any of these requirements were already downloaded. + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + if file_path is not None: + self._downloaded[req.link.url] = file_path + req.needs_more_preparation = False + + # Prepare requirements we found were already downloaded for some + # reason. The other downloads will be completed separately. + partially_downloaded_reqs: List[InstallRequirement] = [] + for req in reqs: + if req.needs_more_preparation: + partially_downloaded_reqs.append(req) + else: + self._prepare_linked_requirement(req, parallel_builds) + + # TODO: separate this part out from RequirementPreparer when the v1 + # resolver can be removed! + self._complete_partial_requirements( + partially_downloaded_reqs, + parallel_builds=parallel_builds, + ) + + def _prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool + ) -> BaseDistribution: + assert req.link + link = req.link + + self._ensure_link_req_src_dir(req, parallel_builds) + hashes = self._get_linked_req_hashes(req) + + if link.is_existing_dir() and self.in_tree_build: + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, + req.source_dir, + self._download, + self.verbosity, + self.download_dir, + hashes, + ) + except NetworkConnectionError as exc: + raise InstallationError( + "Could not install requirement {} because of HTTP " + "error {} for URL {}".format(req, exc, link) + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # For use in later processing, + # preserve the file path on the requirement. + if local_file: + req.local_file_path = local_file.path + + dist = _get_prepared_distribution( + req, + self.req_tracker, + self.finder, + self.build_isolation, + ) + return dist + + def save_linked_requirement(self, req: InstallRequirement) -> None: + assert self.download_dir is not None + assert req.link is not None + link = req.link + if link.is_vcs or (link.is_existing_dir() and req.editable): + # Make a .zip of the source_dir we already created. + req.archive(self.download_dir) + return + + if link.is_existing_dir(): + logger.debug( + "Not copying link to destination directory " + "since it is a directory: %s", + link, + ) + return + if req.local_file_path is None: + # No distribution was downloaded for this requirement. + return + + download_location = os.path.join(self.download_dir, link.filename) + if not os.path.exists(download_location): + shutil.copy(req.local_file_path, download_location) + download_path = display_path(download_location) + logger.info("Saved %s", download_path) + + def prepare_editable_requirement( + self, + req: InstallRequirement, + ) -> BaseDistribution: + """Prepare an editable requirement.""" + assert req.editable, "cannot prepare a non-editable req as editable" + + logger.info("Obtaining %s", req) + + with indent_log(): + if self.require_hashes: + raise InstallationError( + "The editable requirement {} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash.".format(req) + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + + dist = _get_prepared_distribution( + req, + self.req_tracker, + self.finder, + self.build_isolation, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req: InstallRequirement, + skip_reason: str, + ) -> BaseDistribution: + """Prepare an already-installed requirement.""" + assert req.satisfied_by, "req should have been satisfied but isn't" + assert skip_reason is not None, ( + "did not get skip reason skipped but req.satisfied_by " + "is set to {}".format(req.satisfied_by) + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..e183eaf --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,168 @@ +import os +from collections import namedtuple +from typing import Any, List, Optional + +from pip._vendor import tomli +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) + + +def _is_list_of_str(obj: Any) -> bool: + return isinstance(obj, list) and all(isinstance(item, str) for item in obj) + + +def make_pyproject_path(unpacked_source_directory: str) -> str: + return os.path.join(unpacked_source_directory, "pyproject.toml") + + +BuildSystemDetails = namedtuple( + "BuildSystemDetails", ["requires", "backend", "check", "backend_path"] +) + + +def load_pyproject_toml( + use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str +) -> Optional[BuildSystemDetails]: + """Load the pyproject.toml file. + + Parameters: + use_pep517 - Has the user requested PEP 517 processing? None + means the user hasn't explicitly specified. + pyproject_toml - Location of the project's pyproject.toml file + setup_py - Location of the project's setup.py file + req_name - The name of the requirement we're processing (for + error reporting) + + Returns: + None if we should use the legacy code path, otherwise a tuple + ( + requirements from pyproject.toml, + name of PEP 517 backend, + requirements we should check are installed after setting + up the build environment + directory paths to import the backend from (backend-path), + relative to the project root. + ) + """ + has_pyproject = os.path.isfile(pyproject_toml) + has_setup = os.path.isfile(setup_py) + + if not has_pyproject and not has_setup: + raise InstallationError( + f"{req_name} does not appear to be a Python project: " + f"neither 'setup.py' nor 'pyproject.toml' found." + ) + + if has_pyproject: + with open(pyproject_toml, encoding="utf-8") as f: + pp_toml = tomli.loads(f.read()) + build_system = pp_toml.get("build-system") + else: + build_system = None + + # The following cases must use PEP 517 + # We check for use_pep517 being non-None and falsey because that means + # the user explicitly requested --no-use-pep517. The value 0 as + # opposed to False can occur when the value is provided via an + # environment variable or config file option (due to the quirk of + # strtobool() returning an integer in pip's configuration code). + if has_pyproject and not has_setup: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project does not have a setup.py" + ) + use_pep517 = True + elif build_system and "build-backend" in build_system: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project specifies a build backend of {} " + "in pyproject.toml".format(build_system["build-backend"]) + ) + use_pep517 = True + + # If we haven't worked out whether to use PEP 517 yet, + # and the user hasn't explicitly stated a preference, + # we do so if the project has a pyproject.toml file. + elif use_pep517 is None: + use_pep517 = has_pyproject + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0", "wheel"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + Requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend, or wheel + # (which is needed by the backend) in their requirements. So we + # make a note to check that those requirements are present once + # we have set up the environment. + # This is quite a lot of work to check for a very specific case. But + # the problem is, that case is potentially quite common - projects that + # adopted PEP 518 early for the ability to specify requirements to + # execute setup.py, but never considered needing to mention the build + # tools themselves. The original PEP 518 code had a similar check (but + # implemented in a different way). + backend = "setuptools.build_meta:__legacy__" + check = ["setuptools>=40.8.0", "wheel"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..70dea27 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,94 @@ +import collections +import logging +from typing import Iterator, List, Optional, Sequence, Tuple + +from pip._internal.utils.logging import indent_log + +from .req_file import parse_requirements +from .req_install import InstallRequirement +from .req_set import RequirementSet + +__all__ = [ + "RequirementSet", + "InstallRequirement", + "parse_requirements", + "install_given_reqs", +] + +logger = logging.getLogger(__name__) + + +class InstallationResult: + def __init__(self, name: str) -> None: + self.name = name + + def __repr__(self) -> str: + return f"InstallationResult(name={self.name!r})" + + +def _validate_requirements( + requirements: List[InstallRequirement], +) -> Iterator[Tuple[str, InstallRequirement]]: + for req in requirements: + assert req.name, f"invalid to-be-installed requirement: {req}" + yield req.name, req + + +def install_given_reqs( + requirements: List[InstallRequirement], + install_options: List[str], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, +) -> List[InstallationResult]: + """ + Install everything in the given list. + + (to be called after having downloaded and unpacked the packages) + """ + to_install = collections.OrderedDict(_validate_requirements(requirements)) + + if to_install: + logger.info( + "Installing collected packages: %s", + ", ".join(to_install.keys()), + ) + + installed = [] + + with indent_log(): + for req_name, requirement in to_install.items(): + if requirement.should_reinstall: + logger.info("Attempting uninstall: %s", req_name) + with indent_log(): + uninstalled_pathset = requirement.uninstall(auto_confirm=True) + else: + uninstalled_pathset = None + + try: + requirement.install( + install_options, + global_options, + root=root, + home=home, + prefix=prefix, + warn_script_location=warn_script_location, + use_user_site=use_user_site, + pycompile=pycompile, + ) + except Exception: + # if install did not succeed, rollback previous uninstall + if uninstalled_pathset and not requirement.install_succeeded: + uninstalled_pathset.rollback() + raise + else: + if uninstalled_pathset and requirement.install_succeeded: + uninstalled_pathset.commit() + + installed.append(InstallationResult(req_name)) + + return installed diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e552f6ef375e5cb108ca6348ac2eafa6a82e7347 GIT binary patch literal 2638 zcmZ`4U2i1CvAbt>c6Ro|>ph?EoFm*oa)OmOFNi#$kbrV10U?7p1Y$%q8c+AG$2VW@ z>9x<+SOR=cksv<+A=$j~3-~Yn7QxHC@syAY+)>s0!CnwE>gulQ>gxLLqTBTde4mwH zi~F$p29ee8G9a(OsJ;Wh38yIuW-|>a;4EdC6(^gT?rYfLTdZXq*B^_t5ivmN2zvii-W1iW1$=G zPRmpbsrHhbi(G|iF}Y7c0FVY{Br6e0;7z2+V7Ef*>v^T3G=1l1GEjRf=xw2fwrqnC ziGh+W0D6$jj)jxtP~<4Iih=&vX9M;MjOsZ6f?%)$#;LG4;}$p#LIP&moC#~pxWk)( zHMj*vyGykqH1Qo#O;e@qJj#T2q)=0t@5BtGE%d2#!N=SNkd#7&TMCxRoRGAT!4l0zUNZX@v8C^|lV^d2T4W@Ys} zfR9N{ZjrwaPH9c|NwxL{`iFi_zF=qc6GN-%n7v0RIj~ILu$_||Nq!im3HMcTb64D) z=e*$l%H1#dGtV)34Q|mEY^@k#+_xDTDUo`-`hJV5VY0H1Tx)~&sQpkPO|LDAt1uN_ z>E0wQcB3?0;I=FZs0Ykk?UYiCle>E3D3W|>KJx;urEhap2uMBOTn<031Q zRK!@uix0D<1H+`wCM1#~=TxzpoY4z<+NxV}Ls{oGr<|QP>ejh)K`!V8!vU)9(9(J2ph>%%UWBUm(?= zk0^y8Q1Stc9Qwj(_hb!Dw4tO~ZPj+&sGYi5yS(|SOUe5rU$=?s98YGa>aH9EcefhX z-SgfB$oPaD5uhF*6=3XL$v-dF2&8!d#8Ke?($?cFAz$-PxgkT!Hrrk)Sqyo`Kt zC?xcRB%k<6?yEiFn|A1@(4V(G!}_c${9WP4&|)EPqA`@dzZV_i5ndeSX%TUx=iHy> z*d_o$Ig5@lG(t|En%{`W;sQj)3K$nmFZnmB6ZV{ca`jcELE@F5+TB=~WY_C+T3Aiv zSP1Zrb|sj+3(nCFWN(%z?L=iMa&9`ouxBbyK8dPdN8ls)HN&(AURd5cUzkh8f$3Pf zy;9x!(o$Q&!!lBPl~Dgz-x5m)eOA22}S46R`HqNCLdznF(!H<5zo;@hvAVF)=4Exa`m z>P-`Rc?GWu^+F|gcx0u)L uSmz!`aGV?4e_^A03hZIU+7BZB~?lJEmga-=k! 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3482a59c15766887826f0725fd4d00191ed3feec GIT binary patch literal 22218 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..380065d5c246150c2464d7f93426cb5eaf2e97ce GIT binary patch literal 4346 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 T!xLvt7M?EDa6Rr<#}E8}^3WLp literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py new file mode 100644 index 0000000..25bfb39 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py @@ -0,0 +1,490 @@ +"""Backing implementation for InstallRequirement's various constructors + +The idea here is that these formed a major chunk of InstallRequirement's size +so, moving them and support code dedicated to them outside of that class +helps creates for better understandability for the rest of the code. + +These are meant to be used elsewhere within pip to create instances of +InstallRequirement. +""" + +import logging +import os +import re +from typing import Any, Dict, Optional, Set, Tuple, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement +from pip._vendor.packaging.specifiers import Specifier + +from pip._internal.exceptions import InstallationError +from pip._internal.models.index import PyPI, TestPyPI +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_file import ParsedRequirement +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import is_installable_dir +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import is_url, vcs + +__all__ = [ + "install_req_from_editable", + "install_req_from_line", + "parse_editable", +] + +logger = logging.getLogger(__name__) +operators = Specifier._operators.keys() + + +def _strip_extras(path: str) -> Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + "Could not detect requirement name for '{}', please specify one " + "with #egg=your_package_name".format(editable_req) + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + Requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +class RequirementParts: + def __init__( + self, + requirement: Optional[Requirement], + link: Optional[Link], + markers: Optional[Marker], + extras: Set[str], + ): + self.requirement = requirement + self.link = link + self.markers = markers + self.extras = extras + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = Requirement(name) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{name}'") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + options: Optional[Dict[str, Any]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, +) -> InstallRequirement: + + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + install_options=options.get("install_options", []) if options else [], + global_options=options.get("global_options", []) if options else [], + hash_options=options.get("hashes", {}) if options else {}, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + req = get_requirement(req_as_string) + except InvalidRequirement: + if os.path.sep in req_as_string: + add_msg = "It looks like a path." + add_msg += deduce_helpful_msg(req_as_string) + elif "=" in req_as_string and not any( + op in req_as_string for op in operators + ): + add_msg = "= is not a valid operator. Did you mean == ?" + else: + add_msg = "" + msg = with_source(f"Invalid requirement: {req_as_string!r}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + else: + # Deprecate extras after specifiers: "name>=1.0[extras]" + # This currently works by accident because _strip_extras() parses + # any extras in the end of the string and those are saved in + # RequirementParts + for spec in req.specifier: + spec_str = str(spec) + if spec_str.endswith("]"): + msg = f"Extras after version '{spec_str}'." + raise InstallationError(msg) + return req + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + options: Optional[Dict[str, Any]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + install_options=options.get("install_options", []) if options else [], + global_options=options.get("global_options", []) if options else [], + hash_options=options.get("hashes", {}) if options else {}, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{req_string}'") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + "{} depends on {} ".format(comes_from.name, req) + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + options=parsed_req.options, + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + install_options=ireq.install_options, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..03ae504 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,536 @@ +""" +Requirements file parsing +""" + +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Iterable, + Iterator, + List, + Optional, + Tuple, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.encoding import auto_decode +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + from pip._internal.index.package_finder import PackageFinder + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.install_options, + cmdoptions.global_options, + cmdoptions.hash, +] + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: PipSession, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> Iterator[ParsedRequirement]: + """Parse a requirements file and yield ParsedRequirement instances. + + :param filename: Path or url of requirements file. + :param session: PipSession instance. + :param finder: Instance of pip.index.PackageFinder. + :param options: cli options. + :param constraint: If true, parsing a constraint file rather than + requirements file. + """ + line_parser = get_line_parser(finder) + parser = RequirementsFileParser(session, line_parser) + + for parsed_line in parser.parse(filename, constraint): + parsed_req = handle_line( + parsed_line, options=options, finder=finder, session=session + ) + if parsed_req is not None: + yield parsed_req + + +def preprocess(content: str) -> ReqFileLines: + """Split, filter, and join lines, and return a line iterator + + :param content: the content of the requirements file + """ + lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) + lines_enum = join_lines(lines_enum) + lines_enum = ignore_comments(lines_enum) + lines_enum = expand_env_variables(lines_enum) + return lines_enum + + +def handle_requirement_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, +) -> ParsedRequirement: + + # preserve for the nested code path + line_comes_from = "{} {} (line {})".format( + "-c" if line.constraint else "-r", + line.filename, + line.lineno, + ) + + assert line.is_requirement + + if line.is_editable: + # For editable requirements, we don't support per-requirement + # options, so just return the parsed requirement. + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + ) + else: + if options: + # Disable wheels if the user has specified build options + cmdoptions.check_install_build_global(options, line.opts) + + # get the options that apply to requirements + req_options = {} + for dest in SUPPORTED_OPTIONS_REQ_DEST: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional[PipSession] = None, +) -> None: + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + if opts.index_url: + index_urls = [opts.index_url] + if opts.no_index is True: + index_urls = [] + if opts.extra_index_urls: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional[PipSession] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.is_requirement: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: PipSession, + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse(self, filename: str, constraint: bool) -> Iterator[ParsedLine]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Iterator[ParsedLine]: + for line in self._parse_file(filename, constraint): + if not line.is_requirement and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + req_path = os.path.join( + os.path.dirname(filename), + req_path, + ) + + yield from self._parse_and_recurse(req_path, nested_constraint) + else: + yield line + + def _parse_file(self, filename: str, constraint: bool) -> Iterator[ParsedLine]: + _, content = get_file_content(filename, self._session) + + lines_enum = preprocess(content) + + for line_number, line in lines_enum: + try: + args_str, opts = self._line_parser(line) + except OptionParsingError as e: + # add offending line + msg = f"Invalid requirement: {line}\n{e.msg}" + raise RequirementsFileParseError(msg) + + yield ParsedLine( + filename, + line_number, + args_str, + opts, + constraint, + ) + + +def get_line_parser(finder: Optional["PackageFinder"]) -> LineParser: + def parse_line(line: str) -> Tuple[str, Values]: + # Build new parser for each line since it accumulates appendable + # options. + parser = build_parser() + defaults = parser.get_default_values() + defaults.index_url = None + if finder: + defaults.format_control = finder.format_control + + args_str, options_str = break_args_options(line) + + opts, _ = parser.parse_args(shlex.split(options_str), defaults) + + return args_str, opts + + return parse_line + + +def break_args_options(line: str) -> Tuple[str, str]: + """Break up the line into an args and options string. We only want to shlex + (and then optparse) the options, not the args. args can contain markers + which are corrupted by shlex. + """ + tokens = line.split(" ") + args = [] + options = tokens[:] + for token in tokens: + if token.startswith("-") or token.startswith("--"): + break + else: + args.append(token) + options.pop(0) + return " ".join(args), " ".join(options) + + +class OptionParsingError(Exception): + def __init__(self, msg: str) -> None: + self.msg = msg + + +def build_parser() -> optparse.OptionParser: + """ + Return a parser for parsing requirement lines + """ + parser = optparse.OptionParser(add_help_option=False) + + option_factories = SUPPORTED_OPTIONS + SUPPORTED_OPTIONS_REQ + for option_factory in option_factories: + option = option_factory() + parser.add_option(option) + + # By default optparse sys.exits on parsing errors. We want to wrap + # that in our own exception. + def parser_exit(self: Any, msg: str) -> "NoReturn": + raise OptionParsingError(msg) + + # NOTE: mypy disallows assigning to a method + # https://github.com/python/mypy/issues/2427 + parser.exit = parser_exit # type: ignore + + return parser + + +def join_lines(lines_enum: ReqFileLines) -> ReqFileLines: + """Joins a line ending in '\' with the previous line (except when following + comments). The joined line takes on the index of the first line. + """ + primary_line_number = None + new_line: List[str] = [] + for line_number, line in lines_enum: + if not line.endswith("\\") or COMMENT_RE.match(line): + if COMMENT_RE.match(line): + # this ensures comments are always matched later + line = " " + line + if new_line: + new_line.append(line) + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + new_line = [] + else: + yield line_number, line + else: + if not new_line: + primary_line_number = line_number + new_line.append(line.strip("\\")) + + # last line contains \ + if new_line: + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + + # TODO: handle space after '\'. + + +def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: + """ + Strips comments and filter empty lines. + """ + for line_number, line in lines_enum: + line = COMMENT_RE.sub("", line) + line = line.strip() + if line: + yield line_number, line + + +def expand_env_variables(lines_enum: ReqFileLines) -> ReqFileLines: + """Replace all environment variables that can be retrieved via `os.getenv`. + + The only allowed format for environment variables defined in the + requirement file is `${MY_VARIABLE_1}` to ensure two things: + + 1. Strings that contain a `$` aren't accidentally (partially) expanded. + 2. Ensure consistency across platforms for requirement files. + + These points are the result of a discussion on the `github pull + request #3514 `_. + + Valid characters in variable names follow the `POSIX standard + `_ and are limited + to uppercase letter, digits and the `_` (underscore). + """ + for line_number, line in lines_enum: + for env_var, var_name in ENV_VAR_RE.findall(line): + value = os.getenv(var_name) + if not value: + continue + + line = line.replace(env_var, value) + + yield line_number, line + + +def get_file_content(url: str, session: PipSession) -> Tuple[str, str]: + """Gets the content of a file; it may be a filename, file: URL, or + http: URL. Returns (location, content). Content is unicode. + Respects # -*- coding: declarations on the retrieved files. + + :param url: File path or url. + :param session: PipSession instance. + """ + scheme = get_url_scheme(url) + + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + resp = session.get(url) + raise_for_status(resp) + return resp.url, resp.text + + # Assume this is a bare path. + try: + with open(url, "rb") as f: + content = auto_decode(f.read()) + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + return url, content diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..02dbda1 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,858 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pep517.wrappers import Pep517HookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError, LegacyInstallFailure +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, +) +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_metadata +from pip._internal.operations.build.metadata_editable import generate_editable_metadata +from pip._internal.operations.build.metadata_legacy import ( + generate_metadata as generate_metadata_legacy, +) +from pip._internal.operations.install.editable_legacy import ( + install_editable as install_editable_legacy, +) +from pip._internal.operations.install.legacy import install as install_legacy +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ask_path_exists, + backup_dir, + display_path, + hide_url, + redact_auth_from_url, +) +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + install_options: Optional[List[str]] = None, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + self.legacy_install_reason: Optional[int] = None + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + self.original_link_is_in_wheel_cache = False + + # Path to any downloaded or already-existing package. + self.local_file_path: Optional[str] = None + if self.link and self.link.is_file: + self.local_file_path = self.link.file_path + + if extras: + self.extras = extras + elif req: + self.extras = {safe_extra(extra) for extra in req.extras} + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.install_options = install_options if install_options else [] + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + # Set to True after successful preparation of this requirement + self.prepared = False + # User supplied requirement are explicitly requested for installation + # by the user via CLI arguments or requirements files, as opposed to, + # e.g. dependencies, extras or constraints. + self.user_supplied = user_supplied + + self.isolated = isolated + self.build_env: BuildEnvironment = NoOpBuildEnvironment() + + # For PEP 517, the directory where we request the project metadata + # gets stored. We need this to pass to build_wheel, so the backend + # can ensure that the wheel matches the metadata (see the PEP for + # details). + self.metadata_directory: Optional[str] = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: Optional[List[str]] = None + + # Build requirements that we will check are available + self.requirements_to_check: List[str] = [] + + # The PEP 517 backend we should use to build the project + self.pep517_backend: Optional[Pep517HookCaller] = None + + # Are we using PEP 517 for this requirement? + # After pyproject.toml has been loaded, the only valid values are True + # and False. Before loading, None is valid (meaning "use the default"). + # Setting an explicit value before loading pyproject.toml is supported, + # but after loading this flag should be treated as read only. + self.use_pep517 = use_pep517 + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + def __str__(self) -> str: + if self.req: + s = str(self.req) + if self.link: + s += " from {}".format(redact_auth_from_url(self.link.url)) + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + s += " in {}".format(display_path(self.satisfied_by.location)) + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from: Optional[str] = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += f" (from {comes_from})" + return s + + def __repr__(self) -> str: + return "<{} object: {} editable={!r}>".format( + self.__class__.__name__, str(self), self.editable + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = ("{}={!r}".format(attr, attributes[attr]) for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.lru_cache() # use cached_property in python 3.8+ + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + return self.req.specifier + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + specifiers = self.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + link = self.link if trust_internet else self.original_link + if link and link.hash: + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = Requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = Requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = Pep517HookCaller( + self.unpacked_source_directory, + backend, + backend_path=backend_path, + ) + + def isolated_editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable that has a pyproject.toml either supports PEP 660 + or as a setup.py or a setup.cfg + """ + if ( + self.editable + and self.use_pep517 + and not self.supports_pyproject_editable() + and not os.path.isfile(self.setup_py_path) + and not os.path.isfile(self.setup_cfg_path) + ): + raise InstallationError( + f"Project {self} has a 'pyproject.toml' and its build " + f"backend is missing the 'build_editable' hook. Since it does not " + f"have a 'setup.py' nor a 'setup.cfg', " + f"it cannot be installed in editable mode. " + f"Consider using a build backend that supports PEP 660." + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir + details = self.name or f"from {self.link}" + + if self.use_pep517: + assert self.pep517_backend is not None + if ( + self.editable + and self.permit_editable_wheels + and self.supports_pyproject_editable() + ): + self.metadata_directory = generate_editable_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata_legacy( + build_env=self.build_env, + setup_py_path=self.setup_py_path, + source_dir=self.unpacked_source_directory, + isolated=self.isolated, + details=details, + ) + + # Act on the newly generated metadata, based on the name and version. + if not self.name: + self._set_requirement() + else: + self.warn_on_mismatching_name() + + self.assert_source_matches_version() + + @property + def metadata(self) -> Any: + if not hasattr(self, "_metadata"): + self._metadata = self.get_dist().metadata + + return self._metadata + + def get_dist(self) -> BaseDistribution: + return get_directory_distribution(self.metadata_directory) + + def assert_source_matches_version(self) -> None: + assert self.source_dir + version = self.metadata["version"] + if self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + "The file {} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ".format(display_path(archive_path)), + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + install_options: List[str], + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + scheme = get_scheme( + self.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + global_options = global_options if global_options is not None else [] + if self.editable and not self.is_wheel: + install_editable_legacy( + install_options, + global_options, + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + if self.is_wheel: + assert self.local_file_path + direct_url = None + if self.editable: + direct_url = direct_url_for_editable(self.unpacked_source_directory) + elif self.original_link: + direct_url = direct_url_from_link( + self.original_link, + self.source_dir, + self.original_link_is_in_wheel_cache, + ) + install_wheel( + self.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=self.user_supplied, + ) + self.install_succeeded = True + return + + # TODO: Why don't we do this for editable installs? + + # Extend the list of global and install options passed on to + # the setup.py call with the ones from the requirements file. + # Options specified in requirements file override those + # specified on the command line, since the last option given + # to setup.py is the one that is used. + global_options = list(global_options) + self.global_options + install_options = list(install_options) + self.install_options + + try: + success = install_legacy( + install_options=install_options, + global_options=global_options, + root=root, + home=home, + prefix=prefix, + use_user_site=use_user_site, + pycompile=pycompile, + scheme=scheme, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + req_name=self.name, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + req_description=str(self.req), + ) + except LegacyInstallFailure as exc: + self.install_succeeded = False + raise exc + except Exception: + self.install_succeeded = True + raise + + self.install_succeeded = success + + if success and self.legacy_install_reason == 8368: + deprecated( + reason=( + "{} was installed using the legacy 'setup.py install' " + "method, because a wheel could not be built for it.".format( + self.name + ) + ), + replacement="to fix the wheel build issue reported above", + gone_in=None, + issue=8368, + ) + + +def check_invalid_constraint_type(req: InstallRequirement) -> str: + + # Check for unsupported forms + problem = "" + if not req.name: + problem = "Unnamed requirements are not allowed as constraints" + elif req.editable: + problem = "Editable requirements are not allowed as constraints" + elif req.extras: + problem = "Constraints cannot have extras" + + if problem: + deprecated( + reason=( + "Constraints are only allowed to take the form of a package " + "name and a version specifier. Other forms were originally " + "permitted as an accident of the implementation, but were " + "undocumented. The new implementation of the resolver no " + "longer supports these forms." + ), + replacement="replacing the constraint with a requirement", + # No plan yet for when the new resolver becomes default + gone_in=None, + issue=8210, + ) + + return problem diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..6626c37 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,189 @@ +import logging +from collections import OrderedDict +from typing import Dict, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils import compatibility_tags + +logger = logging.getLogger(__name__) + + +class RequirementSet: + def __init__(self, check_supported_wheels: bool = True) -> None: + """Create a RequirementSet.""" + + self.requirements: Dict[str, InstallRequirement] = OrderedDict() + self.check_supported_wheels = check_supported_wheels + + self.unnamed_requirements: List[InstallRequirement] = [] + + def __str__(self) -> str: + requirements = sorted( + (req for req in self.requirements.values() if not req.comes_from), + key=lambda req: canonicalize_name(req.name or ""), + ) + return " ".join(str(req.req) for req in requirements) + + def __repr__(self) -> str: + requirements = sorted( + self.requirements.values(), + key=lambda req: canonicalize_name(req.name or ""), + ) + + format_string = "<{classname} object; {count} requirement(s): {reqs}>" + return format_string.format( + classname=self.__class__.__name__, + count=len(requirements), + reqs=", ".join(str(req.req) for req in requirements), + ) + + def add_unnamed_requirement(self, install_req: InstallRequirement) -> None: + assert not install_req.name + self.unnamed_requirements.append(install_req) + + def add_named_requirement(self, install_req: InstallRequirement) -> None: + assert install_req.name + + project_name = canonicalize_name(install_req.name) + self.requirements[project_name] = install_req + + def add_requirement( + self, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if self.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + "{} is not a supported wheel on this platform.".format( + wheel.filename + ) + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + self.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[InstallRequirement] = self.get_requirement( + install_req.name + ) + except KeyError: + existing_req = None + + has_conflicting_requirement = ( + parent_req_name is None + and existing_req + and not existing_req.constraint + and existing_req.extras == install_req.extras + and existing_req.req + and install_req.req + and existing_req.req.specifier != install_req.req.specifier + ) + if has_conflicting_requirement: + raise InstallationError( + "Double requirement given: {} (already in {}, name={!r})".format( + install_req, existing_req, install_req.name + ) + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + self.add_named_requirement(install_req) + # We'd want to rescan this requirement later + return [install_req], install_req + + # Assume there's no need to scan, and that we've already + # encountered this for scanning. + if install_req.constraint or not existing_req.constraint: + return [], existing_req + + does_not_satisfy_constraint = install_req.link and not ( + existing_req.link and install_req.link.path == existing_req.link.path + ) + if does_not_satisfy_constraint: + raise InstallationError( + "Could not satisfy constraints for '{}': " + "installation from path or url cannot be " + "constrained to a version".format(install_req.name) + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def has_requirement(self, name: str) -> bool: + project_name = canonicalize_name(name) + + return ( + project_name in self.requirements + and not self.requirements[project_name].constraint + ) + + def get_requirement(self, name: str) -> InstallRequirement: + project_name = canonicalize_name(name) + + if project_name in self.requirements: + return self.requirements[project_name] + + raise KeyError(f"No project with the name {name!r}") + + @property + def all_requirements(self) -> List[InstallRequirement]: + return self.unnamed_requirements + list(self.requirements.values()) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py new file mode 100644 index 0000000..24d3c53 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py @@ -0,0 +1,124 @@ +import contextlib +import hashlib +import logging +import os +from types import TracebackType +from typing import Dict, Iterator, Optional, Set, Type, Union + +from pip._internal.models.link import Link +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +@contextlib.contextmanager +def update_env_context_manager(**changes: str) -> Iterator[None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_requirement_tracker() -> Iterator["RequirementTracker"]: + root = os.environ.get("PIP_REQ_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="req-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_REQ_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with RequirementTracker(root) as tracker: + yield tracker + + +class RequirementTracker: + def __init__(self, root: str) -> None: + self._root = root + self._entries: Set[InstallRequirement] = set() + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "RequirementTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, link: Link) -> str: + hashed = hashlib.sha224(link.url_without_fragment.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement) -> None: + """Add an InstallRequirement to build tracking.""" + + assert req.link + # Get the file to write information about this requirement. + entry_path = self._entry_path(req.link) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = "{} is already being built: {}".format(req.link, contents) + raise LookupError(message) + + # If we're here, req should really not be building already. + assert req not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries.add(req) + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement) -> None: + """Remove an InstallRequirement from build tracking.""" + + assert req.link + # Delete the created file and the corresponding entries. + os.unlink(self._entry_path(req.link)) + self._entries.remove(req) + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for req in set(self._entries): + self.remove(req) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement) -> Iterator[None]: + self.add(req) + yield + self.remove(req) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..472090a --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,633 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Iterable, Iterator, List, Optional, Set, Tuple + +from pip._internal.exceptions import UninstallationError +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ask, is_local, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory + +logger = getLogger(__name__) + + +def _script_names(bin_dir: str, script_name: str, is_gui: bool) -> Iterator[str]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + exe_name = os.path.join(bin_dir, script_name) + yield exe_name + if not WINDOWS: + return + yield f"{exe_name}.exe" + yield f"{exe_name}.exe.manifest" + if is_gui: + yield f"{exe_name}-script.pyw" + else: + yield f"{exe_name}-script.py" + + +def _unique(fn: Callable[..., Iterator[Any]]) -> Callable[..., Iterator[Any]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Iterator[Any]: + seen: Set[Any] = set() + for item in fn(*args, **kw): + if item not in seen: + seen.add(item) + yield item + + return unique + + +@_unique +def uninstallation_paths(dist: BaseDistribution) -> Iterator[str]: + """ + Yield all the uninstallation paths for dist based on RECORD-without-.py[co] + + Yield paths to all the files in RECORD. For each .py file in RECORD, add + the .pyc and .pyo in the same directory. + + UninstallPathSet.add() takes care of the __pycache__ .py[co]. + + If RECORD is not found, raises UninstallationError, + with possible information from the INSTALLER file. + + https://packaging.python.org/specifications/recording-installed-packages/ + """ + location = dist.location + assert location is not None, "not installed" + + entries = dist.iter_declared_entries() + if entries is None: + msg = "Cannot uninstall {dist}, RECORD file not found.".format(dist=dist) + installer = dist.installer + if not installer or installer == "pip": + dep = "{}=={}".format(dist.raw_name, dist.version) + msg += ( + " You might be able to recover from this via: " + "'pip install --force-reinstall --no-deps {}'.".format(dep) + ) + else: + msg += " Hint: The package was installed by {}.".format(installer) + raise UninstallationError(msg) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + # probably this one https://github.com/python/mypy/issues/390 + _normcased_files = set(map(os.path.normcase, files)) # type: ignore + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for _, save_dir in self._save_dirs.items(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + return is_local(path) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(normalize_path(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = normalize_path(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.version}" + logger.info("Uninstalling %s:", dist_name_version) + + with indent_log(): + if auto_confirm or self._allowed_to_proceed(verbose): + moved = self._moved_paths + + for_rename = compress_for_rename(self._paths) + + for path in sorted(compact(for_rename)): + moved.stash(path) + logger.verbose("Removing file or directory %s", path) + + for pth in self._pth.values(): + pth.remove() + + logger.info("Successfully uninstalled %s", dist_name_version) + + def _allowed_to_proceed(self, verbose: bool) -> bool: + """Display which files would be deleted and prompt for confirmation""" + + def _display(msg: str, paths: Iterable[str]) -> None: + if not paths: + return + + logger.info(msg) + with indent_log(): + for path in sorted(compact(paths)): + logger.info(path) + + if not verbose: + will_remove, will_skip = compress_for_output_listing(self._paths) + else: + # In verbose mode, display all the files that are going to be + # deleted. + will_remove = set(self._paths) + will_skip = set() + + _display("Would remove:", will_remove) + _display("Would not remove (might be manually added):", will_skip) + _display("Would not remove (outside of prefix):", self._refuse) + if verbose: + _display("Will actually move:", compress_for_rename(self._paths)) + + return ask("Proceed (Y/n)? ", ("y", "n", "")) != "n" + + def rollback(self) -> None: + """Rollback the changes previously made by remove().""" + if not self._moved_paths.can_rollback: + logger.error( + "Can't roll back %s; was not uninstalled", + self._dist.raw_name, + ) + return + logger.info("Rolling back uninstall of %s", self._dist.raw_name) + self._moved_paths.rollback() + for pth in self._pth.values(): + pth.rollback() + + def commit(self) -> None: + """Remove temporary save dir: rollback will no longer be possible.""" + self._moved_paths.commit() + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "UninstallPathSet": + dist_location = dist.location + info_location = dist.info_location + if dist_location is None: + logger.info( + "Not uninstalling %s since it is not installed", + dist.canonical_name, + ) + return cls(dist) + + normalized_dist_location = normalize_path(dist_location) + if not dist.local: + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.canonical_name, + normalized_dist_location, + sys.prefix, + ) + return cls(dist) + + if normalized_dist_location in { + p + for p in {sysconfig.get_path("stdlib"), sysconfig.get_path("platstdlib")} + if p + }: + logger.info( + "Not uninstalling %s at %s, as it is in the standard library.", + dist.canonical_name, + normalized_dist_location, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path_from_location(dist.raw_name) + + # Distribution is installed with metadata in a "flat" .egg-info + # directory. This means it is not a modern .dist-info installation, an + # egg, or legacy editable. + setuptools_flat_installation = ( + dist.installed_with_setuptools_egg_info + and info_location is not None + and os.path.exists(info_location) + # If dist is editable and the location points to a ``.egg-info``, + # we are in fact in the legacy editable case. + and not info_location.endswith(f"{dist.setuptools_filename}.egg-info") + ) + + # Uninstall cases order do matter as in the case of 2 installs of the + # same package, pip needs to uninstall the currently detected version + if setuptools_flat_installation: + if info_location is not None: + paths_to_remove.add(info_location) + installed_files = dist.iter_declared_entries() + if installed_files is not None: + for installed_file in installed_files: + paths_to_remove.add(os.path.join(dist_location, installed_file)) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.is_file("top_level.txt"): + try: + namespace_packages = dist.read_text("namespace_packages.txt") + except FileNotFoundError: + namespaces = [] + else: + namespaces = namespace_packages.splitlines(keepends=False) + for top_level_pkg in [ + p + for p in dist.read_text("top_level.txt").splitlines() + if p and p not in namespaces + ]: + path = os.path.join(dist_location, top_level_pkg) + paths_to_remove.add(path) + paths_to_remove.add(f"{path}.py") + paths_to_remove.add(f"{path}.pyc") + paths_to_remove.add(f"{path}.pyo") + + elif dist.installed_by_distutils: + raise UninstallationError( + "Cannot uninstall {!r}. It is a distutils installed project " + "and thus we cannot accurately determine which files belong " + "to it which would lead to only a partial uninstall.".format( + dist.raw_name, + ) + ) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + assert link_pointer == dist_location, ( + f"Egg-link {link_pointer} does not match installed location of " + f"{dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.iterdir("scripts"): + paths_to_remove.add(os.path.join(bin_dir, script.name)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script.name}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Iterator[str]: + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + yield from _script_names(bin_dir, entry_point.name, False) + elif entry_point.group == "gui_scripts": + yield from _script_names(bin_dir, entry_point.name, True) + + for s in iter_scripts_to_remove(dist, bin_dir): + paths_to_remove.add(s) + + return paths_to_remove + + +class UninstallPthEntries: + def __init__(self, pth_file: str) -> None: + self.file = pth_file + self.entries: Set[str] = set() + self._saved_lines: Optional[List[bytes]] = None + + def add(self, entry: str) -> None: + entry = os.path.normcase(entry) + # On Windows, os.path.normcase converts the entry to use + # backslashes. This is correct for entries that describe absolute + # paths outside of site-packages, but all the others use forward + # slashes. + # os.path.splitdrive is used instead of os.path.isabs because isabs + # treats non-absolute paths with drive letter markings like c:foo\bar + # as absolute paths. It also does not recognize UNC paths if they don't + # have more than "\\sever\share". Valid examples: "\\server\share\" or + # "\\server\share\folder". + if WINDOWS and not os.path.splitdrive(entry)[0]: + entry = entry.replace("\\", "/") + self.entries.add(entry) + + def remove(self) -> None: + logger.verbose("Removing pth entries from %s:", self.file) + + # If the file doesn't exist, log a warning and return + if not os.path.isfile(self.file): + logger.warning("Cannot remove entries from nonexistent file %s", self.file) + return + with open(self.file, "rb") as fh: + # windows uses '\r\n' with py3k, but uses '\n' with py2.x + lines = fh.readlines() + self._saved_lines = lines + if any(b"\r\n" in line for line in lines): + endline = "\r\n" + else: + endline = "\n" + # handle missing trailing newline + if lines and not lines[-1].endswith(endline.encode("utf-8")): + lines[-1] = lines[-1] + endline.encode("utf-8") + for entry in self.entries: + try: + logger.verbose("Removing entry: %s", entry) + lines.remove((entry + endline).encode("utf-8")) + except ValueError: + pass + with open(self.file, "wb") as fh: + fh.writelines(lines) + + def rollback(self) -> bool: + if self._saved_lines is None: + logger.error("Cannot roll back changes to %s, none were made", self.file) + return False + logger.debug("Rolling %s back to previous state", self.file) + with open(self.file, "wb") as fh: + fh.writelines(self._saved_lines) + return True diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a8f50873d8688884f4cf41073ab36555ddb142f GIT binary patch literal 238 zcmYjLI|{-;5Zy=$5pocVWE3q$EUaxjz!H-oS+YNNH_==|@ED%JyV!aQD<`PvgL%Vy zk9mwqk_jW6?G1Mbq7)$;GHb8`3$@Wm{L!Z(+OB%feRhb>0E+C dZ)6(;b#ih=;5@VaeY{epY$dLTSN(`6W-q$0MA`rV literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7434235864245fc3050319dc7b12eb7eacc226b GIT binary patch literal 1090 zcmZuwO>fgc5ZzsW#7WZvZK;$>oH*ss8U)7*RTNZJLIJfmUo0m(NvzslXVyt+kF;0# zAN>XVm%Vc0+#83MS*L*@I?_DP?2LEczOmKnYKxJ5E5E~`VC;uYmd&MPpIjdkNG5s4 zavt$qL?U-0hubxgxw#j4b?jt*-iR8U0fzt_@H%WHz#EDVi<*Z_y3)I1(z_Hgv#y4H;ayQ6QT{vSr$D6Aj0p zRW<`OO;oCi5hmJf4aP7yjrFuF6;>eQvoS!XjgL@Gu^2dX_QGt;$q&eHEW3(bvM>Ca z_pZ6w=&9-`FSGh~Am1Y@Bw1Vy*$@M2#wNiv!^iaa^)(!;9KtL)#WWA!sln8WqQf(V zr@BlA5W;7`K{@~(m*>@372yaJjzI6+r;GaQa0bOJ%+h{1ue{oQ`6AS51v|9QX+p1r zWm<-DT2z2Ej}Wa4Q#+inPpa&e=cZAw&7e)(Zs;>&zH_m;EZOdTgYBHenx RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c07c175700276387cf62ae3ba93cadcbd6cbf3d3 GIT binary patch literal 245 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 None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.raw_name, version, requires_python + ) + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + requirement_set.add_requirement(req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + "yanked version: {candidate}\n" + "Reason for being yanked: {reason}" + ).format(candidate=best_candidate, reason=reason) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.original_link_is_in_wheel_cache = True + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: + """Takes a InstallRequirement and returns a single AbstractDist \ + representing a prepared variant of the same. + """ + if req.editable: + return self.preparer.prepare_editable_requirement(req) + + # satisfied_by is only evaluated by calling _check_skip_installed, + # so it must be None here. + assert req.satisfied_by is None + skip_reason = self._check_skip_installed(req) + + if req.satisfied_by: + return self.preparer.prepare_installed_requirement(req, skip_reason) + + # We eagerly populate the link, since that's our "legacy" behavior. + self._populate_link(req) + dist = self.preparer.prepare_linked_requirement(req) + + # NOTE + # The following portion is for determining if a certain package is + # going to be re-installed/upgraded or not and reporting to the user. + # This should probably get cleaned up in a future refactor. + + # req.req is only avail after unpack for URL + # pkgs repeat check_if_exists to uninstall-on-upgrade + # (#14) + if not self.ignore_installed: + req.check_if_exists(self.use_user_site) + + if req.satisfied_by: + should_modify = ( + self.upgrade_strategy != "to-satisfy-only" + or self.force_reinstall + or self.ignore_installed + or req.link.scheme == "file" + ) + if should_modify: + self._set_req_to_reinstall(req) + else: + logger.info( + "Requirement already satisfied (use --upgrade to upgrade): %s", + req, + ) + return dist + + def _resolve_one( + self, + requirement_set: RequirementSet, + req_to_install: InstallRequirement, + ) -> List[InstallRequirement]: + """Prepare a single requirements file. + + :return: A list of additional InstallRequirements to also install. + """ + # Tell user what we are doing for this requirement: + # obtain (editable), skipping, processing (local url), collecting + # (remote url or package name) + if req_to_install.constraint or req_to_install.prepared: + return [] + + req_to_install.prepared = True + + # Parse and return dependencies + dist = self._get_dist_for(req_to_install) + # This will raise UnsupportedPythonVersion if the given Python + # version isn't compatible with the distribution's Requires-Python. + _check_dist_requires_python( + dist, + version_info=self._py_version_info, + ignore_requires_python=self.ignore_requires_python, + ) + + more_reqs: List[InstallRequirement] = [] + + def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: + # This idiosyncratically converts the Requirement to str and let + # make_install_req then parse it again into Requirement. But this is + # the legacy resolver so I'm just not going to bother refactoring. + sub_install_req = self._make_install_req(str(subreq), req_to_install) + parent_req_name = req_to_install.name + to_scan_again, add_to_parent = requirement_set.add_requirement( + sub_install_req, + parent_req_name=parent_req_name, + extras_requested=extras_requested, + ) + if parent_req_name and add_to_parent: + self._discovered_dependencies[parent_req_name].append(add_to_parent) + more_reqs.extend(to_scan_again) + + with indent_log(): + # We add req_to_install before its dependencies, so that we + # can refer to it when adding dependencies. + if not requirement_set.has_requirement(req_to_install.name): + # 'unnamed' requirements will get added here + # 'unnamed' requirements can only come from being directly + # provided by the user. + assert req_to_install.user_supplied + requirement_set.add_requirement(req_to_install, parent_req_name=None) + + if not self.ignore_dependencies: + if req_to_install.extras: + logger.debug( + "Installing extra requirements: %r", + ",".join(req_to_install.extras), + ) + missing_requested = sorted( + set(req_to_install.extras) - set(dist.iter_provided_extras()) + ) + for missing in missing_requested: + logger.warning( + "%s %s does not provide the extra '%s'", + dist.raw_name, + dist.version, + missing, + ) + + available_requested = sorted( + set(dist.iter_provided_extras()) & set(req_to_install.extras) + ) + for subreq in dist.iter_dependencies(available_requested): + add_req(subreq, extras_requested=available_requested) + + return more_reqs + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Create the installation order. + + The installation order is topological - requirements are installed + before the requiring thing. We break cycles at an arbitrary point, + and make no other guarantees. + """ + # The current implementation, which we may change at any point + # installs the user specified things in the order given, except when + # dependencies must come earlier to achieve topological order. + order = [] + ordered_reqs: Set[InstallRequirement] = set() + + def schedule(req: InstallRequirement) -> None: + if req.satisfied_by or req in ordered_reqs: + return + if req.constraint: + return + ordered_reqs.add(req) + for dep in self._discovered_dependencies[req.name]: + schedule(dep) + order.append(req) + + for install_req in req_set.requirements.values(): + schedule(install_req) + return order diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b85ae8e441e273e325db1b698e963e8c760aec0 GIT binary patch literal 249 zcmYjLyA8rH5Oq)rgv1~e$$_9mh=Q7i0j!Xm5-W~v*-ju!FaZlN0lUz$1r=vLf|Ksu z=iPfcJsyu3#mQVT)O&#ch-g?-x|pC~J2r{77iPoy2ahvUxyO8@`> literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..db004523b63633aa522e8a8dfeb3e9b3c3131631 GIT binary patch literal 6492 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b8c6e5a63fcabff3adc096e727575d44ff907a6 GIT binary patch literal 19257 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 R8xHp|E1xEx97~Nm{}+muKhOXG literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6627b2547be5849584a55c946d135590e37453f3 GIT binary patch literal 4909 zcmcIoNpBp-74B`CJJ+M}eS*pWw}W^C9Ae2@h>l;SWB=m1g-WDuj-?5ZJK>}6Qh z!wnJeMb&`6wp155%neI+2nOfXPn%ySqHk*oPlG*O8uJLK!24P9a_RPX z9&Ta!vd8yx5rm|7+3ROHPxB~zxM#f%n6GB$|G43Qz7zyl_@?I)qFV&If(+Q4kmAL!KA4M}vOMp{wElFp&Ji za>37m5e=R7l@SJtT9o!OS=fT-1CfR#F#6R{vG9fXbshl-LZ!z#;l>m^noTWp>2Jr>Do|#t`CjRbY0uAnGU2HhkqIwt&VGb{YQkt zu|;xy9fmF!GKYIOYkL!&N}qyR zlrp{#2qy#r=!QIMp0r%5Z;dsBHHSifNym?bG$lU!^lgc-4%LZM&g6x}n=u+0d_^AzR3P0D-uBkZ&@M9|cxFvpq z_W{!X4TO|$aClxHaRgUH-P{UDx5t}PKp4A91*o+T9#L!=^fyJocpFd!4oAS7L=D0w zz*Pn*r6!0GZKQV)@t6V3y-3Ks3?btMs(AQPpejA5z)Hb3FU;3 z;u?e~pPu;D(Yl9E{u%|>KvlJ_!St@l3~qsF*0^1gOlI;a?toBQyv}Oe<4FR(c_{~I0sb@VT=#b?%$4hp)2 zRDGeCJ(ZgSA_(u6^hs7Eg#uw;WV;aq4;y7ZKqOPqbQEI8Ih{}dE=bXDAglZh*%Hv0 zf{>{a^?DCz_mco@lFQdx>qO27LnDO>30Q9gN(`2mB%!fw$so=nVA#u}gaeack|ngJp`B7GQ+nhe%898R z_e_bvQ)~rRc_6#nB_fOZCeM+>LCsV=F6OHYg}#d36mwAu8q>$kgnmC_G9(|iO?l*Z6PX)^7h_CjB4S%vG57e#%t&;rGDN{`3-=21VndaG7g zlE*!99gCGo7bwgVI4^PuaLEu6}s=6yn+=QDUl~Zej+~Cz1y3 za%L;#!ukj-nc84}{1B5+Ly%ag&NurcV3h z6%eDu_n%_?3tGyt4zHcHb1Zj)MVpWxeex%0e5yUyJ_C#X6q!mka^$unaH4b$ZBty# zE$T-f*mY{>wMpv}tw(QIS`g_D z3lg!~G3exl2QhG5BVyu}s@i_N(8Cvc=@aD+mFnwvHhIeT`{M5JASj9986SJv;rGsZ zLh(qyeJ9SsAeMLAiuw8K*d;_zu;G2&mB5GRsvJ&2~r)J#NY~d4q(MB?KR0 zs{SYFk^~4xfydTo^oFr;K8VzW6YfGN8v{qYM%r6c+@eA)b_xnpzK@*a`@biF+b9k% zo!z>U5YrgNJ8LQl_GNU)U%IT~N1!a4aEQ1FhX@EDQ68_c_6QD99wLX~4U!(5YZ)A} zk!7*({{do>_;*h-E6?qT>4~iaNcOatO$9cs^y-tl8+m6#vHUD{X5X^z{_Uje`y d#${|7bfR(9H0BN6_{yfwaKAJz9&asq{{<(=Mz8bb)T=D9SnAX#RowEq^L2RNJK&aO60@|LsFJVN@6*NX%do4YdeF%cJE?< z`B?VMl3LVml~a<-&cUkkA%|4uKpu5ZRSr4il>Z>7x#kj8DwW()p-eKr*E6#_04Y}% zH9bB3@%p{j{oecaL)>iI3VvVo|B?UG8;bI8^ilm$@AvQ|Pf;+1se#hY-)dXMw-#uj z-qu5-ZG^RUEi~I^SZ~)ut8Ild?U~SS+bWIMgW0grZlG?kTF?yV+H>K2dp>NnTe8gz z7Q)5$qO8}0rEs~utSVd=dzfos?z#3kNoOWl3D39BqwhR#@wu+HrnFaigX(;(tK(}u z(s-l2&S#kYncBX9_blEQS%cU48ox+0Sd*`@Ievl7bDLkt+qxEOv4zi#_G=#~Y>_Q} zuCOJ({+Zss#MJxB=JHpNU)kNXvgY0=cW=8lKfHbO`*(If$c$TlC(W!oDHq;Bz>8WM zi>&?wuiy8hUS{3r4+cEy@T|T!?DLO3k<~tm{5aZFv(~!@Nh-WfdRN2`ea6LCD%RQ5 zvzeP-#C+zZJhN}c5e@RAG@HE#TE5^Rk5WuuzjymbAKkfk`@Vbklf4grxa;1zb$fU3 z&ii+6-$QTxeGrbt5LNrG;9V|=3w*6qsN9LVu?W2s{AB8_O#L{khXvy{7>ZKA>vKrM zc-I>QX=VzZ4n)+^Ng>70#GAfv;z|At#Yi0~4;5jJP+L>(qkN3B^F;lrKGw&^xHdAx z`bd{!)-eYAhA|rSta&~Z@BvR9Kjop*6>;czPT%Vsdp+(%UdWvwj*ka@r(n`~4d34AlCq3j&>WLoKENNoIF&|>U z!LVFglA`smV3yxGbUI!X#i?_^9ftkrq`^>fhDl&9XDX^N<6O?Ch2Bt->cmls9R=Sw z8%c_3lEq|m+j*BUpSHsbrVM+G_)TNS3zAqaM9X;2LoXO`Nf4}VbOP>0ICALQkaFcT zb2XBjRppRwo~l2=ahU0QB9%*Sn&KR`PpnXJ9z|x5%vmGu^T<8GK|SVarn+A$;u3nF z{{7Bj9P*vOI~IPpb1Uu)=wK#0k79A0VAuE#|CEc4-{FbdAEt+KwA14;be(J!pJo4d zb{_KR;ZEQm?BqRfZ~xI-I|)v~RKLOuK1BKPF)Rx&$E!9wkgN6>CQ$HH@Jv_+<&LmgJ;k7lUwsod)gXz4+ zO>_`r8-}bR4ul~)-h|DUEmFN zkvCbLTV0dA#x9}tT+y<~iH^ZuXAW9d_<6a;WOX^?TWsTV1MYQ|SuoyjXR~+xe(A}) ze}LBT{bu6yi%oI-upda@CH;*9&r=#M_O7tkt2m8bm^iSI!s{hhop&d;8F#BaPSWQc z@=(%N>4*;!F1DTT^I;;*f=;<7IGJl4`5iCtPcRk?9l>U$LrJ#fz;ao?7sZ0RjN`<^ z{dIhf<$rw0L0d?hq6I3;?(c7HMe!EKC;R)SNe%iv;W6%#7%A@!ufiAQ3~o)?E(ST} zpfe<}m^<+iq=y84iga*Vo{ED^z@?W?Se=aDoYiIRt z9yhYt${u7(uh2}^IxAx~NBWtvELLGayB&%U<&WwHo||}*KSn{(!iE1wsZvyMwUL2R zAJtGAY3;GeRHl8dJfU%QhFGzw@4jTM6gck_Nur-BM+nQ5TYuSC3 zz82h<6gKak));9$2yi;#*^+Fwh`WqnM$mXYp++evgXZ zr{WDN$VcZzE@>&qCuo;G(6mf7|65j1mR}`vwo0e3Kpbu?TpYX{mvl%~<&WyL0dh}i z14il*c0;_0>ZU3#&`T3<<0Z%ezr|4KR1iR!rdVj1t_Hi<$59p^ohF@#|G?{!wyWVkiR()z`KOY$k~x;;tUD$ zjvVX;SQ$tufeUnEfsU&=S|rB)z{wAe<98h|8j`!ENz(SJ@?mn~Y~=87-+lfo4|5 z=2J3Pgz5w_#X`tR>LD*yiE9-J5~u5nB(2K*LsI$goB}*cROQ}KZ79R|ByLuTomC<> z1;Ku+D>&ac#rqlcIS7+L%n1T&l!Iu}(o~mMoMZr`?lh=1`c5rfI72Ow*0$){B$v z|CcZmGN+`W=tfUM&pHaZ5f(`!un|WuZ-aObqY&|=7zX^|gEK6PcQD{@h+eMlRe+@G z-qUi_BbRhgkxS0fl1PcDzo0aRcC1bJACTxPnslOFzn&|!SY3bzsv;0him>) z%@KiwDTGj@QvMc|gz`?>&ke=YR$kaIPO(Qq(jzsqjEdAujWjc5Lt4WrHK^=WTKGF6 zlxtxTXH@?F`<=|jaU1m0I1ZA{My8+m{Y*zB$czIti5(2fEL<^e3lR%(8J}X4+Vs$m zq{x{La}o2@w&*AB8Nji*l*=t|+25tvlrs^3PQ_o)oO*7xNj5VviNf*{qqXyMT?^9550`Y-D*uJ|5J|D|%)#9(Y5SqHQ*R zhWA{F9}=q)Q_h|C3&-e4-b1mt-T<;}Xy$XvT*Mt))8xTB!uxz!ZS$H*S zh7L=Wf0{})JpXgD{>>JfHLBqyTks>YeOxM~L&cS?Lwj2O2#?nBNMHIsDojmbJ*nC? zB)TH>))*V9mSeHhcwBn|H1}(LTtka_R0lrNa2Wym`%DEE(wX_|8qiREH&2w%73ZZR zT0`R!p5!|y$Xb|stO>xt`}voSuhmpV5AHpb6~%I7+{OSG7iJQ9?_c2&-UR|G?hFaC zKLnWaE1U#F#YOg=DR`j(CR1LWL*6;g;Z8Asa>u+PqdT%+h^zUfw!9EOLa;j>3>^gD z%5}1G^96FE2o24L1Qr56LUOExQ-lf_uI8*7SRKl^$u%EwCpnA<0cFeNC7FN^^>CyM zJmlvH79yRO;1c9`4?RDi>}mzwk(ifvV*nP(9_X<+dJ{K#WcD1dgM^a=VZT$^QjfivOJcq`MPTJZzabIB;Uh$c<1@vxr`#UE0A zUNSQAe7NUU+~qz^A!>qC(WOG_VCs?@RYCq417yfvK`0@|g6r-xvqo-4Be$fQU!Sag zlNRWnIl26b`ykaJA5#9PPR~s|GGY-X8);8qz$F@+hxgBq4>B+A!4Mn!Hb#qp3LccIpOBjF8il%n;%l!RIuTF%p*YqNqNG6MG^rrg{G4RcM1a zO30l_xF!LP4EF#zztJRAdlQ|K=K|b_8)ZW-i45b!!++wDLaZt$Z&ih$fKkn^O^@0X z#DVx0=EJcg*?VeqsX*d1Ys%biu}8@nRc5WTEByztL^`rmq&qJDE~Z{mEvZ+kmO`}z zvF8C|2?8P01Xtd~zo)S8_}0XlYzH_(`&!-(j86aF(0BL9w&m_qPDFfw0u2%gQ0Nzb zMTI=jvXJWh5!(I>kA$_BL1Azhb@Le~vT{pzd9S*|H8m>$C z&Z4L8x-9Ovu4vKnB&#^2f^1XTE2Ym;L7_}gUPKVU77Z%?lnRQlf+C(E^$H5M!li=n zfS@xi`Y5sn`~hx8A%Z~61j$vAbt>?;(6Ngr*+*e1Fk2f~{<*Dd&oo2(tya^%woUD+ zR=59meO}YczB%;Gq0cP(v_0yX!z}7CYxdVGn=3jfknz8O0$*ra>$#xSHeVNS;U%$L zW~M{>$DJUQnJYs|CFPTnO8G46C1qrkVAyt%{9v)zF8&ck`D_GL`9Hlx5S#^gL^>o_ zn$)Y*p+tTJ6!R>e)IX)8zL97_UnF9YW?iL%_6o_tyTy9%(K<`iL5^QIRFIIb(lyeb x`I)#u{y?TjhVbkpgk(vw6GWtl2v8sqC=xO#;lf@<uiftC^kg#x}`FTiab-UHx@c_1B#)Ep-iiKWD#-KRSl- zCv_G-2c28^sSJV}+>DIa9GNDyt;mY)kzKUy$cY=HM%)}Vi@p=J;`XSGc7r#gPTU=J z|Q@mR=#mD`^udwK6pX>g}B=zrlWaZhBa)IvTt$%&PBZuszKlN%$8x4F%oC(g*`4dHN;TU!oq@)k4=ZUJj2?|mC))tY%z z3O$v{MnH>KAGOK*ZT!?*5Zch@V{_l|EO>-ZZvSedXLAD{osHQqS(vdTh%p$>dgj8XgD3)%qA2UDL_Q%3Y{8&6k#La&dstGX5w=mnP+B5+=mpr6mVTIMtdhctPXoc^ zG|^!!hU~r&Y@&6hZn`eQGtBlfe;B6jt}hcHQtl>Vf%!p!Z!48-JVn-%0CVqdu|1&M z^%G65{Y?}IP+>c8e+4*&QtY;t5xdN84+pkvAxY2MB$glsj%%>JnO>t0)Jk8p7H@^JlCcB_O5&gvzF=)yYSUPv;c*qrMHlu<+awkl-(!7Z> ziG7Xyu3}KGlSLy)QF3`}p3Wj|rC6ikew|tr-FawKA7ahyTV2yJyVe`#?DfS!Et)^G zWDmw0gC<3qKzUx?^}IOc(}>!A&wGfoRF25gu$5GV@*NUXKMR7;NJp7Ly9kDqbj}g?0OJ^T{ z4iYH2oQOs<+gKg}+D9B|rwDB9b_i1sb z0fe73d2rQekw~yOT?KN+NV8S0> zI4?A@x+4CjN-g2-A5=R4zIgRNVENySrNZx!2lDxNYt>(?lm-OH`9J&U473E0eQ{{W# zdRjcK%91=^2h-2(FUj|!(^rF8tHESpLT`l{hrD)7q*`+;N=*sktz&~T zH2v;0OeLu@Y)7lH>>u#UHv4DZwyxQUXVtS2G=(1D>}(DX+NC=q0R( T-ug!0T*0NeVzsRmd+pqR48$<( literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1a23fe53f6f74934c5ddb905c9eb83f98a6e9df GIT binary patch literal 7507 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 Hw_p7)t*l)^ literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 0000000..b206692 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,141 @@ +from typing import FrozenSet, Iterable, Optional, Tuple, Union + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.models.link import Link, links_equivalent +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.hashes import Hashes + +CandidateLookup = Tuple[Optional["Candidate"], Optional[InstallRequirement]] +CandidateVersion = Union[LegacyVersion, Version] + + +def format_name(project: str, extras: FrozenSet[str]) -> str: + if not extras: + return project + canonical_extras = sorted(canonicalize_name(e) for e in extras) + return "{}[{}]".format(project, ",".join(canonical_extras)) + + +class Constraint: + def __init__( + self, specifier: SpecifierSet, hashes: Hashes, links: FrozenSet[Link] + ) -> None: + self.specifier = specifier + self.hashes = hashes + self.links = links + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> CandidateVersion: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..9b8450e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,547 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + MetadataInconsistent, +) +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link, links_equivalent +from pip._internal.models.wheel import Wheel +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.misc import normalize_version_info + +from .base import Candidate, CandidateVersion, Requirement, format_name + +if TYPE_CHECKING: + from .factory import Factory + +logger = logging.getLogger(__name__) + +BaseCandidate = Union[ + "AlreadyInstalledCandidate", + "EditableCandidate", + "LinkCandidate", +] + +# Avoid conflicting with the PyPI package "Python". +REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "") + + +def as_base_candidate(candidate: Candidate) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + ) + ireq.original_link = template.original_link + ireq.link = link + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + return install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + ) + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + options=dict( + install_options=template.install_options, + global_options=template.global_options, + hashes=template.hash_options, + ), + ) + ireq.satisfied_by = dist + return ireq + + +class _InstallRequirementBackedCandidate(Candidate): + """A candidate backed by an ``InstallRequirement``. + + This represents a package request with the target not being already + in the environment, and needs to be fetched and installed. The backing + ``InstallRequirement`` is responsible for most of the leg work; this + class exposes appropriate information to the resolver. + + :param link: The link passed to the ``InstallRequirement``. The backing + ``InstallRequirement`` will use this link to fetch the distribution. + :param source_link: The link this candidate "originates" from. This is + different from ``link`` when the link is found in the wheel cache. + ``link`` would point to the wheel cache, while this points to the + found remote link (e.g. from pypi.org). + """ + + dist: BaseDistribution + is_installed = False + + def __init__( + self, + link: Link, + source_link: Link, + ireq: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + self._link = link + self._source_link = source_link + self._factory = factory + self._ireq = ireq + self._name = name + self._version = version + self.dist = self._prepare() + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return "{class_name}({link!r})".format( + class_name=self.__class__.__name__, + link=str(self._link), + ) + + def __hash__(self) -> int: + return hash((self.__class__, self._link)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return "{} {} (from {})".format( + self.name, + self.version, + self._link.file_path if self._link.is_file else self._link, + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield self._factory.make_requirement_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert version == wheel_version, "{!r} != {!r} for wheel {}".format( + version, wheel_version, name + ) + + if ( + cache_entry is not None + and cache_entry.persistent + and template.link is template.original_link + ): + ireq.original_link_is_in_wheel_cache = True + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + preparer = self._factory.preparer + return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) + + +class EditableCandidate(_InstallRequirementBackedCandidate): + is_editable = True + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: BaseDistribution, + template: InstallRequirement, + factory: "Factory", + ) -> None: + self.dist = dist + self._ireq = _make_install_req_from_dist(dist, template) + self._factory = factory + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return "{class_name}({distribution!r})".format( + class_name=self.__class__.__name__, + distribution=self.dist, + ) + + def __hash__(self) -> int: + return hash((self.__class__, self.name, self.version)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.name == other.name and self.version == other.version + return False + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + return self.dist.version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + for r in self.dist.iter_dependencies(): + yield self._factory.make_requirement_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + ) -> None: + self.base = base + self.extras = extras + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return "{class_name}(base={base!r}, extras={extras!r})".format( + class_name=self.__class__.__name__, + base=self.base, + extras=self.extras, + ) + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> CandidateVersion: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + # The user may have specified extras that the candidate doesn't + # support. We ignore any unsupported extras here. + valid_extras = self.extras.intersection(self.base.dist.iter_provided_extras()) + invalid_extras = self.extras.difference(self.base.dist.iter_provided_extras()) + for extra in sorted(invalid_extras): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + for r in self.base.dist.iter_dependencies(valid_extras): + requirement = factory.make_requirement_from_spec( + str(r), self.base._ireq, valid_extras + ) + if requirement: + yield requirement + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> CandidateVersion: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..261d8d5 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,739 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Sequence, + Set, + Tuple, + TypeVar, + cast, +) + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + InstallationSubprocessError, + MetadataInconsistent, + UnsupportedPythonVersion, + UnsupportedWheel, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_from_link_and_ireq +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, CandidateVersion, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + from typing import Protocol + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + suppress_build_failures: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + self._suppress_build_failures = suppress_build_failures + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[str]], ExtrasCandidate + ] = {} + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, base: BaseCandidate, extras: FrozenSet[str] + ) -> ExtrasCandidate: + cache_key = (id(base), extras) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[Candidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + except InstallationSubprocessError as e: + if not self._suppress_build_failures: + raise + logger.warning("Discarding %s due to build failure: %s", link, e) + self._build_failures[link] = e + return None + + base: BaseCandidate = self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + except InstallationSubprocessError as e: + if not self._suppress_build_failures: + raise + logger.warning("Discarding %s due to build failure: %s", link, e) + self._build_failures[link] = e + return None + base = self._link_candidate_cache[link] + + if not extras: + return base + return self._make_extras_candidate(base, extras) + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_candidate_from_link( + link, + extras=frozenset(), + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add explicit candidates + # from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(req.is_satisfied_by(c) for req in requirements[identifier]) + ) + + def _make_requirement_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Optional[Requirement]: + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + return None + if not ireq.link: + return SpecifierRequirement(ireq) + self._fail_if_link_is_unsupported_wheel(ireq.link) + cand = self._make_candidate_from_link( + ireq.link, + extras=frozenset(ireq.extras), + template=ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + return UnsatisfiableRequirement(canonicalize_name(ireq.name)) + return self.make_requirement_from_candidate(cand) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + req = self._make_requirement_from_install_req( + ireq, + requested_extras=(), + ) + if req is None: + continue + if ireq.user_supplied and req.name not in collected.user_requested: + collected.user_requested[req.name] = i + collected.requirements.append(req) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirement_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Optional[Requirement]: + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirement_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None or self.preparer.require_hashes: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=get_supported(), + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + versions = [str(v) for v in sorted({c.version for c in cands})] + + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req_disp, + ", ".join(versions) or "none", + ) + if str(req) == "requirements.txt": + logger.info( + "HINT: You are attempting to install a package literally " + 'named "requirements.txt" (which cannot exist). Consider ' + "using the '-r' flag to install the packages listed in " + "requirements.txt" + ) + + return DistributionNotFound(f"No matching distribution found for {req}") + + def get_installation_error( + self, + e: "ResolutionImpossible[Requirement, Candidate]", + constraints: Dict[str, Constraint], + ) -> InstallationError: + + assert e.causes, "Installation error reported with no cause" + + # If one of the things we can't solve is "we need Python X.Y", + # that is what we report. + requires_python_causes = [ + cause + for cause in e.causes + if isinstance(cause.requirement, RequiresPythonRequirement) + and not cause.requirement.is_satisfied_by(self._python_candidate) + ] + if requires_python_causes: + # The comprehension above makes sure all Requirement instances are + # RequiresPythonRequirement, so let's cast for convenience. + return self._report_requires_python_error( + cast("Sequence[ConflictCause]", requires_python_causes), + ) + + # Otherwise, we have a set of causes which can't all be satisfied + # at once. + + # The simplest case is when we have *one* cause that can't be + # satisfied. We just report that case. + if len(e.causes) == 1: + req, parent = e.causes[0] + if req.name not in constraints: + return self._report_single_requirement_conflict(req, parent) + + # OK, we now have a list of requirements that can't all be + # satisfied at once. + + # A couple of formatting helpers + def text_join(parts: List[str]) -> str: + if len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def describe_trigger(parent: Candidate) -> str: + ireq = parent.get_install_requirement() + if not ireq or not ireq.comes_from: + return f"{parent.name}=={parent.version}" + if isinstance(ireq.comes_from, InstallRequirement): + return str(ireq.comes_from.name) + return str(ireq.comes_from) + + triggers = set() + for req, parent in e.causes: + if parent is None: + # This is a root requirement, so we can report it directly + trigger = req.format_for_error() + else: + trigger = describe_trigger(parent) + triggers.add(trigger) + + if triggers: + info = text_join(sorted(triggers)) + else: + info = "the requested packages" + + msg = ( + "Cannot install {} because these package versions " + "have conflicting dependencies.".format(info) + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..8663097 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,155 @@ +"""Utilities to lazily create and visit candidates found. + +Creating and visiting a candidate is a *very* costly operation. It involves +fetching, extracting, potentially building modules from source, and verifying +distribution metadata. It is therefore crucial for performance to keep +everything here lazy all the way down, so we only touch candidates that we +absolutely need, and not "download the world" when we only need one version of +something. +""" + +import functools +from collections.abc import Sequence +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion + +from .base import Candidate + +IndexCandidateInfo = Tuple[_BaseVersion, Callable[[], Optional[Candidate]]] + +if TYPE_CHECKING: + SequenceCandidate = Sequence[Candidate] +else: + # For compatibility: Python before 3.9 does not support using [] on the + # Sequence class. + # + # >>> from collections.abc import Sequence + # >>> Sequence[str] + # Traceback (most recent call last): + # File "", line 1, in + # TypeError: 'ABCMeta' object is not subscriptable + # + # TODO: Remove this block after dropping Python 3.8 support. + SequenceCandidate = Sequence + + +def _iter_built(infos: Iterator[IndexCandidateInfo]) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the package is not already installed. Candidates + from index come later in their normal ordering. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_prepended( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers the already-installed + candidate and NOT to upgrade. The installed candidate is therefore + always yielded first, and candidates from index come later in their + normal ordering, except skipped when the version is already installed. + """ + yield installed + versions_found: Set[_BaseVersion] = {installed.version} + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_inserted( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers to upgrade an + already-installed package. Candidates from index are returned in their + normal ordering, except replaced when the version is already installed. + + The implementation iterates through and yields other candidates, inserting + the installed candidate exactly once before we start yielding older or + equivalent candidates, or after all other candidates if they are all newer. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + # If the installed candidate is better, yield it first. + if installed.version >= version: + yield installed + versions_found.add(installed.version) + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + # If the installed candidate is older than all other candidates. + if installed.version not in versions_found: + yield installed + + +class FoundCandidates(SequenceCandidate): + """A lazy sequence to provide candidates to the resolver. + + The intended usage is to return this from `find_matches()` so the resolver + can iterate through the sequence multiple times, but only access the index + page when remote packages are actually needed. This improve performances + when suitable candidates are already installed on disk. + """ + + def __init__( + self, + get_infos: Callable[[], Iterator[IndexCandidateInfo]], + installed: Optional[Candidate], + prefers_installed: bool, + incompatible_ids: Set[int], + ): + self._get_infos = get_infos + self._installed = installed + self._prefers_installed = prefers_installed + self._incompatible_ids = incompatible_ids + + def __getitem__(self, index: Any) -> Any: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + def __iter__(self) -> Iterator[Candidate]: + infos = self._get_infos() + if not self._installed: + iterator = _iter_built(infos) + elif self._prefers_installed: + iterator = _iter_built_with_prepended(self._installed, infos) + else: + iterator = _iter_built_with_inserted(self._installed, infos) + return (c for c in iterator if id(c) not in self._incompatible_ids) + + def __len__(self) -> int: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + @functools.lru_cache(maxsize=1) + def __bool__(self) -> bool: + if self._prefers_installed and self._installed: + return True + return any(self) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..e6ec959 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,248 @@ +import collections +import math +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + Iterator, + Mapping, + Sequence, + TypeVar, + Union, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.providers import Preference + from pip._vendor.resolvelib.resolvers import RequirementInformation + + PreferenceInformation = RequirementInformation[Requirement, Candidate] + + _ProviderBase = AbstractProvider[Requirement, Candidate, str] +else: + _ProviderBase = AbstractProvider + +# Notes on the relationship between the provider, the factory, and the +# candidate and requirement classes. +# +# The provider is a direct implementation of the resolvelib class. Its role +# is to deliver the API that resolvelib expects. +# +# Rather than work with completely abstract "requirement" and "candidate" +# concepts as resolvelib does, pip has concrete classes implementing these two +# ideas. The API of Requirement and Candidate objects are defined in the base +# classes, but essentially map fairly directly to the equivalent provider +# methods. In particular, `find_matches` and `is_satisfied_by` are +# requirement methods, and `get_dependencies` is a candidate method. +# +# The factory is the interface to pip's internal mechanisms. It is stateless, +# and is created by the resolver and held as a property of the provider. It is +# responsible for creating Requirement and Candidate objects, and provides +# services to those objects (access to pip's finder and preparer). + + +D = TypeVar("D") +V = TypeVar("V") + + +def _get_with_identifier( + mapping: Mapping[str, V], + identifier: str, + default: D, +) -> Union[D, V]: + """Get item from a package name lookup mapping with a resolver identifier. + + This extra logic is needed when the target mapping is keyed by package + name, which cannot be directly looked up with an identifier (which may + contain requested extras). Additional logic is added to also look up a value + by "cleaning up" the extras from the identifier. + """ + if identifier in mapping: + return mapping[identifier] + # HACK: Theoretically we should check whether this identifier is a valid + # "NAME[EXTRAS]" format, and parse out the name part with packaging or + # some regular expression. But since pip's resolver only spits out three + # kinds of identifiers: normalized PEP 503 names, normalized names plus + # extras, and Requires-Python, we can cheat a bit here. + name, open_bracket, _ = identifier.partition("[") + if open_bracket and name in mapping: + return mapping[name] + return default + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( # type: ignore + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterable["PreferenceInformation"]], + backtrack_causes: Sequence["PreferenceInformation"], + ) -> "Preference": + """Produce a sort key for given requirement based on preference. + + The lower the return value is, the more preferred this group of + arguments is. + + Currently pip considers the followings in order: + + * Prefer if any of the known requirements is "direct", e.g. points to an + explicit URL. + * If equal, prefer if any requirement is "pinned", i.e. contains + operator ``===`` or ``==``. + * If equal, calculate an approximate "depth" and resolve requirements + closer to the user-specified requirements first. + * Order user-specified requirements by the order they are specified. + * If equal, prefers "non-free" requirements, i.e. contains at least one + operator, such as ``>=`` or ``<``. + * If equal, order alphabetically for consistency (helps debuggability). + """ + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + operators = [ + specifier.operator + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + direct = candidate is not None + pinned = any(op[:2] == "==" for op in operators) + unfree = bool(operators) + + try: + requested_order: Union[int, float] = self._user_requested[identifier] + except KeyError: + requested_order = math.inf + parent_depths = ( + self._known_depths[parent.name] if parent is not None else 0.0 + for _, parent in information[identifier] + ) + inferred_depth = min(d for d in parent_depths) + 1.0 + else: + inferred_depth = 1.0 + self._known_depths[identifier] = inferred_depth + + requested_order = self._user_requested.get(identifier, math.inf) + + # Requires-Python has only one candidate and the check is basically + # free, so we always do it first to avoid needless work if it fails. + requires_python = identifier == REQUIRES_PYTHON_IDENTIFIER + + # HACK: Setuptools have a very long and solid backward compatibility + # track record, and extremely few projects would request a narrow, + # non-recent version range of it since that would break a lot things. + # (Most projects specify it only to request for an installer feature, + # which does not work, but that's another topic.) Intentionally + # delaying Setuptools helps reduce branches the resolver has to check. + # This serves as a temporary fix for issues like "apache-airflow[all]" + # while we work on "proper" branch pruning techniques. + delay_this = identifier == "setuptools" + + # Prefer the causes of backtracking on the assumption that the problem + # resolving the dependency tree is related to the failures that caused + # the backtracking + backtrack_cause = self.is_backtrack_cause(identifier, backtrack_causes) + + return ( + not requires_python, + delay_this, + not direct, + not pinned, + not backtrack_cause, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(identifier: str) -> bool: + """Are upgrades allowed for this project? + + This checks the upgrade strategy, and whether the project was one + that the user specified in the command line, in order to decide + whether we should upgrade if there's a newer version available. + + (Note that we don't need access to the `--upgrade` flag, because + an upgrade strategy of "to-satisfy-only" means that `--upgrade` + was not specified). + """ + if self._upgrade_strategy == "eager": + return True + elif self._upgrade_strategy == "only-if-needed": + user_order = _get_with_identifier( + self._user_requested, + identifier, + default=None, + ) + return user_order is not None + return False + + constraint = _get_with_identifier( + self._constraints, + identifier, + default=Constraint.empty(), + ) + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=constraint, + prefers_installed=(not _eligible_for_upgrade(identifier)), + incompatibilities=incompatibilities, + ) + + def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]: + with_requires = not self._ignore_dependencies + return [r for r in candidate.iter_dependencies(with_requires) if r is not None] + + @staticmethod + def is_backtrack_cause( + identifier: str, backtrack_causes: Sequence["PreferenceInformation"] + ) -> bool: + for backtrack_cause in backtrack_causes: + if identifier == backtrack_cause.requirement.name: + return True + if backtrack_cause.parent and identifier == backtrack_cause.parent.name: + return True + return False diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..6ced532 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,68 @@ +from collections import defaultdict +from logging import getLogger +from typing import Any, DefaultDict + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter): + def __init__(self) -> None: + self.backtracks_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_backtrack = { + 1: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 8: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 13: ( + "This is taking longer than usual. You might need to provide " + "the dependency resolver with stricter constraints to reduce " + "runtime. See https://pip.pypa.io/warnings/backtracking for " + "guidance. If you want to abort this run, press Ctrl + C." + ), + } + + def backtracking(self, candidate: Candidate) -> None: + self.backtracks_by_package[candidate.name] += 1 + + count = self.backtracks_by_package[candidate.name] + if count not in self._messages_at_backtrack: + return + + message = self._messages_at_backtrack[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + +class PipDebuggingReporter(BaseReporter): + """A reporter that does an info log for every event it sees.""" + + def starting(self) -> None: + logger.info("Reporter.starting()") + + def starting_round(self, index: int) -> None: + logger.info("Reporter.starting_round(%r)", index) + + def ending_round(self, index: int, state: Any) -> None: + logger.info("Reporter.ending_round(%r, state)", index) + + def ending(self, state: Any) -> None: + logger.info("Reporter.ending(%r)", state) + + def adding_requirement(self, requirement: Requirement, parent: Candidate) -> None: + logger.info("Reporter.adding_requirement(%r, %r)", requirement, parent) + + def backtracking(self, candidate: Candidate) -> None: + logger.info("Reporter.backtracking(%r)", candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..f561f1f --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,166 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return "{class_name}({candidate!r})".format( + class_name=self.__class__.__name__, + candidate=self.candidate, + ) + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._extras = frozenset(ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return "{class_name}({requirement!r})".format( + class_name=self.__class__.__name__, + requirement=str(self._ireq.req), + ) + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return "{class_name}({specifier!r})".format( + class_name=self.__class__.__name__, + specifier=str(self.specifier), + ) + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return "{class_name}({name!r})".format( + class_name=self.__class__.__name__, + name=str(self._name), + ) + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..618f1e1 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,292 @@ +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + suppress_build_failures: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + suppress_build_failures=suppress_build_failures, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + try_to_avoid_resolution_too_deep = 2000000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=try_to_avoid_resolution_too_deep + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for candidate in result.mapping.values(): + ireq = candidate.get_install_requirement() + if ireq is None: + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights( + graph, + expected_node_count=len(self._result.mapping) + 1, + ) + + sorted_items = sorted( + req_set.requirements.items(), + key=functools.partial(_req_set_item_sorter, weights=weights), + reverse=True, + ) + return [ireq for _, ireq in sorted_items] + + +def get_topological_weights( + graph: "DirectedGraph[Optional[str]]", expected_node_count: int +) -> Dict[Optional[str], int]: + """Assign weights to each node based on how "deep" they are. + + This implementation may change at any point in the future without prior + notice. + + We first simplify the dependency graph by pruning any leaves and giving them + the highest weight: a package without any dependencies should be installed + first. This is done again and again in the same way, giving ever less weight + to the newly found leaves. The loop stops when no leaves are left: all + remaining packages have at least one dependency left in the graph. + + Then we continue with the remaining graph, by taking the length for the + longest path to any node from root, ignoring any paths that contain a single + node twice (i.e. cycles). This is done through a depth-first search through + the graph, while keeping track of the path to the node. + + Cycles in the graph result would result in node being revisited while also + being on its own path. In this case, take no action. This helps ensure we + don't get stuck in a cycle. + + When assigning weight, the longer path (i.e. larger length) is preferred. + """ + path: Set[Optional[str]] = set() + weights: Dict[Optional[str], int] = {} + + def visit(node: Optional[str]) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # Time to visit the children! + path.add(node) + for child in graph.iter_children(node): + visit(child) + path.remove(node) + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # Simplify the graph, pruning leaves that have no dependencies. + # This is needed for large graphs (say over 200 packages) because the + # `visit` function is exponentially slower then, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We will loop until we explicitly break the loop. + while True: + leaves = set() + for key in graph: + if key is None: + continue + for _child in graph.iter_children(key): + # This means we have at least one child + break + else: + # No child. + leaves.add(key) + if not leaves: + # We are done simplifying. + break + # Calculate the weight for the leaves. + weight = len(graph) - 1 + for leaf in leaves: + weights[leaf] = weight + # Remove the leaves from the graph, making it simpler. + for leaf in leaves: + graph.remove(leaf) + + # Visit the remaining graph. + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity checks + assert weights[None] == 0 + assert len(weights) == expected_node_count + + return weights + + +def _req_set_item_sorter( + item: Tuple[str, InstallRequirement], + weights: Dict[Optional[str], int], +) -> Tuple[int, str]: + """Key function used to sort install requirements for installation. + + Based on the "weight" mapping calculated in ``get_installation_order()``. + The canonical package name is returned as the second member as a tie- + breaker to ensure the result is predictable, which is useful in tests. + """ + name = canonicalize_name(item[0]) + return weights[name], name diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..7300e0e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,189 @@ +import datetime +import hashlib +import json +import logging +import optparse +import os.path +import sys +from typing import Any, Dict + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import get_default_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +SELFCHECK_DATE_FMT = "%Y-%m-%dT%H:%M:%SZ" + + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self.state: Dict[str, Any] = {} + self.statefile_path = None + + # Try to load the existing state + if cache_dir: + self.statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self.statefile_path, encoding="utf-8") as statefile: + self.state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def save(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self.statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self.statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self.statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.strftime(SELFCHECK_DATE_FMT), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self.statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self.statefile_path) + except OSError: + # Best effort. + pass + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def pip_self_version_check(session: PipSession, options: optparse.Values) -> None: + """Check for an update for pip. + + Limit the frequency of checks to once per week. State is stored either in + the active virtualenv or in the user's USER_CACHE_DIR keyed off the prefix + of the pip script path. + """ + installed_dist = get_default_environment().get_distribution("pip") + if not installed_dist: + return + + pip_version = installed_dist.version + pypi_version = None + + try: + state = SelfCheckState(cache_dir=options.cache_dir) + + current_time = datetime.datetime.utcnow() + # Determine if we need to refresh the state + if "last_check" in state.state and "pypi_version" in state.state: + last_check = datetime.datetime.strptime( + state.state["last_check"], SELFCHECK_DATE_FMT + ) + if (current_time - last_check).total_seconds() < 7 * 24 * 60 * 60: + pypi_version = state.state["pypi_version"] + + # Refresh the version if we need to or just see if we need to warn + if pypi_version is None: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + use_deprecated_html5lib=( + "html5lib" in options.deprecated_features_enabled + ), + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return + pypi_version = str(best_candidate.version) + + # save that we've performed a check + state.save(pypi_version, current_time) + + remote_version = parse_version(pypi_version) + + local_version_is_older = ( + pip_version < remote_version + and pip_version.base_version != remote_version.base_version + and was_installed_by_pip("pip") + ) + + # Determine if our pypi_version is older + if not local_version_is_older: + return + + # We cannot tell how the current pip is available in the current + # command context, so be pragmatic here and suggest the command + # that's always available. This does not accommodate spaces in + # `sys.executable` on purpose as it is not possible to do it + # correctly without knowing the user's shell. Thus, + # it won't be done until possible through the standard library. + # Do not be tempted to use the undocumented subprocess.list2cmdline. + # It is considered an internal implementation detail for a reason. + pip_cmd = f"{sys.executable} -m pip" + logger.warning( + "You are using pip version %s; however, version %s is " + "available.\nYou should consider upgrading via the " + "'%s install --upgrade pip' command.", + pip_version, + pypi_version, + pip_cmd, + ) + except Exception: + logger.debug( + "There was an error checking the latest version of pip", + exc_info=True, + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7dbadc3bafd24fac54733803812a52419d499d01 GIT binary patch literal 233 zcmYk0O$x#=5QS6eLWCZ~MLUWvMO?Uc;{if!hc+~SBx$vG5bxm$yo+0J;mQOReK6nf z-Y~=HESr#^i@9O!kBEOI!E8dgG@v4TGEH_@Vq^Tn^9+ra2!geiOW5kNlc>CdqqeOx ztVF;Q+LD*(s2O~t71XG0jV}M#?|cb8svZPCz%F>-eP`1*GH!Nkl@j literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..174290c383dd3a79844789fadb05cfdf39416ac8 GIT binary patch literal 1561 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 aY-_0puy~H|`p|DYwr6 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3e2525c40f868cdb4c5669c5a918f5eea41747c2 GIT binary patch literal 4118 zcmb_f&yU;273K^_6j$0^+xydNI|;jJ5v#Q&+v~c9VHj=VG&O2$jM@ka!2v^SM!U?C zB0Z$+T}SF=UDP?WKrg)n1$K}53-Z74+LQl;rcT`N4W(Vlbx$n?4rkuXym|AzH{Tm2 zb8|Hd&tKAS6alKuSXWO&!Tzf8_Z_hJJv4az`a>&{zrK2k9l&p67nk8Me&=qn< z)}D*@qO7Y0NNlyRWf^rSom>55!XqMUDZAJw64Q7&P`s$4c} zR3TZBtB{M0%M$_skZdz$DS?`fECd-p!N=Uu(>bMM0>PJ=vr6h>jb=RF9v zvS#fiIcKwB7vgT1<%Ro6nukd*h>FUCej2HUTg=_t%eRx>r%Gq&DQwIuPIN}9BIW1M zQ_OZ!Giub@B16JX**Y2aa-~zPQ2Mk6^muG!(KOO77n!bb+3b9I(n#H#rq-N>@*6=4y>Hze1L$H{ErBYeSXLQnY~$9 zFF8ig{=Y~<>@E({!p?HtV0sQ6-&lGHpYQ(G+D>BCih>;-#;w~)ryr|cp0x<%EDbuU zrFNC>gdLUnB@(SImFO*%T^u#X{a0I0RPRYE3Lmw~o{i?^ORX%-)kWyp2{5IVhG`2M z1YYn&tDlEa)*2&joM(V-rhCQmBpiO8_`O6XIS!tc(Y{V|y@F360^Ql30*L?;cx}Ad z0~EP+zy{VK8?ph@KN+wCerP=uUs*#ww1*j_zf!rg_!Z0CLD^|%?OcA@ZEZk z)+GZRi&s}(JKsH9_ot$+c{55nL6qG>Wjv`-Ddv1ymN4{jfQkwh?ray%mQMOGIWEaDp^dJ=v&~@V-x)>ZLcd>V~_8YZ{qKN8+sC zg}8*2Kr10V>v#HDp2R?QWY{s?G%?EH>i}Dqxy}MxV4~`Nw@?ATSJC?)_|nNS_})fk z0$E1bqKz;&CP(Fqdic6)HBUAe`RBVAIvNhXSz;F{+OjO)gE)%witzSS4 zXN-Ay3I+->dI<_cA_FTE(z*{a*|)yJ=?0ltx2@044f%k-u(0)o$Mp&7U_>g0IP4eJ z0Uy|-kOR$7?Qwljvh>uV6iBqFArYc?Ln1Em7M5U|4_HYY$9o5oXECr~9pZ;fsb1Mf z{Gi`O@q4@_VOq~F`f4{t0`-F^N}eh?5hQP82Z3~P(aB zW1!2eESex2T?obr3ga>d#Vk9==DGd|)nY!3amS!cifc*I>yT^557p^4wiCfo_U>D{ zO0hMhqeQLwoS_A4zlP*%>+h5=81jRrTd1z1K>gQLf19DJlc!R>ug z*K&IwuGrzj>Y%C{192eo3bLwAeDP;<6nZryMSe9>QA&-hijfXRR>m?w-~^unyWg3+ zkr#NB%el+*E9u`^OxUzo1%qOJ~Y$iR`^d4Z`cRWb@v{F2{YDx0m$2r$I0Go&-@Sj|>=Z9>$JM zxzjZ^UGVyuGWMH$fS2uMxr)89#wimh6pojtJ*!=0d2c$V|92ZE;?n4zGJ+!U*ob3K zll=d?G&GhgZx+0h;=(*XeZch{guUTA^wlSfp6t-Sr9pR(M!JRv%-J$DRvz11)K5oB z&rm@JtKpUhnD|uxh6-A)m^q5*W6eb^%>2>ckvExXj=Ys!h{#(#V{ zFqx?YmpHe?nrxoH=J<}}-i#C3kJK%q`s_9e0TNtd=XtGu#$KtcEUhfB*B4H4SG;x@ eH!tV4A9#I)*DI3NIRC-1`S&%!UpbZefBhSy4gClJ literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2018a10c017baeb9ca9f84af5d5d11f04f1fd985 GIT binary patch literal 556 zcmYjNJ#Q2-5VhCdyX7D>^vLZYL;oiykFCPw10uXaGGt8*HAP3))G#Ov zN0f*eu&2?2=Dx z;w{I0=;@NBDv!+L63B0hi6?GM?w9%QFmZ+rR4 z)!QEMBDr(E4Wq6>!Z+}>ts$s!9~(Ew4LHAnaD1OW)Za>!y^x(flm9DkR3_Hij5xTxMr9kE$DMv75*89%QDTC pGOkw2=Tc%Qn)sP>-JyQC?GZiAJ=MG3nQaH}DP{*nPAc}2-2vGKm8$>% literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3076174d69115855f4a096775471f8e3b3fb751f GIT binary patch literal 3354 zcmaJ^Taz0{6`tw2u2y@o_hKj5WFU}~LRNBs0?K7vcG)JlDy&nnLqG*JHBz^vu}3qL z?w(!mTB-teUx6P0RN0UD1^kzJmntHK#Armvg>zRkpIyF!1~( z|EKuDs$u+#28+)c1~>4k|A2gKaHDH*le5I^npMlX46T(|W4mjQovt%>yYATQdSk!q zo3z$Wmd1^4qv|`!^0?VuLEr7JzHe}k`^N_N#oCe8UFR%1Cv0(^FI_X1*b?KHc|+iv z*chNF43uLgZO za`7=SxPezSL4*NS8KfqN!^*7>p`u)e9J(2EplDOBYzx=5E-j$Auwb;Qqk0Na8&-fs!_H-(@yD)g;F@W^r0Iu%p|lih!ZGsEJ_!86=_!5 zG*j9%DqSgbA=AE#(@!4{9eQu!RXvc2&5gp8TN=g5WW8~3YM zn-f#BBPQR{)>E6C&&;Viai2O98U9(}@C-S=(!mFAC5y3b_I7p&l=@9mn!9*%c%VjC@1pYwo zQF_BH6;Pdg6FcSiK<3C0B0gR+unL)DbS7}z!pxSnq0J)`Cc%!(N6r*xqS@aJ&i=s$ z4Cdvi3*1T(Z80*r18QOJJKV*biIL5{0UJ6~m-|mGzQh~H#>BmC9Ff_16G#3`+Y|4| z{FAAjhwjAFHecpV(nJ+DRwBbPj9-c*7m}jgslg%OJ&u*87&s`>ejUnUeb8<+0z4Ao zFiWpieHv4ULoAui2c(OXj?*I%6beVz0ds$JfT>u$d}c6;)cmBL5a}5gydB&hWkte+ zo(Q6#pHYa`B2WNaqQ#uqMyyt7~)WPI@HS`lc%HyzHeD{?668%&4fsvPL-=DXxiL0XJ^;2$cYOSMF5 zsKwF2euWZDXb%PeJP7Grc*v4}EvFo;tQOcP+j10Jh>p(wioOCIDh+lx5_ z6N2|}O^wR#A$u}Ce23KaWE$+pNrJSGv-?yT0N|b&MSF2p$e<61hoXJ>&ixqXS1I_( z^xb+D7N%K{WLO{rRpfal!9n}*^35R6zyg&K3jqUA;I{VRo!@4~sae&alLGz+^l9Zy zz`0s62YAj{`|!r?GfBxv;V^@&fXJ}zk=D7o+UX2qJt}%_Xb0&ykE+yLDMWRiOrM)U zpX!U#2XVome5>efgZvR0@Av0_$EM~KfvL)Z6p|<#V*C`@@R|8*!!$m{H&i6%E`@Ni zph%+#VeKoWvlk@@pN)DlR9Y@X=_)`kT^ov2JkI6yl&+;Y_6OT=*}CbUxXk|g@bWxF z@%FVO>qm*Y-k$IJoMA_cRr#)LAlCOEC1Ot`$b*#4%e9&NoR(bW_CmoG{_6hwAJ=Da+%|J}IAn15n>zPZWdPp}O|!!G3AMt8S$ zvGl@_XZwDk&#PN=W79s^&nU#xvQj%QCEQ&*E5(n}s!! zQkc9#sHgo-v`rv-Z0q%>V!Z literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31fa8d53e1a9e1a3e8643874aa5a4a65cacba97e GIT binary patch literal 2124 zcmZuy&2Jk;6yMpMUGLiKd^Js4QK+F%WTDzYlyad}QL9QI6b=O>ETq+DXA*C+A7*Ck zHtAYIq~aEiy;Mlak$(Vg{2_DY#GgQjOsvDn)q@RxX=f!rZgZruAiTXxlx(2GT z)xJ$6Dv(FNOp85uHwLllN2-j5B7>7elT;JF8n z{2fGP9a|?Bu`0sIx;3_Utg)j=W$oI^Ikd&q%4YU4#rdua(lc7^#Q6kbi+87yK1ANC zZ1khu#028w$~mr2^b#0l&sp2Bxnx=390+G`mD0!>|cARz) z?jR}iJXKN3go8%fk7Zwb@nFCUCR{Xy^B>c6w@iyR71+|Ef&Ru^!8+I$@eYCAt# zJL1Kto26UbiRYuvhZ|j)Dt-gj*^42i3jlVbv`}0?i*|=9&1CmgcSU`k4Y-hk%4OsTc~u8|oQKHy#)&2FLyWcSs_+oM zKJ_tc?8B@%4yr&rtb*s3VdTPd>sM#&Pcs%PpV1?{C8k+zcN0Lxa~7*0^a{2!mx{AU z@DcE+EWm$$0Ad}2PRVV+{UT`XCG7!RaEnbywYI}mv<2M=^obC73Gm^CHhr(6ABcx* zM=`|2L)F)-XnB-E^AA-tV~`Fpc2>jW*pbB()?J)u<*S@UD26{yrGje%`)@+w09hU3 z&1#A^RBzYC+qjzPo_9dg4cNu3_Q{5?p_xPmm`UahO!-f*tduo3G z+Y|WbpsxbsJLin=~#Vj(q(cFUjE-CEL&h_>r1cu%{9`2Gm?gPdiizt z`QbZoU7H)gkV@07vdm23bBG!23`PAO0o!5!WSVuGIH~Ql-D=AP zu5jQBfE!=HzxakY@e7CplWe!Uhcb~T<9T^rcCob7Aqbz!AMleA@~hs=gO8hsxO5*; zLK2#hoc1ZLX(w}Xx9>Kzo3Y&Md%55DDM?AfzR~^yxUle^_FIVuKD5_K;)4fmXzw}e zWRE2aN$Ugacaru?5_W#0e-cu=vMsc!jL7tsN*^m#C}b`^;W8dQ1yhtJbS&Ezv9atq zYKGm=J?+8?#2cl8J#n(RV+pdnVUfe;j;iCw?UIn%@GRTd<@z#q!VRBkFHg0Hz!Ok< zCh1Nknb@6iFZ9cdoBv2E1(!>7tVC(%&RCcxG7a8SMPV*Zv#ipfCYf2rRjRG8z*I`c zw65Vfc=&JQdW1_qLnO!<9g}VH_QsiWx@gEg9Xlya=tug-Idjk0DdROSidTG(V~B9zR4ii9gK}hsg^W@tR0?|Id^?rji;h4ZMcDahBDveUb34+) zzy|s`;Aj$+qKpPY8c>pFQ8W6{EUmi1y>et%%ev-s`PPDUj8@knGrvV0x<d>WM;XRlgV3 l)kZZZGzFVO*Ba&fd685ZJg5g!cM)|-moC$m(^|Rd{sXY3KF9z7 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8c2f224d8c374150dffcadcd206d84c86ae4090 GIT binary patch literal 2189 zcmbVN&5j#I5T2eHkH?O8vurj$1QfNDLomdiB+G>rLZBo_AhbwHxEO^|ucz(p^|;$~ z_pD>fk&wa>7q?2EwOso7b>pUPf}SS3OCOIN9&{@bvRw9QHzjwji&Kqh2(w_v%g#^LX6o zHO9?e6XaSJ4gKDwtj=3m%v*ynYh=wI!`{YH6Y|#E9%wIRHPCMUL)*$C&|c2SQ?I@8 z2gKyod^k*VAxGfP9;O4W#;KVZC;h82SAB+&l(A;hRI)KIBh780WuIWM z%M162>_fQCHZ0aVAsNa1g?Acc!F3O^3+KNzDO?YgJm%U`M)$!T9dpYvW*I$ZdBLew zVCX`a9SoD=8}HJC8D*16K7&l13wy|^!9Sbgz*u1m43RQJC!=Aixlx7gb92YQp#gVM z(?KEoc&h6h>?_On=#? zCy!LW7=ve%OqCuPC^t{|3$FVDGD#;hd#GeGu`Xt@N#k$&iAXsnV zy&^A(B}e`v@A;LNz73B2lW^fL$f^G_a8hj%oDzL=5%?Z~e)zubdfuOZ=_>M-QX@K0 z`a<;wBIiyy(dvlz?O8iaSw4bppwPTsY~^KH+f}px_so5Vn}THf)#tV zE6_fN_P%|eGD!aRu5+h>c2tpP^ng>9Wxzp(1Ljji7twGSGfAN#D?S9@58OLfuFbk2 z!XTF(s*FxWp3|ekSXxoFtN1`@P(THt?C`Z%4NOyGqm~iyE0>uLK+q8`IOJ~h^%dM9 zsp}nFkQ&;xYKCf9L8GsMstj>o)*)16?thLBe2cyJ;WiYOa62MR_w#=UecZ)#m`wqQ}6?TNjTwzU!X#qf6T5S=Q5(<$0O{ zXINb&jAO1b;B!gf#A_shGX8k1vLff7;78BgfF%xMV1X9d^0$Z|`6T>vJG$1m+4>u- C9$6Xy literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37136212f81fa8ffaaccbd8bfc4c4ea845c67f7d GIT binary patch literal 1346 zcmZuv&2Jk;6rb5Iuh&ju(llzzhgNWjTRBT&R8=S-)O;XNNGsB+lAFj{?>yU!*SpKi zxWSPlAwDh$A@LvB+_-Y#f0-+%oH@azyxom0ADGp?-}{=G-@Nydl@*8J`X&7nel-aB zD>Igtjm9VVi{DT@CyX!}kye4UMRQwgX*udG9Z`#nq1iHrR?DIU$X6w%cQr(t89A1j znWMw394oApW0l!CuCQ`f>y=uoV1fl}Q0r=U$z1|(FlUc|HeF|x8ExHSRaj#y7&X`` zTl>LiZ7_OD>a}a+NlxmTGLAzbmHBLxMsR74WVi9?(#l}x;bpnNMh6xuCgsuQZsBU~ zE~2PLpp3^)zBm<|czTeqFz&tl@T2oHaewP&~`n30{%O0(kj<$K=6 zdvs|}%gmn9^o4Y$l^L03g)LwHwBLtd;QDT7EJ3(Ja;$>eO*p!+Hm*$EAmJPW8I4^A z5*1hW!G*XenB%y(j{GR<_;?PcM@isEu-yZha_9o?W%J}M%o9*|qi_Ijl0v*ycazwC zI+pz;Zl3&|mDjn}Q1VQ@&P48fPno_5!tkhGA9*7g zM#7u(+fK)-;*Vs~E()}P^u${zs)j@FQSJ4nevdk|O4sQs)xI@ojT*1{+n7+lt*or1 zf#A2$R2m0er(}?O8q%?_Yn;~ zdKLeY@c7p_j(qwidK)4n>@V8*9F@0B!of0Q&_b;(FeyPx4q<69S}5;|)e5M+Br4j9 zigpZOgn@=R>Kq*Q7+_A00LNM=Ux=p&Q96oB$e>W&;NVr4L6fXJ_g;-Om2s zBp@@6KDr5lVnEedORj)cSj@VAOt$~{?EA}aF28;}i{xO3fs;_ZzC{kZAy9cAffRLQOK_PgqgY)@WMsNSgvNX09+%}__@>(xm2OKj z7*^80a;}K-;loFd=HlbMAO#4h7O#&&L8mxcIZPZw1r@7cNv{Pz+F|uhlJ|q|pd#vX zBFEw(zP^D67j5A6fYzKxDp}%bJ2iO}DtUHB4#jGnjVV>)xOASP+HrBPf~t=0eYB2k zxaz+}HoOOa|6De@#Zt0cE86mfuDX__cI83aTW83~5?`aOC?9uYra~_FsO=uz#c}$6 z{fn|k)t6H2NSRRapBJBfS~`k*K{&UJj!bIZOc#KjfwJ>Ly7J_{6=oRoo1_0{M9<|k zEYFiT`zO!sIZf8_<@$~dYva-nhUByfO>7#z+zYP#hhJ1u6ycqj@+LvN9a9QE;Y`_| a3?GE^`IoKcox~^M`I%zp(TDMQ0_ne%TcB+K literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f319df1e9ca3c0f0c7a520b0890546a7b2c13b13 GIT binary patch literal 5201 zcmZ`-OLH5?5#HHdES4bn5JkPHhgY&>3$X;~;aIVwa$>#8iXF-krN}|W1uwA!V#&oW zG&2wd2B@-4Rbn6F9FnRW5?7H`IYg;cZmIl@oadU8uCY&!W9RExP$Fdoteu_dnVm=X z*ZuV{o0uqB__2QTcitbb8s`_D(?hj`@Qm}Ny)#1gBXzgeA`wmo_~b;q>bx@+Er zdcnNCx`(%&6gz(1XY{R;jCD%&lBv7Nc&A)1cP8o+oyq!SXR1EcnXXTFcGY*8{z5X- z*(cX2&_eA^FS+xJx zPCeiOXUj*?e{|b?2ckL5cWj&FU~~wQ=Z)mB+20hOGxHybo|5BVnbp3|*uPZJ>l?m;>9ZRJPx6?RFwc8A( zsyMnJxDtImEmhWSge{D1L_7)my0jX`s?mz?^9W0om$+(lL)C8dVrq}KGSLZDL&j@d zyVRjQ%+wQU6Bv8^b5JAnUB)9fP$+AeMQp{EC1ooove#`{j+_NcIm_-wVPI`CIr}5) zBcO7~2G)SBIAY%PdDJJ~P|iki(~8^`TfDY5ru>1m&W83KYhaUX!E!A%)_;{*^!GC> zDlAy5n0uo%pcTe9F~Zc`jWW$=+e0>lgw~OBG`ix=>%wZBoLJN6UH6VTLb1t+lfbuO;D%h�_S+m#SsgkwT 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4e7f0bbf62391dd8468e3200f7704adf96ab889 GIT binary patch literal 983 zcmY*Y%Wl&^6dga3IB8y#sE?huUet!d2B|`nlB$(ZK}~?l8`tqnl2OMG%{Xaml@)B^ z3s}ICFW@Kmg4wd_FRPvF92^4 zMn1wC)|nRTzOE_RU`A~ECdj5=!42VTYmixR|l>^Dr4Pm+~L=N zZ~AL@xYiyb4N~1iWDRzG6ZuWthWs7U8k@L_?|n4=HeMef=YFwqNEykmGh)+Zobou# zX_~l=Tj(4)nyd_G86zNAB4acsS9xK&ms95Gh2`cUcSpr8F!`u(W&63m8}!eH{gc7* ztCN9KDQcz5RiQi<$ciNiLcO%IA`WHi%wLHF_kw1!?H|8hVI5-`Iw|ulFyyj5+&^7$ zlV%deL{>S;XFQ2Cb&%zPyFzLoz!o+@j&9Hg4Qt!ztM(1O*KV|2pCjJJ`T$`A=3^F5 zPRl&@kk4R5WBXiXKewr{Lpw?nK{4S3+ac(Q9r9>O=fobvOx;^mdU)s<+yFsVSb9mg zT;D%EI68jYU+LJ<|!n;iQg~-B)c;t%k zh(<&N*>yfm6K_INJ|SXfss6P;_U0s+dyI~}h2@d^@PQ}bE_Wc$MF=5YMl&y zx1fUiuYy}vaAPW>#cVq7j{5zV|3|{rA0!QtbJ+=kFiFz9e3v2!cm+(ns-UKzsXWb5 rnzFKma(XM!QD$o|PVtP9r|L#T51@*gMpHNSp4QX0YCWy1Z5V$5#u^Ab literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2c5fb64d7f852833456d1eea848163b3a0f06605 GIT binary patch literal 1712 zcmb7EUytK75VxJb&2~?_%Sng>L4 z&MvLer{#qgUibpLk9-2Yi(h%-D`bMdC>p(qd=sR-iJ7| z2wZ|PErT#EB;^2IP{}kCLG#jnIajw|_vVhqj)3SAuGd=tYrU?Q2H;1qkmw92ct*IB zkRe)hCAl&Z;~HO?*XRebL`(b<)sRUONlV(&85?sSBmMgxYG;TpP|sXE{0^Xq_}ou( z$gGAV(z*88xJCa4=Bvao(O-ezSJp*ZJosdw-Z&hF-wvLK$48G2!xvAU4v$U-Jy#iG zE|gnlksLFgE5d|w)`_!3nWa+Q`dUI2oK})P;hb^hoDAEA_ae%wRtZIbL*=Y0;J=)5 z7m(l&H&BMpX$53lU6;7xOHS^X9<@?~T z+&GM<5f4k{a4K|U<)y$qA)_LukUXH5ozR#iv}f`+wab3V84yH-MU>NqHT;g&?`*L1 zW`1licn_xVK@g*hyV%C$AI~A!(`$pga%~%X#KR`x+IlNr`crlJH~G?+>E5zLHMGPE z@s2L$#HgY5HMsuz49ZzDKcPUqJcXtrr*ymRc%Bbq-H{?+>b9n9zU?f+{}73Lk&J=YCa*^obIn_NT14K3c)LU)pe0}Zf^ k+r}+Tchqr}`$f)@Dx+U%xP=bu8ZO?$2gZSQuzx4`7yd-T>i_@% literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a50527bd611d6648cfc58e35f7dbd35527ca8487 GIT binary patch literal 5235 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 Ni^3z_HQ)6&{{ppUC7l2O literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6bb9b80c5837062c54bd0b8e0c364133bdeceb1d GIT binary patch literal 9672 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf396a90b3dd2e9415c214d08f1adea36b1861a8 GIT binary patch literal 19438 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..571aab150a3d88fe02353b4ec23b2c7b25614814 GIT binary patch literal 2029 zcmbVNOK&4Z5bo}Ic;eVj;>|viWmlGvkbKw-FNq663qe8%5g`RGb7_sI%l0Jm+U{{! zN4{lG9QX}z%rD@=FPSSR&fGXrHDhP3u-=u@R@ZcW-Cb2(FX!EEo8kDi_yewO#{ME^ zeOSmm$7w!BqFBHbS0dp7$FG%$)C#QB4(!wk9L~OB%2v)RrkpDgxJsO|p?mrCr!r3B zG6pjk=X#)E9A|Mh8Kk*_#I*lLx$I^Ph|OR`cL%r| z4$fg-b!2k^Byl@(N_6o}rxc5U=<}T=+81 zO3+!D_%qBp<2OlmRA6RF+>1*o$ufhf&RpK+mrvdlgrn8jh~v4{p!JPksA@{KU}yY_ zpEA9T>`+wpG&IxNGefRBh}C{*NDo=Ef{sYJhnyj4Z?T~{Svh$*MK96e)u1&!fkN~T z30|<@Fia&s6Tf5CHRf2TZJ834mlvSJGS`(WWrAL~7L9#W73-C|)~9A0S)fk8rVBD_*~Y)(IN>My-dajHZ68 zR=R!{t()HZ7&Sh5x7NG86<%z3>wBni@J_9Cy>e5)f>i(O4AdR!&hQi$SOM4@um*(j zN=!WJ5ogwdpIKKoX=qpN*u0nM1+UPYO;5sK literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2feeefb4ff1c1139951517d0e5b2eb8397ea4764 GIT binary patch literal 2121 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e8ffc46f6d345d062632cd2fa1db4c3daee8e390 GIT binary patch literal 5815 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 oa$HCtif3;lu1GYgj#sB~S literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c61b387f30fef2b05fea374f7dc0305f62664659 GIT binary patch literal 7338 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c56771c423c497f69adcc915ef4c82d6f577aa01 GIT binary patch literal 6693 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..026b750c3bd0513a5ec4ae8d755a7cb76336423e GIT binary patch literal 1626 zcmZ8h&2Aev5GJ`lTK&dIQXB4}V1XX2gSAQ8Ltqp|fux5Ng#*-Wg9-+OwMbiQua+B< zl51mi=?~CTU!VveANvHo^htQ>p(nqB4{>KGyKuUTC1-}iA?KTKR&~2A0?%*NpYrdR zkbh9Q`$V984xgFBAc&v^8LnnJq+Vykz|WzdSrJX+VN8h#L|8PY$uI#ql1&lIST;Aw zVJI3R`8gc6MAKWFU}=dqSlTy!Xz7S9SUQ64k$&$I&L+Ek>XMh0%~hEdmlP~uXuNu{ z`~2mrJr~S$;bJZAOqXL^ynRp(;d=(3;V=kVlR4F~AbX@HOV9s^NK521yo~d#!wdEPdBe+!{9p;7H z;opA!)qwMFCUUiMnimB>kbIg6$+H8aikStW6nv7+rH}P`rmPez_bSuY47~X&@&Wrz z$CS}s%qJ<8p5lS70inDQ0|bDfi(sdbt^w+?%1hVK^7Tv_>pJLGW>fhDmio*G@+I{J zT@7sv-bTlfRS4=D7(AK}qjkVjZ-D*|j>s|Og~#zP5LVo}pr-pJ5v(S^1IOM3KhYnl zrN?aPvE7drbioz@jI?I@gPMu(gy|1Ov|we=hI&iHHQOMdHEbjr808JSi4iXwHLHUS zsL>(--~F1IeVf#9hDc5#&;tPtCt45@<@P4A&EwXbcnuot7Y3`n8@(;=p}q*}0IIrn zzV*MV{#VOYX%U)LRdf%MJ%9YYn(=W~a#a>*9J}zQ`hcC`z*yyVgx&D1QdxdQ`>t82 zaaK$eRE32AO6TE-%$PIEia_i@()7+iuE#WvTt#kIc6ikbXEYo+yj zXz0NDlUwGvppd1Djn#R1mf*9TqaZ1)KU^eGg-Q1cSdO zuz%pm@6&TVI0;R+{EzKf1=rSykBi3&`)8GO015g3gr~O;ey1mV0=_YlPp3-E3i%oS V9}Qxdz+VR64qR(JxF4^#{sr*vp<@65 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4866bbf081dab6973250d7cb68843bcba54093f GIT binary patch literal 3329 zcmaJ@TW{mW73NSRCCj$#y%|ZHpp#7kM};kIniL3%B<kfV| z^MAE5osWL}8 zXEix@&N_AJp3RF2-WG%>7kjSoMet{@)0jwAQG>KJk>*4l(lVr~4CJjhoi`noINOr#~T4C(Gfx+QKyx+mC<)4cN^=vk9!>Fw)P?|!(7Q;{DMcRuwxT(7@6*% zRj+gWb_cQM158My=G&Xw{No2d=G|YNSF)+9MMux;?Q5 zYg_qYaVJ!xG>y}KI7)?7A??{9C%d@a_0>EcuSKGQK^qAIxp52=?9{dXA71spl2J1C zKU}P(xyj=<`ImRG)=0s}u^I6EFppOCG!Ufv#Qie|0E5**q{-tdfL@nQFW*Sl;+<>e zD%l?;5zH<_jGb37%^F`16glEG;~566@e6n{&Z(38hMhVvpB?@Dsf8}z1)K?kW4Wp% zpLm$Zsg8x@(Tp8y{4s%^XJ#PPIM%Y&bgj?r**BW-#uY@9!FN+T{LyrjM#fIlKl;m4841n*NcmW1#t8sRIBRu#eVdkL!Xs;q zM%n?cNH890o`6z#*26QEx=hv5!J2Pnsazu$#|BGAiQs8wIN%`KQ5VUhIXudHaUx5o z9Mvz+Jn~1TxBf|!6*ZZ5GXeB(HRlR9(}kBuW>9#~vp6k5RE4VwFUw_Gc(i*_*I)%> zH7crK?QANQDL`+j+&+X!A)Q*V-c0l?_U?rs1SBvyjU3f5h^KJR5f=e6Ja!&Azq@zBOy$fwX6Nk0 zJ$5mVsrQfFGhcY;O!)h*dcU0ghh-4}!PTe(c-tK2&%PyM&v-9W#H3(#euZuTa8SMm z|Ch0vGO5mGH}1vYRx^kU9}i@D^ZE$MLSfXSJkKv5+N6Hb$)Ne&qX~lxk81_^x8bKjXGCm9rlT5tk({Ib7pO z1_bkQq=-TZjwSd=nBotMLAxaiw~k(JT!3|g)749@SGkZnN1?pgLimC(P(~`boBj@^md0+PZS054q0z0W1voP0LtoxA1KNE_`d^<7QxCR|GJuFI7>Um{zr@0I7*+&WufNRB^wOi|)=ab5g~;x2lG z2M{I{M?_aK-gEz)(x4m-C}}`@wtG0MQi9m}^{*292;}`VTQ9Y`+PbvN3v-{#7oaAM zfLKN+&!d=@0I|))FeY9AgJu1=OP;3+HdA_S4hf0Ej0jQ;krY${CV62YdNrPu8`C71 zAo_;7IU&36e~0qTnz{w&sN1*|RS}~#7|Nm=?VJ6PV~ z&{x)IQf|gn+v-`qzkAtKTw4Bn%+~Zd@B$Wq=sj1hLu{@TRmwSF!G@=Bl~k*=HT5z@ zU=DNoL>N~U8ks{ec~T}Rf<-Yzu->LGRq9+(f)q6bg+~U@v=r1Cpif1UMD@jHk@c_D t;zm1apCa6&M1D>l*Y|O&IW<=Pms#EQC`_*!exufyTk#u9jkj+%{trMLr}h8< literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..541d09d363ed378dc1df6cff476eb31c8e6373de GIT binary patch literal 4454 zcma)9&u<&Y72erhE-8wVWl5HQ#@Q5&ZMGI^yG08qhLSi|Q=_(Q*p3YlDA*NeByPOi zWoL$#wIYMU%B7bA?KKEM9dpUGe?k9=y%s&>U&tZq_hw02RNSCT?P`9$nR)Mf?|YNX z&6O=Yf9w8J{Oh!3{hKPspAsq`;Z-)XEN(R{&bS@12E%_RvO7-0VbtbEZl};Fm~tWV zI>koOl)b3bnQ6>)%8jzA7o*uurBN~EQZ(0@Z_J}S(>NvAa6z0tWQ|2$7G*vwmUu-J z#gcHg?eo^Q$LIL`mu_R3pPKY8p>=_uM(Y{Vx@hLCpmm8aqxGz5J!4uOw65^8Xg$Zz z3CGAj&(9m#F2BGpqUQp?gcV1v`3|^^dGGMc=)K78Csy^{^v083x0^`qZ};Ms4wG2< z+llmd6Zs;Hcl_N@xBcC=5RtzfMncuf-;q8yt1K%%5K09*0!8mpAeE3P6`uCGk*L~P z`A)zaVfS~Klodw>^q+18aT15EAPQ5_jDrqMU-&Fm`7Q*1PHR=|?_eKG(kGiS%Qw@o zo4GV0^Q6!{8MkcO$>{O$pG^M=UiBw@(gkhxtv)-j2exJ?*(f>M?mGu;;6AtF71z?v z-W6sIVCJ-}9nOYspXoxsaKH}j1NIuw7! z4`ZmT6Oi`&ZJBg@-4=dVCND!Sc&@$czQ7qJsWjAnM+mL_tw4pXvX4jUAm)MOP_L;! zHV0Hj4jtJ~woSRlL#0<~IiH78v~(i(d`!(3BpY!5`R_M2?qdZV@IVJOBQL$UKk(au z!dPtfC6qte*8X6#TFjPm9h3MbiEl!DHlH_+MP+k&{iTo!Cza$&nU|kDbCj0ZQmZXm zFPg2S(}gm&!YI^xRZo&#4ruE>&wGAVyLqFo zLM>Jy=LOKK>fNwg$Dy^5aS+veI*hOqp|IB7%VxWz)uyR0V{eK+wpV6lR$=pOnU(%x zAC;YwEzi>dJ(cuiOH4tthz^3Mf#z!zDCT?#a1O0Q>#hYj+T7tTT5MBu`i@%Bj01+R zSq@n4y>R6fv=xUAF9D{`Av7AebO2v3 z2X)^CcxTgZ{};wuNvwk~29n-}wlP41PzmLKtl;$o`wb}(H1K!Qll^epj}t_fq!;t+ z{`$>vDUk-5a0Z?T6<>u@1iICpb{)cgj^GxBg7HI+Pa1uKS6#xV4Q>9hJYan`L{#T+ zUydmI5Btx?QNL$(IfGFqoKTEXT_6)N%C6nWSl3`K|D409Z05ESnlQY+O7dy3OICU% z2mh3Z)NV%!BAHsRO{V;4p9M@e`@Dd{4()Shyw5`>?LPZ^zDt&t-{>2gEQy#aioR7_ zzJsY5QztiCz8%3|%}(nWVRm}KO0WL(PA7BH%WoDu7EUJCGCE7EonE9v#PqkpAp{1D zW!L=uL26(3jf&G-Zxy`%o*Wos8$clBfpiSLPzPdAiL6b#%Oi^uiC8Ys$=%PBFqY&- zS=mg>^-`3i(mb#fRc{L+OJy_T2&3c@O_&?k4cBDz6Z$dr6B?Csm~sWL`Z+#}#d+Jc zORQqs@O1a6zNsui*VPT@_7gICv@}?Dyc{Q-iOyd2OK~>@NDgD zJA3bffIurCAeRHbUjey&`z!lvcryqHeP7r_KvicmJ=IEj5jWbCBH(^nG@QKVR|}a- zEt0^NmHr_1j6Y_T$GupG9bsxlt5qjg+AlFsuF!`9?lJJ6BRP4vYmP&7lbHWgj8heS zYy`e#Cl7p*aF@+ZImMJ7rf9i=!8jrO^J^kyqGvhlpY$TDGTX+315i{lY{m z?u3@z18a!LcgPUa3Tc?fG!sLnX^;pM+$VCvenZNLPTfSQa4Qitll9dd_0QQ(> z5Pbu!k}Nc4U<%1ZfLS?rZB6HRi}mC@COyKd7V#;&W!tvjuvEn}{bL~}JD3Vrv>PII zLsU;u=)+VX7r>I+Jxf-!#gRRMbeJ)hoz4=7wcEFc1r8$|AZr@I+uN%$i+-3>Fn~50 z6@cueTc3tt^m2}eQ2Ct@_J*aV24t+3 zo*idKQ$6smVjhqRFcEUlf~E{Nb2>pcbC5PjBA~4NEQor!Y2jnPp{B|xv1uA}ok7zH zXOpMU*1~Jdh48}ggUMD*YGEIlen}Ije2NH(=?7Q_7Kd%ogs{ajKDgu zkuMkn^kEQ;xu(5gk-H~H;OjYMTHi#dZ&#r4!_$i04t{2h&r4fk0nHwu+qKb1aG^159J`g`iE5 z58k|sAxNb$>e#|&H`hdM$G=s(;jjBQYd5POm;{;jO__L{XC3*v1cSgInaNM$Xboz*Zih@C4VEJ3XGX2H9H`+C~p}>#Du8=2XzptvB)l#wBH0sKMsj2vi*6Suy^CU? zqL(7&Ld6DgFEjUtk_++%p_hJek0gz$UdoEiCQn+;W>zHmkekhkP7p@5PJYFe None: + return self.log(VERBOSE, msg, *args, **kwargs) + + +def getLogger(name: str) -> VerboseLogger: + """logging.getLogger, but ensures our VerboseLogger class is returned""" + return cast(VerboseLogger, logging.getLogger(name)) + + +def init_logging() -> None: + """Register our VerboseLogger and VERBOSE log level. + + Should be called before any calls to getLogger(), + i.e. in pip._internal.__init__ + """ + logging.setLoggerClass(VerboseLogger) + logging.addLevelName(VERBOSE, "VERBOSE") diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,52 @@ +""" +This code wraps the vendored appdirs module to so the return values are +compatible for the current pip code base. + +The intention is to rewrite current usages gradually, keeping the tests pass, +and eventually drop this after all usages are changed. +""" + +import os +import sys +from typing import List + +from pip._vendor import platformdirs as _appdirs + + +def user_cache_dir(appname: str) -> str: + return _appdirs.user_cache_dir(appname, appauthor=False) + + +def _macos_user_config_dir(appname: str, roaming: bool = True) -> str: + # Use ~/Application Support/pip, if the directory exists. + path = _appdirs.user_data_dir(appname, appauthor=False, roaming=roaming) + if os.path.isdir(path): + return path + + # Use a Linux-like ~/.config/pip, by default. + linux_like_path = "~/.config/" + if appname: + linux_like_path = os.path.join(linux_like_path, appname) + + return os.path.expanduser(linux_like_path) + + +def user_config_dir(appname: str, roaming: bool = True) -> str: + if sys.platform == "darwin": + return _macos_user_config_dir(appname, roaming) + + return _appdirs.user_config_dir(appname, appauthor=False, roaming=roaming) + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dirs(appname: str) -> List[str]: + if sys.platform == "darwin": + return [_appdirs.site_data_dir(appname, appauthor=False, multipath=True)] + + dirval = _appdirs.site_config_dir(appname, appauthor=False, multipath=True) + if sys.platform == "win32": + return [dirval] + + # Unix-y system. Look in /etc as well. + return dirval.split(os.pathsep) + ["/etc"] diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..3f4d300 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,63 @@ +"""Stuff that differs in different Python versions and platform +distributions.""" + +import logging +import os +import sys + +__all__ = ["get_path_uid", "stdlib_pkgs", "WINDOWS"] + + +logger = logging.getLogger(__name__) + + +def has_tls() -> bool: + try: + import _ssl # noqa: F401 # ignore unused + + return True + except ImportError: + pass + + from pip._vendor.urllib3.util import IS_PYOPENSSL + + return IS_PYOPENSSL + + +def get_path_uid(path: str) -> int: + """ + Return path's uid. + + Does not follow symlinks: + https://github.com/pypa/pip/pull/935#discussion_r5307003 + + Placed this function in compat due to differences on AIX and + Jython, that should eventually go away. + + :raises OSError: When path is a symlink or can't be read. + """ + if hasattr(os, "O_NOFOLLOW"): + fd = os.open(path, os.O_RDONLY | os.O_NOFOLLOW) + file_uid = os.fstat(fd).st_uid + os.close(fd) + else: # AIX and Jython + # WARNING: time of check vulnerability, but best we can do w/o NOFOLLOW + if not os.path.islink(path): + # older versions of Jython don't have `os.fstat` + file_uid = os.stat(path).st_uid + else: + # raise OSError for parity with os.O_NOFOLLOW above + raise OSError(f"{path} is a symlink; Will not return uid for symlinks") + return file_uid + + +# packages in the stdlib that may have installation metadata, but should not be +# considered 'installed'. this theoretically could be determined based on +# dist.location (py27:`sysconfig.get_paths()['stdlib']`, +# py26:sysconfig.get_config_vars('LIBDEST')), but fear platform variation may +# make this ineffective, so hard-coding +stdlib_pkgs = {"python", "wsgiref", "argparse"} + + +# windows detection, covers cpython and ironpython +WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt") diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..b6ed9a7 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,165 @@ +"""Generate and work with PEP 425 Compatibility Tags. +""" + +import re +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import ( + PythonVersion, + Tag, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + mac_platforms, +) + +_osx_arch_pat = re.compile(r"(.+)_(\d+)_(\d+)_(.+)") + + +def version_info_to_nodot(version_info: Tuple[int, ...]) -> str: + # Only use up to the first two numbers. + return "".join(map(str, version_info[:2])) + + +def _mac_platforms(arch: str) -> List[str]: + match = _osx_arch_pat.match(arch) + if match: + name, major, minor, actual_arch = match.groups() + mac_version = (int(major), int(minor)) + arches = [ + # Since we have always only checked that the platform starts + # with "macosx", for backwards-compatibility we extract the + # actual prefix provided by the user in case they provided + # something like "macosxcustom_". It may be good to remove + # this as undocumented or deprecate it in the future. + "{}_{}".format(name, arch[len("macosx_") :]) + for arch in mac_platforms(mac_version, actual_arch) + ] + else: + # arch pattern didn't match (?!) + arches = [arch] + return arches + + +def _custom_manylinux_platforms(arch: str) -> List[str]: + arches = [arch] + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch_prefix == "manylinux2014": + # manylinux1/manylinux2010 wheels run on most manylinux2014 systems + # with the exception of wheels depending on ncurses. PEP 599 states + # manylinux1/manylinux2010 wheels should be considered + # manylinux2014 wheels: + # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels + if arch_suffix in {"i686", "x86_64"}: + arches.append("manylinux2010" + arch_sep + arch_suffix) + arches.append("manylinux1" + arch_sep + arch_suffix) + elif arch_prefix == "manylinux2010": + # manylinux1 wheels run on most manylinux2010 systems with the + # exception of wheels depending on ncurses. PEP 571 states + # manylinux1 wheels should be considered manylinux2010 wheels: + # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels + arches.append("manylinux1" + arch_sep + arch_suffix) + return arches + + +def _get_custom_platforms(arch: str) -> List[str]: + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch.startswith("macosx"): + arches = _mac_platforms(arch) + elif arch_prefix in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: Optional[List[str]]) -> Optional[List[str]]: + if not platforms: + return None + + seen = set() + result = [] + + for p in platforms: + if p in seen: + continue + additions = [c for c in _get_custom_platforms(p) if c not in seen] + seen.update(additions) + result.extend(additions) + + return result + + +def _get_python_version(version: str) -> PythonVersion: + if len(version) > 1: + return int(version[0]), int(version[1:]) + else: + return (int(version[0]),) + + +def _get_custom_interpreter( + implementation: Optional[str] = None, version: Optional[str] = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: Optional[str] = None, + platforms: Optional[List[str]] = None, + impl: Optional[str] = None, + abis: Optional[List[str]] = None, +) -> List[Tag]: + """Return a list of supported tags for each version specified in + `versions`. + + :param version: a string version, of the form "33" or "32", + or None. The version will be assumed to support our ABI. + :param platform: specify a list of platforms you want valid + tags for, or None. If None, use the local system platform. + :param impl: specify the exact implementation you want valid + tags for, or None. If None, use the local interpreter impl. + :param abis: specify a list of abis you want valid + tags for, or None. If None, use the local interpreter abi. + """ + supported: List[Tag] = [] + + python_version: Optional[PythonVersion] = None + if version is not None: + python_version = _get_python_version(version) + + interpreter = _get_custom_interpreter(impl, version) + + platforms = _expand_allowed_platforms(platforms) + + is_cpython = (impl or interpreter_name()) == "cp" + if is_cpython: + supported.extend( + cpython_tags( + python_version=python_version, + abis=abis, + platforms=platforms, + ) + ) + else: + supported.extend( + generic_tags( + interpreter=interpreter, + abis=abis, + platforms=platforms, + ) + ) + supported.extend( + compatible_tags( + python_version=python_version, + interpreter=interpreter, + platforms=platforms, + ) + ) + + return supported diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py @@ -0,0 +1,11 @@ +"""For when pip wants to check the date or time. +""" + +import datetime + + +def today_is_later_than(year: int, month: int, day: int) -> bool: + today = datetime.date.today() + given = datetime.date(year, month, day) + + return today > given diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..72bd6f2 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,120 @@ +""" +A module that implements tooling to enable easy warnings about deprecations. +""" + +import logging +import warnings +from typing import Any, Optional, TextIO, Type, Union + +from pip._vendor.packaging.version import parse + +from pip import __version__ as current_version # NOTE: tests patch this name. + +DEPRECATION_MSG_PREFIX = "DEPRECATION: " + + +class PipDeprecationWarning(Warning): + pass + + +_original_showwarning: Any = None + + +# Warnings <-> Logging Integration +def _showwarning( + message: Union[Warning, str], + category: Type[Warning], + filename: str, + lineno: int, + file: Optional[TextIO] = None, + line: Optional[str] = None, +) -> None: + if file is not None: + if _original_showwarning is not None: + _original_showwarning(message, category, filename, lineno, file, line) + elif issubclass(category, PipDeprecationWarning): + # We use a specially named logger which will handle all of the + # deprecation messages for pip. + logger = logging.getLogger("pip._internal.deprecations") + logger.warning(message) + else: + _original_showwarning(message, category, filename, lineno, file, line) + + +def install_warning_logger() -> None: + # Enable our Deprecation Warnings + warnings.simplefilter("default", PipDeprecationWarning, append=True) + + global _original_showwarning + + if _original_showwarning is None: + _original_showwarning = warnings.showwarning + warnings.showwarning = _showwarning + + +def deprecated( + *, + reason: str, + replacement: Optional[str], + gone_in: Optional[str], + feature_flag: Optional[str] = None, + issue: Optional[int] = None, +) -> None: + """Helper to deprecate existing functionality. + + reason: + Textual reason shown to the user about why this functionality has + been deprecated. Should be a complete sentence. + replacement: + Textual suggestion shown to the user about what alternative + functionality they can use. + gone_in: + The version of pip does this functionality should get removed in. + Raises an error if pip's current version is greater than or equal to + this. + feature_flag: + Command-line flag of the form --use-feature={feature_flag} for testing + upcoming functionality. + issue: + Issue number on the tracker that would serve as a useful place for + users to find related discussion and provide feedback. + """ + + # Determine whether or not the feature is already gone in this version. + is_gone = gone_in is not None and parse(current_version) >= parse(gone_in) + + message_parts = [ + (reason, f"{DEPRECATION_MSG_PREFIX}{{}}"), + ( + gone_in, + "pip {} will enforce this behaviour change." + if not is_gone + else "Since pip {}, this is no longer supported.", + ), + ( + replacement, + "A possible replacement is {}.", + ), + ( + feature_flag, + "You can use the flag --use-feature={} to test the upcoming behaviour." + if not is_gone + else None, + ), + ( + issue, + "Discussion can be found at https://github.com/pypa/pip/issues/{}", + ), + ] + + message = " ".join( + format_str.format(value) + for value, format_str in message_parts + if format_str is not None and value is not None + ) + + # Raise as an error if this behaviour is deprecated. + if is_gone: + raise PipDeprecationWarning(message) + + warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..0e8e5e1 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,87 @@ +from typing import Optional + +from pip._internal.models.direct_url import ArchiveInfo, DirectUrl, DirInfo, VcsInfo +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + + +def direct_url_as_pep440_direct_reference(direct_url: DirectUrl, name: str) -> str: + """Convert a DirectUrl to a pip requirement string.""" + direct_url.validate() # if invalid, this is a pip bug + requirement = name + " @ " + fragments = [] + if isinstance(direct_url.info, VcsInfo): + requirement += "{}+{}@{}".format( + direct_url.info.vcs, direct_url.url, direct_url.info.commit_id + ) + elif isinstance(direct_url.info, ArchiveInfo): + requirement += direct_url.url + if direct_url.info.hash: + fragments.append(direct_url.info.hash) + else: + assert isinstance(direct_url.info, DirInfo) + requirement += direct_url.url + if direct_url.subdirectory: + fragments.append("subdirectory=" + direct_url.subdirectory) + if fragments: + requirement += "#" + "&".join(fragments) + return requirement + + +def direct_url_for_editable(source_dir: str) -> DirectUrl: + return DirectUrl( + url=path_to_url(source_dir), + info=DirInfo(editable=True), + ) + + +def direct_url_from_link( + link: Link, source_dir: Optional[str] = None, link_is_in_wheel_cache: bool = False +) -> DirectUrl: + if link.is_vcs: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend + url, requested_revision, _ = vcs_backend.get_url_rev_and_auth( + link.url_without_fragment + ) + # For VCS links, we need to find out and add commit_id. + if link_is_in_wheel_cache: + # If the requested VCS link corresponds to a cached + # wheel, it means the requested revision was an + # immutable commit hash, otherwise it would not have + # been cached. In that case we don't have a source_dir + # with the VCS checkout. + assert requested_revision + commit_id = requested_revision + else: + # If the wheel was not in cache, it means we have + # had to checkout from VCS to build and we have a source_dir + # which we can inspect to find out the commit id. + assert source_dir + commit_id = vcs_backend.get_revision(source_dir) + return DirectUrl( + url=url, + info=VcsInfo( + vcs=vcs_backend.name, + commit_id=commit_id, + requested_revision=requested_revision, + ), + subdirectory=link.subdirectory_fragment, + ) + elif link.is_existing_dir(): + return DirectUrl( + url=link.url_without_fragment, + info=DirInfo(), + subdirectory=link.subdirectory_fragment, + ) + else: + hash = None + hash_name = link.hash_name + if hash_name: + hash = f"{hash_name}={link.hash}" + return DirectUrl( + url=link.url_without_fragment, + info=ArchiveInfo(hash=hash), + subdirectory=link.subdirectory_fragment, + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py new file mode 100644 index 0000000..e4aa5b8 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py @@ -0,0 +1,42 @@ +from distutils.errors import DistutilsArgError +from distutils.fancy_getopt import FancyGetopt +from typing import Dict, List + +_options = [ + ("exec-prefix=", None, ""), + ("home=", None, ""), + ("install-base=", None, ""), + ("install-data=", None, ""), + ("install-headers=", None, ""), + ("install-lib=", None, ""), + ("install-platlib=", None, ""), + ("install-purelib=", None, ""), + ("install-scripts=", None, ""), + ("prefix=", None, ""), + ("root=", None, ""), + ("user", None, ""), +] + + +# typeshed doesn't permit Tuple[str, None, str], see python/typeshed#3469. +_distutils_getopt = FancyGetopt(_options) # type: ignore + + +def parse_distutils_args(args: List[str]) -> Dict[str, str]: + """Parse provided arguments, returning an object that has the + matched arguments. + + Any unknown arguments are ignored. + """ + result = {} + for arg in args: + try: + _, match = _distutils_getopt.getopt(args=[arg]) + except DistutilsArgError: + # We don't care about any other options, which here may be + # considered unrecognized since our option list is not + # exhaustive. + pass + else: + result.update(match.__dict__) + return result diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..9e0da8d --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,75 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import os +import re +import sys +from typing import Optional + +from pip._internal.locations import site_packages, user_site +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__all__ = [ + "egg_link_path_from_sys_path", + "egg_link_path_from_location", +] + + +def _egg_link_name(raw_name: str) -> str: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + """ + return re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link" + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_name = _egg_link_name(raw_name) + for path_item in sys.path: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites = [] + if running_under_virtualenv(): + sites.append(site_packages) + if not virtualenv_no_global() and user_site: + sites.append(user_site) + else: + if user_site: + sites.append(user_site) + sites.append(site_packages) + + egg_link_name = _egg_link_name(raw_name) + for site in sites: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 0000000..1c73f6c --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py @@ -0,0 +1,36 @@ +import codecs +import locale +import re +import sys +from typing import List, Tuple + +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), +] + +ENCODING_RE = re.compile(br"coding[:=]\s*([-\w.]+)") + + +def auto_decode(data: bytes) -> str: + """Check a bytes string for a BOM to correctly detect the encoding + + Fallback to locale.getpreferredencoding(False) like open() on Python3""" + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + # Lets check the first two lines as in PEP263 + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#" and ENCODING_RE.search(line): + result = ENCODING_RE.search(line) + assert result is not None + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + return data.decode( + locale.getpreferredencoding(False) or sys.getdefaultencoding(), + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1504a12 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,27 @@ +import sys +from typing import List, Optional + +from pip._internal.cli.main import main + + +def _wrapper(args: Optional[List[str]] = None) -> int: + """Central wrapper for all old entrypoints. + + Historically pip has had several entrypoints defined. Because of issues + arising from PATH, sys.path, multiple Pythons, their interactions, and most + of them having a pip installed, users suffer every time an entrypoint gets + moved. + + To alleviate this pain, and provide a mechanism for warning users and + directing them to an appropriate place for help, we now define all of + our old entrypoints as wrappers for the current one. + """ + sys.stderr.write( + "WARNING: pip is being invoked by an old script wrapper. This will " + "fail in a future version of pip.\n" + "Please see https://github.com/pypa/pip/issues/5599 for advice on " + "fixing the underlying issue.\n" + "To avoid this problem you can invoke Python with '-m pip' instead of " + "running pip directly.\n" + ) + return main(args) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..b7e6191 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,182 @@ +import fnmatch +import os +import os.path +import random +import shutil +import stat +import sys +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Iterator, List, Union, cast + +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip._internal.utils.compat import get_path_uid +from pip._internal.utils.misc import format_size + + +def check_path_owner(path: str) -> bool: + # If we don't have a way to check the effective uid of this process, then + # we'll just assume that we own the directory. + if sys.platform == "win32" or not hasattr(os, "geteuid"): + return True + + assert os.path.isabs(path) + + previous = None + while path != previous: + if os.path.lexists(path): + # Check if path is writable by current user. + if os.geteuid() == 0: + # Special handling for root user in order to handle properly + # cases where users use sudo without -H flag. + try: + path_uid = get_path_uid(path) + except OSError: + return False + return path_uid == 0 + else: + return os.access(path, os.W_OK) + else: + previous, path = path, os.path.dirname(path) + return False # assume we don't own the path + + +def copy2_fixed(src: str, dest: str) -> None: + """Wrap shutil.copy2() but map errors copying socket files to + SpecialFileError as expected. + + See also https://bugs.python.org/issue37700. + """ + try: + shutil.copy2(src, dest) + except OSError: + for f in [src, dest]: + try: + is_socket_file = is_socket(f) + except OSError: + # An error has already occurred. Another error here is not + # a problem and we can ignore it. + pass + else: + if is_socket_file: + raise shutil.SpecialFileError(f"`{f}` is a socket") + + raise + + +def is_socket(path: str) -> bool: + return stat.S_ISSOCK(os.lstat(path).st_mode) + + +@contextmanager +def adjacent_tmp_file(path: str, **kwargs: Any) -> Iterator[BinaryIO]: + """Return a file-like object pointing to a tmp file next to path. + + The file is created securely and is ensured to be written to disk + after the context reaches its end. + + kwargs will be passed to tempfile.NamedTemporaryFile to control + the way the temporary file will be opened. + """ + with NamedTemporaryFile( + delete=False, + dir=os.path.dirname(path), + prefix=os.path.basename(path), + suffix=".tmp", + **kwargs, + ) as f: + result = cast(BinaryIO, f) + try: + yield result + finally: + result.flush() + os.fsync(result.fileno()) + + +# Tenacity raises RetryError by default, explicitly raise the original exception +_replace_retry = retry(reraise=True, stop=stop_after_delay(1), wait=wait_fixed(0.25)) + +replace = _replace_retry(os.replace) + + +# test_writable_dir and _test_writable_dir_win are copied from Flit, +# with the author's agreement to also place them under pip's license. +def test_writable_dir(path: str) -> bool: + """Check if a directory is writable. + + Uses os.access() on POSIX, tries creating files on Windows. + """ + # If the directory doesn't exist, find the closest parent that does. + while not os.path.isdir(path): + parent = os.path.dirname(path) + if parent == path: + break # Should never get here, but infinite loops are bad + path = parent + + if os.name == "posix": + return os.access(path, os.W_OK) + + return _test_writable_dir_win(path) + + +def _test_writable_dir_win(path: str) -> bool: + # os.access doesn't work on Windows: http://bugs.python.org/issue2528 + # and we can't use tempfile: http://bugs.python.org/issue22107 + basename = "accesstest_deleteme_fishfingers_custard_" + alphabet = "abcdefghijklmnopqrstuvwxyz0123456789" + for _ in range(10): + name = basename + "".join(random.choice(alphabet) for _ in range(6)) + file = os.path.join(path, name) + try: + fd = os.open(file, os.O_RDWR | os.O_CREAT | os.O_EXCL) + except FileExistsError: + pass + except PermissionError: + # This could be because there's a directory with the same name. + # But it's highly unlikely there's a directory called that, + # so we'll assume it's because the parent dir is not writable. + # This could as well be because the parent dir is not readable, + # due to non-privileged user access. + return False + else: + os.close(fd) + os.unlink(file) + return True + + # This should never be reached + raise OSError("Unexpected condition testing for writable directory") + + +def find_files(path: str, pattern: str) -> List[str]: + """Returns a list of absolute paths of files beneath path, recursively, + with filenames which match the UNIX-style shell glob pattern.""" + result: List[str] = [] + for root, _, files in os.walk(path): + matches = fnmatch.filter(files, pattern) + result.extend(os.path.join(root, f) for f in matches) + return result + + +def file_size(path: str) -> Union[int, float]: + # If it's a symlink, return 0. + if os.path.islink(path): + return 0 + return os.path.getsize(path) + + +def format_file_size(path: str) -> str: + return format_size(file_size(path)) + + +def directory_size(path: str) -> Union[int, float]: + size = 0.0 + for root, _dirs, files in os.walk(path): + for filename in files: + file_path = os.path.join(root, filename) + size += file_size(file_path) + return size + + +def format_directory_size(path: str) -> str: + return format_size(directory_size(path)) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,27 @@ +"""Filetype information. +""" + +from typing import Tuple + +from pip._internal.utils.misc import splitext + +WHEEL_EXTENSION = ".whl" +BZ2_EXTENSIONS: Tuple[str, ...] = (".tar.bz2", ".tbz") +XZ_EXTENSIONS: Tuple[str, ...] = ( + ".tar.xz", + ".txz", + ".tlz", + ".tar.lz", + ".tar.lzma", +) +ZIP_EXTENSIONS: Tuple[str, ...] = (".zip", WHEEL_EXTENSION) +TAR_EXTENSIONS: Tuple[str, ...] = (".tar.gz", ".tgz", ".tar") +ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS + + +def is_archive_file(name: str) -> bool: + """Return True if `name` is a considered as an archive file.""" + ext = splitext(name)[1].lower() + if ext in ARCHIVE_EXTENSIONS: + return True + return False diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..7bd3c20 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import os +import sys +from typing import Optional, Tuple + + +def glibc_version_string() -> Optional[str]: + "Returns glibc version string, or None if not using glibc." + return glibc_version_string_confstr() or glibc_version_string_ctypes() + + +def glibc_version_string_confstr() -> Optional[str]: + "Primary implementation of glibc_version_string using os.confstr." + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module: + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 + if sys.platform == "win32": + return None + try: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = os.confstr("CS_GNU_LIBC_VERSION").split() + except (AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def glibc_version_string_ctypes() -> Optional[str]: + "Fallback implementation of glibc_version_string using ctypes." + + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + process_namespace = ctypes.CDLL(None) + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> Tuple[str, str]: + """Try to determine the glibc version + + Returns a tuple of strings (lib, version) which default to empty strings + in case the lookup fails. + """ + glibc_version = glibc_version_string() + if glibc_version is None: + return ("", "") + else: + return ("glibc", glibc_version) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..82eb035 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,144 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterator, List + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from hashlib import _Hash + + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + +# The recommended hash algo of the moment. Change this whenever the state of +# the art changes; it won't hurt backward compatibility. +FAVORITE_HASH = "sha256" + + +# Names of hashlib algorithms allowed by the --hash option and ``pip hash`` +# Currently, those are the ones at least as collision-resistant as sha256. +STRONG_HASHES = ["sha256", "sha384", "sha512"] + + +class Hashes: + """A wrapper that builds multiple hashes at once and checks them against + known-good values + + """ + + def __init__(self, hashes: Dict[str, List[str]] = None) -> None: + """ + :param hashes: A dict of algorithm names pointing to lists of allowed + hex digests + """ + allowed = {} + if hashes is not None: + for alg, keys in hashes.items(): + # Make sure values are always sorted (to ease equality checks) + allowed[alg] = sorted(keys) + self._allowed = allowed + + def __and__(self, other: "Hashes") -> "Hashes": + if not isinstance(other, Hashes): + return NotImplemented + + # If either of the Hashes object is entirely empty (i.e. no hash + # specified at all), all hashes from the other object are allowed. + if not other: + return self + if not self: + return other + + # Otherwise only hashes that present in both objects are allowed. + new = {} + for alg, values in other._allowed.items(): + if alg not in self._allowed: + continue + new[alg] = [v for v in values if v in self._allowed[alg]] + return Hashes(new) + + @property + def digest_count(self) -> int: + return sum(len(digests) for digests in self._allowed.values()) + + def is_hash_allowed(self, hash_name: str, hex_digest: str) -> bool: + """Return whether the given hex digest is allowed.""" + return hex_digest in self._allowed.get(hash_name, []) + + def check_against_chunks(self, chunks: Iterator[bytes]) -> None: + """Check good hashes against ones built from iterable of chunks of + data. + + Raise HashMismatch if none match. + + """ + gots = {} + for hash_name in self._allowed.keys(): + try: + gots[hash_name] = hashlib.new(hash_name) + except (ValueError, TypeError): + raise InstallationError(f"Unknown hash name: {hash_name}") + + for chunk in chunks: + for hash in gots.values(): + hash.update(chunk) + + for hash_name, got in gots.items(): + if got.hexdigest() in self._allowed[hash_name]: + return + self._raise(gots) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMismatch(self._allowed, gots) + + def check_against_file(self, file: BinaryIO) -> None: + """Check good hashes against a file-like object + + Raise HashMismatch if none match. + + """ + return self.check_against_chunks(read_chunks(file)) + + def check_against_path(self, path: str) -> None: + with open(path, "rb") as file: + return self.check_against_file(file) + + def __bool__(self) -> bool: + """Return whether I know any known-good hashes.""" + return bool(self._allowed) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Hashes): + return NotImplemented + return self._allowed == other._allowed + + def __hash__(self) -> int: + return hash( + ",".join( + sorted( + ":".join((alg, digest)) + for alg, digest_list in self._allowed.items() + for digest in digest_list + ) + ) + ) + + +class MissingHashes(Hashes): + """A workalike for Hashes used when we're missing a hash for a requirement + + It computes the actual hash of the requirement and raises a HashMissing + exception showing it to the user. + + """ + + def __init__(self) -> None: + """Don't offer the ``hashes`` kwarg.""" + # Pass our favorite hash in to generate a "gotten hash". With the + # empty list, it will never match, so an error will always raise. + super().__init__(hashes={FAVORITE_HASH: []}) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py new file mode 100644 index 0000000..276aa79 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py @@ -0,0 +1,35 @@ +"""A helper module that injects SecureTransport, on import. + +The import should be done as early as possible, to ensure all requests and +sessions (or whatever) are created after injecting SecureTransport. + +Note that we only do the injection on macOS, when the linked OpenSSL is too +old to handle TLSv1.2. +""" + +import sys + + +def inject_securetransport() -> None: + # Only relevant on macOS + if sys.platform != "darwin": + return + + try: + import ssl + except ImportError: + return + + # Checks for OpenSSL 1.0.1 + if ssl.OPENSSL_VERSION_NUMBER >= 0x1000100F: + return + + try: + from pip._vendor.urllib3.contrib import securetransport + except (ImportError, OSError): + return + + securetransport.inject_into_urllib3() + + +inject_securetransport() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..6e001c5 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,343 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from dataclasses import dataclass +from logging import Filter +from typing import IO, Any, ClassVar, Iterator, List, Optional, TextIO, Type + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + ConsoleRenderable, + RenderResult, +) +from pip._vendor.rich.highlighter import NullHighlighter +from pip._vendor.rich.logging import RichHandler +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style + +from pip._internal.exceptions import DiagnosticPipError +from pip._internal.utils._log import VERBOSE, getLogger +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import DEPRECATION_MSG_PREFIX +from pip._internal.utils.misc import ensure_dir + +_log_state = threading.local() +subprocess_logger = getLogger("pip.subprocessor") + + +class BrokenStdoutLoggingError(Exception): + """ + Raised if BrokenPipeError occurs for the stdout stream while logging. + """ + + +def _is_broken_pipe_error(exc_class: Type[BaseException], exc: BaseException) -> bool: + if exc_class is BrokenPipeError: + return True + + # On Windows, a broken pipe can show up as EINVAL rather than EPIPE: + # https://bugs.python.org/issue19612 + # https://bugs.python.org/issue30418 + if not WINDOWS: + return False + + return isinstance(exc, OSError) and exc.errno in (errno.EINVAL, errno.EPIPE) + + +@contextlib.contextmanager +def indent_log(num: int = 2) -> Iterator[None]: + """ + A context manager which will cause the log output to be indented for any + log messages emitted inside it. + """ + # For thread-safety + _log_state.indentation = get_indentation() + _log_state.indentation += num + try: + yield + finally: + _log_state.indentation -= num + + +def get_indentation() -> int: + return getattr(_log_state, "indentation", 0) + + +class IndentingFormatter(logging.Formatter): + default_time_format = "%Y-%m-%dT%H:%M:%S" + + def __init__( + self, + *args: Any, + add_timestamp: bool = False, + **kwargs: Any, + ) -> None: + """ + A logging.Formatter that obeys the indent_log() context manager. + + :param add_timestamp: A bool indicating output lines should be prefixed + with their record's timestamp. + """ + self.add_timestamp = add_timestamp + super().__init__(*args, **kwargs) + + def get_message_start(self, formatted: str, levelno: int) -> str: + """ + Return the start of the formatted log message (not counting the + prefix to add to each line). + """ + if levelno < logging.WARNING: + return "" + if formatted.startswith(DEPRECATION_MSG_PREFIX): + # Then the message already has a prefix. We don't want it to + # look like "WARNING: DEPRECATION: ...." + return "" + if levelno < logging.ERROR: + return "WARNING: " + + return "ERROR: " + + def format(self, record: logging.LogRecord) -> str: + """ + Calls the standard formatter, but will indent all of the log message + lines by our current indentation level. + """ + formatted = super().format(record) + message_start = self.get_message_start(formatted, record.levelno) + formatted = message_start + formatted + + prefix = "" + if self.add_timestamp: + prefix = f"{self.formatTime(record)} " + prefix += " " * get_indentation() + formatted = "".join([prefix + line for line in formatted.splitlines(True)]) + return formatted + + +@dataclass +class IndentedRenderable: + renderable: ConsoleRenderable + indent: int + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = console.render(self.renderable, options) + lines = Segment.split_lines(segments) + for line in lines: + yield Segment(" " * self.indent) + yield from line + yield Segment("\n") + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=Console(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + if record.msg == "[present-diagnostic] %s" and len(record.args) == 1: + diagnostic_error: DiagnosticPipError = record.args[0] # type: ignore[index] + assert isinstance(diagnostic_error, DiagnosticPipError) + + renderable: ConsoleRenderable = IndentedRenderable( + diagnostic_error, indent=get_indentation() + ) + else: + message = self.format(record) + renderable = self.render_message(record, message) + if record.levelno is not None: + if record.levelno >= logging.ERROR: + style = Style(color="red") + elif record.levelno >= logging.WARNING: + style = Style(color="yellow") + + try: + self.console.print(renderable, overflow="ignore", crop=False, style=style) + except Exception: + self.handleError(record) + + def handleError(self, record: logging.LogRecord) -> None: + """Called when logging is unable to log some output.""" + + exc_class, exc = sys.exc_info()[:2] + # If a broken pipe occurred while calling write() or flush() on the + # stdout stream in logging's Handler.emit(), then raise our special + # exception so we can handle it in main() instead of logging the + # broken pipe error and continuing. + if ( + exc_class + and exc + and self.console.file is sys.stdout + and _is_broken_pipe_error(exc_class, exc) + ): + raise BrokenStdoutLoggingError() + + return super().handleError(record) + + +class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): + def _open(self) -> IO[Any]: + ensure_dir(os.path.dirname(self.baseFilename)) + return super()._open() + + +class MaxLevelFilter(Filter): + def __init__(self, level: int) -> None: + self.level = level + + def filter(self, record: logging.LogRecord) -> bool: + return record.levelno < self.level + + +class ExcludeLoggerFilter(Filter): + + """ + A logging Filter that excludes records from a logger (or its children). + """ + + def filter(self, record: logging.LogRecord) -> bool: + # The base Filter class allows only records from a logger (or its + # children). + return not super().filter(record) + + +def setup_logging(verbosity: int, no_color: bool, user_log_file: Optional[str]) -> int: + """Configures and sets up all of the logging + + Returns the requested logging level, as its integer value. + """ + + # Determine the level to be logging at. + if verbosity >= 2: + level_number = logging.DEBUG + elif verbosity == 1: + level_number = VERBOSE + elif verbosity == -1: + level_number = logging.WARNING + elif verbosity == -2: + level_number = logging.ERROR + elif verbosity <= -3: + level_number = logging.CRITICAL + else: + level_number = logging.INFO + + level = logging.getLevelName(level_number) + + # The "root" logger should match the "console" level *unless* we also need + # to log to a user log file. + include_user_log = user_log_file is not None + if include_user_log: + additional_log_file = user_log_file + root_level = "DEBUG" + else: + additional_log_file = "/dev/null" + root_level = level + + # Disable any logging besides WARNING unless we have DEBUG level logging + # enabled for vendored libraries. + vendored_log_level = "WARNING" if level in ["INFO", "ERROR"] else "DEBUG" + + # Shorthands for clarity + log_streams = { + "stdout": "ext://sys.stdout", + "stderr": "ext://sys.stderr", + } + handler_classes = { + "stream": "pip._internal.utils.logging.RichPipStreamHandler", + "file": "pip._internal.utils.logging.BetterRotatingFileHandler", + } + handlers = ["console", "console_errors", "console_subprocess"] + ( + ["user_log"] if include_user_log else [] + ) + + logging.config.dictConfig( + { + "version": 1, + "disable_existing_loggers": False, + "filters": { + "exclude_warnings": { + "()": "pip._internal.utils.logging.MaxLevelFilter", + "level": logging.WARNING, + }, + "restrict_to_subprocess": { + "()": "logging.Filter", + "name": subprocess_logger.name, + }, + "exclude_subprocess": { + "()": "pip._internal.utils.logging.ExcludeLoggerFilter", + "name": subprocess_logger.name, + }, + }, + "formatters": { + "indent": { + "()": IndentingFormatter, + "format": "%(message)s", + }, + "indent_with_timestamp": { + "()": IndentingFormatter, + "format": "%(message)s", + "add_timestamp": True, + }, + }, + "handlers": { + "console": { + "level": level, + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stdout"], + "filters": ["exclude_subprocess", "exclude_warnings"], + "formatter": "indent", + }, + "console_errors": { + "level": "WARNING", + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stderr"], + "filters": ["exclude_subprocess"], + "formatter": "indent", + }, + # A handler responsible for logging to the console messages + # from the "subprocessor" logger. + "console_subprocess": { + "level": level, + "class": handler_classes["stream"], + "stream": log_streams["stderr"], + "no_color": no_color, + "filters": ["restrict_to_subprocess"], + "formatter": "indent", + }, + "user_log": { + "level": "DEBUG", + "class": handler_classes["file"], + "filename": additional_log_file, + "encoding": "utf-8", + "delay": True, + "formatter": "indent_with_timestamp", + }, + }, + "root": { + "level": root_level, + "handlers": handlers, + }, + "loggers": {"pip._vendor": {"level": vendored_log_level}}, + } + ) + + return level_number diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..0bf9e99 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,653 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import contextlib +import errno +import getpass +import hashlib +import io +import logging +import os +import posixpath +import shutil +import stat +import sys +import urllib.parse +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from types import TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + ContextManager, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + cast, +) + +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip import __version__ +from pip._internal.exceptions import CommandError +from pip._internal.locations import get_major_minor_version +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = [ + "rmtree", + "display_path", + "backup_dir", + "ask", + "splitext", + "format_size", + "is_installable_dir", + "normalize_path", + "renames", + "get_prog", + "captured_stdout", + "ensure_dir", + "remove_auth_from_url", +] + + +logger = logging.getLogger(__name__) + +T = TypeVar("T") +ExcInfo = Tuple[Type[BaseException], BaseException, TracebackType] +VersionInfo = Tuple[int, int, int] +NetlocTuple = Tuple[str, Tuple[Optional[str], Optional[str]]] + + +def get_pip_version() -> str: + pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") + pip_pkg_dir = os.path.abspath(pip_pkg_dir) + + return "pip {} from {} (python {})".format( + __version__, + pip_pkg_dir, + get_major_minor_version(), + ) + + +def normalize_version_info(py_version_info: Tuple[int, ...]) -> Tuple[int, int, int]: + """ + Convert a tuple of ints representing a Python version to one of length + three. + + :param py_version_info: a tuple of ints representing a Python version, + or None to specify no version. The tuple can have any length. + + :return: a tuple of length three if `py_version_info` is non-None. + Otherwise, return `py_version_info` unchanged (i.e. None). + """ + if len(py_version_info) < 3: + py_version_info += (3 - len(py_version_info)) * (0,) + elif len(py_version_info) > 3: + py_version_info = py_version_info[:3] + + return cast("VersionInfo", py_version_info) + + +def ensure_dir(path: str) -> None: + """os.path.makedirs without EEXIST.""" + try: + os.makedirs(path) + except OSError as e: + # Windows can raise spurious ENOTEMPTY errors. See #6426. + if e.errno != errno.EEXIST and e.errno != errno.ENOTEMPTY: + raise + + +def get_prog() -> str: + try: + prog = os.path.basename(sys.argv[0]) + if prog in ("__main__.py", "-c"): + return f"{sys.executable} -m pip" + else: + return prog + except (AttributeError, TypeError, IndexError): + pass + return "pip" + + +# Retry every half second for up to 3 seconds +# Tenacity raises RetryError by default, explicitly raise the original exception +@retry(reraise=True, stop=stop_after_delay(3), wait=wait_fixed(0.5)) +def rmtree(dir: str, ignore_errors: bool = False) -> None: + shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler) + + +def rmtree_errorhandler(func: Callable[..., Any], path: str, exc_info: ExcInfo) -> None: + """On Windows, the files in .svn are read-only, so when rmtree() tries to + remove them, an exception is thrown. We catch that here, remove the + read-only attribute, and hopefully continue without problems.""" + try: + has_attr_readonly = not (os.stat(path).st_mode & stat.S_IWRITE) + except OSError: + # it's equivalent to os.path.exists + return + + if has_attr_readonly: + # convert to read/write + os.chmod(path, stat.S_IWRITE) + # use the original function to repeat the operation + func(path) + return + else: + raise + + +def display_path(path: str) -> str: + """Gives the display value for a given path, making it relative to cwd + if possible.""" + path = os.path.normcase(os.path.abspath(path)) + if path.startswith(os.getcwd() + os.path.sep): + path = "." + path[len(os.getcwd()) :] + return path + + +def backup_dir(dir: str, ext: str = ".bak") -> str: + """Figure out the name of a directory to back up the given dir to + (adding .bak, .bak2, etc)""" + n = 1 + extension = ext + while os.path.exists(dir + extension): + n += 1 + extension = ext + str(n) + return dir + extension + + +def ask_path_exists(message: str, options: Iterable[str]) -> str: + for action in os.environ.get("PIP_EXISTS_ACTION", "").split(): + if action in options: + return action + return ask(message, options) + + +def _check_no_input(message: str) -> None: + """Raise an error if no input is allowed.""" + if os.environ.get("PIP_NO_INPUT"): + raise Exception( + f"No input was expected ($PIP_NO_INPUT set); question: {message}" + ) + + +def ask(message: str, options: Iterable[str]) -> str: + """Ask the message interactively, with the given possible responses""" + while 1: + _check_no_input(message) + response = input(message) + response = response.strip().lower() + if response not in options: + print( + "Your response ({!r}) was not one of the expected responses: " + "{}".format(response, ", ".join(options)) + ) + else: + return response + + +def ask_input(message: str) -> str: + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message: str) -> str: + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val: str) -> int: + """Convert a string representation of truth to true (1) or false (0). + + True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values + are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if + 'val' is anything else. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return 1 + elif val in ("n", "no", "f", "false", "off", "0"): + return 0 + else: + raise ValueError(f"invalid truth value {val!r}") + + +def format_size(bytes: float) -> str: + if bytes > 1000 * 1000: + return "{:.1f} MB".format(bytes / 1000.0 / 1000) + elif bytes > 10 * 1000: + return "{} kB".format(int(bytes / 1000)) + elif bytes > 1000: + return "{:.1f} kB".format(bytes / 1000.0) + else: + return "{} bytes".format(int(bytes)) + + +def tabulate(rows: Iterable[Iterable[Any]]) -> Tuple[List[str], List[int]]: + """Return a list of formatted rows and a list of column sizes. + + For example:: + + >>> tabulate([['foobar', 2000], [0xdeadbeef]]) + (['foobar 2000', '3735928559'], [10, 4]) + """ + rows = [tuple(map(str, row)) for row in rows] + sizes = [max(map(len, col)) for col in zip_longest(*rows, fillvalue="")] + table = [" ".join(map(str.ljust, row, sizes)).rstrip() for row in rows] + return table, sizes + + +def is_installable_dir(path: str) -> bool: + """Is path is a directory containing pyproject.toml or setup.py? + + If pyproject.toml exists, this is a PEP 517 project. Otherwise we look for + a legacy setuptools layout by identifying setup.py. We don't check for the + setup.cfg because using it without setup.py is only available for PEP 517 + projects, which are already covered by the pyproject.toml check. + """ + if not os.path.isdir(path): + return False + if os.path.isfile(os.path.join(path, "pyproject.toml")): + return True + if os.path.isfile(os.path.join(path, "setup.py")): + return True + return False + + +def read_chunks(file: BinaryIO, size: int = io.DEFAULT_BUFFER_SIZE) -> Iterator[bytes]: + """Yield pieces of data from a file-like object until EOF.""" + while True: + chunk = file.read(size) + if not chunk: + break + yield chunk + + +def normalize_path(path: str, resolve_symlinks: bool = True) -> str: + """ + Convert a path to its canonical, case-normalized, absolute version. + + """ + path = os.path.expanduser(path) + if resolve_symlinks: + path = os.path.realpath(path) + else: + path = os.path.abspath(path) + return os.path.normcase(path) + + +def splitext(path: str) -> Tuple[str, str]: + """Like os.path.splitext, but take off .tar too""" + base, ext = posixpath.splitext(path) + if base.lower().endswith(".tar"): + ext = base[-4:] + ext + base = base[:-4] + return base, ext + + +def renames(old: str, new: str) -> None: + """Like os.renames(), but handles renaming across devices.""" + # Implementation borrowed from os.renames(). + head, tail = os.path.split(new) + if head and tail and not os.path.exists(head): + os.makedirs(head) + + shutil.move(old, new) + + head, tail = os.path.split(old) + if head and tail: + try: + os.removedirs(head) + except OSError: + pass + + +def is_local(path: str) -> bool: + """ + Return True if this is a path pip is allowed to modify. + + If we're in a virtualenv, sys.prefix points to the virtualenv's + prefix; only sys.prefix is considered local. + + If we're not in a virtualenv, in general we can modify anything. + However, if the OS vendor has configured distutils to install + somewhere other than sys.prefix (which could be a subdirectory of + sys.prefix, e.g. /usr/local), we consider sys.prefix itself nonlocal + and the domain of the OS vendor. (In other words, everything _other + than_ sys.prefix is considered local.) + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + + path = normalize_path(path) + # Hard-coded becouse PyPy uses a different sys.prefix on Debian + prefix = '/usr' + + if running_under_virtualenv(): + return path.startswith(normalize_path(sys.prefix)) + else: + from pip._internal.locations import get_scheme + from pip._internal.models.scheme import SCHEME_KEYS + if path.startswith(prefix): + scheme = get_scheme("") + for key in SCHEME_KEYS: + local_path = getattr(scheme, key) + if path.startswith(normalize_path(local_path)): + return True + return False + else: + return True + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO = None + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + cls.orig_stream = orig_stream + return cls() + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # https://github.com/python/mypy/issues/4125 + @property + def encoding(self): # type: ignore + return self.orig_stream.encoding + + +@contextlib.contextmanager +def captured_output(stream_name: str) -> Iterator[StreamWrapper]: + """Return a context manager used by captured_stdout/stdin/stderr + that temporarily replaces the sys stream *stream_name* with a StringIO. + + Taken from Lib/support/__init__.py in the CPython repo. + """ + orig_stdout = getattr(sys, stream_name) + setattr(sys, stream_name, StreamWrapper.from_stream(orig_stdout)) + try: + yield getattr(sys, stream_name) + finally: + setattr(sys, stream_name, orig_stdout) + + +def captured_stdout() -> ContextManager[StreamWrapper]: + """Capture the output of sys.stdout: + + with captured_stdout() as stdout: + print('hello') + self.assertEqual(stdout.getvalue(), 'hello\n') + + Taken from Lib/support/__init__.py in the CPython repo. + """ + return captured_output("stdout") + + +def captured_stderr() -> ContextManager[StreamWrapper]: + """ + See captured_stdout(). + """ + return captured_output("stderr") + + +# Simulates an enum +def enum(*sequential: Any, **named: Any) -> Type[Any]: + enums = dict(zip(sequential, range(len(sequential))), **named) + reverse = {value: key for key, value in enums.items()} + enums["reverse_mapping"] = reverse + return type("Enum", (), enums) + + +def build_netloc(host: str, port: Optional[int]) -> str: + """ + Build a netloc from a host-port pair + """ + if port is None: + return host + if ":" in host: + # Only wrap host with square brackets when it is IPv6 + host = f"[{host}]" + return f"{host}:{port}" + + +def build_url_from_netloc(netloc: str, scheme: str = "https") -> str: + """ + Build a full URL from a netloc. + """ + if netloc.count(":") >= 2 and "@" not in netloc and "[" not in netloc: + # It must be a bare IPv6 address, so wrap it with brackets. + netloc = f"[{netloc}]" + return f"{scheme}://{netloc}" + + +def parse_netloc(netloc: str) -> Tuple[str, Optional[int]]: + """ + Return the host-port pair from a netloc. + """ + url = build_url_from_netloc(netloc) + parsed = urllib.parse.urlparse(url) + return parsed.hostname, parsed.port + + +def split_auth_from_netloc(netloc: str) -> NetlocTuple: + """ + Parse out and remove the auth information from a netloc. + + Returns: (netloc, (username, password)). + """ + if "@" not in netloc: + return netloc, (None, None) + + # Split from the right because that's how urllib.parse.urlsplit() + # behaves if more than one @ is present (which can be checked using + # the password attribute of urlsplit()'s return value). + auth, netloc = netloc.rsplit("@", 1) + pw: Optional[str] = None + if ":" in auth: + # Split from the left because that's how urllib.parse.urlsplit() + # behaves if more than one : is present (which again can be checked + # using the password attribute of the return value) + user, pw = auth.split(":", 1) + else: + user, pw = auth, None + + user = urllib.parse.unquote(user) + if pw is not None: + pw = urllib.parse.unquote(pw) + + return netloc, (user, pw) + + +def redact_netloc(netloc: str) -> str: + """ + Replace the sensitive data in a netloc with "****", if it exists. + + For example: + - "user:pass@example.com" returns "user:****@example.com" + - "accesstoken@example.com" returns "****@example.com" + """ + netloc, (user, password) = split_auth_from_netloc(netloc) + if user is None: + return netloc + if password is None: + user = "****" + password = "" + else: + user = urllib.parse.quote(user) + password = ":****" + return "{user}{password}@{netloc}".format( + user=user, password=password, netloc=netloc + ) + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url(url: str) -> Tuple[str, str, Tuple[str, str]]: + """ + Parse a url into separate netloc, auth, and url with no auth. + + Returns: (url_without_auth, netloc, (username, password)) + """ + url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) + return url_without_auth, netloc, auth + + +def remove_auth_from_url(url: str) -> str: + """Return a copy of url with 'username:password@' removed.""" + # username/pass params are passed to subversion through flags + # and are not recognized in the url. + return _transform_url(url, _get_netloc)[0] + + +def redact_auth_from_url(url: str) -> str: + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +class HiddenText: + def __init__(self, secret: str, redacted: str) -> None: + self.secret = secret + self.redacted = redacted + + def __repr__(self) -> str: + return "".format(str(self)) + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) != type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip.exe", + "pip{}.exe".format(sys.version_info[0]), + "pip{}.{}.exe".format(*sys.version_info[:2]), + ] + + # See https://github.com/pypa/pip/issues/1299 for more discussion + should_show_use_python_msg = ( + modifying_pip and WINDOWS and os.path.basename(sys.argv[0]) in pip_names + ) + + if should_show_use_python_msg: + new_command = [sys.executable, "-m", "pip"] + sys.argv[1:] + raise CommandError( + "To modify pip, please run the following command:\n{}".format( + " ".join(new_command) + ) + ) + + +def is_console_interactive() -> bool: + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: + """Return (hash, length) for path using hashlib.sha256()""" + + h = hashlib.sha256() + length = 0 + with open(path, "rb") as f: + for block in read_chunks(f, size=blocksize): + length += len(block) + h.update(block) + return h, length + + +def is_wheel_installed() -> bool: + """ + Return whether the wheel package is installed. + """ + try: + import wheel # noqa: F401 + except ImportError: + return False + + return True + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], + iterable: Iterable[T], +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/models.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/models.py new file mode 100644 index 0000000..b6bb21a --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/models.py @@ -0,0 +1,39 @@ +"""Utilities for defining models +""" + +import operator +from typing import Any, Callable, Type + + +class KeyBasedCompareMixin: + """Provides comparison capabilities that is based on a key""" + + __slots__ = ["_compare_key", "_defining_class"] + + def __init__(self, key: Any, defining_class: Type["KeyBasedCompareMixin"]) -> None: + self._compare_key = key + self._defining_class = defining_class + + def __hash__(self) -> int: + return hash(self._compare_key) + + def __lt__(self, other: Any) -> bool: + return self._compare(other, operator.__lt__) + + def __le__(self, other: Any) -> bool: + return self._compare(other, operator.__le__) + + def __gt__(self, other: Any) -> bool: + return self._compare(other, operator.__gt__) + + def __ge__(self, other: Any) -> bool: + return self._compare(other, operator.__ge__) + + def __eq__(self, other: Any) -> bool: + return self._compare(other, operator.__eq__) + + def _compare(self, other: Any, method: Callable[[Any, Any], bool]) -> bool: + if not isinstance(other, self._defining_class): + return NotImplemented + + return method(self._compare_key, other._compare_key) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..b9f6af4 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,57 @@ +import functools +import logging +import re +from typing import NewType, Optional, Tuple, cast + +from pip._vendor.packaging import specifiers, version +from pip._vendor.packaging.requirements import Requirement + +NormalizedExtra = NewType("NormalizedExtra", str) + +logger = logging.getLogger(__name__) + + +def check_requires_python( + requires_python: Optional[str], version_info: Tuple[int, ...] +) -> bool: + """ + Check if the given Python version matches a "Requires-Python" specifier. + + :param version_info: A 3-tuple of ints representing a Python + major-minor-micro version to check (e.g. `sys.version_info[:3]`). + + :return: `True` if the given Python version satisfies the requirement. + Otherwise, return `False`. + + :raises InvalidSpecifier: If `requires_python` has an invalid format. + """ + if requires_python is None: + # The package provides no information + return True + requires_python_specifier = specifiers.SpecifierSet(requires_python) + + python_version = version.parse(".".join(map(str, version_info))) + return python_version in requires_python_specifier + + +@functools.lru_cache(maxsize=512) +def get_requirement(req_string: str) -> Requirement: + """Construct a packaging.Requirement object with caching""" + # Parsing requirement strings is expensive, and is also expected to happen + # with a low diversity of different arguments (at least relative the number + # constructed). This method adds a cache to requirement object creation to + # minimize repeated parsing of the same string to construct equivalent + # Requirement objects. + return Requirement(req_string) + + +def safe_extra(extra: str) -> NormalizedExtra: + """Convert an arbitrary string to a standard 'extra' name + + Any runs of non-alphanumeric characters are replaced with a single '_', + and the result is always lowercased. + + This function is duplicated from ``pkg_resources``. Note that this is not + the same to either ``canonicalize_name`` or ``_egg_link_name``. + """ + return cast(NormalizedExtra, re.sub("[^A-Za-z0-9.-]+", "_", extra).lower()) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..f460c40 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,195 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: Sequence[str] = None, + no_user_config: bool = False, + unbuffered_output: bool = False, +) -> List[str]: + """ + Get setuptools command arguments with shim wrapped setup file invocation. + + :param setup_py_path: The path to setup.py to be wrapped. + :param global_options: Additional global options. + :param no_user_config: If True, disables personal user configuration. + :param unbuffered_output: If True, adds the unbuffered switch to the + argument list. + """ + args = [sys.executable] + if unbuffered_output: + args += ["-u"] + args += ["-c", _SETUPTOOLS_SHIM.format(setup_py_path)] + if global_options: + args += global_options + if no_user_config: + args += ["--no-user-cfg"] + return args + + +def make_setuptools_bdist_wheel_args( + setup_py_path: str, + global_options: Sequence[str], + build_options: Sequence[str], + destination_dir: str, +) -> List[str]: + # NOTE: Eventually, we'd want to also -S to the flags here, when we're + # isolating. Currently, it breaks Python in virtualenvs, because it + # relies on site.py to find parts of the standard library outside the + # virtualenv. + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["bdist_wheel", "-d", destination_dir] + args += build_options + return args + + +def make_setuptools_clean_args( + setup_py_path: str, + global_options: Sequence[str], +) -> List[str]: + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["clean", "--all"] + return args + + +def make_setuptools_develop_args( + setup_py_path: str, + global_options: Sequence[str], + install_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + args += install_options + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args + + +def make_setuptools_install_args( + setup_py_path: str, + global_options: Sequence[str], + install_options: Sequence[str], + record_filename: str, + root: Optional[str], + prefix: Optional[str], + header_dir: Optional[str], + home: Optional[str], + use_user_site: bool, + no_user_config: bool, + pycompile: bool, +) -> List[str]: + assert not (use_user_site and prefix) + assert not (use_user_site and root) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + unbuffered_output=True, + ) + args += ["install", "--record", record_filename] + args += ["--single-version-externally-managed"] + + if root is not None: + args += ["--root", root] + if prefix is not None: + args += ["--prefix", prefix] + if home is not None: + args += ["--home", home] + if use_user_site: + args += ["--user", "--prefix="] + + if pycompile: + args += ["--compile"] + else: + args += ["--no-compile"] + + if header_dir: + args += ["--install-headers", header_dir] + + args += install_options + + return args diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..b5b7624 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,260 @@ +import logging +import os +import shlex +import subprocess +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Iterable, + List, + Mapping, + Optional, + Union, +) + +from pip._vendor.rich.markup import escape + +from pip._internal.cli.spinners import SpinnerInterface, open_spinner +from pip._internal.exceptions import InstallationSubprocessError +from pip._internal.utils.logging import VERBOSE, subprocess_logger +from pip._internal.utils.misc import HiddenText + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + +CommandArgs = List[Union[str, HiddenText]] + + +def make_command(*args: Union[str, HiddenText, CommandArgs]) -> CommandArgs: + """ + Create a CommandArgs object. + """ + command_args: CommandArgs = [] + for arg in args: + # Check for list instead of CommandArgs since CommandArgs is + # only known during type-checking. + if isinstance(arg, list): + command_args.extend(arg) + else: + # Otherwise, arg is str or HiddenText. + command_args.append(arg) + + return command_args + + +def format_command_args(args: Union[List[str], CommandArgs]) -> str: + """ + Format command arguments for display. + """ + # For HiddenText arguments, display the redacted form by calling str(). + # Also, we don't apply str() to arguments that aren't HiddenText since + # this can trigger a UnicodeDecodeError in Python 2 if the argument + # has type unicode and includes a non-ascii character. (The type + # checker doesn't ensure the annotations are correct in all cases.) + return " ".join( + shlex.quote(str(arg)) if isinstance(arg, HiddenText) else shlex.quote(arg) + for arg in args + ) + + +def reveal_command_args(args: Union[List[str], CommandArgs]) -> List[str]: + """ + Return the arguments in their raw, unredacted form. + """ + return [arg.secret if isinstance(arg, HiddenText) else arg for arg in args] + + +def call_subprocess( + cmd: Union[List[str], CommandArgs], + show_stdout: bool = False, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + unset_environ: Optional[Iterable[str]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: Optional[bool] = True, + stdout_only: Optional[bool] = False, + *, + command_desc: str, +) -> str: + """ + Args: + show_stdout: if true, use INFO to log the subprocess's stderr and + stdout streams. Otherwise, use DEBUG. Defaults to False. + extra_ok_returncodes: an iterable of integer return codes that are + acceptable, in addition to 0. Defaults to None, which means []. + unset_environ: an iterable of environment variable names to unset + prior to calling subprocess.Popen(). + log_failed_cmd: if false, failed commands are not logged, only raised. + stdout_only: if true, return only stdout, else return both. When true, + logging of both stdout and stderr occurs when the subprocess has + terminated, else logging occurs as subprocess output is produced. + """ + if extra_ok_returncodes is None: + extra_ok_returncodes = [] + if unset_environ is None: + unset_environ = [] + # Most places in pip use show_stdout=False. What this means is-- + # + # - We connect the child's output (combined stderr and stdout) to a + # single pipe, which we read. + # - We log this output to stderr at DEBUG level as it is received. + # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't + # requested), then we show a spinner so the user can still see the + # subprocess is in progress. + # - If the subprocess exits with an error, we log the output to stderr + # at ERROR level if it hasn't already been displayed to the console + # (e.g. if --verbose logging wasn't enabled). This way we don't log + # the output to the console twice. + # + # If show_stdout=True, then the above is still done, but with DEBUG + # replaced by INFO. + if show_stdout: + # Then log the subprocess output at INFO level. + log_subprocess = subprocess_logger.info + used_level = logging.INFO + else: + # Then log the subprocess output using VERBOSE. This also ensures + # it will be logged to the log file (aka user_log), if enabled. + log_subprocess = subprocess_logger.verbose + used_level = VERBOSE + + # Whether the subprocess will be visible in the console. + showing_subprocess = subprocess_logger.getEffectiveLevel() <= used_level + + # Only use the spinner if we're not showing the subprocess output + # and we have a spinner. + use_spinner = not showing_subprocess and spinner is not None + + log_subprocess("Running command %s", command_desc) + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + for name in unset_environ: + env.pop(name, None) + try: + proc = subprocess.Popen( + # Convert HiddenText objects to the underlying str. + reveal_command_args(cmd), + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT if not stdout_only else subprocess.PIPE, + cwd=cwd, + env=env, + errors="backslashreplace", + ) + except Exception as exc: + if log_failed_cmd: + subprocess_logger.critical( + "Error %s while executing command %s", + exc, + command_desc, + ) + raise + all_output = [] + if not stdout_only: + assert proc.stdout + assert proc.stdin + proc.stdin.close() + # In this mode, stdout and stderr are in the same pipe. + while True: + line: str = proc.stdout.readline() + if not line: + break + line = line.rstrip() + all_output.append(line + "\n") + + # Show the line immediately. + log_subprocess(line) + # Update the spinner. + if use_spinner: + assert spinner + spinner.spin() + try: + proc.wait() + finally: + if proc.stdout: + proc.stdout.close() + output = "".join(all_output) + else: + # In this mode, stdout and stderr are in different pipes. + # We must use communicate() which is the only safe way to read both. + out, err = proc.communicate() + # log line by line to preserve pip log indenting + for out_line in out.splitlines(): + log_subprocess(out_line) + all_output.append(out) + for err_line in err.splitlines(): + log_subprocess(err_line) + all_output.append(err) + output = out + + proc_had_error = proc.returncode and proc.returncode not in extra_ok_returncodes + if use_spinner: + assert spinner + if proc_had_error: + spinner.finish("error") + else: + spinner.finish("done") + if proc_had_error: + if on_returncode == "raise": + error = InstallationSubprocessError( + command_description=command_desc, + exit_code=proc.returncode, + output_lines=all_output if not showing_subprocess else None, + ) + if log_failed_cmd: + subprocess_logger.error("[present-diagnostic] %s", error) + subprocess_logger.verbose( + "[bold magenta]full command[/]: [blue]%s[/]", + escape(format_command_args(cmd)), + extra={"markup": True}, + ) + subprocess_logger.verbose( + "[bold magenta]cwd[/]: %s", + escape(cwd or "[inherit]"), + extra={"markup": True}, + ) + + raise error + elif on_returncode == "warn": + subprocess_logger.warning( + 'Command "%s" had error code %s in %s', + command_desc, + proc.returncode, + cwd, + ) + elif on_returncode == "ignore": + pass + else: + raise ValueError(f"Invalid value: on_returncode={on_returncode!r}") + return output + + +def runner_with_spinner_message(message: str) -> Callable[..., None]: + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for pep517's Pep517HookCaller. Thus, the runner has + an API that matches what's expected by Pep517HookCaller.subprocess_runner. + """ + + def runner( + cmd: List[str], + cwd: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + ) -> None: + with open_spinner(message) as spinner: + call_subprocess( + cmd, + command_desc=message, + cwd=cwd, + extra_environ=extra_environ, + spinner=spinner, + ) + + return runner diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..442679a --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,246 @@ +import errno +import itertools +import logging +import os.path +import tempfile +from contextlib import ExitStack, contextmanager +from typing import Any, Dict, Iterator, Optional, TypeVar, Union + +from pip._internal.utils.misc import enum, rmtree + +logger = logging.getLogger(__name__) + +_T = TypeVar("_T", bound="TempDirectory") + + +# Kinds of temporary directories. Only needed for ones that are +# globally-managed. +tempdir_kinds = enum( + BUILD_ENV="build-env", + EPHEM_WHEEL_CACHE="ephem-wheel-cache", + REQ_BUILD="req-build", +) + + +_tempdir_manager: Optional[ExitStack] = None + + +@contextmanager +def global_tempdir_manager() -> Iterator[None]: + global _tempdir_manager + with ExitStack() as stack: + old_tempdir_manager, _tempdir_manager = _tempdir_manager, stack + try: + yield + finally: + _tempdir_manager = old_tempdir_manager + + +class TempDirectoryTypeRegistry: + """Manages temp directory behavior""" + + def __init__(self) -> None: + self._should_delete: Dict[str, bool] = {} + + def set_delete(self, kind: str, value: bool) -> None: + """Indicate whether a TempDirectory of the given kind should be + auto-deleted. + """ + self._should_delete[kind] = value + + def get_delete(self, kind: str) -> bool: + """Get configured auto-delete flag for a given TempDirectory type, + default True. + """ + return self._should_delete.get(kind, True) + + +_tempdir_registry: Optional[TempDirectoryTypeRegistry] = None + + +@contextmanager +def tempdir_registry() -> Iterator[TempDirectoryTypeRegistry]: + """Provides a scoped global tempdir registry that can be used to dictate + whether directories should be deleted. + """ + global _tempdir_registry + old_tempdir_registry = _tempdir_registry + _tempdir_registry = TempDirectoryTypeRegistry() + try: + yield _tempdir_registry + finally: + _tempdir_registry = old_tempdir_registry + + +class _Default: + pass + + +_default = _Default() + + +class TempDirectory: + """Helper class that owns and cleans up a temporary directory. + + This class can be used as a context manager or as an OO representation of a + temporary directory. + + Attributes: + path + Location to the created temporary directory + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + Methods: + cleanup() + Deletes the temporary directory + + When used as a context manager, if the delete attribute is True, on + exiting the context the temporary directory is deleted. + """ + + def __init__( + self, + path: Optional[str] = None, + delete: Union[bool, None, _Default] = _default, + kind: str = "temp", + globally_managed: bool = False, + ): + super().__init__() + + if delete is _default: + if path is not None: + # If we were given an explicit directory, resolve delete option + # now. + delete = False + else: + # Otherwise, we wait until cleanup and see what + # tempdir_registry says. + delete = None + + # The only time we specify path is in for editables where it + # is the value of the --src option. + if path is None: + path = self._create(kind) + + self._path = path + self._deleted = False + self.delete = delete + self.kind = kind + + if globally_managed: + assert _tempdir_manager is not None + _tempdir_manager.enter_context(self) + + @property + def path(self) -> str: + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self: _T) -> _T: + return self + + def __exit__(self, exc: Any, value: Any, tb: Any) -> None: + if self.delete is not None: + delete = self.delete + elif _tempdir_registry: + delete = _tempdir_registry.get_delete(self.kind) + else: + delete = True + + if delete: + self.cleanup() + + def _create(self, kind: str) -> str: + """Create a temporary directory and store its path in self.path""" + # We realpath here because some systems have their default tmpdir + # symlinked to another directory. This tends to confuse build + # scripts, so we canonicalize the path by traversing potential + # symlinks here. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + logger.debug("Created temporary directory: %s", path) + return path + + def cleanup(self) -> None: + """Remove the temporary directory created and reset state""" + self._deleted = True + if not os.path.exists(self._path): + return + rmtree(self._path) + + +class AdjacentTempDirectory(TempDirectory): + """Helper class that creates a temporary directory adjacent to a real one. + + Attributes: + original + The original directory to create a temp directory for. + path + After calling create() or entering, contains the full + path to the temporary directory. + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + """ + + # The characters that may be used to name the temp directory + # We always prepend a ~ and then rotate through these until + # a usable name is found. + # pkg_resources raises a different error for .dist-info folder + # with leading '-' and invalid metadata + LEADING_CHARS = "-~.=%0123456789" + + def __init__(self, original: str, delete: Optional[bool] = None) -> None: + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name: str) -> Iterator[str]: + """Generates a series of temporary names. + + The algorithm replaces the leading characters in the name + with ones that are valid filesystem characters, but are not + valid package names (for both Python and pip definitions of + package). + """ + for i in range(1, len(name)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i - 1 + ): + new_name = "~" + "".join(candidate) + name[i:] + if new_name != name: + yield new_name + + # If we make it this far, we will have to make a longer name + for i in range(len(cls.LEADING_CHARS)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i + ): + new_name = "~" + "".join(candidate) + name + if new_name != name: + yield new_name + + def _create(self, kind: str) -> str: + root, name = os.path.split(self.original) + for candidate in self._generate_names(name): + path = os.path.join(root, candidate) + try: + os.mkdir(path) + except OSError as ex: + # Continue if the name exists already + if ex.errno != errno.EEXIST: + raise + else: + path = os.path.realpath(path) + break + else: + # Final fallback on the default behavior. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + + logger.debug("Created temporary directory: %s", path) + return path diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..5f63f97 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,258 @@ +"""Utilities related archives. +""" + +import logging +import os +import shutil +import stat +import tarfile +import zipfile +from typing import Iterable, List, Optional +from zipfile import ZipInfo + +from pip._internal.exceptions import InstallationError +from pip._internal.utils.filetypes import ( + BZ2_EXTENSIONS, + TAR_EXTENSIONS, + XZ_EXTENSIONS, + ZIP_EXTENSIONS, +) +from pip._internal.utils.misc import ensure_dir + +logger = logging.getLogger(__name__) + + +SUPPORTED_EXTENSIONS = ZIP_EXTENSIONS + TAR_EXTENSIONS + +try: + import bz2 # noqa + + SUPPORTED_EXTENSIONS += BZ2_EXTENSIONS +except ImportError: + logger.debug("bz2 module is not available") + +try: + # Only for Python 3.3+ + import lzma # noqa + + SUPPORTED_EXTENSIONS += XZ_EXTENSIONS +except ImportError: + logger.debug("lzma module is not available") + + +def current_umask() -> int: + """Get the current umask which involves having to set it temporarily.""" + mask = os.umask(0) + os.umask(mask) + return mask + + +def split_leading_dir(path: str) -> List[str]: + path = path.lstrip("/").lstrip("\\") + if "/" in path and ( + ("\\" in path and path.find("/") < path.find("\\")) or "\\" not in path + ): + return path.split("/", 1) + elif "\\" in path: + return path.split("\\", 1) + else: + return [path, ""] + + +def has_leading_dir(paths: Iterable[str]) -> bool: + """Returns true if all the paths have the same leading path name + (i.e., everything is in one subdirectory in an archive)""" + common_prefix = None + for path in paths: + prefix, rest = split_leading_dir(path) + if not prefix: + return False + elif common_prefix is None: + common_prefix = prefix + elif prefix != common_prefix: + return False + return True + + +def is_within_directory(directory: str, target: str) -> bool: + """ + Return true if the absolute path of target is within the directory + """ + abs_directory = os.path.abspath(directory) + abs_target = os.path.abspath(target) + + prefix = os.path.commonprefix([abs_directory, abs_target]) + return prefix == abs_directory + + +def set_extracted_file_to_default_mode_plus_executable(path: str) -> None: + """ + Make file present at path have execute for user/group/world + (chmod +x) is no-op on windows per python docs + """ + os.chmod(path, (0o777 & ~current_umask() | 0o111)) + + +def zip_item_is_executable(info: ZipInfo) -> bool: + mode = info.external_attr >> 16 + # if mode and regular file and any execute permissions for + # user/group/world? + return bool(mode and stat.S_ISREG(mode) and mode & 0o111) + + +def unzip_file(filename: str, location: str, flatten: bool = True) -> None: + """ + Unzip the file (with path `filename`) to the destination `location`. All + files are written based on system defaults and umask (i.e. permissions are + not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + zipfp = open(filename, "rb") + try: + zip = zipfile.ZipFile(zipfp, allowZip64=True) + leading = has_leading_dir(zip.namelist()) and flatten + for info in zip.infolist(): + name = info.filename + fn = name + if leading: + fn = split_leading_dir(name)[1] + fn = os.path.join(location, fn) + dir = os.path.dirname(fn) + if not is_within_directory(location, fn): + message = ( + "The zip file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, fn, location)) + if fn.endswith("/") or fn.endswith("\\"): + # A directory + ensure_dir(fn) + else: + ensure_dir(dir) + # Don't use read() to avoid allocating an arbitrarily large + # chunk of memory for the file's content + fp = zip.open(name) + try: + with open(fn, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + finally: + fp.close() + if zip_item_is_executable(info): + set_extracted_file_to_default_mode_plus_executable(fn) + finally: + zipfp.close() + + +def untar_file(filename: str, location: str) -> None: + """ + Untar the file (with path `filename`) to the destination `location`. + All files are written based on system defaults and umask (i.e. permissions + are not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + if filename.lower().endswith(".gz") or filename.lower().endswith(".tgz"): + mode = "r:gz" + elif filename.lower().endswith(BZ2_EXTENSIONS): + mode = "r:bz2" + elif filename.lower().endswith(XZ_EXTENSIONS): + mode = "r:xz" + elif filename.lower().endswith(".tar"): + mode = "r" + else: + logger.warning( + "Cannot determine compression type for file %s", + filename, + ) + mode = "r:*" + tar = tarfile.open(filename, mode, encoding="utf-8") + try: + leading = has_leading_dir([member.name for member in tar.getmembers()]) + for member in tar.getmembers(): + fn = member.name + if leading: + fn = split_leading_dir(fn)[1] + path = os.path.join(location, fn) + if not is_within_directory(location, path): + message = ( + "The tar file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, path, location)) + if member.isdir(): + ensure_dir(path) + elif member.issym(): + try: + # https://github.com/python/typeshed/issues/2673 + tar._extract_member(member, path) # type: ignore + except Exception as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + else: + try: + fp = tar.extractfile(member) + except (KeyError, AttributeError) as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + ensure_dir(os.path.dirname(path)) + assert fp is not None + with open(path, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + fp.close() + # Update the timestamp (useful for cython compiled files) + tar.utime(member, path) + # member have any execute permissions for user/group/world? + if member.mode & 0o111: + set_extracted_file_to_default_mode_plus_executable(path) + finally: + tar.close() + + +def unpack_file( + filename: str, + location: str, + content_type: Optional[str] = None, +) -> None: + filename = os.path.realpath(filename) + if ( + content_type == "application/zip" + or filename.lower().endswith(ZIP_EXTENSIONS) + or zipfile.is_zipfile(filename) + ): + unzip_file(filename, location, flatten=not filename.endswith(".whl")) + elif ( + content_type == "application/x-gzip" + or tarfile.is_tarfile(filename) + or filename.lower().endswith(TAR_EXTENSIONS + BZ2_EXTENSIONS + XZ_EXTENSIONS) + ): + untar_file(filename, location) + else: + # FIXME: handle? + # FIXME: magic signatures? + logger.critical( + "Cannot unpack file %s (downloaded from %s, content-type: %s); " + "cannot detect archive format", + filename, + location, + content_type, + ) + raise InstallationError(f"Cannot determine archive format of {location}") diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..6ba2e04 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py @@ -0,0 +1,62 @@ +import os +import string +import urllib.parse +import urllib.request +from typing import Optional + +from .compat import WINDOWS + + +def get_url_scheme(url: str) -> Optional[str]: + if ":" not in url: + return None + return url.split(":", 1)[0].lower() + + +def path_to_url(path: str) -> str: + """ + Convert a path to a file: URL. The path will be made absolute and have + quoted path parts. + """ + path = os.path.normpath(os.path.abspath(path)) + url = urllib.parse.urljoin("file:", urllib.request.pathname2url(path)) + return url + + +def url_to_path(url: str) -> str: + """ + Convert a file: URL to a path. + """ + assert url.startswith( + "file:" + ), f"You can only turn file: urls into filenames (not {url!r})" + + _, netloc, path, _, _ = urllib.parse.urlsplit(url) + + if not netloc or netloc == "localhost": + # According to RFC 8089, same as empty authority. + netloc = "" + elif WINDOWS: + # If we have a UNC path, prepend UNC share notation. + netloc = "\\\\" + netloc + else: + raise ValueError( + f"non-local file URIs are not supported on this platform: {url!r}" + ) + + path = urllib.request.url2pathname(netloc + path) + + # On Windows, urlsplit parses the path as something like "/C:/Users/foo". + # This creates issues for path-related functions like io.open(), so we try + # to detect and strip the leading slash. + if ( + WINDOWS + and not netloc # Not UNC. + and len(path) >= 3 + and path[0] == "/" # Leading slash to strip. + and path[1] in string.ascii_letters # Drive letter. + and path[2:4] in (":", ":/") # Colon + end of string, or colon + absolute path. + ): + path = path[1:] + + return path diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..c926db4 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_regular_virtualenv() -> bool: + """Checks if sys.real_prefix is set. + + This handles virtual environments created with pypa's virtualenv. + """ + # pypa/virtualenv case + return hasattr(sys, "real_prefix") + + +def running_under_virtualenv() -> bool: + """Return True if we're running inside a virtualenv, False otherwise.""" + return _running_under_venv() or _running_under_regular_virtualenv() + + +def _get_pyvenv_cfg_lines() -> Optional[List[str]]: + """Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines + + Returns None, if it could not read/access the file. + """ + pyvenv_cfg_file = os.path.join(sys.prefix, "pyvenv.cfg") + try: + # Although PEP 405 does not specify, the built-in venv module always + # writes with UTF-8. (pypa/pip#8717) + with open(pyvenv_cfg_file, encoding="utf-8") as f: + return f.read().splitlines() # avoids trailing newlines + except OSError: + return None + + +def _no_global_under_venv() -> bool: + """Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion + + PEP 405 specifies that when system site-packages are not supposed to be + visible from a virtual environment, `pyvenv.cfg` must contain the following + line: + + include-system-site-packages = false + + Additionally, log a warning if accessing the file fails. + """ + cfg_lines = _get_pyvenv_cfg_lines() + if cfg_lines is None: + # We're not in a "sane" venv, so assume there is no system + # site-packages access (since that's PEP 405's default state). + logger.warning( + "Could not access 'pyvenv.cfg' despite a virtual environment " + "being active. Assuming global site-packages is not accessible " + "in this environment." + ) + return True + + for line in cfg_lines: + match = _INCLUDE_SYSTEM_SITE_PACKAGES_REGEX.match(line) + if match is not None and match.group("value") == "false": + return True + return False + + +def _no_global_under_regular_virtualenv() -> bool: + """Check if "no-global-site-packages.txt" exists beside site.py + + This mirrors logic in pypa/virtualenv for determining whether system + site-packages are visible in the virtual environment. + """ + site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) + no_global_site_packages_file = os.path.join( + site_mod_dir, + "no-global-site-packages.txt", + ) + return os.path.exists(no_global_site_packages_file) + + +def virtualenv_no_global() -> bool: + """Returns a boolean, whether running in venv with no system site-packages.""" + # PEP 405 compliance needs to be checked first since virtualenv >=20 would + # return True for both checks, but is only able to use the PEP 405 config. + if _running_under_venv(): + return _no_global_under_venv() + + if _running_under_regular_virtualenv(): + return _no_global_under_regular_virtualenv() + + return False diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..e5e3f34 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,136 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import UnsupportedWheel + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: + """Extract information from the provided wheel, ensuring it meets basic + standards. + + Returns the name of the .dist-info directory and the parsed WHEEL metadata. + """ + try: + info_dir = wheel_dist_info_dir(wheel_zip, name) + metadata = wheel_metadata(wheel_zip, info_dir) + version = wheel_version(metadata) + except UnsupportedWheel as e: + raise UnsupportedWheel("{} has an invalid wheel, {}".format(name, str(e))) + + check_compatibility(version, name) + + return info_dir, metadata + + +def wheel_dist_info_dir(source: ZipFile, name: str) -> str: + """Returns the name of the contained .dist-info directory. + + Raises AssertionError or UnsupportedWheel if not found, >1 found, or + it doesn't match the provided name. + """ + # Zip file path separators must be / + subdirs = {p.split("/", 1)[0] for p in source.namelist()} + + info_dirs = [s for s in subdirs if s.endswith(".dist-info")] + + if not info_dirs: + raise UnsupportedWheel(".dist-info directory not found") + + if len(info_dirs) > 1: + raise UnsupportedWheel( + "multiple .dist-info directories found: {}".format(", ".join(info_dirs)) + ) + + info_dir = info_dirs[0] + + info_dir_name = canonicalize_name(info_dir) + canonical_name = canonicalize_name(name) + if not info_dir_name.startswith(canonical_name): + raise UnsupportedWheel( + ".dist-info directory {!r} does not start with {!r}".format( + info_dir, canonical_name + ) + ) + + return info_dir + + +def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: + try: + return source.read(path) + # BadZipFile for general corruption, KeyError for missing entry, + # and RuntimeError for password-protected files + except (BadZipFile, KeyError, RuntimeError) as e: + raise UnsupportedWheel(f"could not read {path!r} file: {e!r}") + + +def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message: + """Return the WHEEL metadata of an extracted wheel, if possible. + Otherwise, raise UnsupportedWheel. + """ + path = f"{dist_info_dir}/WHEEL" + # Zip file path separators must be / + wheel_contents = read_wheel_metadata_file(source, path) + + try: + wheel_text = wheel_contents.decode() + except UnicodeDecodeError as e: + raise UnsupportedWheel(f"error decoding {path!r}: {e!r}") + + # FeedParser (used by Parser) does not raise any exceptions. The returned + # message may have .defects populated, but for backwards-compatibility we + # currently ignore them. + return Parser().parsestr(wheel_text) + + +def wheel_version(wheel_data: Message) -> Tuple[int, ...]: + """Given WHEEL metadata, return the parsed Wheel-Version. + Otherwise, raise UnsupportedWheel. + """ + version_text = wheel_data["Wheel-Version"] + if version_text is None: + raise UnsupportedWheel("WHEEL is missing Wheel-Version") + + version = version_text.strip() + + try: + return tuple(map(int, version.split("."))) + except ValueError: + raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}") + + +def check_compatibility(version: Tuple[int, ...], name: str) -> None: + """Raises errors or warns if called with an incompatible Wheel-Version. + + pip should refuse to install a Wheel-Version that's a major series + ahead of what it's compatible with (e.g 2.0 > 1.1); and warn when + installing a version only minor version ahead (e.g 1.2 > 1.1). + + version: a 2-tuple representing a Wheel-Version (Major, Minor) + name: name of wheel or package to raise exception about + + :raises UnsupportedWheel: when an incompatible Wheel-Version is given + """ + if version[0] > VERSION_COMPATIBLE[0]: + raise UnsupportedWheel( + "{}'s Wheel-Version ({}) is not compatible with this version " + "of pip".format(name, ".".join(map(str, version))) + ) + elif version > VERSION_COMPATIBLE: + logger.warning( + "Installing from a newer Wheel-Version (%s)", + ".".join(map(str, version)), + ) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py @@ -0,0 +1,15 @@ +# Expose a limited set of classes and functions so callers outside of +# the vcs package don't need to import deeper than `pip._internal.vcs`. +# (The test directory may still need to import from a vcs sub-package.) +# Import all vcs modules to register each VCS in the VcsSupport object. +import pip._internal.vcs.bazaar +import pip._internal.vcs.git +import pip._internal.vcs.mercurial +import pip._internal.vcs.subversion # noqa: F401 +from pip._internal.vcs.versioncontrol import ( # noqa: F401 + RemoteNotFoundError, + RemoteNotValidError, + is_url, + make_vcs_requirement_url, + vcs, +) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..299ee5c4b81ddf904f5776d3a9c9a5b0f1a0f090 GIT binary patch literal 556 zcmZWny-ve05O$jWq(z+&QY9F=c4!QO5g`U(>;Q-%OXMb})`}g6vr{OKz`%R(1iXt^ zCSHLFy989Jw)}m*@6(;mC#&IbK-_w(KH$DZ$fpmsm($3lJK94|@<5Oz*l?@iu;KQG zTcRVoNmurgo{W-6_LIIGB!j?Z-jPZ8<*Ja`q+|DQK`H|?Wo}em=GTY{x5Nh~cq4YX zPHPl)Bv}FJD$^;#W6cpHlxE|EPMqx7QN^n`<)r~EnTVYj&)ExOXhY}NgI#;UjXm6z zC16$~XTl!sn!28^05w;o9q+o0m8sI866mLgp@+7Ij)$&;cY;HI_wfBnmr4Q^tUxa5 zmC9=WGEJWp7P?{?PooW9yqIMMcJq~^Vv3ssg literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15f113922ebcb4685e89d14052c53ba72a1b2d0c GIT binary patch literal 3383 zcmZ`+-EJJW6&}uTW@lHc)k<3Z+D$iY;&jtWo3trX7)6lOj?w~w3M6hX1}z4oA$NDG z`4h>NtikH0GLYP)FHjVaF8u_37vA=w@GAsH+;ccuS+d;`$UWpaB+t)x4yj^sv1P&c zkMiIAzYCW29~|8LC=5P@CclM_S&XDsfWLN1GCQy{CvY+vP=a$#>SkWxWsRU=#x(V_ zX3#XWo3^rrV8PH{+Rhe(#jF!_vZY`t>jvFyIanqZw=P!r>Lm$!Us$Zc{3jOkdH382 z*7)+pI$ygau%3Kv4VuqD8*6{yX!>O$mG=Kws-(!HRJ)I+Wy%M(Zv8%CjOUN|W2M_H zk!2d4hGnEC1ESkmbjZWF$g(JBFkZmKQi2{Z!BsB+Yq_8wD-HHiXx$%gGy9%7kcd-h$xRIgGS}U z@aGey%Bnf1WYs`Y%1Ohqx!k!L&iNk=k9mGPOp}9Q&H2^thaU`OqWBK%a~Q#rVVRV}Fv%4c z0OcV-X?S3KwOgL*aUF(KO-e8IH8|J=xLZSae}9Xy_KC?^T*>FD=Gn zE;LObiG>FO0!`8lkU`IZC#Lyz{`;Cro{q#i%57k`iQN{iFfN;KOGjxm)_$BZv&&1E zh#tx|M_k2|Fy|-lz);?W&UYxW&7Vi;bKmobPdw7Gd!$3E?p4gLm&I6Y=O5D8OdL?5 zne{hI5sbh&_>bA&*;q`$Z_d8<)g5^ zGjd7(;+&B)`wZZW(7q&M1q>k@)){aCq|V4O?yWp1KKF;iiej;WOUISd65!RtY=gwA zGcpHMz`dbcQbj_c=OzOR@knJ2Dy%HJIh9<%H6$g(su_lH3S=18HX@1yYWN8>Q=wLz z79gfYsyjFG`?VAOw1^|T|8Cihu*YTsbqoXoh>uIkDfYuK~9R3P$~xL4FmHV7I}Iq-UpF^UG-ut0GRy6s9)a-_xsgS83`!6 z*ArqJrG0}O@OPOeDot`OAuviLr5FMmXq?x*Fp(iT2*Xrj!7Ie6z$z#3ULJVj1EfE~ zB@|pMHO0L&d8{cecolvf47xDS0*w70tTU-j?H2J~v>o3BtOG&ok~XoQ+b^hBt=$OU z%eA+{g%G_CS04udKU~b+!o2tPwF?zJFZLdZU&DfDFW{T!{%>Fcvh1a8K8PmxRC(2) zc5P72{1Ysb9q6ciUAdmOy=wKA0ky2Ad6e-O6`y}dV{tZ^!^AVMHM_d^S$Yzk%07S{ zF3`T3@IG8WsEzEiB7aZyvk2nM_6zO&t;x08u;F-F?61askuA7Jgvq(22z%v7!wIRn< z5@#H4e5M^hoxqYK*096sDBvw^X$S6d@g5Gbz=~hs+=5B@dZj=Y33QrhVu!geKE>`K zbebL%MJfG*3e+jN!iqE^YwJIMZC?{%>noe1brh=uzM5k*?i_biPYke%I-I{XY-m BP$>Wa literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..44413033071d5bd4b8a889cd091c75b2ea1250a6 GIT binary patch literal 12586 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 TvuTw~dd;j=nzr$$`R4xtj3O;7 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eb74b2d22ce6c8830d49effded747374fd81e43f GIT binary patch literal 8490 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 0000000..a7b16e2 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py @@ -0,0 +1,101 @@ +import logging +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Bazaar(VersionControl): + name = "bzr" + dirname = ".bzr" + repo_name = "branch" + schemes = ( + "bzr+http", + "bzr+https", + "bzr+ssh", + "bzr+sftp", + "bzr+ftp", + "bzr+lp", + "bzr+file", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + elif verbosity == 1: + flag = "" + else: + flag = f"-{'v'*verbosity}" + cmd_args = make_command("branch", flag, rev_options.to_args(), url, dest) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command("pull", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// readd it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "bzr+" + url + return url, rev, user_pass + + @classmethod + def get_remote_url(cls, location: str) -> str: + urls = cls.run_command( + ["info"], show_stdout=False, stdout_only=True, cwd=location + ) + for line in urls.splitlines(): + line = line.strip() + for x in ("checkout of branch: ", "parent branch: "): + if line.startswith(x): + repo = line.split(x)[1] + if cls._is_local_repository(repo): + return path_to_url(repo) + return repo + raise RemoteNotFoundError + + @classmethod + def get_revision(cls, location: str) -> str: + revision = cls.run_command( + ["revno"], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return revision.splitlines()[-1] + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..8d1d499 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,526 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return tuple(int(c) for c in match.groups()) + + @classmethod + def get_current_branch(cls, location: str) -> Optional[str]: + """ + Return the current branch, or None if HEAD isn't at a branch + (e.g. detached HEAD). + """ + # git-symbolic-ref exits with empty stdout if "HEAD" is a detached + # HEAD rather than a symbolic ref. In addition, the -q causes the + # command to exit with status code 1 instead of 128 in this case + # and to suppress the message to stderr. + args = ["symbolic-ref", "-q", "HEAD"] + output = cls.run_command( + args, + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + ref = output.strip() + + if ref.startswith("refs/heads/"): + return ref[len("refs/heads/") :] + + return None + + @classmethod + def get_revision_sha(cls, dest: str, rev: str) -> Tuple[Optional[str], bool]: + """ + Return (sha_or_none, is_branch), where sha_or_none is a commit hash + if the revision names a remote branch or tag, otherwise None. + + Args: + dest: the repository directory. + rev: the revision name. + """ + # Pass rev to pre-filter the list. + output = cls.run_command( + ["show-ref", rev], + cwd=dest, + show_stdout=False, + stdout_only=True, + on_returncode="ignore", + ) + refs = {} + # NOTE: We do not use splitlines here since that would split on other + # unicode separators, which can be maliciously used to install a + # different revision. + for line in output.strip().split("\n"): + line = line.rstrip("\r") + if not line: + continue + try: + ref_sha, ref_name = line.split(" ", maxsplit=2) + except ValueError: + # Include the offending line to simplify troubleshooting if + # this error ever occurs. + raise ValueError(f"unexpected show-ref line: {line!r}") + + refs[ref_name] = ref_sha + + branch_ref = f"refs/remotes/origin/{rev}" + tag_ref = f"refs/tags/{rev}" + + sha = refs.get(branch_ref) + if sha is not None: + return (sha, True) + + sha = refs.get(tag_ref) + + return (sha, False) + + @classmethod + def _should_fetch(cls, dest: str, rev: str) -> bool: + """ + Return true if rev is a ref or is a commit that we don't have locally. + + Branches and tags are not considered in this method because they are + assumed to be always available locally (which is a normal outcome of + ``git clone`` and ``git fetch --tags``). + """ + if rev.startswith("refs/"): + # Always fetch remote refs. + return True + + if not looks_like_hash(rev): + # Git fetch would fail with abbreviated commits. + return False + + if cls.has_commit(dest, rev): + # Don't fetch if we have the commit locally. + return False + + return True + + @classmethod + def resolve_revision( + cls, dest: str, url: HiddenText, rev_options: RevOptions + ) -> RevOptions: + """ + Resolve a revision to a new RevOptions object with the SHA1 of the + branch, tag, or ref if found. + + Args: + rev_options: a RevOptions object. + """ + rev = rev_options.arg_rev + # The arg_rev property's implementation for Git ensures that the + # rev return value is always non-None. + assert rev is not None + + sha, is_branch = cls.get_revision_sha(dest, rev) + + if sha is not None: + rev_options = rev_options.make_new(sha) + rev_options.branch_name = rev if is_branch else None + + return rev_options + + # Do not show a warning for the common case of something that has + # the form of a Git commit hash. + if not looks_like_hash(rev): + logger.warning( + "Did not find branch or tag '%s', assuming revision or ref.", + rev, + ) + + if not cls._should_fetch(dest, rev): + return rev_options + + # fetch the requested revision + cls.run_command( + make_command("fetch", "-q", url, rev_options.to_args()), + cwd=dest, + ) + # Change the revision to the SHA of the ref we fetched + sha = cls.get_revision(dest, rev="FETCH_HEAD") + rev_options = rev_options.make_new(sha) + + return rev_options + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the current commit hash equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + if not name: + # Then avoid an unnecessary subprocess call. + return False + + return cls.get_revision(dest) == name + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info("Cloning %s%s to %s", url, rev_display, display_path(dest)) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + else: + flags = ("--verbose", "--progress") + if self.get_git_version() >= (2, 17): + # Git added support for partial clone in 2.17 + # https://git-scm.com/docs/partial-clone + # Speeds up cloning by functioning without a complete copy of repository + self.run_command( + make_command( + "clone", + "--filter=blob:none", + *flags, + url, + dest, + ) + ) + else: + self.run_command(make_command("clone", *flags, url, dest)) + + if rev_options.rev: + # Then a specific revision was requested. + rev_options = self.resolve_revision(dest, url, rev_options) + branch_name = getattr(rev_options, "branch_name", None) + logger.debug("Rev options %s, branch_name %s", rev_options, branch_name) + if branch_name is None: + # Only do a checkout if the current commit id doesn't match + # the requested revision. + if not self.is_commit_id_equal(dest, rev_options.rev): + cmd_args = make_command( + "checkout", + "-q", + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + elif self.get_current_branch(dest) != branch_name: + # Then a specific branch was requested, and that branch + # is not yet checked out. + track_branch = f"origin/{branch_name}" + cmd_args = [ + "checkout", + "-b", + branch_name, + "--track", + track_branch, + ] + self.run_command(cmd_args, cwd=dest) + else: + sha = self.get_revision(dest) + rev_options = rev_options.make_new(sha) + + logger.info("Resolved %s to commit %s", url, rev_options.rev) + + #: repo may contain submodules + self.update_submodules(dest) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + cmd_args = make_command("checkout", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + # First fetch changes from the default remote + if self.get_git_version() >= (1, 9): + # fetch tags in addition to everything else + self.run_command(["fetch", "-q", "--tags"], cwd=dest) + else: + self.run_command(["fetch", "-q"], cwd=dest) + # Then reset to wanted revision (maybe even origin/master) + rev_options = self.resolve_revision(dest, url, rev_options) + cmd_args = make_command("reset", "--hard", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return URL of the first remote encountered. + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + # We need to pass 1 for extra_ok_returncodes since the command + # exits with return code 1 if there are no matching lines. + stdout = cls.run_command( + ["config", "--get-regexp", r"remote\..*\.url"], + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + remotes = stdout.splitlines() + try: + found_remote = remotes[0] + except IndexError: + raise RemoteNotFoundError + + for remote in remotes: + if remote.startswith("remote.origin.url "): + found_remote = remote + break + url = found_remote.split(" ")[1] + return cls._git_remote_to_pip_url(url.strip()) + + @staticmethod + def _git_remote_to_pip_url(url: str) -> str: + """ + Convert a remote url from what git uses to what pip accepts. + + There are 3 legal forms **url** may take: + + 1. A fully qualified url: ssh://git@example.com/foo/bar.git + 2. A local project.git folder: /path/to/bare/repository.git + 3. SCP shorthand for form 1: git@example.com:foo/bar.git + + Form 1 is output as-is. Form 2 must be converted to URI and form 3 must + be converted to form 1. + + See the corresponding test test_git_remote_url_to_pip() for examples of + sample inputs/outputs. + """ + if re.match(r"\w+://", url): + # This is already valid. Pass it though as-is. + return url + if os.path.exists(url): + # A local bare remote (git clone --mirror). + # Needs a file:// prefix. + return pathlib.PurePath(url).as_uri() + scp_match = SCP_REGEX.match(url) + if scp_match: + # Add an ssh:// prefix and replace the ':' with a '/'. + return scp_match.expand(r"ssh://\1\2/\3") + # Otherwise, bail out. + raise RemoteNotValidError(url) + + @classmethod + def has_commit(cls, location: str, rev: str) -> bool: + """ + Check if rev is a commit that is available in the local repository. + """ + try: + cls.run_command( + ["rev-parse", "-q", "--verify", "sha^" + rev], + cwd=location, + log_failed_cmd=False, + ) + except InstallationError: + return False + else: + return True + + @classmethod + def get_revision(cls, location: str, rev: Optional[str] = None) -> str: + if rev is None: + rev = "HEAD" + current_rev = cls.run_command( + ["rev-parse", rev], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return current_rev.strip() + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + git_dir = cls.run_command( + ["rev-parse", "--git-dir"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if not os.path.isabs(git_dir): + git_dir = os.path.join(location, git_dir) + repo_root = os.path.abspath(os.path.join(git_dir, "..")) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for + parsing. Hence we remove it again afterwards and return it as a stub. + """ + # Works around an apparent Git bug + # (see https://article.gmane.org/gmane.comp.version-control.git/146500) + scheme, netloc, path, query, fragment = urlsplit(url) + if scheme.endswith("file"): + initial_slashes = path[: -len(path.lstrip("/"))] + newpath = initial_slashes + urllib.request.url2pathname(path).replace( + "\\", "/" + ).lstrip("/") + after_plus = scheme.find("+") + 1 + url = scheme[:after_plus] + urlunsplit( + (scheme[after_plus:], netloc, newpath, query, fragment), + ) + + if "://" not in url: + assert "file:" not in url + url = url.replace("git+", "git+ssh://") + url, rev, user_pass = super().get_url_rev_and_auth(url) + url = url.replace("ssh://", "") + else: + url, rev, user_pass = super().get_url_rev_and_auth(url) + + return url, rev, user_pass + + @classmethod + def update_submodules(cls, location: str) -> None: + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + ["submodule", "update", "--init", "--recursive", "-q"], + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["rev-parse", "--show-toplevel"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under git control " + "because git is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + @staticmethod + def should_add_vcs_url_prefix(repo_url: str) -> bool: + """In either https or ssh form, requirements must be prefixed with git+.""" + return True + + +vcs.register(Git) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..2a005e0 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..89c8754 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,324 @@ +import logging +import os +import re +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import ( + HiddenText, + display_path, + is_console_interactive, + is_installable_dir, + split_auth_from_netloc, +) +from pip._internal.utils.subprocess import CommandArgs, make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + +_svn_xml_url_re = re.compile('url="([^"]+)"') +_svn_rev_re = re.compile(r'committed-rev="(\d+)"') +_svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') +_svn_info_xml_url_re = re.compile(r"(.*)") + + +class Subversion(VersionControl): + name = "svn" + dirname = ".svn" + repo_name = "checkout" + schemes = ("svn+ssh", "svn+http", "svn+https", "svn+svn", "svn+file") + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + return True + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the maximum revision for all files under a given location + """ + # Note: taken from setuptools.command.egg_info + revision = 0 + + for base, dirs, _ in os.walk(location): + if cls.dirname not in dirs: + dirs[:] = [] + continue # no sense walking uncontrolled subdirs + dirs.remove(cls.dirname) + entries_fn = os.path.join(base, cls.dirname, "entries") + if not os.path.exists(entries_fn): + # FIXME: should we warn? + continue + + dirurl, localrev = cls._get_svn_url_rev(base) + + if base == location: + assert dirurl is not None + base = dirurl + "/" # save the root url + elif not dirurl or not dirurl.startswith(base): + dirs[:] = [] + continue # not part of the same svn tree, skip it + revision = max(revision, localrev) + return str(revision) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + This override allows the auth information to be passed to svn via the + --username and --password options instead of via the URL. + """ + if scheme == "ssh": + # The --username and --password options can't be used for + # svn+ssh URLs, so keep the auth information in the URL. + return super().get_netloc_and_auth(netloc, scheme) + + return split_auth_from_netloc(netloc) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing svn+ from svn+ssh:// readd it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "svn+" + url + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + extra_args: CommandArgs = [] + if username: + extra_args += ["--username", username] + if password: + extra_args += ["--password", password] + + return extra_args + + @classmethod + def get_remote_url(cls, location: str) -> str: + # In cases where the source is in a subdirectory, we have to look up in + # the location until we find a valid project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + raise RemoteNotFoundError + + url, _rev = cls._get_svn_url_rev(location) + if url is None: + raise RemoteNotFoundError + + return url + + @classmethod + def _get_svn_url_rev(cls, location: str) -> Tuple[Optional[str], int]: + from pip._internal.exceptions import InstallationError + + entries_path = os.path.join(location, cls.dirname, "entries") + if os.path.exists(entries_path): + with open(entries_path) as f: + data = f.read() + else: # subversion >= 1.7 does not have the 'entries' file + data = "" + + url = None + if data.startswith("8") or data.startswith("9") or data.startswith("10"): + entries = list(map(str.splitlines, data.split("\n\x0c\n"))) + del entries[0][0] # get rid of the '8' + url = entries[0][3] + revs = [int(d[9]) for d in entries if len(d) > 9 and d[9]] + [0] + elif data.startswith("= 1.7 + # Note that using get_remote_call_options is not necessary here + # because `svn info` is being run against a local directory. + # We don't need to worry about making sure interactive mode + # is being used to prompt for passwords, because passwords + # are only potentially needed for remote server requests. + xml = cls.run_command( + ["info", "--xml", location], + show_stdout=False, + stdout_only=True, + ) + match = _svn_info_xml_url_re.search(xml) + assert match is not None + url = match.group(1) + revs = [int(m.group(1)) for m in _svn_info_xml_rev_re.finditer(xml)] + except InstallationError: + url, revs = None, [] + + if revs: + rev = max(revs) + else: + rev = 0 + + return url, rev + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + def __init__(self, use_interactive: bool = None) -> None: + if use_interactive is None: + use_interactive = is_console_interactive() + self.use_interactive = use_interactive + + # This member is used to cache the fetched version of the current + # ``svn`` client. + # Special value definitions: + # None: Not evaluated yet. + # Empty tuple: Could not parse version. + self._vcs_version: Optional[Tuple[int, ...]] = None + + super().__init__() + + def call_vcs_version(self) -> Tuple[int, ...]: + """Query the version of the currently installed Subversion client. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + # Example versions: + # svn, version 1.10.3 (r1842928) + # compiled Feb 25 2019, 14:20:39 on x86_64-apple-darwin17.0.0 + # svn, version 1.7.14 (r1542130) + # compiled Mar 28 2018, 08:49:13 on x86_64-pc-linux-gnu + # svn, version 1.12.0-SlikSvn (SlikSvn/1.12.0) + # compiled May 28 2019, 13:44:56 on x86_64-microsoft-windows6.2 + version_prefix = "svn, version " + version = self.run_command(["--version"], show_stdout=False, stdout_only=True) + if not version.startswith(version_prefix): + return () + + version = version[len(version_prefix) :].split()[0] + version_list = version.partition("-")[0].split(".") + try: + parsed_version = tuple(map(int, version_list)) + except ValueError: + return () + + return parsed_version + + def get_vcs_version(self) -> Tuple[int, ...]: + """Return the version of the currently installed Subversion client. + + If the version of the Subversion client has already been queried, + a cached value will be used. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + if self._vcs_version is not None: + # Use cached version, if available. + # If parsing the version failed previously (empty tuple), + # do not attempt to parse it again. + return self._vcs_version + + vcs_version = self.call_vcs_version() + self._vcs_version = vcs_version + return vcs_version + + def get_remote_call_options(self) -> CommandArgs: + """Return options to be used on calls to Subversion that contact the server. + + These options are applicable for the following ``svn`` subcommands used + in this class. + + - checkout + - switch + - update + + :return: A list of command line arguments to pass to ``svn``. + """ + if not self.use_interactive: + # --non-interactive switch is available since Subversion 0.14.4. + # Subversion < 1.8 runs in interactive mode by default. + return ["--non-interactive"] + + svn_version = self.get_vcs_version() + # By default, Subversion >= 1.8 runs in non-interactive mode if + # stdin is not a TTY. Since that is how pip invokes SVN, in + # call_subprocess(), pip must pass --force-interactive to ensure + # the user can be prompted for a password, if required. + # SVN added the --force-interactive option in SVN 1.8. Since + # e.g. RHEL/CentOS 7, which is supported until 2024, ships with + # SVN 1.7, pip should continue to support SVN 1.7. Therefore, pip + # can't safely add the option if the SVN version is < 1.8 (or unknown). + if svn_version >= (1, 8): + return ["--force-interactive"] + + return [] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + else: + flag = "" + cmd_args = make_command( + "checkout", + flag, + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "switch", + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "update", + self.get_remote_call_options(), + rev_options.to_args(), + dest, + ) + self.run_command(cmd_args) + + +vcs.register(Subversion) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..02bbf68 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,705 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Iterable, + Iterator, + List, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + + +__all__ = ["vcs"] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name: str) -> bool: + """ + Return true if the name looks like a URL. + """ + scheme = get_url_scheme(name) + if scheme is None: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None +) -> str: + """ + Return the URL for a VCS requirement. + + Args: + repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). + project_name: the (unescaped) project name. + """ + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{rev}#egg={egg_project_name}" + if subdir: + req += f"&subdirectory={subdir}" + + return req + + +def find_path_to_project_root_from_repo_root( + location: str, repo_root: str +) -> Optional[str]: + """ + Find the the Python project's root by searching up the filesystem from + `location`. Return the path to project root relative to `repo_root`. + Return None if the project root is `repo_root`, or cannot be found. + """ + # find project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find a Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + return None + + if os.path.samefile(repo_root, location): + return None + + return os.path.relpath(location, repo_root) + + +class RemoteNotFoundError(Exception): + pass + + +class RemoteNotValidError(Exception): + def __init__(self, url: str): + super().__init__(url) + self.url = url + + +class RevOptions: + + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Instances of this class should be treated as if immutable. + """ + + def __init__( + self, + vc_class: Type["VersionControl"], + rev: Optional[str] = None, + extra_args: Optional[CommandArgs] = None, + ) -> None: + """ + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + if extra_args is None: + extra_args = [] + + self.extra_args = extra_args + self.rev = rev + self.vc_class = vc_class + self.branch_name: Optional[str] = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> Optional[str]: + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self) -> CommandArgs: + """ + Return the VCS-specific command arguments. + """ + args: CommandArgs = [] + rev = self.arg_rev + if rev is not None: + args += self.vc_class.get_base_rev_args(rev) + args += self.extra_args + + return args + + def to_display(self) -> str: + if not self.rev: + return "" + + return f" (to revision {self.rev})" + + def make_new(self, rev: str) -> "RevOptions": + """ + Make a copy of the current instance, but with a new rev. + + Args: + rev: the name of the revision for the new object. + """ + return self.vc_class.make_rev_options(rev, extra_args=self.extra_args) + + +class VcsSupport: + _registry: Dict[str, "VersionControl"] = {} + schemes = ["ssh", "git", "hg", "bzr", "sftp", "svn"] + + def __init__(self) -> None: + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self) -> Iterator[str]: + return self._registry.__iter__() + + @property + def backends(self) -> List["VersionControl"]: + return list(self._registry.values()) + + @property + def dirnames(self) -> List[str]: + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self) -> List[str]: + schemes: List[str] = [] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls: Type["VersionControl"]) -> None: + if not hasattr(cls, "name"): + logger.warning("Cannot register VCS %s", cls.__name__) + return + if cls.name not in self._registry: + self._registry[cls.name] = cls() + logger.debug("Registered VCS backend: %s", cls.name) + + def unregister(self, name: str) -> None: + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object if a repository of that type is found + at the given directory. + """ + vcs_backends = {} + for vcs_backend in self._registry.values(): + repo_path = vcs_backend.get_repository_root(location) + if not repo_path: + continue + logger.debug("Determine that %s uses VCS: %s", location, vcs_backend.name) + vcs_backends[repo_path] = vcs_backend + + if not vcs_backends: + return None + + # Choose the VCS in the inner-most directory. Since all repository + # roots found here would be either `location` or one of its + # parents, the longest path should have the most path components, + # i.e. the backend representing the inner-most repository. + inner_most_repo_path = max(vcs_backends, key=len) + return vcs_backends[inner_most_repo_path] + + def get_backend_for_scheme(self, scheme: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + for vcs_backend in self._registry.values(): + if scheme in vcs_backend.schemes: + return vcs_backend + return None + + def get_backend(self, name: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + name = name.lower() + return self._registry.get(name) + + +vcs = VcsSupport() + + +class VersionControl: + name = "" + dirname = "" + repo_name = "" + # List of supported schemes for this Version Control + schemes: Tuple[str, ...] = () + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ: Tuple[str, ...] = () + default_arg_rev: Optional[str] = None + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + """ + Return whether the vcs prefix (e.g. "git+") should be added to a + repository's remote url when used in a requirement. + """ + return not remote_url.lower().startswith(f"{cls.name}:") + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + return None + + @classmethod + def get_requirement_revision(cls, repo_dir: str) -> str: + """ + Return the revision string that should be used in a requirement. + """ + return cls.get_revision(repo_dir) + + @classmethod + def get_src_requirement(cls, repo_dir: str, project_name: str) -> str: + """ + Return the requirement string to use to redownload the files + currently at the given repository directory. + + Args: + project_name: the (unescaped) project name. + + The return value has a form similar to the following: + + {repository_url}@{revision}#egg={project_name} + """ + repo_url = cls.get_remote_url(repo_dir) + + if cls.should_add_vcs_url_prefix(repo_url): + repo_url = f"{cls.name}+{repo_url}" + + revision = cls.get_requirement_revision(repo_dir) + subdir = cls.get_subdirectory(repo_dir) + req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir) + + return req + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + """ + Return the base revision arguments for a vcs command. + + Args: + rev: the name of a revision to install. Cannot be None. + """ + raise NotImplementedError + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + """ + Return true if the commit hash checked out at dest matches + the revision in url. + + Always return False, if the VCS does not support immutable commit + hashes. + + This method does not check if there are local uncommitted changes + in dest after checkout, as pip currently has no use case for that. + """ + return False + + @classmethod + def make_rev_options( + cls, rev: Optional[str] = None, extra_args: Optional[CommandArgs] = None + ) -> RevOptions: + """ + Return a RevOptions object. + + Args: + rev: the name of a revision to install. + extra_args: a list of extra options. + """ + return RevOptions(cls, rev, extra_args=extra_args) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + "Sorry, {!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp".format(url) + ) + # Remove the vcs prefix. + scheme = scheme.split("+", 1)[1] + netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) + rev = None + if "@" in path: + path, rev = path.rsplit("@", 1) + if not rev: + raise InstallationError( + "The URL {!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL.".format(url) + ) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url: HiddenText) -> Tuple[HiddenText, RevOptions]: + """ + Return the URL and RevOptions object to use in obtain(), + as a tuple (url, rev_options). + """ + secret_url, rev, user_pass = self.get_url_rev_and_auth(url.secret) + username, secret_password = user_pass + password: Optional[HiddenText] = None + if secret_password is not None: + password = hide_value(secret_password) + extra_args = self.make_rev_args(username, password) + rev_options = self.make_rev_options(rev, extra_args=extra_args) + + return hide_url(secret_url), rev_options + + @staticmethod + def normalize_url(url: str) -> str: + """ + Normalize a URL for comparison by unquoting it and removing any + trailing slash. + """ + return urllib.parse.unquote(url).rstrip("/") + + @classmethod + def compare_urls(cls, url1: str, url2: str) -> bool: + """ + Compare two repo URLs for identity, ignoring incidental differences. + """ + return cls.normalize_url(url1) == cls.normalize_url(url2) + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + """ + Fetch a revision from a repository, in the case that this is the + first fetch from the repository. + + Args: + dest: the directory to fetch the repository to. + rev_options: a RevOptions object. + verbosity: verbosity level. + """ + raise NotImplementedError + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Update an already-existing repo to the given ``rev_options``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the id of the current commit equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + raise NotImplementedError + + def obtain(self, dest: str, url: HiddenText, verbosity: int) -> None: + """ + Install or update in editable mode the package represented by this + VersionControl object. + + :param dest: the repository directory in which to install or update. + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + rev_display = rev_options.to_display() + if self.is_repository_directory(dest): + existing_url = self.get_remote_url(dest) + if self.compare_urls(existing_url, url.secret): + logger.debug( + "%s in %s exists, and has correct URL (%s)", + self.repo_name.title(), + display_path(dest), + url, + ) + if not self.is_commit_id_equal(dest, rev_options.rev): + logger.info( + "Updating %s %s%s", + display_path(dest), + self.repo_name, + rev_display, + ) + self.update(dest, url, rev_options) + else: + logger.info("Skipping because already up-to-date.") + return + + logger.warning( + "%s %s in %s exists with URL %s", + self.name, + self.repo_name, + display_path(dest), + existing_url, + ) + prompt = ("(s)witch, (i)gnore, (w)ipe, (b)ackup ", ("s", "i", "w", "b")) + else: + logger.warning( + "Directory %s already exists, and is not a %s %s.", + dest, + self.name, + self.repo_name, + ) + # https://github.com/python/mypy/issues/1174 + prompt = ("(i)gnore, (w)ipe, (b)ackup ", ("i", "w", "b")) # type: ignore + + logger.warning( + "The plan is to install the %s repository %s", + self.name, + url, + ) + response = ask_path_exists("What to do? {}".format(prompt[0]), prompt[1]) + + if response == "a": + sys.exit(-1) + + if response == "w": + logger.warning("Deleting %s", display_path(dest)) + rmtree(dest) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + if response == "b": + dest_dir = backup_dir(dest) + logger.warning("Backing up %s to %s", display_path(dest), dest_dir) + shutil.move(dest, dest_dir) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + # Do nothing if the response is "i". + if response == "s": + logger.info( + "Switching %s %s to %s%s", + self.repo_name, + display_path(dest), + url, + rev_display, + ) + self.switch(dest, url, rev_options) + + def unpack(self, location: str, url: HiddenText, verbosity: int) -> None: + """ + Clean up current location and download the url repository + (and vcs infos) into location + + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url, verbosity=verbosity) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return the url used at location + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + raise NotImplementedError + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd: Union[List[str], CommandArgs], + show_stdout: bool = True, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + command_desc: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: bool = True, + stdout_only: bool = False, + ) -> str: + """ + Run a VCS subcommand + This is simply a wrapper around call_subprocess that adds the VCS + command name, and checks that the VCS is available + """ + cmd = make_command(cls.name, *cmd) + if command_desc is None: + command_desc = format_command_args(cmd) + try: + return call_subprocess( + cmd, + show_stdout, + cwd, + on_returncode=on_returncode, + extra_ok_returncodes=extra_ok_returncodes, + command_desc=command_desc, + extra_environ=extra_environ, + unset_environ=cls.unset_environ, + spinner=spinner, + log_failed_cmd=log_failed_cmd, + stdout_only=stdout_only, + ) + except FileNotFoundError: + # errno.ENOENT = no such file or directory + # In other words, the VCS executable isn't available + raise BadCommand( + f"Cannot find command {cls.name!r} - do you have " + f"{cls.name!r} installed and in your PATH?" + ) + except PermissionError: + # errno.EACCES = Permission denied + # This error occurs, for instance, when the command is installed + # only for another user. So, the current user don't have + # permission to call the other user command. + raise BadCommand( + f"No permission to execute {cls.name!r} - install it " + f"locally, globally (ask admin), or check your PATH. " + f"See possible solutions at " + f"https://pip.pypa.io/en/latest/reference/pip_freeze/" + f"#fixing-permission-denied." + ) + + @classmethod + def is_repository_directory(cls, path: str) -> bool: + """ + Return whether a directory path is a repository directory. + """ + logger.debug("Checking in %s for %s (%s)...", path, cls.dirname, cls.name) + return os.path.exists(os.path.join(path, cls.dirname)) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + """ + Return the "root" (top-level) directory controlled by the vcs, + or `None` if the directory is not in any. + + It is meant to be overridden to implement smarter detection + mechanisms for specific vcs. + + This can do more than is_repository_directory() alone. For + example, the Git override checks that Git is actually available. + """ + if cls.is_repository_directory(location): + return location + return None diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..d066344 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,377 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Any, Callable, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file, is_wheel_installed +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BinaryAllowedPredicate = Callable[[InstallRequirement], bool] +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, + check_binary_allowed: BinaryAllowedPredicate, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable() + + if req.use_pep517: + return True + + if not check_binary_allowed(req): + logger.info( + "Skipping wheel build for %s, due to binaries being disabled for it.", + req.name, + ) + return False + + if not is_wheel_installed(): + # we don't build legacy requirements if wheel is not installed + logger.info( + "Using legacy 'setup.py install' for %s, " + "since package 'wheel' is not installed.", + req.name, + ) + return False + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True, check_binary_allowed=_always_true) + + +def should_build_for_install_command( + req: InstallRequirement, + check_binary_allowed: BinaryAllowedPredicate, +) -> bool: + return _should_build( + req, need_wheel=False, check_binary_allowed=check_binary_allowed + ) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _always_true(_: Any) -> bool: + return True + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(canonical_name, w.name), + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + "Wheel has unexpected file name: expected {!r}, " + "got {!r}".format(dist_verstr, w.version), + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + "Metadata 1.2 mandates PEP 440 version, " + "but {!r} is not".format(dist_verstr) + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # Update the link for this. + req.link = Link(path_to_url(wheel_file)) + req.local_file_path = req.link.file_path + assert req.link.is_wheel + build_successes.append(req) + else: + build_failures.append(req) + + # notify success/failure + if build_successes: + logger.info( + "Successfully built %s", + " ".join([req.name for req in build_successes]), # type: ignore + ) + if build_failures: + logger.info( + "Failed to build %s", + " ".join([req.name for req in build_failures]), # type: ignore + ) + # Return a list of requirements that failed to build + return build_successes, build_failures diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..3843cb0 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,111 @@ +""" +pip._vendor is for vendoring dependencies of pip to prevent needing pip to +depend on something external. + +Files inside of pip._vendor should be considered immutable and should only be +updated to versions from upstream. +""" +from __future__ import absolute_import + +import glob +import os.path +import sys + +# Downstream redistributors which have debundled our dependencies should also +# patch this value to be true. This will trigger the additional patching +# to cause things like "six" to be available as pip. +DEBUNDLED = False + +# By default, look in this directory for a bunch of .whl files which we will +# add to the beginning of sys.path before attempting to import anything. This +# is done to support downstream re-distributors like Debian and Fedora who +# wish to create their own Wheels for our dependencies to aid in debundling. +WHEEL_DIR = os.path.abspath(os.path.dirname(__file__)) + + +# Define a small helper function to alias our vendored modules to the real ones +# if the vendored ones do not exist. This idea of this was taken from +# https://github.com/kennethreitz/requests/pull/2567. +def vendored(modulename): + vendored_name = "{0}.{1}".format(__name__, modulename) + + try: + __import__(modulename, globals(), locals(), level=0) + except ImportError: + # We can just silently allow import failures to pass here. If we + # got to this point it means that ``import pip._vendor.whatever`` + # failed and so did ``import whatever``. Since we're importing this + # upfront in an attempt to alias imports, not erroring here will + # just mean we get a regular import error whenever pip *actually* + # tries to import one of these modules to use it, which actually + # gives us a better error message than we would have otherwise + # gotten. + pass + else: + sys.modules[vendored_name] = sys.modules[modulename] + base, head = vendored_name.rsplit(".", 1) + setattr(sys.modules[base], head, sys.modules[modulename]) + + +# If we're operating in a debundled setup, then we want to go ahead and trigger +# the aliasing of our vendored libraries as well as looking for wheels to add +# to our sys.path. This will cause all of this code to be a no-op typically +# however downstream redistributors can enable it in a consistent way across +# all platforms. +if DEBUNDLED: + # Actually look inside of WHEEL_DIR to find .whl files and add them to the + # front of our sys.path. + sys.path[:] = glob.glob(os.path.join(WHEEL_DIR, "*.whl")) + sys.path + + # Actually alias all of our vendored dependencies. + vendored("cachecontrol") + vendored("certifi") + vendored("colorama") + vendored("distlib") + vendored("distro") + vendored("html5lib") + vendored("six") + vendored("six.moves") + vendored("six.moves.urllib") + vendored("six.moves.urllib.parse") + vendored("packaging") + vendored("packaging.version") + vendored("packaging.specifiers") + vendored("pep517") + vendored("pkg_resources") + vendored("platformdirs") + vendored("progress") + vendored("requests") + vendored("requests.exceptions") + vendored("requests.packages") + vendored("requests.packages.urllib3") + vendored("requests.packages.urllib3._collections") + vendored("requests.packages.urllib3.connection") + vendored("requests.packages.urllib3.connectionpool") + vendored("requests.packages.urllib3.contrib") + vendored("requests.packages.urllib3.contrib.ntlmpool") + vendored("requests.packages.urllib3.contrib.pyopenssl") + vendored("requests.packages.urllib3.exceptions") + vendored("requests.packages.urllib3.fields") + vendored("requests.packages.urllib3.filepost") + vendored("requests.packages.urllib3.packages") + vendored("requests.packages.urllib3.packages.ordered_dict") + vendored("requests.packages.urllib3.packages.six") + vendored("requests.packages.urllib3.packages.ssl_match_hostname") + vendored("requests.packages.urllib3.packages.ssl_match_hostname." + "_implementation") + vendored("requests.packages.urllib3.poolmanager") + vendored("requests.packages.urllib3.request") + vendored("requests.packages.urllib3.response") + vendored("requests.packages.urllib3.util") + vendored("requests.packages.urllib3.util.connection") + vendored("requests.packages.urllib3.util.request") + vendored("requests.packages.urllib3.util.response") + vendored("requests.packages.urllib3.util.retry") + vendored("requests.packages.urllib3.util.ssl_") + vendored("requests.packages.urllib3.util.timeout") + vendored("requests.packages.urllib3.util.url") + vendored("resolvelib") + vendored("tenacity") + vendored("tomli") + vendored("urllib3") diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8776a660e6f90b582b600a35a3070ed8e4973844 GIT binary patch literal 2956 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1467711dac1d32d6ec199d8f05675db43eb034da GIT binary patch literal 66619 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 MMdLtYSE{YSKkhN?*Z=?k literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100644 index 0000000..8435d62 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py @@ -0,0 +1,18 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +"""CacheControl import Interface. + +Make it easy to import from cachecontrol without long namespaces. +""" +__author__ = "Eric Larson" +__email__ = "eric@ionrock.org" +__version__ = "0.12.10" + +from .wrapper import CacheControl +from .adapter import CacheControlAdapter +from .controller import CacheController + +import logging +logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96bf533adbda2d3b802cfbb0ca3aec30088ea1cd GIT binary patch literal 684 zcmYjOyKdVs6eazLEZJ#_cIl|qL&T)*SOh830xghcX(ufNBi_h_`4FyTyY@#E=pV#m zzo6gIRcojGLZ@Ci4&V!jIER<#>hLfeA193JNA(;2aK`?24F;PUR|Ra+&%Ob?Qw3y6@rA4PL_S%(cW?|8! zHuy62%0XSxggQ$$H^jcvZ{N_0jxirCJDCSwfauc0p=dZK#vj@t6O?f*xv_$;n zA%Cw`MdoPx*C16b!h(s$?RRxGW zQn!(M9FP5uCHt$2u&BEF}`Ni-B zsdvl2pJEmq2&?93ocIumg#+KzVij<{3rxUwz`{^+vRadQFG`@4pg!Hxr~X^91iuv4 z+=|D}8_H1Brh!umey&I&DpLu%tk(g>;bRFYjW>;yS+#CQ?_AIe3m0Afb!Th)O*GM1NfBIYybcN literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..16282cdea6dcbc005e0c3401c1ce366586825224 GIT binary patch literal 1622 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 SRgLfXSk2Hi+62FE*#847j6T=^ literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..225f70691b680e76552dd63b19adddb5d877eb82 GIT binary patch literal 1888 zcmah~&u`l{6edMlmQ_1R({9<14p567=0mI&>#-QNwZl+gFot!&Fkb{kWD?b~sF8A7 z2RjXMsqQGF5r3X9NFFKu7wt;@_!coZzC_Ah9}$0Zb$rQAotWL@vpQ314v0x}+m6 zT+xP|mheOeeqF%;{*9{hb!_BgM4vc~Q*lnAKZgF73qwgR$ggxkhYMQW8mjW?DmN*< z(OT(+Q*k4+I=005aM**cCF9rM$g9dvB9WZAuXSs^NT< zj=^*UdA3Xm5AM@Cr7J;NNv4cE00)DVaeBVHiDGS*m43VOq9~6iGKwlciY7`-Gn{v$ z=$C1n)fU}@BlJEFw{Wn~Hv#PoIn!9tI59}DM?A-89_uo@|L*d?56bWV$QiZf?TVV`Mqt#}3kt+0wMCy`1iTWD?$Go7HJ-uB;TkSUf>nyJn zf`0^-n(!^fV-0t~!`> zd*G?D)HEti-@)OEW;P6M?I;o|0X25&PYryH>T-4K g@0Hb+^=@3i`uNIwRLl7b{QEFSFy~#q$8PWb2a>pO?f?J) literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ccea8e6b18092f2fccca2a9cb5dc09e15ba5d5a3 GIT binary patch literal 798 zcmZ{h&u-K(5XSBN*-g_dUG)M7USL6ufpSC$i6X(Js-RNUa99Or=!UgpV|%+z9|E3( zC*WNoZk%`pE-*=UR}m74;>`H>`OC~iO(rqH>x=#lu}{d)HW^+KCNJ=@KXAE?3Q|x( zB+V!#7o<7}2zd2fO4_?)e$OsRMc3qZgnOO{vJkbCPWy1D^+cG38(r(`i;)~>WRnZ5~_~=7XHEx$&5DR zl@Xs*S)F2>ygoladka>p%0io$cK%V%xlk60*|bSeE6NY4&W#1*p+U3%Mrvi;D`S*t zBIF%w#{8`0O99PD_wQ7fI-OrbRVb4h_`Cw^EE@4;eg!t|jgOJ^A2;}SNOOO9=wC_m zU`YROxpJj2L2Gw!cwlSSVjMzMa#cXH=itW8U9B-Z%_a1G`PP|l#2lhYxBULf7D@sW z`O=h)I_;#jZdZ?DS}pZuwJ&Gr49sRo0W^^zkER zO9w~W;V>+lZAQm<&KJN{<%|-HE2(pr>bi-ZNmZ-_Jf~QreS(V@Old-=)cfNF2}Vg9 Og}Xg}7X>l080lX>THwzB literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c26ecc0012e230830202420665bfe3f74e26759a GIT binary patch literal 8252 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 BUxNSu literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f124b72c42dd55bdf42eb6b78c2cd9cd88c02770 GIT binary patch literal 4293 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f5d9fbb27c17c3367bfa9f831c0b547a1f814db GIT binary patch literal 729 zcmY*XyN(kv6t(9)o5`{~D*j-KU4z&PAq2`+6lvHhO*Cs?C8M2(Wjp(boC;bHp8zFa zz`wYq;t$YPTu%}yT+2u2K7D=demp)RC|~6-NJ2t>d*x8jM&9Ap=Lmub+K`scDD^yO zf;OCml;mL^;odEgidZC{=`0fAM^a{gD5jRwJ)Km136s7vs&C$lN*YjT&M#_i2G{hG zXBfJd9EsN_xb+7FO9fdGl^XJibkx!fwTUbY-6S@#)CM-Rk&SIC=$B-ZS@Jy)fz5sd zlngxFb8IS_ma!Xg-_RUPwb1TJgQ}~hUW0P^5>~3#rsnR1Z~JXP&3RL4?H&(V)l~!Y z7R<62dYvwfk*^tBXP#(eWvKk*RDj^(wqJFo%w41b3&cYK6?uQ`A@Pv<$Z@qD%l0Vc zZ|~Bb?I%&ks6TvT%f1EHRM)C**+tJ+Ep$e++g@F3S#e-+2a4Am^jzL!gB@EyuNI(B zck14M&TgQ)VNHF-ww_mKFJCZS8#u)}*A=EPSxYv@FwrYE^u3!0yH%Bxpw8sID<%gI z>t9VjM|d*IXz<@k9*V4>QJ_xHU8d8^sh2WVW7LOHsgY;H8w+I{y0);#RjC literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 0000000..4266b5e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,61 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import logging + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +from argparse import ArgumentParser + + +def setup_logging(): + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session(): + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller + return sess + + +def get_args(): + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main(args=None): + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + sess.cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if sess.cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000..94c75e1 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,137 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import types +import functools +import zlib + +from pip._vendor.requests.adapters import HTTPAdapter + +from .controller import CacheController, PERMANENT_REDIRECT_STATUSES +from .cache import DictCache +from .filewrapper import CallbackFileWrapper + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache=None, + cache_etags=True, + controller_class=None, + serializer=None, + heuristic=None, + cacheable_methods=None, + *args, + **kw + ): + super(CacheControlAdapter, self).__init__(*args, **kw) + self.cache = DictCache() if cache is None else cache + self.heuristic = heuristic + self.cacheable_methods = cacheable_methods or ("GET",) + + controller_factory = controller_class or CacheController + self.controller = controller_factory( + self.cache, cache_etags=cache_etags, serializer=serializer + ) + + def send(self, request, cacheable_methods=None, **kw): + """ + Send a request. Use the request information to see if it + exists in the cache and cache the response if we need to and can. + """ + cacheable = cacheable_methods or self.cacheable_methods + if request.method in cacheable: + try: + cached_response = self.controller.cached_request(request) + except zlib.error: + cached_response = None + if cached_response: + return self.build_response(request, cached_response, from_cache=True) + + # check for etags and add headers if appropriate + request.headers.update(self.controller.conditional_headers(request)) + + resp = super(CacheControlAdapter, self).send(request, **kw) + + return resp + + def build_response( + self, request, response, from_cache=False, cacheable_methods=None + ): + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( + response._fp, + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length + + def _update_chunk_length(self): + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() + + response._update_chunk_length = types.MethodType( + _update_chunk_length, response + ) + + resp = super(CacheControlAdapter, self).build_response(request, response) + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + cache_url = self.controller.cache_url(request.url) + self.cache.delete(cache_url) + + # Give the request a from_cache attr to let people use it + resp.from_cache = from_cache + + return resp + + def close(self): + self.cache.close() + super(CacheControlAdapter, self).close() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000..44e4309 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,43 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" +from threading import Lock + + +class BaseCache(object): + + def get(self, key): + raise NotImplementedError() + + def set(self, key, value, expires=None): + raise NotImplementedError() + + def delete(self, key): + raise NotImplementedError() + + def close(self): + pass + + +class DictCache(BaseCache): + + def __init__(self, init_dict=None): + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key): + return self.data.get(key, None) + + def set(self, key, value, expires=None): + with self.lock: + self.data.update({key: value}) + + def delete(self, key): + with self.lock: + if key in self.data: + self.data.pop(key) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000..44becd6 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from .file_cache import FileCache # noqa +from .redis_cache import RedisCache # noqa diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..08bd73a8c9ee1398b890937a3a56bd2e56997c7d GIT binary patch literal 335 zcmYk1O-{ow5QXC;LJ+9L0k}XG?SNp35E6(b3)ppI1$$_$_)m6P=p|Tl1-Jlr$(9vY z=!$V#Bu4U^`R0vBwwp|G^DG~P6#MS|)9rHUin*X2+>lgC9eLs~r?hUD)$1$92Mut#Z>%{#QtAn2wG z%D}A?OM|wL@Zv%jeIpR?6@yR$BlqjRbru%r!UE%ThkyPBtkAANt0&kx=d-g@h^oga w?dcl20$zFGG$vhu@rlCOJ~+LF2%Iacdd_ElJ?vi^Czl$p(x+oda#S9(U($AAEdT%j literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..589174f27e51e5b6df6760377bd6a8238fe7c1c6 GIT binary patch literal 3409 zcmZWs-ESLN6~Fh+hi4{E;%1?+E!`bfz^=tM-Y&Z!m1XHRv`eL6qofdGA&sWK*RhlF zjJb22#MW3sn<8G&E)P7xOTydojKnK{$9?4~{{bM;a?YLlBkhdl%>6j$_@1xd8E31j z0fFoD;XlM*YJ~g?C(D-ylY8*w1rSa+O-Q?Z(>8@UOW43_Ta<8%+lf7J+Kw4Ji94vY zE0j!Z;Zd?j(p8%XfBaoa@D_ns>9V%BPf~h9xXUX~NxS+f;U4#&67CD<%xbUlfUm&% z8mGIYUcH19kY=4~mkTaZb;)23Q~!RPi>wog~Xe-PT^WpNKRb2<>zS8OK)=ALN>K`Ikg~ z9d!Qp&y8L-5RD{0lKnyBCs}7SfRN;klT04v!?+_F;uO5!?}$7aj#V#98wVnj2O_`y zVmjOZpm8kH<3`ed(kOSnw|VEiM&4KAHt0EuL8LM44;vA%@k};480k(K;Bt~T@Vt@P z*c^`aMwE-rNQwxpicTb`dJWE;zXil)H8-#W8dw2k_8P5Go3UqW9;0j2WdUPU-T<}^ zJXbCYX7}L9n?MA?+;20V`pma{+qd~O?r`@hZCk?T74AJHXSD5bp9he?E??nQcvtua zU*&7S7gRz}h1AAH);X34~Gp?8Usa)=y(W$ST!aoDa6VNFeg*SCm z*Jvg3!=f^E3tEt<0vSvqudsmng$*<)T%ao)vbgRxCylK*O*0jaa)D38`!Y(h&QTbr zJj6lNN#Z;YRdyg$Pe=(SV)=U8u!r`;c=cyTAU0c={4EHVu4e1;gS+9QG|VIy67-m# z0#)JMd*L`6g@aM9!d`qVu1MnvFipaKnyVO~fp3QUz}<<{*;3e7;c-6>A=~a=kqvQa z&Nb6?g{5BA!7t-vB+A0_W=!%8uu@;2O*aQ<;A|$}#LbmQgJC9>5tIm5+6NxdQJEa; zN;i|@Sje&_O)*wr*9-#GQ+l-?Xge24SAGlR<+qW12g%#0uDTo!`3|n*smfn>A!bme zrm9QwI?8xa)KB{=iav%}jxx2tql{IdVycwEZ9n%a?BDi^OFd>o?YI>0fKE2%;n0qp97mg8$O(t)^0MHLI?3`TylAc=^kWXLICcqFvSr2eQyLm5u|NRfNE7A_ak>3-i zybr*jAZO_5OJ|qwfldKWj?Ua*liK1yrGi(Q!u&Yj2MIU|0kDR~plHFc=lzbo4)t8H z1Nt>GwG=zF4xs=Joda4}f2BL*b1VVYymUai?wa4%cGAz4#BQVQVXS)EKFs>5iBH{@ zb+c|D)K6006AH=_ll{23q#n;;X8x?Izyhh^quEb%cbo3 zveCfT!HCT+gvohZ|2s_PM%$BBMb9CQht|1W*cXsyht36?w`*5bpk3dZ8HV2?AnPIL z7q_R5@(bq>0Pip`P6JRpUnyAG?iX%LYv8mWzU;J_Q_)%I#N|2g?=JHrkGu^BuUAWF znzZo-@sWU9&*g`(rLpWWVN6ZSby$+qi5s^5c#54{3tyTPv&T1PktkDa;TNa$ivc!tj$A|XBOrBaVX3j~Wpm(b zF%e4q9(Z457UYvbG0ZFbf6MStveuo4@*AlC7LaDMj7)%#i2jcv9YhfT@Cd#+B3+H5 z-;Cm<+>!5sgswt^0Zbi0o6ERCgYxwEQ0J#eeu`w_b~8fX%bP$xg2(vYBg{dh#XI;9 zdpn?>*pcQL>^*$7ikWkRttG?3OJX4({Ms85CXMtltv?&7{lw9 zwqUG%{6Vv2@^Z-mChuy%6R9jht_TnGM|1=hdf)_9{u~DNb-4+z5>`DWPSuHwhh@`r zO3lcxgBRb2@CU%0$YhH4n-IRT%`VEvR1Uh`{J_$g=0VZkM`g4>#?Dnn#`XZ6s!$D# Ol_U1db87YK&!fU2N2wurqsG?&w?){C{Y|PtO zmFJ}`b?xQcfh!k)^1*kxg{OHjhk|bI4~(jd;0X%AW?ZqEP+W;?Hj_%K0M|f`RHS;> z9R0=W08b*-SBJRv)Ibe!ja7(oJZSqrfhuk1N$j~HndVcRmMB^CHOmm?F}vkcj4&v4 zU5`Z@Sg1}+4{zKubAZb~zo&D(fV9fbOu0y(>0-Hn+S&9%n={+w1*C8ZrYH-rS##y) zx=v3)n^Ullx7(fm%k&)T^Rz0Tr=8}D$>*P?wsi0q-#N?CByGwj&G4GiCM`T+x^_la z-NvSd@MT^zX|CEh%gVZRSvDkKgs{(75AR5r?DWNbHi&o6#sGyi`<31BHQ(@KW+FTo z3(r9-Pr=;^6XQ`U&)~{a(tU_UL&irqz3TyAjrLrl>9n8%+YOTGaqpJWy_WWH=XxzR zzSNHK)QKCpVUO5L>9xU{yKpUUq78e+@t&lT+y&a(25P|>!qi4fSJe8V4e>1?c&}N94V+UPDA;-@B3XmdmpDK_lU3F+9S6!D>$lmgECAMdwLTTI>#IKjQtY7 z#CpdZ3(7HPFG7Wx9*fnFKS0%hNlvs$iVAX5)~88cRf(HJg88;dStog-a+g2H7M>(O zTSzWSH}5CgQRGX94gc|UEW1nuWM(M#H-TzH@8&~PTdIYT9P!}a)zKa_f8jM`gp#I5 zMi95rf8(u^r3IT%|3X2bB#qV;;`lVFby5SU#AyVlF>*q6cX2ZHjE{L&4%F>;rA>jN z$tQT|`47asAW_-1$^ms@oi8BE+J2TTv|3gq53=mVGOs#~Ii%OAT?~~}$Il~@-lNZ* zZ!h`Y3Q<8;mg+QSv4~|~#=Te$B15|AI3j;1OSd%W&rtrm7WfGNB9rZ3WK!(?MY@e4 a3jGsr^4rE=cMzTs<-YC*!9Wc7JMur5G-#Co literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 0000000..6cd1106 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py @@ -0,0 +1,150 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import hashlib +import os +from textwrap import dedent + +from ..cache import BaseCache +from ..controller import CacheController + +try: + FileNotFoundError +except NameError: + # py2.X + FileNotFoundError = (IOError, OSError) + + +def _secure_open_write(filename, fmode): + # We only want to write to this file, so open it in write only mode + flags = os.O_WRONLY + + # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only + # will open *new* files. + # We specify this because we want to ensure that the mode we pass is the + # mode of the file. + flags |= os.O_CREAT | os.O_EXCL + + # Do not follow symlinks to prevent someone from making a symlink that + # we follow and insecurely open a cache file. + if hasattr(os, "O_NOFOLLOW"): + flags |= os.O_NOFOLLOW + + # On Windows we'll mark this file as binary + if hasattr(os, "O_BINARY"): + flags |= os.O_BINARY + + # Before we open our file, we want to delete any existing file that is + # there + try: + os.remove(filename) + except (IOError, OSError): + # The file must not exist already, so we can just skip ahead to opening + pass + + # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a + # race condition happens between the os.remove and this line, that an + # error will be raised. Because we utilize a lockfile this should only + # happen if someone is attempting to attack us. + fd = os.open(filename, flags, fmode) + try: + return os.fdopen(fd, "wb") + + except: + # An error occurred wrapping our FD in a file object + os.close(fd) + raise + + +class FileCache(BaseCache): + + def __init__( + self, + directory, + forever=False, + filemode=0o0600, + dirmode=0o0700, + use_dir_lock=None, + lock_class=None, + ): + + if use_dir_lock is not None and lock_class is not None: + raise ValueError("Cannot use use_dir_lock and lock_class together") + + try: + from lockfile import LockFile + from lockfile.mkdirlockfile import MkdirLockFile + except ImportError: + notice = dedent( + """ + NOTE: In order to use the FileCache you must have + lockfile installed. You can install it via pip: + pip install lockfile + """ + ) + raise ImportError(notice) + + else: + if use_dir_lock: + lock_class = MkdirLockFile + + elif lock_class is None: + lock_class = LockFile + + self.directory = directory + self.forever = forever + self.filemode = filemode + self.dirmode = dirmode + self.lock_class = lock_class + + @staticmethod + def encode(x): + return hashlib.sha224(x.encode()).hexdigest() + + def _fn(self, name): + # NOTE: This method should not change as some may depend on it. + # See: https://github.com/ionrock/cachecontrol/issues/63 + hashed = self.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key): + name = self._fn(key) + try: + with open(name, "rb") as fh: + return fh.read() + + except FileNotFoundError: + return None + + def set(self, key, value, expires=None): + name = self._fn(key) + + # Make sure the directory exists + try: + os.makedirs(os.path.dirname(name), self.dirmode) + except (IOError, OSError): + pass + + with self.lock_class(name) as lock: + # Write our actual file + with _secure_open_write(lock.path, self.filemode) as fh: + fh.write(value) + + def delete(self, key): + name = self._fn(key) + if not self.forever: + try: + os.remove(name) + except FileNotFoundError: + pass + + +def url_to_file_path(url, filecache): + """Return the file cache path based on the URL. + + This does not ensure the file exists! + """ + key = CacheController.cache_url(url) + return filecache._fn(key) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 0000000..720b507 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,37 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from __future__ import division + +from datetime import datetime +from pip._vendor.cachecontrol.cache import BaseCache + + +class RedisCache(BaseCache): + + def __init__(self, conn): + self.conn = conn + + def get(self, key): + return self.conn.get(key) + + def set(self, key, value, expires=None): + if not expires: + self.conn.set(key, value) + else: + expires = expires - datetime.utcnow() + self.conn.setex(key, int(expires.total_seconds()), value) + + def delete(self, key): + self.conn.delete(key) + + def clear(self): + """Helper for clearing all the keys in a database. Use with + caution!""" + for key in self.conn.keys(): + self.conn.delete(key) + + def close(self): + """Redis uses connection pooling, no need to close the connection.""" + pass diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py new file mode 100644 index 0000000..ccec937 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py @@ -0,0 +1,32 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +try: + from urllib.parse import urljoin +except ImportError: + from urlparse import urljoin + + +try: + import cPickle as pickle +except ImportError: + import pickle + +# Handle the case where the requests module has been patched to not have +# urllib3 bundled as part of its source. +try: + from pip._vendor.requests.packages.urllib3.response import HTTPResponse +except ImportError: + from pip._vendor.urllib3.response import HTTPResponse + +try: + from pip._vendor.requests.packages.urllib3.util import is_fp_closed +except ImportError: + from pip._vendor.urllib3.util import is_fp_closed + +# Replicate some six behaviour +try: + text_type = unicode +except NameError: + text_type = str diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 0000000..d7e7380 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,415 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The httplib2 algorithms ported for use with requests. +""" +import logging +import re +import calendar +import time +from email.utils import parsedate_tz + +from pip._vendor.requests.structures import CaseInsensitiveDict + +from .cache import DictCache +from .serialize import Serializer + + +logger = logging.getLogger(__name__) + +URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") + +PERMANENT_REDIRECT_STATUSES = (301, 308) + + +def parse_uri(uri): + """Parses a URI using the regex given in Appendix B of RFC 3986. + + (scheme, authority, path, query, fragment) = parse_uri(uri) + """ + groups = URI.match(uri).groups() + return (groups[1], groups[3], groups[4], groups[6], groups[8]) + + +class CacheController(object): + """An interface to see if request should cached or not. + """ + + def __init__( + self, cache=None, cache_etags=True, serializer=None, status_codes=None + ): + self.cache = DictCache() if cache is None else cache + self.cache_etags = cache_etags + self.serializer = serializer or Serializer() + self.cacheable_status_codes = status_codes or (200, 203, 300, 301, 308) + + @classmethod + def _urlnorm(cls, uri): + """Normalize the URL to create a safe key for the cache""" + (scheme, authority, path, query, fragment) = parse_uri(uri) + if not scheme or not authority: + raise Exception("Only absolute URIs are allowed. uri = %s" % uri) + + scheme = scheme.lower() + authority = authority.lower() + + if not path: + path = "/" + + # Could do syntax based normalization of the URI before + # computing the digest. See Section 6.2.2 of Std 66. + request_uri = query and "?".join([path, query]) or path + defrag_uri = scheme + "://" + authority + request_uri + + return defrag_uri + + @classmethod + def cache_url(cls, uri): + return cls._urlnorm(uri) + + def parse_cache_control(self, headers): + known_directives = { + # https://tools.ietf.org/html/rfc7234#section-5.2 + "max-age": (int, True), + "max-stale": (int, False), + "min-fresh": (int, True), + "no-cache": (None, False), + "no-store": (None, False), + "no-transform": (None, False), + "only-if-cached": (None, False), + "must-revalidate": (None, False), + "public": (None, False), + "private": (None, False), + "proxy-revalidate": (None, False), + "s-maxage": (int, True), + } + + cc_headers = headers.get("cache-control", headers.get("Cache-Control", "")) + + retval = {} + + for cc_directive in cc_headers.split(","): + if not cc_directive.strip(): + continue + + parts = cc_directive.split("=", 1) + directive = parts[0].strip() + + try: + typ, required = known_directives[directive] + except KeyError: + logger.debug("Ignoring unknown cache-control directive: %s", directive) + continue + + if not typ or not required: + retval[directive] = None + if typ: + try: + retval[directive] = typ(parts[1].strip()) + except IndexError: + if required: + logger.debug( + "Missing value for cache-control " "directive: %s", + directive, + ) + except ValueError: + logger.debug( + "Invalid value for cache-control directive " "%s, must be %s", + directive, + typ.__name__, + ) + + return retval + + def cached_request(self, request): + """ + Return a cached response if it exists in the cache, otherwise + return False. + """ + cache_url = self.cache_url(request.url) + logger.debug('Looking up "%s" in the cache', cache_url) + cc = self.parse_cache_control(request.headers) + + # Bail out if the request insists on fresh data + if "no-cache" in cc: + logger.debug('Request header has "no-cache", cache bypassed') + return False + + if "max-age" in cc and cc["max-age"] == 0: + logger.debug('Request header has "max_age" as 0, cache bypassed') + return False + + # Request allows serving from the cache, let's see if we find something + cache_data = self.cache.get(cache_url) + if cache_data is None: + logger.debug("No cache entry available") + return False + + # Check whether it can be deserialized + resp = self.serializer.loads(request, cache_data) + if not resp: + logger.warning("Cache entry deserialization failed, entry ignored") + return False + + # If we have a cached permanent redirect, return it immediately. We + # don't need to test our response for other headers b/c it is + # intrinsically "cacheable" as it is Permanent. + # + # See: + # https://tools.ietf.org/html/rfc7231#section-6.4.2 + # + # Client can try to refresh the value by repeating the request + # with cache busting headers as usual (ie no-cache). + if int(resp.status) in PERMANENT_REDIRECT_STATUSES: + msg = ( + "Returning cached permanent redirect response " + "(ignoring date and etag information)" + ) + logger.debug(msg) + return resp + + headers = CaseInsensitiveDict(resp.headers) + if not headers or "date" not in headers: + if "etag" not in headers: + # Without date or etag, the cached response can never be used + # and should be deleted. + logger.debug("Purging cached response: no date or etag") + self.cache.delete(cache_url) + logger.debug("Ignoring cached response: no date") + return False + + now = time.time() + date = calendar.timegm(parsedate_tz(headers["date"])) + current_age = max(0, now - date) + logger.debug("Current age based on date: %i", current_age) + + # TODO: There is an assumption that the result will be a + # urllib3 response object. This may not be best since we + # could probably avoid instantiating or constructing the + # response until we know we need it. + resp_cc = self.parse_cache_control(headers) + + # determine freshness + freshness_lifetime = 0 + + # Check the max-age pragma in the cache control header + if "max-age" in resp_cc: + freshness_lifetime = resp_cc["max-age"] + logger.debug("Freshness lifetime from max-age: %i", freshness_lifetime) + + # If there isn't a max-age, check for an expires header + elif "expires" in headers: + expires = parsedate_tz(headers["expires"]) + if expires is not None: + expire_time = calendar.timegm(expires) - date + freshness_lifetime = max(0, expire_time) + logger.debug("Freshness lifetime from expires: %i", freshness_lifetime) + + # Determine if we are setting freshness limit in the + # request. Note, this overrides what was in the response. + if "max-age" in cc: + freshness_lifetime = cc["max-age"] + logger.debug( + "Freshness lifetime from request max-age: %i", freshness_lifetime + ) + + if "min-fresh" in cc: + min_fresh = cc["min-fresh"] + # adjust our current age by our min fresh + current_age += min_fresh + logger.debug("Adjusted current age from min-fresh: %i", current_age) + + # Return entry if it is fresh enough + if freshness_lifetime > current_age: + logger.debug('The response is "fresh", returning cached response') + logger.debug("%i > %i", freshness_lifetime, current_age) + return resp + + # we're not fresh. If we don't have an Etag, clear it out + if "etag" not in headers: + logger.debug('The cached response is "stale" with no etag, purging') + self.cache.delete(cache_url) + + # return the original handler + return False + + def conditional_headers(self, request): + cache_url = self.cache_url(request.url) + resp = self.serializer.loads(request, self.cache.get(cache_url)) + new_headers = {} + + if resp: + headers = CaseInsensitiveDict(resp.headers) + + if "etag" in headers: + new_headers["If-None-Match"] = headers["ETag"] + + if "last-modified" in headers: + new_headers["If-Modified-Since"] = headers["Last-Modified"] + + return new_headers + + def cache_response(self, request, response, body=None, status_codes=None): + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + # From httplib2: Don't cache 206's since we aren't going to + # handle byte range requests + cacheable_status_codes = status_codes or self.cacheable_status_codes + if response.status not in cacheable_status_codes: + logger.debug( + "Status code %s not in %s", response.status, cacheable_status_codes + ) + return + + response_headers = CaseInsensitiveDict(response.headers) + + if "date" in response_headers: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + else: + date = 0 + + # If we've been given a body, our response has a Content-Length, that + # Content-Length is valid then we can check to see if the body we've + # been given matches the expected size, and if it doesn't we'll just + # skip trying to cache it. + if ( + body is not None + and "content-length" in response_headers + and response_headers["content-length"].isdigit() + and int(response_headers["content-length"]) != len(body) + ): + return + + cc_req = self.parse_cache_control(request.headers) + cc = self.parse_cache_control(response_headers) + + cache_url = self.cache_url(request.url) + logger.debug('Updating cache with response from "%s"', cache_url) + + # Delete it from the cache if we happen to have it stored there + no_store = False + if "no-store" in cc: + no_store = True + logger.debug('Response header has "no-store"') + if "no-store" in cc_req: + no_store = True + logger.debug('Request header has "no-store"') + if no_store and self.cache.get(cache_url): + logger.debug('Purging existing cache entry to honor "no-store"') + self.cache.delete(cache_url) + if no_store: + return + + # https://tools.ietf.org/html/rfc7234#section-4.1: + # A Vary header field-value of "*" always fails to match. + # Storing such a response leads to a deserialization warning + # during cache lookup and is not allowed to ever be served, + # so storing it can be avoided. + if "*" in response_headers.get("vary", ""): + logger.debug('Response header has "Vary: *"') + return + + # If we've been given an etag, then keep the response + if self.cache_etags and "etag" in response_headers: + expires_time = 0 + if response_headers.get("expires"): + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug("etag object cached for {0} seconds".format(expires_time)) + logger.debug("Caching due to etag") + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + # Add to the cache any permanent redirects. We do this before looking + # that the Date headers. + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + logger.debug("Caching permanent redirect") + self.cache.set(cache_url, self.serializer.dumps(request, response, b"")) + + # Add to the cache if the response headers demand it. If there + # is no date header then we can't do anything about expiring + # the cache. + elif "date" in response_headers: + date = calendar.timegm(parsedate_tz(response_headers["date"])) + # cache when there is a max-age > 0 + if "max-age" in cc and cc["max-age"] > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = cc["max-age"] + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + # If the request can expire, it means we should cache it + # in the meantime. + elif "expires" in response_headers: + if response_headers["expires"]: + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {0} seconds".format( + expires_time + ) + ) + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body=body), + expires=expires_time, + ) + + def update_cached_response(self, request, response): + """On a 304 we will get a new set of headers that we want to + update our cached value with, assuming we have one. + + This should only ever be called when we've sent an ETag and + gotten a 304 as the response. + """ + cache_url = self.cache_url(request.url) + + cached_response = self.serializer.loads(request, self.cache.get(cache_url)) + + if not cached_response: + # we didn't have a cached response + return response + + # Lets update our headers with the headers from the new request: + # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 + # + # The server isn't supposed to send headers that would make + # the cached body invalid. But... just in case, we'll be sure + # to strip out ones we know that might be problmatic due to + # typical assumptions. + excluded_headers = ["content-length"] + + cached_response.headers.update( + dict( + (k, v) + for k, v in response.headers.items() + if k.lower() not in excluded_headers + ) + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self.cache.set(cache_url, self.serializer.dumps(request, cached_response)) + + return cached_response diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..f5ed5f6 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,111 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from tempfile import NamedTemporaryFile +import mmap + + +class CallbackFileWrapper(object): + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__(self, fp, callback): + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name): + # The vaguaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop thigns from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self): + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + return self.__fp.closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self): + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt=None): + data = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt): + data = self.__fp._safe_read(amt) + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..ebe4a96 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,139 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import calendar +import time + +from email.utils import formatdate, parsedate, parsedate_tz + +from datetime import datetime, timedelta + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta, date=None): + date = date or datetime.utcnow() + return date + delta + + +def datetime_to_header(dt): + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic(object): + + def warning(self, response): + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response): + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response): + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response): + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6])) + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw): + self.delta = timedelta(**kw) + + def update_headers(self, response): + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response): + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + cacheable_by_default_statuses = { + 200, 203, 204, 206, 300, 301, 404, 405, 410, 414, 501 + } + + def update_headers(self, resp): + headers = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + date = calendar.timegm(parsedate_tz(headers["date"])) + last_modified = parsedate(headers["last-modified"]) + if date is None or last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp): + return None diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..b075df1 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,186 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +import base64 +import io +import json +import zlib + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict + +from .compat import HTTPResponse, pickle, text_type + + +def _b64_decode_bytes(b): + return base64.b64decode(b.encode("ascii")) + + +def _b64_decode_str(s): + return _b64_decode_bytes(s).decode("utf8") + + +_default_body_read = object() + + +class Serializer(object): + def dumps(self, request, response, body=None): + response_headers = CaseInsensitiveDict(response.headers) + + if body is None: + # When a body isn't passed in, we'll read the response. We + # also update the response with a new file handler to be + # sure it acts as though it was never read. + body = response.read(decode_content=False) + response._fp = io.BytesIO(body) + + # NOTE: This is all a bit weird, but it's really important that on + # Python 2.x these objects are unicode and not str, even when + # they contain only ascii. The problem here is that msgpack + # understands the difference between unicode and bytes and we + # have it set to differentiate between them, however Python 2 + # doesn't know the difference. Forcing these to unicode will be + # enough to have msgpack know the difference. + data = { + u"response": { + u"body": body, + u"headers": dict( + (text_type(k), text_type(v)) for k, v in response.headers.items() + ), + u"status": response.status, + u"version": response.version, + u"reason": text_type(response.reason), + u"strict": response.strict, + u"decode_content": response.decode_content, + } + } + + # Construct our vary headers + data[u"vary"] = {} + if u"vary" in response_headers: + varied_headers = response_headers[u"vary"].split(",") + for header in varied_headers: + header = text_type(header).strip() + header_value = request.headers.get(header, None) + if header_value is not None: + header_value = text_type(header_value) + data[u"vary"][header] = header_value + + return b",".join([b"cc=4", msgpack.dumps(data, use_bin_type=True)]) + + def loads(self, request, data): + # Short circuit if we've been given an empty set of data + if not data: + return + + # Determine what version of the serializer the data was serialized + # with + try: + ver, data = data.split(b",", 1) + except ValueError: + ver = b"cc=0" + + # Make sure that our "ver" is actually a version and isn't a false + # positive from a , being in the data stream. + if ver[:3] != b"cc=": + data = ver + data + ver = b"cc=0" + + # Get the version number out of the cc=N + ver = ver.split(b"=", 1)[-1].decode("ascii") + + # Dispatch to the actual load method for the given version + try: + return getattr(self, "_loads_v{}".format(ver))(request, data) + + except AttributeError: + # This is a version we don't have a loads function for, so we'll + # just treat it as a miss and return None + return + + def prepare_response(self, request, cached): + """Verify our vary headers match and construct a real urllib3 + HTTPResponse object. + """ + # Special case the '*' Vary value as it means we cannot actually + # determine if the cached response is suitable for this request. + # This case is also handled in the controller code when creating + # a cache entry, but is left here for backwards compatibility. + if "*" in cached.get("vary", {}): + return + + # Ensure that the Vary headers for the cached response match our + # request + for header, value in cached.get("vary", {}).items(): + if request.headers.get(header, None) != value: + return + + body_raw = cached["response"].pop("body") + + headers = CaseInsensitiveDict(data=cached["response"]["headers"]) + if headers.get("transfer-encoding", "") == "chunked": + headers.pop("transfer-encoding") + + cached["response"]["headers"] = headers + + try: + body = io.BytesIO(body_raw) + except TypeError: + # This can happen if cachecontrol serialized to v1 format (pickle) + # using Python 2. A Python 2 str(byte string) will be unpickled as + # a Python 3 str (unicode string), which will cause the above to + # fail with: + # + # TypeError: 'str' does not support the buffer interface + body = io.BytesIO(body_raw.encode("utf8")) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v0(self, request, data): + # The original legacy cache data. This doesn't contain enough + # information to construct everything we need, so we'll treat this as + # a miss. + return + + def _loads_v1(self, request, data): + try: + cached = pickle.loads(data) + except ValueError: + return + + return self.prepare_response(request, cached) + + def _loads_v2(self, request, data): + try: + cached = json.loads(zlib.decompress(data).decode("utf8")) + except (ValueError, zlib.error): + return + + # We need to decode the items that we've base64 encoded + cached["response"]["body"] = _b64_decode_bytes(cached["response"]["body"]) + cached["response"]["headers"] = dict( + (_b64_decode_str(k), _b64_decode_str(v)) + for k, v in cached["response"]["headers"].items() + ) + cached["response"]["reason"] = _b64_decode_str(cached["response"]["reason"]) + cached["vary"] = dict( + (_b64_decode_str(k), _b64_decode_str(v) if v is not None else v) + for k, v in cached["vary"].items() + ) + + return self.prepare_response(request, cached) + + def _loads_v3(self, request, data): + # Due to Python 2 encoding issues, it's impossible to know for sure + # exactly how to load v3 entries, thus we'll treat these as a miss so + # that they get rewritten out as v4 entries. + return + + def _loads_v4(self, request, data): + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return + + return self.prepare_response(request, cached) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..b6ee7f2 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,33 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from .adapter import CacheControlAdapter +from .cache import DictCache + + +def CacheControl( + sess, + cache=None, + cache_etags=True, + serializer=None, + heuristic=None, + controller_class=None, + adapter_class=None, + cacheable_methods=None, +): + + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..8db1a0e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,3 @@ +from .core import contents, where + +__version__ = "2021.10.08" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from pip._vendor.certifi import contents, where + +parser = argparse.ArgumentParser() +parser.add_argument("-c", "--contents", action="store_true") +args = parser.parse_args() + +if args.contents: + print(contents()) +else: + print(where()) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c5f5e356033daf23a86e5e453c0a32101f09796 GIT binary patch literal 317 zcmYjMJ5Izf6m*<`qD3oFa)lI|mt80*(29bZhHe`x*pH2s_#@k!WjO=l9-M%?q^05t zRBH>680pQ^X!J(&%zQp05pVVb*KvO)@gFpb+c^Frk{}`*h{`sZq8pkKK{vU`A4pYv zWznwaRC1#O>foo7eTNQTW~*kktd~vQT;Es4RB+?arBIhgn$8#-(Rpb!WADVBCL_`J zD|AL73~leEf;+=^D#gOyxZc~ABj7VSE;)K;51}&}wrJcI{o+^t`ByNa9$}D=@Z(&@ xI^bo%Ma=2jcmh^hh()w84mi3XpCm9QwG52a_Ar$<%81>7>-45CBAt_x9s!4VS^fY3 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c404e8fa7420c2fb007bc17ef7bb37f1725d0df4 GIT binary patch literal 496 zcmYjMJ5Izf5Vf662obDS;toh#WDSB6A&{sM5?z`o#KW%HB#y>jel0C<1}HfJcX3O_ z6=+}*md{9jqxWX!dB&`-Cye5;eT7fTZyos`A&~=mHX~3>@rq?#78S2WCh8yyI0N=H zcxG7$;YFkZHBh079y&dIS|L4#_(I?&tb({>cbt>UDI*sAvGK|~`LpA(@NsDx2aU5n zyqW>Rtw_t;Bu#(i#5#kJJ6yn+`=}_LHqAKkae>peKns4O)$Js|ghm;hlz>j3YZT;< z0f8SL;&f5d7bjge`lz2mzg8%flSyCmNw0R?`azFji@I?y42PXn2OsxxW@?aCF-Kj? zBUARXR$dvL+qNh{!Zl#2OR#x+<7TFjQ!qFMn=a{3eOJ=Hm$K4l^1HG#+1`>?J4nfA wUeJi7v*hwDxjaked0prx&nNATkN0Y$78UGs+Rcs#Vm1=781a}#V#tT$3l!m$3IG5A literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..061b068b61eceb8b805a16d288656f401bb1e126 GIT binary patch literal 1555 zcma)6Pj4eN6t_K2GD#aSK`u7z<2SL1LC~m!Uf)&NtU491CIP+zvuVf&p*F6s@ZH17(eB|%HLu2 z8*bKz51W0M<`)oxOo*U@&FF-FNQ5W&H4$90D{tb7%7kCsmGtY%9(i| z|C&sE>0OcUDfrfB^?75mF%KpIC4$9Gn46+eo_avCJDf=G{9Q`$_a(`8V83<#Nx2u> zA`s1MItj#P=>aF`DG^(u1zB2x9g)t?g={2J+w@`D&CeU(JsXY2c$%8_T#3a@wzaei zotd_s%66I=8_#C3O;y&Osia(}hwUWBNZnk{+e)`nYubs*tjw(GHvRxY$S^^2v-GR5w7lKD_f}|9EB7GINenJwp5|c$$Ar@1lG`v*S^~kE0Vcew;UIj% zX`#7zJ(M;HjhPh=CQRbJr6*q5bQ5jeZZtX^MMvY_@SykUXTw3%AACN3A)|eW{S*^e zazt+EutPOg=D&oLs~YHB<#Z~wd<8ua8vxpXKcJuIv7NfQma&MeJhRVb!sD39v_M!W z_XT9IG%m7gY!rwRMExG(j7GijM{f6E@cvM+aiFKp2OnI%f3+3}6%xXNW#z;PV8=x|qCmYl0Z$dTTKypD_5#%otWa`h&NeV9-2 z7CW>`-}t-GJ;x>X0dlG9C<^YVMqbw<7Uf)o#TWVjjaW(liG^|SsWFyW=R+{z6?~9O z^1u1uL%jom^froHC|&{q)pQ5f1)gW1oWE-JkJ0!lir321=-$}|+9IJ6=u@VQs}If+ znd2v detector.MINIMUM_THRESHOLD: + charset_name = prober.charset_name + lower_charset_name = prober.charset_name.lower() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith('iso-8859'): + if detector._has_win_bytes: + charset_name = detector.ISO_WIN_MAP.get(lower_charset_name, + charset_name) + results.append({ + 'encoding': charset_name, + 'confidence': prober.get_confidence(), + 'language': prober.language, + }) + if len(results) > 0: + return sorted(results, key=lambda result: -result['confidence']) + + return [detector.result] diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0f65c3db3d89a228d084a9504e53bff517ac4b28 GIT binary patch literal 1941 zcmd5-OK;>v5O(`D9%quxW7!bkV2&eg#-IghiB=Jh1Tqqtz)p4%BO#A7?o6E6Zf|$b z=7C2-gd^|^ILyF_BPV_W|Dms(_Aji2pvul{vYa_!sms+}k1ltA^_k7jyBa({=D*WF z8k+VePHsLrOx}kfwm?K$L=r6}Jwi~|6FoJ0MyVT#nOZ$7wR<+vhFWC)OnSA*itO*S zo)gs~2j2Cl-qo7!GXklaL@hna;-{30FxjG#4kY8S=(e+bB)c+{w5hAPAV80pWkH~7 zkGCIo+k2g+#jz@7M`f6Dt9KA42{*yOEf53TWcHvtE`9_=rT2W>?f z5t*3MDzr;7C70w|A_?kaP1={*m=t7EE3_$mI%v*RgHO>fesMi`s`@>7L_L}fSQKYN zj~$ltA$(%y9h^(*3CY3Ga?6m7Jmg_o8UiqEU>a{95>&4A$p|u0Pco05g=w78Ruv}C z^UCKs%Io(rNc8(2<5!cA^YFaiFJqqH+dj+Td}-vdgJV$2+GcqK24Q>|a@QL&x#4|1 zZq}6>i#QW9ggR9Hg@>}r%~X9KGHi3sxUvr!PeZ9pEUvm6^N`X=S%ZWLyhjIPuwvy@ zm&N$68ef5%c>cYA#8T=f;R%mZe~S%9Db1wtPZ>WEc{rdxJ)?XO52y(8b9uxve@Gc0 zQn7wDo!Q^<;i#YbNqpc}mV2$Y-||H)={n>&2_eMKGWf9~4;3(u!jUNPY7Rw-L z<>%anl3quYEQ4@sE-?v=za7Jdw?j(%OVGlA8jKQJ3Y7l>S_rY@x^$1{PIMj*wXqKK z#+LTg-LX*^lldvy7fwvxD~#h?V-w|MajK22!kR2a`jqevcr2H4WpcZ)3UjK1pFVk| z0Piw`aeOB-elifyPg-)d&@V}3Le5yeTIf~hMztUGF7CB9Bmj5k;3@@?t4u`IkOg3?to>7afFSgoFvSKBf!Wr@PC;-kV%k1 zx-bN?WdSs}rp=WM(BXGrrGzrDm(8gdC9<4W;x<^7^B@V+gDBkm98+K}SG#!QnzmXG z5;h1Eu?b4$2)T?Cdft4E*D*cr%I8o3M{9f@#R3Y<#c!cl1fd!LWuQ;!G~iEe;8K03 z{mD-7;g|c{YB4~_3o3)0vjgB&wJ?OqjZ;|KZFkzck9LFoorl}qoxM-DRAUyCg(+25 z!cHkyE^NT1IF03zS_qCp5uCB(e4DhAAF_^*g)A~ot7GFfbZq1W zf^F%Wew o1^62Zf|4l8WH$;$zT;PbNLe&W=q6%I;GH&>8w3h49HX)P52PXxPyhe` literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a672e6d9f0b540cd871c15566ec6f7bb546837c3 GIT binary patch literal 27220 zcmYk^1+-B0wl#3NQ@T5)ySt@B1OqAI(9(!lG$_*D-QCjN(gL>R2I-PezWqDzdt*Gu zcJ8HR6!Q+S6$FNn)DW@0If zO%{6VgvW%f6NTnhjL^i4ALhEr-3W6*7T&Q03L$?`S4Td%Dse)OxQK7Uj)>7=7%>&W zglM4|oH(qeRUMcxG#`e`MyysH5*8v-%5@5xBc_L>5li$I;MLa~!CM*b5rp|D!3m}e zs@X|HGcFV!@vUk_x$(jYO!-KHaJk?e9ltSiKsp=rX}EvHk? zg=;iGwLw_OzCWq<5|6Oko<3 z_f1>Nn{L61;8WrE6nw$Vc8y1JU%KRS zxTN?_c!i%qmY`}IevT0{!)ZaE5FCU*;o(m$TwY3(g1okGMg-SU%>w=ct}9jhfRBWH z!DPAi!g=8}f||mQtoqc&yM^FjoLqA1oAIieaf6nsX8Z;`-pG}5KcR{#d=8g6G(jhA z-4zOgL{**bRt*u9B=UWQo8el)ufR8Gu4w5wa0_Yq+MwCkb-Mg?9-5hT%es6h>oS%v%zgAeZVdj?10OlFX;u*4xKGq1LhHAsBUhQ+Ys_*d$)qhaQ`(HXMh@bo@rnMb@KiVo zRdcz9=m+D=gfEY=4Q7u8!jRw-=3@)c>D6}~h4L&F#FwyLg%8>>1BK{ZG0WLj>ANJHd( z;7M492*3BO^`WJ>EnDdAL`z)EUF5bC*+*M4)v-G6>mA1%&wPwNA>rlq{;78u;b#om zukC3;EJ}09D z=E`zIi7ZG}XEXkyY7aOSBOJK zYGwxo4~*>VoTEuQV~_3l`pNyk+ZFZ(*HP8OvX`Kt2yT0*wdhlzT5svrs$Wwz8hD>@ z5OW8(Khk_*H5i0%B9@UxRsq?7V26=AnZI@H;_YVkFdIQ?=;*B4)$mt@|4P9y%iM66 zL~>vA9?I?2+s2b^rYetVAGto7di$||GC{pQSe#hg@j+i z-Scky;i@tNRo_xbr|>oJKQrc2wU3~0gsTvIrCK<|1!u#%1Z^BAG2CnV9?`d7#~NGq zmOG|8Tw#LmxfPNA1`>R&_WxZZK__gCQjN4)_OmDIW3#)eK)Nw~e4K zt}&YV+%oTD$*cEJ=mjg_Mo=&jIEUO@ay1?2BO<>cvP+~4!VgjPSjQ&M_%Y3!d50r+ z6ZSxLgtYOfx`koTme+xduBc+8`kR(qaz%vmY@QPCC(8`Pau0YkEl1IR%X^_P*~P2b z;|T8)A`?g66z+47GGQ28!MDqxv~YiTt&!AUqx1`(WzN&S#RSCgCgpG2-9g_P^ zHGvyE5Iz^KR;`Ko9G3g$rimm_Jummv=5KqCt(N|hpdncP1KuY0&|2rU9rjR}k+!Be zF>gD_x2j)aX|4AH=0PCU<)%Test|%y9_lBB(X^C6a7h@8f|Hp0GFief z_}~y+A^CEl(f-cxgu70gzr04e`wo-`A^iVZQ6#&#kS>M%yWQ04k1AUnun^6(Q$#kk0bRlUt|8x;|&8D&de}!q>b)U6~&oa z>%B(RKJ?dlH<+8uEv5r4BlJFwT-Bhha`6mmg=!M-i_i-$QMEw0AKw(OIu-aCEv*#} zD11X-8^Z%LZZmh75tLpJFBF7K;V)3Rm2hP})J?hXh57A~9_c}RjpXiz;6Pu*NGzX{ zo6eSpKn^qaKt2X}XrpYTWpmy821P~sfcKWRo(N`B+RK*d9+iqz7#q(sJIQ?Wyn?6Q7{CI*J*7mb5bFeuw!3)lZq1s3w7Y!xVr!;$z6bOJsN- zdY^iDlMD^oP_r;NLqyxW}K&QA@Fm;|1rFrTeYJl8RnZHFU>6_>eq+?81m{Jq?NMm{#<7jwt(-pI9tI~5WHi^7uxkKN@*eErP$!$S>} zTVdMwZt$9ST1R$;+184RrJh1N3l=iBr*N=AH|2JEiVnhL%)87#X3RklCHw==h`GEn zz%3(>W25gd55$)pLHkI0OOK@`s21p! zqWZ2Gjh#Ka;blXWGuNl!aZih7Cyxihu25%Sx*sH_`QQyl4F>6b3;304Q>!KuPO#ereC<5NYYQeKJEu8ev){9Wy{j3siM6&v&|Qyg#x0#iWOejXp!@1z%aK znFT-KJ)~-fWirAoKyVAeyA;$natcT$RsUQkV!3dqj?8wOXy2^B{fW$>H-+1mWy({K zS?|A;UUZitv{a9LP}8!gjzjR1>Iu?5BJGket7<=_w++uG+#>Wx1QC}(#uGVJm|eA; zxs9A;5^48%J$2+zoh3M9a^5$WFd45XmJ(L20z8#BLLoQEZ}>JwYL2`R z(o4MLAd9Tkfj8EL#xZ%c&9g!hC&?>(o5>A<{~o_%V3a_sukc;xyAyy4oo(~ZyDalTBYE&!CgUL zTG$b;2J@JpcNGTO{0c!0nARQMBGUT^uIQL3S4r-7 zr|TZ(g8vYF3ep0kn?iDeX3BNpr6prI;VYO?1|0@IN^S&G9j;;Id$`(69a&8K0r)so z^9lc6VI`Jsa^C`1j=X{1&%MGzd`a-dW2&ew&^rxyI`fU*bg1$JzwtZ`yg3*RtN;I13g9o3&8QFPRxAZjEF?*>S8*T`zng>Xjj zAoAe}$|iRcd1YDIUcjn?cb4$ zt|JChSGY(ayWvA=o&>yDZZ8ERg|)&$u#3`*?lOads9xU-MBHZTp(^8aM@ah;{aG^V zE8GF8js9067h(BZu9lA5aNk-cg?*=~Hqdq#WUX)<(uQ)4n0pGVDCmr!v0P)!zlA3F zDe|+3oMB{CW}@nSZIgHpc(3#>v1&9_59OMmYRW7|aMSwV`e<^v&{x))OymJ_4-)=J zTTay`n49TMspC3a6T-i9u&TmGyro9|jo@A2FUT0Dn#IWXKrWfPnyL}1vpvPXOg1Li*SIrCH@I)b0^HN^Zi_3a6If&LlDJcaMb%|!iVW{>JJB44Y1qwP8H zCE+5~rf`WvFUaWFznHOHM{^t9f%`{COug^PJ+*HO-U_(J)K7M`zIrq2hy^@FE_S46 zMtRGmqHm?PmI%gD&`kBHtF2OaU*UJT7v`>(dsmplz8|Q*R9K_%p>U1ktYtnDmZG33 zZ~@;-E;3pvywcW}`gOqH622D8I;NjOZ!$7c`mv7IOdF;GzSjtTwPjYl16^&DtKG5I zc#wZV+Uht3*AA{UL1U1nXJQzB!shS$1WL=rl#9i*)7ueWH0s+6H)7dA-`@tZah z&$RW_e*$+d<&sz?5XVG8-u9gtRlWi;Rly*W62Ib+9X_ z?u6iAEBe$SB&foBW9cs1KBsSt!ZU?DMt)|Qb=v-tn=1FC6*e0Ay+IFb9><3{-;AwH z*N`t*prae+J|KMw>SyVrAaQl%#TO;~M;sBG@O207!OVBRFctp2TUZi70j8($k)@~F zEgqKSM5a|;xr8g>7TU4hJnE<$g zx#OH^GxHz%KlNq|6$CBF9fxHwaBtJr!S&%4B<*cfdqDcijpwa!l4)2f3HvETGyEu} z*FzI*!aUfPMM>LA)z5~H(VGuxe{FwZDFIiSnI3svEYYmBIsC$c5~%KlgMyvB=murc z76<7zW&o;F1~sC-jL)YnzJ%7=;yaC@Eq_QKbjPw)Zis3P7kUrh48!l+Xq)OMlwMUx z1oxR4cb#Orkv}kdfzMj&vXKKp3WhR*=VojnD3@hcGi?ltNyZi6k1aS$ZWmlEg+4UL z#oSkJB?U9k$5!30dYppjOgy+9%sPDAX}(5oAz}59K3Gmh6I6>$D`ndIs-IIjh^cAD z4|>yB=B8;`9Pta)IOgt9t)bA&9;2|#bgM5x;^X^@*Pgy!s(TR(b+zjR_0yJKZm(%y z17}r;Pkn2JxCXVPG$+VTBVVKX2KX<`6R^aC8!R`3IS*3VZrgc7Fq}9P!hMbKBtW`LwWW?yj?*1|5-a>nUn6FZwr>&a z<*hMomN)t?%mpvQ?;vQ+H1b940~rI{165fBDMK%qtJ=^xzgKO;yXN6%!;O`jNkKZ& zrW3RuRYD?%6Ep>Gv$i!>SWd}N5OW{t?@*#qxa0k#Q0-j~= zu<(+>QX>A!nYxB=MS4TIM*7gPA~?WH${b{7hb+P0)_+Sl$=qA?%|Snx z8Er-~)fecK^OBk|Pqmo4%;&uo=7OiFlBt&SP;2p}qac;*t_D8tE-gI8WYqXPA2MU1LQ2Dz=)Fw+3%yr(7kGnsg$+t>vZ}iRh9M<7TMd6!5TZgt3~ zw^Z*k=7?MZET;?_ZpI_#f(tDN>BJk&tPsW_ZJM@}nDd*_gDEXn$^A+YIY5{SoodudN8G^dM^@RUtiY!IpY!F+Fsw zRXwWOLGBpuusbI}Iv>lYAui}?nb=ev39G>w;d8sKL$IEiXm0w*W#Ha5Z7J^qE99d- zj&K9;9l4FXRCfE*H9jP0j1{&U-Y4t`(i=2fTWW=r^lj31l*qr4K0%P$Yi(9&Y3W_4 zR@-QV-ZZMI^qvCFpsf?{xZD`vLPmD9QAcfGft*nNo6_$MpUJCk!8F1xro~0S1VLIe zrdawV=B=vRnC;9-RL5w(i#fePW3e2UTZSbag7nNkszt(FFwgqaNjm|z+n}EjWPq!u za8jY4`<*glsN5_{2hdUx)n&PVwC%TBJkxqRQ&+j%a3`1%aBrjf-k|SQe?Ih;b6;E*TJPC@)OmQ z2-fp4FC3$p_+1j!vqzia_r2)yaqi+IvBxt>(AB^5AL+9%@M9ZP@c5Tygd|TL9my%h>U%_ z{mcR8p0-iI)9iLX41>Yp#e-JP{)gNd^yi5Dk)V%s6tPxXGEVCqOVwGpzZFUgC#W7Y z{muHq99k92aKOyMQ;(NruBsb%VrmX|bHL zY7Ai~ZDWNO71A-;5p-6VZ_Bj4=ap{t6_yVuSVC0?s-|P94pLn1xD`$?hk^gad{TId z`3e0Rav$Iur+P`Qgx<9ZKQig%qWW@v)Ru#w405-Pd_dJ@;R4?KIwp~OMeb+jw6=8$ z(MVeemosDu+PlVaEN4I-D*Wu?XNBGE_DJrWunW?-SO(ehyxaxmBJ&yW8L$5~r9a7C zViqAt=eaKnuQ1&ZB{uO2y{>NJp`Q`A6;rj&3k2Xq%DhFInEUQ%Oho)zE-0&Ba@D~r&T*p(>qNWH< zGQCsWAe!)7xLgRH!)1pHJWnFHa)v)st?w?;b;Mwr8{S!Nw~hu_PDlQ@=#2>yi}{s; z-yQ5d9r>8p3MHH*C-uDzy3K2dC9!asktIP^Qt(`ORy99@PVN^6OI&6Z$W$9u4SR$4 zt>42Xr^!9z*9sYgzqwy>z4t)!Fy*k6 zXTAr?WXrV#?R5JJ3Q3W^#Ux{rGv`8ZP#*JrEYr1RBIAKD1;`qoz<+W}oOl*9328Tj zcB|HMp=uzjIy+nQFNT-^f$-va0FC(ueFJaggbjGrg=5BhQnzq4R z+Br!k;D0?-1{Y5edckZR4}~{qso}fNVq|9ExpwnwC884bH$iHdmKCI`wwkJ2LlewL zb->(&a^q?K$h3_V9I?^!kUl5{*IOYERb_R&;8ldnV(xIg-4$w^c7&>|3fauf#>>vk z5!M0OWa%7oPuwpjuP62IsOAzDkNh@xd6;L8(_OBTxq~cNnfF{FAM+2B7r2-=Dops> z!Y!6rPV-CV6|>LMSt*^Wnh!3yJ)W9TmA+f<*GI0WY1QQNo3Y8<{5n>ks!MZUxPfr@ z-0E}SdI|+}6acO-Y@txXj2INe(6$mwL6AaBK^?E<4tTP{a@n13sS6bm<`C92sIgoX zf{t3I6~47L^8e-`qN>7e-ao3dQ|_K`$QPugBBq7ZylR?#k5s2 zx1T}V4Js}-L~jXRN#=zWB6QrgXjxjX{x#au7O8R zsPF>IFT4kCwNQ0>)_8?-)IZ~mqco%HzqC{}GP_F8QVJ?{B>ue@`W6Ms! zDVa2Gkj%l}BV#H0hmk)4z{`YrnJvJN6qXC$G2;ultA7;XJ3-Yx zhpp=n`SoUjTW_tVRDBRC4T@Q{xsF#lV*1S96SiPlGCw%>`@9O|_OswBe9s(guZ}|s zZ!3HhxtoqUgr708m0Wg^|AZf)8lmkV^(lB=R0|;eQ1xRStA!s4TQQ%~oFkG2{l{{x znba0cg5^)uo#vKs`wmuZrmYQJTc%xP8~R;vpIW-V-WPD~Rii4jvCIH+H(>chp`)-v zq{lqB{tH@iQ4k@Qz(#8b4`}()3wBcIY0y79qM?7)1O znTvh`K^wKj(3Y5%j>699&r{!p7Y*NH9c$%U`vhj9Z;QSw$Zx`Ew9KHYo7_6!4SM?+ z`C4JEJ=$q&&m6Wm@Sxj^UvB@n*S`E0)k@U12Wc~;Vf;GZ7)_+IXA9D;;19+b?{|Z-7`fm7m!SA+QPgMh?_w^PI zuMuof*oSYRwwGS|q(KXuqy~`#fcG$^Jz2{z7d+JVxsE~17fcPOJEeDnLDxyUfNutt zGI}RiE4o5V`ZCZ`#G@RNo8>NFqUyn$Cs$TmO$3X9|I-#r*wJV474X;08-+~TN*Z~M z`i*3KqZ&)~Q!7MC8k!rJ>sk6|q*3K!gA4|a!;2=jiL{%*x0wAphJXxZE*g~E(xrHt zOsfwP7eRCcMG@Q~H<95DRLj{YhUyP`hoNffp<>E4NA;DC;R=)J+l+ZANN)H0OWRy# z1V~}kzimEJIEop~%mRK&_;thkc$t=1Vi~mFpqU1>jpRen$<-PX*~8p#v3$qGvr%kq zw-Fp+HruT)(g;t{i5Y3+1k4){3`05w!GCa#Fu%h~pgIcp33IAPK z8ebg4zeklwcvjnIAX~L<7sfz87G#@TXM)BF$1~I2;Eq*)H0?iL5xBURCxCR(kup*h z<_bE>d#$SW&E+_62;ZwvK_Q;rbP6r;&Eri(HHq2cLS2z|W8Rp1z;12KNXZKfnnitl zC;k+DMbp-qk=Uw3kj6J?GSVM_vzj(V_zI*VEeTN#LU5KhRkgdhl~gOpr8lxN$X3z{ z8#E0r55DQV8O%(kA_W`JA8^gO6TdA&n#dn+q{+G zv8k#ed?~E!DduQPNKixGr$(OSMM1g{K~K3vMkaz=u9}GE_e@JH*H*3fO zRBNdYW71O4&)kXlmVhi}s!~;r>5V0pL#)uTOm#W4f?3J*N087>6EQoG7G!4lN)pQ@ zVT!v@OqVQXnLe1)c%Gg_u0)>{t`%<;=GCDI3i`D^+l+Gf)+l@dQc~{#g|7J4Dnzx% zN3Ky^t{c-v+eR~bd!CJ|NgbjKk*`&Ekap24l;B;1`&zZ6@Up@>^do@BBUnYjTjch& z$4!}{#9b{tIV+WCkgvn{?3Vc|29zksj9uXd8zBH)2j#y?Ki){0t z$9X9bETj2^uoZ%oawmnSm@^aqW5b`FQ{%-xXAm_8#O`|-HfAfEmTu!OJn#q+Mb*7CDNHpT7`jf z?+|&I7b7GH7W>fOM;a4f9fE!`=rpgsRkr{)F=#O6aSky7%Sw>iHp(cs+x?otRl=9f z$Ya7w_=f1cOzBR8D(QHOX>6IHs>7JS@%4t=gD2afnmAx(%2 zE?8!gLNjxxq3_D1r{!mDdyx*b)?kBvksHE`t)r~!yS(AFWYBguazWk*xpE-mEtpB} zIB+{F{EF(lX}2BhJ>D?5-xNxNoN=&`SW39T5xCz~o577z_(M2aZ)Ws=3hSz75tg^x zUvhb@aFw@3E)J2gkY1BJfnaXrT463&?JhSBpA4MVP0QOOJ6vwk`ZAY<=~QzXc^y?- zCtjsD4*K+}Hx%Lu<1zbCRbcircd*<98OX~@_-MP`k_(vIOg4o(yuX=mLGJRJyXkkr zp;p-MTf3)l0R26=G)|Wt!B!jP;AJ4~KHN3x#~^qh%&Gbjmha{6=zSl{PUay)+tS>Yfp(S3SFfImQ0$Jd#JpdRkh164PLqy+U*_*5YemPh99 zQf=TZE2wUTo5ITr@}5JCGyE~|ec-nho<#Pd$|t;{uSIegwC1q%$GN*-; z&_4i~%$veQQ=Q6-&P$6b25*{NMaOADWJ9Ed2#Tp%nAg%WEmhy}=J}|nMtWu(6rNPg zMp`9QMYP32@VN(gX06ZQV#~#0HY!Xvyt0m5gwKf7g88sqT(~2=Qm(eqg?5KtFu;?Y z(NWifzKbdza8YyP1D_}DoMp08brj2&aCfxT({|cR=TP16W#S_krtOqv5(pDA1>7nT zuNeCJdUvAw5$4EQQyhBDKd`T4k z3d5kkRZD0q$t0$w3h-Vm@l0z#P+#=#6TSe;EF*K;Eh(xW6;c^F4ek-|Ers{2FdI0p zxg+iI0dPa4kI?_1qrQ%}LHY@k=}pd@HZ29OIY?E~=E0?u+l`R6)NiZ(2Nsu zso+vGAIWvs(HJhSaGx!!!=(X9YIs^+4Y_D=xoo-79`Ct$I@Ox0>3K~+<}(?DO?iz8 z$|x-5ru{8_!Q9RWnyAk6ZcTarxOgVu%*-6OI*;Wi`&QFCSFSXwEFj~tEREEncQIUU zA`|oK%4LPi#$;!5Fsd@R%M-jQAOm>Cz6ciIK)=`{Sf+@+Iw#-hXZFrA? zA3E4*W{~47koyGWs@yvUo%IU8p#PN_4ziFbg|wyJO7l(vm!awu?~EC3nI9tyATunO z2&AmA7q1SgO5Wo%+!JB%NC>mj$bzm>PDeX@$q9N2_rh_`klT#H1#-egdF;PTq8 z>-a?22WdTR&q0oPsA;N89PBJe1sxgCzi+n`AeHH>OWz2+5posb7QrRZc8-ZJtfWwx z>1$dQURCA;d;V^H znFsFIRIVAboPvZ33&?m^?l#Cp;bLuTFxNzN)>_+D*UGimTT7vV!ZYA?3JrxHQ_vh= zKey^+#(Tod+EV(}Qq*x~*rPS@W`)}LTENxe_19a{HB#w_!<_fN`RTiev>2AoyjXB; zP_;ym-9c@)N$h{9Tg65viUKZ(r$X7MDIMTYj_q@j>)y%vEIu7wBp#K2N zhs-83HexQJH;1)8QfL)fRk%#w7tF_UU1%O)WNYDP*8hUYbMALg*hZlueOrWWg(cCq z<0Ug=IcduXYA?6hpwE#0s&F1vJ$rnj+JPx(Mn~S~-g1kMO6c1;&OdT-gb^V1^)95~ zngzE4m!jYkkcn>aQneFsXJ#8n18ohNMXJBk*G07}Q^^gw@k*oGMG zaOEu1i>g#ceqiZFmauE?nOFCt^wx82oB?0r?&%K z5{2~47jP}Dzsnw93cq5$X1-wtGnXv$0U2FwK16O1(tW0tv-x`<`-MM|F%;xE?>EfD zgu|H;OkyktfLmxADR)pfidRVPknk{b&_}&kuDn5)kdB7?midmUYpp}f7~%KKSf-=g zINo^X2)+op3aBbL$pnRhu2E60neSkt+$82Y$YkDf-%EQxE_ocRf4ElA+b{Sjs-Gw{ zaqOwW%N879^WT|n!X!)#drSjq3jC$8lDX$x_bcHNW;)1>&;&o4F;jSy`dPeVyvq(T zTX? z@vD)SODcB>TN5NJhtX=n>1>1IP-LqZ$-UZu4bSVBw&-R}d=rQ0*oN`^ex9iiT Uy^kx3e`zI3jJz?T$BFj;0Jl56GXMYp literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..900662ee487024ac00d01296da48b8d6f7657425 GIT binary patch literal 1171 zcmZ`(OK;Oa5Z?7GZse2_T8hLCPLXI0qP-ymO;CkI3Q}&qtQ_w)vEmoIn?kDIQmME8 zhH~sL;J;Yn#EElnoS3l_H5KYgJN{m29zQ;5+gMOv%+R#rFLLf*h-wV5i}?{B;4lCIpL0=b2D&xV?a9Y9}2EIw0zv3 zCOSTtY0({rav<~S1h})zg{JlZ2og|E0^@=lQ%<>Y?gpl?xXG<^GN*wJxXK!^ zb3rT;VAhSYiQ(%MBdlP#5Tk$G>IDc*G(978SC(ZUJ% zrAM8$(pJ+#ND2It(q$~pV$GODhtkHgwW#8QsZ?S=$}PUa0t=CbQz1)R3MKS4EiEOI zV|cDH7A2ulj9rtzm;N|Ug`b2I8K-_PkEW@}wDP~@a-xbb62AB@WE4k2v0|pjdFGEq zE=NM`EYzia&p#2_iJ!znzqY*Ief82;u@*bvXA;5{zlaN;!D~F1egy61Lix zTg;>jl{|;75UkTCb*V>BAKkLNyJX@&x{>lO>>Ff*Q=ri}DlNPzH{e8iC@NHmhoF`o zW&!lDEKEfQPHqekmT|hh5^?pNd!x!WT*QctE>5Nr_Xl;8FdI#QkR7-pw?Nz}aB1zh z*mg{ev9ifnn)7Lb*kkPLG)!ts#aQVAgD@<5CO6UNHi)vd=yN2J1P14}@^yR#%dckZ z832XcxWuD|)1-#krj-SU@Ig9UlwbEqB0puj9zBJhVp@NS)nJwzRaaN$upUhZyeODc eoZHIvN;bF6aNpD=zQs-|`~!JUJ!rp2H_d+u93u?? literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7d939081222b38dafb03b63fea7a57fa871544eb GIT binary patch literal 5781 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 RE&Qd7)M9F!e-r7c{{cB;z8wGn literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00031954fe831919cd200a7bea2717c6f799c083 GIT binary patch literal 2270 zcmZ`)&2Jk;6rY*>@Y=D{Hl$w^wdtXPMYN^@36Ow7TUw}ui%8*M35^`jWNT;bb!OIu zn2l7ak$M46h;wr6rC0u!y&+CLap1-Ues9*HNeOGuoA>7Pz4v?XP1b5P7`~q-zv{mi z8T*}tgP#xKBQ*O4h+>MTY{a{q6E9LR^12>px0&*kzr&QTy+>ZxSHUWa!)F{@VqP}C zFxlE*oUG=(TtjZ%xZg9YI;UZ6`dD=6qZ{e7UxH}X<%)HMT71mbxf06Tsdqic+3*;sPGB@FF?AZC z)F{IWBC`M?7N+UODkDvcRvja9oX81~SJCVe$f7gX=MnlvE*`@4Ge?;2t~+EmsYJHl zK>KqA1U53;EZ8n5yDN#TAZ{pD5f7c%bNZEwiOyv|8?O(P9`|+GB!pm(9QQ{033u98 z3P0ESG_JTxcagcFAbm;e*@YvtJ$T&zDs7f=kU0r5SIe9NUq+M`Q^b%tL-S67=UTjs zvG-{FEXa{TvcLUMs#1VZBWKwkK*%Wwh-=%T5H{NM3NhriN&PN@Vvlcog=d!`d$~9C zH-x!VP$~x`p%1aYCg5hcmsUhraUG#1B*G2hR9E6%3a2{O)s?rw&2?IJcqdNBDJTbi z=a!2w7i@9E1(c!SDE)P{sCz zt!?ER%Zzym2bl9jUU26*jD3ve%2xw`3cxCmf5bJwN1)U%f)XzthJ1GV2*^p%Lr_x* zqI_{K{}~LqoboT{LjiX+6o>Oj@*tg1h*0Hi3zvOx@h|{9v4i3K=Gnp6psf35txI-goaHN3ZqH6a#Q%BXtb71DZdR@(l*}tcE)bzYZ~)0L z%@V|P87RFrO$=p|i+4j29S2p)5kzI(m36wr;a2*NeE~R1m9Nn(J-Adbeb;u0zE)f5AXmrq#R{xniAiXa&y{Cs~K0kT|p}&6g#|K z`Br5cnPn)vs;q9!U!uNFQz;LGp{tFqEK+{1pt-Ubp)fW>(Llu25P7xZCtcm`#6cNo pJcG7Miq^c+%nL2O0dC!a3;wMgW%Pb!#D`QmEfx0Wxh7xs{sC5c^T7ZB literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f343b984c4a724c896cbe27d5785c16b2d699336 GIT binary patch literal 3524 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..133237b7a052595ac0491df3a2eddb0701a8093a GIT binary patch literal 442 zcmYk2y-ve05XYUwp-E`Pgw$8)&>AQsLJWwpLV|@XQ5s)cHy@5{w=}Q7zB0+ELok(*qs(d)!H8BX{rNs~nW)hf&{py3w}3 z1*L_o5>YLr^&VfYTA3m=%Jw#u$Rr2bM<=RfVwxJX4Gru}S6j+OW^5=7D9ln@f8H2u z@jLfH)LDD7m7h1Zk|nSr&6OzGz05WxR7SH`sd8PX88Fy^%0vb_sT;GB6Q!}X>8{CwVZwk0= VKSK{ug7e6u4s`;|$f54B`UNwIe(3-J literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8719dacd3cdd37684d06e455cc6c3a4fc5059bc6 GIT binary patch literal 1178 zcmZ`(OK;Oa5Z?7GZb(asS{~vCrwCeu=%o_kl~f!`N=3xQmzCq)CRY7ocU?%;TPpPi zf1w=v3-~X-a^l<@CuZzKO@+GFj%RjuXLi2%>}+|tNnm`>e~H%(LVlyMI4m&Uz*IdD zoNyYGg!+`CZp21n`evn@v6a}qUFlZrBn`ho$$P?W?wk_t2zzS!E^iD-$NfVgREL%i zc0PA^KlLJ|Wi%{wl%;ReAfBj5fwSGsc$AI?I?$pYgySd`uzI&#I6(V{yJ+E$>LAM_wEaz1s6)^Z7GRMOth?oWlT)czKk247Tx1dLgun3+;tD zbSbZzwwX_)3#B}UsZd#=P3oF0dc3xP^X43j{{TnOyD%@2qMQPd#$IVxN98Ik$rg%A ztHd2J%NAY)5MpVNh$paeiD+8J@%_b|i<@rDE8B1qb2_`36hV4(Qa29LQ305Ea6+zw zxL)Gi-Epz?cr(VzCSys)ix~A5V_%9Ou00iKr3)YeVe~|(FLlMV7o~zPV za0}L7@#_&N3c+zniyCf|8fKeT9wg#w)v5(@)qHE${8RWnCiVANv9r9L3}tT!Hvu6GSgLfiR literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f558fe20b00c61a265c11555ca1fa6340375ae7 GIT binary patch literal 2625 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 Wn|tFXVn*U?<-F^VX>yTFoBso9E`$#N literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5981377c06b94f07d8601069e2a2a4aa676a8c4f GIT binary patch literal 8419 zcmeHLOK;mo5GL0Y^_E{r8=%KtssaiVrN^SE;|O*93?!X+AsFsfRxObNDW^^TK`#Yz z@1fWJg8q*ldF_e6AgSHgEFY^CMKY#gSV1Zov)tL4ot^n+cetiiuU7>4{WSTFG@63& z2W9wQ5ty%moL>rpfCVg$gt4fKqJWW#1_BYkTYD`+E4>zR&|7Rl7HDL&1z#t-< zgdr~#TvMy0jO(OAs<;v6rH0ql`nB^CD8 zS?@+Vz$-aV3`^c>uriAtbXXsd*nO*Wy@Y>{nz7k}gmqpX9A4cRN?^%_S!NV>c(%+;9MVsb(uPn?Z&N0Z>BEOe;01W-PAhD>d$iB zNcHc%6ZrdY)d= z#WHE^n!eF8Jo@FAE2aC- z+|s^2(di}kCW~sUc;sjE6jeL5fU>%lAE_Ifv8tFkUl^-Wx++f{?ZlTldo`CYxeos5L}k^ z_L(!$4Wf`Ah;0lF;%JkX(^Jb-2E?)l#A$_WB>zHrLChD*X!u+SB#-Vte4sePDQSV7 zGx)^fD3jqt(LfDbwn9J0U@}#RV>sjclb3Gk%dv&eN8~H|igA92S5xg1387CV5&cUE zh0lm*PlWyfy>wbbe@h93!Z9SFza$|3N&Ad1pi2n|aTM|XQ$`n3D#;g886ogJ{F5)G zVh~emJT%U%c&IEPp1H9wCK?w{QB2hDEJ6?urPR2J=ue0vol5AfluGhjsrvq4!te?6 z%i}_G&Ug-wL~OF~pt4jvLafT@4eXT^lHW+R+rcb47yf=q+dt7bkIzCM_Iio;xpMg* DyNLk3 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb292a83a9d219fe80a4b1b0f32f4bbe7f060504 GIT binary patch literal 2474 zcmZ`5$!;4rl;kWP$+E0CabhP$;Q&nmp@}C!bLb%`n%Zg>#0xA1MFkY>cu31*&!TWf zsVyi#0lUbpJ>&=MLl60a{tK@?<=k5@>3bYGmRn?GKE8$IBj4(5W~NHu`>p?{{G(3D zUr0=THW1&y$bSMLh@de^XqP6e%P7(;wi3H*8{CSW#O=BUx8teA>v{%v;!0BORt@gP z(@CvcqvR10Q^GqY!jtxq)twQQHfdJhQBc!ly0)pZ?I`WFi=dFYwiblDQ7R49r26XG zATFYB4-2`n8>qG{aJ5t*nOn)k*|zZ};4ZeFuRPscjq*Z8+k+y?(uZjfALdaG!Yf9& zlBI<_C?@!I!{_ZazP7R2dKSXPE_~LQ$~OU#q)P?qve#sX3M$yK*R>382^(-*I>Hg| zF*%}L7jW}(z^6n-RF6s56VsvwbLBO$Nw*4?n9>W5_W=~7pd)g` zPS`1-q_7J62x#sU?h%1`s_@KQ8IhAJt`MY6-qQ8vw081AUn*6BL$t?vltu;T$^lY& z$g70LoIFpIi}bvhuptl7h(p*vg|bFin(zZ#J4)uVcuTdN%XkOo3g=-QYW$v?mQ zyICUrIM`QF;;&}mAdzX2`#)!DKko;j^yPt6VHC=o_YaHREcJUbQ$3mA8Ix!7`~FLr zzVzd0+b<=rWR2eNFROuR8 z23*F|Adz=*I|E>|;liZG$wePktggXMP^!JBK|e?#5I(Nfi-WW`05@SUt3?18ZGI*W z@iu241}VlJzB0cJ?=?23NAO!EKW48OSe>0%BRXP>c2i-GwK1b@9`1P+?(xQ) zd+n4UcCv7aniuzN_2%pyK+i)oIP1fkxAG-D74j*#1fo?5_zZXiGx zYIl93!`E8cEq7}7NvDmp_uaIWtRlA|caI>bdsgjjhhg z^A7Jk-f98yY_;jAIXulnL%mYU6urZl*_{0mzhStVm;{Q`Xz_a9pLQG;@ zGlQ|h#QzaHuR5m8_^`aRmz4wuO{;t@Jkaz&4)cz#jZ3|u{`*Kg;0G8vb_IM+l@6~@ zUiYGnq0>Nj!J@)BxQ{297{rLzIDat+;!{spwrUEcrz literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2380727be2a5871303a393299ed49361fb32948a GIT binary patch literal 12104 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50235e220e26fe00fa0fd55f9e97eda581b45bf0 GIT binary patch literal 27224 zcmYk^1=Lq%vo>&2LFoqRl5Rx08|m(bhwer|x~028K`TFzKq!fg1*2&Bv>)H;VU3xJMA?qXl0v zB~X14j*FTZ3XhtqT2}5u;Vh}ZdeUw2#48YMCb+QgaZi5%-c*~r;s!#Cv2&09@5Y4vCr`RdY7o46pjZO!&C`x z5H%n8JuLMMuLd`tv;~IO6%Go)!82ZG>K{4I>mZ+mYeiMEOhZfmf^?;76}j3-k07nA zcadw4bs_LXGdO=G%vveY`_P>?a?3;GIYQt&>r%r#!h)pf}= zaEbAK;uXFDS&u4H_&G)`4yOeJLvRrOgoj@{TrNrzgZysa)CjhqS_1q&+#RZp0)G+m z1@q-P3BL@l5mXhnw(2h~em4XMv*iBqGL3i@&G?R%3TE5}o^9kNxvx>hjwpc37@DA) zw%!W)L87ZJb*nlE3K7{tVPUvda0_@V&Dkxz3~miAV+^`SPy>)0I=0IFOWI+%KH-d@ z6>qt=cPNO``=?iZ8{b=UiOjvjOXA&LW8U>Oy%qKbxe;UwNuyd&KUKJm=9W6X^3m)z z{0kdpAZRT}Q+wnvV=oz(ze)Qv zECfAOe@5_8jdrGb0f4VGYj1wt>VB0O)m=csZ~KTGd+gA!=l!OI|b4x|RTNpx%hZe)*W z3g7bfBrlau^qRu2!YQa4 z%hg5S5MKs-IfWIqMRSs?NGHl=_krw%`x;A5Yb|n@>2N*ec9HhTo!7}NR^2TZ3tthC zljdGS`VSesNJH#)-XTWo@ zG@>~NRo^j1ZP`q3H(LJI(L-(zkps0QRm};!Pj4<>Zl*DCe8NlXJxkRD!Y>$fOxtnc z4f@t0Eut_{A(IaOL>jdTq@i3MN{7JR)bS0|DJ%qGSGc9!z6P$rs|&YTbq4s`h{+0_h=_$+Wn@r+MWS_PJzRxt$>Y=-3(x3f3E5UT&@GzY1~4NX2|g z!G0sZcajODZL`OIe2?W0@IDWFgGZ>|!?G94cmzv4)Hd|VQGILaCaR;UnhLy6IDlCS z97G-VWgx{i|iDkZvTu5#V z?||H4z3n{N9;z~!R@ZfF!u^Ub530`zIf6Z7;)e(X|5N<*+TD4$^3oeCs3EDeOLbzY(J7|TYI=0%fx7-=k zrV4ossz;>1fdpgp9s^$PLLV6ZCUc#t8%$H?cnArm1MhX0q9I>U$?$D*`w8md8dI64 zX0*VPQSZsn3qFBsM!{U*Y;sBD@;Od3B0nH9S40NkC#d>V#~sgDpXR%~lM2g(eNdeu zZ8oZ2VHkAabs-}+s@G9Hq2+D4Lc&!xPXTwyGQ+W~0PaD{7wCKP{!p0b;w9{Hir1OQ zH^@B=Hv*(+7zQ`-eQr={xVv7fIrSGP{fze;((TL{y~`Eyn7f*^9SSRjU)rc7zOUe_ zBW=b!bJ!O~w!qiajLZbxbC)4Dw zDT03$_93Xm%p>wS+#!%MAgw^oqtAo%0`DU85d9$4TG}dv;2_FI+2Kyg-B$h2VSf_- zCfuT074s!5KbV_3LZEtC?sJ=G(stj{KM^$0CI0|^Ah+6DSF|1WP#KZ7qd6h(A;>h< zL0B5-y@GipNJ+W*)K_wis|uxg52-4EAex7|rqGg>90n^eN?oq9$BNy*?1o<%MM{q{lXUxySltdN?S%Shu#!<-ZOzRbL3G1Uu z5}IH$$YYwDAiZhnZI#AR^ZY&3qZ5*A|1m=$6@y zAg7JS$`!K08hn#b-O=^~=DWOm%yp1`Hg67cU#=m780ZIEW;4<+@%>`ywQx&?`?dWl z_nIw##JmEyMFY-3cP>0r(1pl8+UofZ)==6A-z&L6SiX|`6~VT!Hy9Om z1QoS4fcqO&Yj;`i?BjroqWVq8?@R^ZebqKPRw8Y0quOC1_z~3&ZB6aF8srP!I(L~L zt{NNwspSwIv>mYiVJ{umGBx!MMw*LhC#-5(VbcC#{GxKyD%Dp6B>^dj{vD*hQeP+% zhF(zHw2y@AnKucFtD~^t7fCB&?!TB@s`h36L^T^^6q6V3rH>&kFS_A{@g1b)N03Vj zKZ6WW{nV--8vcjd_j9#hRErq&nYK2T{#CA#jz28(pX%oXm5a!bD=K#hBpH^~yuTD; z@SXzaw^454JHRn{e}kk^_|1&V^sNQnK=={Ei@8;ET9RV^4&+aB-xU^tOX2nv<$lMK z%w7Jp(f7bTm>s}v@%>}uOEbPTcLwiYxn^*$LV{pjc#`1f$X)OiHRFbd8ZP&VY0(t^ z=KZN7t3okrMZ@x*LSqXSFt?v@tU;IM_Irvh!lX=NW}_MJBKVJ%;=DY-&58WVM$<44 z$Cm{`lL)<~qtg;CU1+ij*C;G-u%q_fX?PJGG2mLD`itg4G|yL!uD1hkoN8k;-gEY> zhUX3Wg0L9=^CbG1a81pKp)Dq}+p#-pJ7CZ`ZB2wN$Vkjvt8hhIEFFmq>Z|P-k+J0p z3J;s{n($XFuk!}z{hRtY!jIi5E-$8BETqS=6hiPjfJ`#Evh0^oppl|dJ_Y0Qf*+>B*Ivz{$tvBiW3%0s;~~^ds+@r-xfm*l|t|sL1PMv8aWpvz3R8F@saRT9e=52P{<5Cgve}qle>LM=3NRhf^4BQTH??Y zqNOrZ+O$lnvk*jA{eraCq{R>p#&^ry%y4^!j}4Eh+Mj|2!Yrz#jI8Gxu|2>uUOydK zRbP{9Wo|6J+2nqwIiIJ^9)a)*V<~FO3c&MtLlxczxs7iZxqA$M9qHbP2U5mH&3NrR ze0wH`wuM%B(=~Dmb1`X!N$s1`zOh49!4X~w3bs1fJBA-5qcx>*Op9sSgvh~cp2Lkqko-jERd~%cUN?NQ;cvh-Hu5zDTXe(=1qEGI&yhAv zZ$7;#$QY~okLqk;DZQ_FPnnVwaf%-Cl}Sz59hl-rD!z#pj= zg=>Sa33H8!hh-SZJE{fXQo6=sxmHYi!yg;o$6CeU*2CRI|E{n#Tq)*ff*LCnxA}g8 z-eLUWS5)+uF1kG{>i+^#`bm!`p69F=0u3rI-i6rFp}xbt_ye$U%5peDxzE z^)~Y!iIG;P;9Ix)4lW+K8$jMM{2=;{_AP_-If9!yI?0ulyW@1d!(8w$g1#WlKzb=8 zBWS5y4_+EFD%!FVGu)t4z=z0f!&HW=tGAJ>E!FWi85@DmP?d!6nF^J$^pu+nTrP40 zy(JuH3BE-5-eAhBCe=G1cmXp;?^~#{0RQfJYRerKer#j~Z95&TBCiRrp^X}bgM#p0 z;lF4ji0^a4a58flg#aF$bF^bEK^gMT;V^xBWyVj zIECC13MLE7goWU9O0T-hLJD>`PEtyfF||;YaJnO;l~%n(#(R+&AZ5{iYS3CNDdei@ z_yKO3Ws=)>p=xbyDM7Xhry;E)SC>hpP{sGx9YH<0;+Q`RP4G3P*RTM{u~@jC_Ki5%BwD%u>y0WD}6<=2o@fB-Q1f;vXiDk?D+#qmZ8WNTCk%oEgDn zP}oK8HGFk2mlZZPvMp7w%*Y70QuTeB<5*!Zb67PsrGKfG)0+wSYvDT8l5hz_FGwHx zK{P0hjwWXO0GC|8K>P%~4F$(GcXZ7X8prDOHHf@8b zuK_%b@Qhe8F@qHbkddC!wmRA|?U~~EvLm=|%glO*yV{h<)vPrg6!HgDlOC@!~0ZZFeOZ*zQq;_D>bh2>NFt}B$YRwivZOv_AtXSmBDU+@b- z>FjX>IE!jlrXhkZa5b%;7~~U>YziNSVbDbHdsKCWi%H}mgQA3=+UO!JdzfrU_l25+ zZ?v7%HcnwOFQ&7%rF6V-C{v8-$<(5t8`AE~CNfIcw~Uw0&-;QP%B)~TgTkEs+-{^D%{tbo2t61-Qcb=Wz3!BOnaDr(I3{EK2#7iBliO= z<$ZbsOxq4Oke7|L*RX5>86-EBx86yHVJRdWtdPg>qmqv)aJA&mMxZ+HAg}*>zSSx$@g$3`Rx)}}%KI7#z=nZZAX|9iXD5`UjLDU!b`EGASq=AtQnXSN=taaVU z;UM`#8Nu&n>?J6(ldNaj8SIxB?0TX+A*JAh`_`EJ0sT^?>RT3jV@( z5Uvp!+wkS0`53wRg_T44;A1ixp!&$PcTH=qI)c)XOcgV7>y2lb?@i0(i0`WwGB=NE z6@|LyPQlXCNk)OZfp0Xg6Mg+vk07W>-*JNaX-g~jnQ3Ey-&FV%q@6-xgPK#C4J5CT zf1~;U_&(+tSc<@nl^e%g0V!{{1HAEa%UtL>eNmX>TWf;CZy>MCsAO(FGvSXHyo0ofYIz;S9H%$>8y37tUtOkvwrL0o^0u1R3uJnj3;qnhgP`%rEX1qnzSPEcV~#fYrzE(_rHXxm_g zkIA^oi~z0zQk7|HqgnW7Gi#k>1KgLiv_f!``XcBL=~!&;$ncWE1|l!(_y(jX$Q&%$ zL8egfEMUL zw~)7ATM;a8s#dUSaSGm5SOl_|S;8!3?%=CN!7Uy6sVYo(b2C~n%iwOS_GXR%e}}IG z<^n$D+eY@{wbXGIK`Y)-;MTn5AxrSY`p4uxH1`yJE6}fGsw*64{y=|%SJI4Cszuyo zHLp~d3w}jaTD7Ey+KBHh3KIIpw?tmhU7C7|S*mOFCI}0`DZNE$ZbRByg*$dzuJ;D@ zf9So*yUH8MD_~F=Bl`f?pl_YtkC>VvE(lZMzxH|Q2fXa~s?c(mxk1ZTCqAZd7fTj} zDQ2`lzdpie+L`bML1!#)hG9^K*H_0R1ZBzSC!FS1@A&jK=-tSCAr}wJaf2qB@shdf zLLY;4<4t8g5x!2^B5ma`=QX1bQ(Ug3`@KWtP+@tHXFB|@^r$!G{snp4w9gf$nD!d_ zP3Si>$rQGPUeMSw*Hn)Z+14xksH2F`FRn+8!930z)#SyqYCE_SX1t?t+UN6F$9Etb z(I;o7qsr`@pOChlSJP{4*A^dDT9B<&om4nZeKWmPnch0KskS$=vs?#WF?WuKv_FM@Ucswqg*?sz^%!2o6*=t&K^dBLpWX5bu|ABd*>VD<`(-~C> znxA4$Yfx>ZCFNFPsf?fs^GY>GmxmVf_*)4`?1DvU+To$+!%p|znsAd>6Q?)D7gI2htV|EA$Hd6H#a0}NMjjxVn zKE|>`Zn^3=SYoO^5LV!Qis~-rtiS_YGM0m_Qr!-hg2;BNUm^H}_nEe8mQF<92MW{R z?pUy%Ff*1?zzL9k;QLZ*xxEeue(%SJ3Q&1DZ5#As&j`EH%$CK>jA!#dZ$y>9qvbkcZKzcJYmL8tM*VmYK4<>3H6Ra z)l;Dy=0qV?@XFlwRyd8|LkphLkqAqDxx2hGycwaYps0>7Kz1pd<}E}}%jR(r3^px} z;k`_oWvw$IE;yvO2uL-W6C?Oi_@3T1ybqjYBHThZNGSKE;b*NHOW0D|Okr>IU#Zqc z&`M#fEz|g(*SOVaEG;P*LRA;47GtRll1T1LD}2SA0{$EGS>ZXRj~Snk`vBjEs(s}W z>)oXAC3BXHzj^1i)gkDd+z&>cr>dW}alGbm6Ugl^H-NdIZL>lQ(#FHp4OxOtuJI+7 ziy#*izH#wO!rpefD0f-d8fhFXBW-y_?kaPQ83tV5>u2|ke=T>NnSkJ-jcy2UGQAMw z)$xmI53OI%S~2O1Qb;WK*wt3h_l>#rLB2sS&{`)A`c}9JE*e|~3U0|=NA<|uq0DsE zOSBBqJD8~e(iL-Gf=&rn5HuRN6d7|d=VGGZ8c>i~wIQ#fX=U{0luKgJ5X_BK$9mA) zw5&(^zVME4t&VR)zF?RKxGUFK$4-THrrnb}?~yAyL{8HBA{fWqqNRzB_-=67TK9E4 zU@B4dkXJeMf`(>P;q~F&GUJhI7K5@7K9uIqgx^`=FOcs*s-pUyH%wuR!YH`Y1pPzC z9189!O!R>)P-q~0#%oGsQoSqW9;3QyWWXD!H<@Z_q}5E@z*_{|2H$_c^(~zaUkZf{ zUgnV8dEmih{DALArkRn$Y&4wd>-J9+V)F{?cq%N4`57-c1@}xF&il`x-NF$FMluaN z#rwQpw8io$DS#)seRCsQFwgO&G$R$<-^@CuExso-SJAQD3aywV3X_;#aNmObgr&M` zT$4*;S^{l93SX#xYQ{_6WW7~Y8xmPV+s_I$dBb!xK-!OKNn}oZqbw8OIR}NW5RCI} z6b&yFd>MMd9ARRIcm&+uLwx}Jrz3WA@zDszL{4Jb1;f7s{#E!J)5^5g%#iQ>71W(-Md)IA8eF>(Z+!X{L7`ah+DI^HWQ`!|IsYA45PGNb+jLT;H ziTg58UF~c3jgJeh{DFZzF9ngk#|nA^06GD_r1t z;=`ph{HkhgcZsPZ7E|Bw?sA88RL1gE?NO_b9mIU=4J<&AhJA)=9o5qrX98 z-M$Kz1i~pswgVYS!8PF*syPsJbH6xP;xg}pG)7e+>6>z+u8u$xgJiQ&|;`7GgYh{J6bsV$#c!Np< zcY;d*_Y@={FA*~VWW3(Pp@QJ46_N{UyI(@R6G3iL)fr0{W&+4#TE;M+xqVlK#7L7c zNttBK=@1;0#ykmCQ&j26m@G^VvehT>kKB4EUdGHr+R>mxs?}VmBFH+qDAT4OXeigj z(i0U@5i}n`ai7Jn4zbA|wefxJ0cy%s#@7u?5%e__KG55YzSO+!SgIn8i>fP9xy+bCkfLU0ye8U!h<@Yu8- zaDE3@R3!@DQccUGWBSmSp4XQbJ8TQOW7$k|PrWn99fzQ%lVkw?$3vxa@#LWwEZ6Zu z*qD}gefK};$OydBZvCh)M|~5Jey05hQc+t~)qSA}R--y>ZhW~}G`BWwJn$DbdJxhF z@4^jGNJ3Q!9oKnj;4+yzL2oaG{-*7rDzm~9kSx5cOe^Oc0J6o>+2p==zwEqz)DKjB zTbNrR2QMcx({Vb8C@4*2aHOuLHUrpIf8IU~6Z5VRF`=iP#9fp0FkJ5cRa zmGb}mP)4Dn@F(Ep2+GQJqAI0jW>WfqmWNCV zkaT|dg7QoS<^=kDSl(A{r=yNXj<4_t%eTC?Zq;6O5owd~W#hex zegpN_w0-0iN?O|g?MBorO4F;(r>dfnF@=?Q-=SZiFv{?2z@4>aMqkS^lX)NVW-*J6 z`~jpgf|7)f)>}oGU9~FjrM8rCKhrnF%T!ayN!oRT#%SwcqxIUVt9BGNR9(XSh+qn; zP70^xp5yzT7Y$V+%o|;(27;7Cc8Q!b%moX4osEPGZP^JpF_YR2k~-K2WOPQ~F7guq z+(r1ax!Zu-D|D5sX~s~w+lDVfFx$vl3hBux;igmd{y=1OCRLaVj?$7#+j}~q@NE&^ z7IrXWfZ_Kn_#VF6%mbuj;Pzu)WRJLTldX`-h5iCr0@9hZu{K%^*G!=!=1$DgP;QWm zj8sNmpuUb7)v%1ymWA-U+OjYujhrTTAM-IImm2gP_0_et6qZvRk6;3G2Yr78S@r(H z)HSFc^Q&;Xj_JJma^3JX;5B6KAkEEuMPwtniI^Mn4p4Q}VQV?WZ&)(H%`vw|L{+FX zC}PznI=vwnvQHnUNmyDTvm{O zg)LD{)OLjWWV{}#zw2nFIz>khGg=GVFkNWQ7GXi(R<2#7Kt?KCCPZ})WCp755!AMC zO}*`bJ1`xYsbtOT2dY`~`QoXCKy^V&_JXhFRp{uY<#ETfi{~+jX3ZmrRv{p~U z16qc8#%>B74T{on4_|5~iE1ew&nTEi)rgQUnB-+X#e9lciGB`2^R)e^BOxtygx%4f zp}q$%y6Q(d*2}f?9V|gV9eq!bTf!xN0;W;bOKt=3R=op_d>kp*V@Bjw%qbgnQpoOf zubAF?AH)4aP-@kAk+pdK(^*s>kiJY^a_cc4;_K!b4}fP0qw!|g@+HkVtgw-3LvB9= z{h8^QXD~~x@H)ArNUIE2AAM(9PB3>vf?%t2-WIk(KNEJ zlqYg1@L}c$1dYO6@Iu=N9V40dnJP~AsouVDcS-va-+U}T%FVV`429+7rlaL83m%nQ z<}Ra9_2Dg-d!nrZf{%cETPwP7w$EZT@R&%4LI!PljeJObKfNEQt}v~y75c*6!<@s? z-yrQLw-RJ5@G4$^x%s5s2Y$fJ)iDlaJoA-7IV_!z*Wa|9Agd7!K#&%}Lvj-so=f#9 z+(6ZXdMBW282O~+-a|E9$3%sB^bOE49^`HJyRU5}GYRBRq)%)JZ^W(9P9y5l-QY*7erDRgyuSzzS+Jd3%Ej%TPUMsDvo{}Fyf;km+a zy>BTr$G3_%7u7swAwdg}E@XZ*_qg5KnUR9`(4d9XuXWZMgk+>hx=GHKFzgF8zt94ZYf-9xsSB1XGW`5Q=PyhryvURTznfqHZs3Z^(*tS zFt$T{qT>_cCT26Uh3SUiBj;St>_(c4S>glPAh(hE*M%NBPC8~;M4y-GO5`T=AH%ib zZNNwAc2D83R1eHq|i>(S^vr zRfk#inpgNQA`)(dYBYr#3OmtH0-lLrbL1N2F1N>UxLqK-nZiq=>M;84K)jK<*&( zDf1cg2+LVoK93X(FRP=X-VfYmB`ql;(yUO`>pwN)0xiGGtpZuiyb>NlHCFFo-VtVv z>QUY?<~1y9rV>6;?|LJ*qbek~6E2GIn0hZEJ*RM)Hw*m?Eaj1Y&O0pk3oozt zy#jZY+2+HXWX3a)g{s#S(%{>w<0~R}7{1Hg1?GMY^0(LD6v2_ZNbd$pud8lWxWPN` zjq0I#ZpLD`I;z{WO*VX^wwGp%Lb{ZhqA*OZCXvT@KZOLrM?UlxNMGQqLC{TuF7V39 z?F7ze(8ri(Im8?+n?NerD81ZB_sb7g4&PKGmk7VX_le%~lrHz&<#Z%r>RaYpkWC@7i@8t z?+u?0ywgozvqx6A9Hb3mt_ydmW;gN&RPCL3v)*6O?^gX$;aA~r%xF}vGh>(^u{;48 z&YMm6HoHBQd&WFx<|zEcd%OQy`yu~1e9b&iPe*ixQUZU`) za0RNR!V5b7lDp%zwh8|hj`ePT5IK&tznOm&zSkQoT9a6GjW&;a&dV9+WCa<88t}6BflhUM>mT1YRbm+vQ9vLoXQW-7f0*N3}7kq`+&;{oM*@Njt*(jH-!n zqu_qj_OI}Q=l)#vsOL$BV2rjEmPsy5!Q^$Tl)Sa*|I_;!s!<4jCO4_ww)1{Ku!`KD z$&GGWD!ms~*CEKPnhil}g-Q4(Gd0MlNOKy6dtn$1vFbR0(-Cj;iA)f9#RXTW?+ zE)G+ef-S(u6gHZ+Rah8l5>&_GPB0~@??c~FhbSeC=PutdX_!B-{DP$jf}%`Zy~~{a z9pP-aI^l(adp`L$REsIR%N)a8oOhg8g16Sb-?(W>;Yl6G%s5HQiHH`3S#FS&=4Lud z%avi$Dx{>KY=l5ZIbM0D0<+38KWh67b7|od9Y49+6sEV`mdkYpxi6Q@v`e1ik{Oqo z4?tEh6*0d_ZYADS;4EfLvLy4DJ^fx=3zSq%Uax0(iGU<$$Ycd!(bhuqD!3+I|OFq;STQopQA`Ak}rG zLLU!Ra@FnhC8uw^-YB^ma4X@SAYH5XHDOJKT1+d2_jt9L`1p8mIF4Q>Y+Ur<_K?js!ycnz8FNz0+*2Idsx?$l8c?ki_%1ea2wG4C%| zYr<>FoW^{HX(pTrcbeuiO!F`oEb>u*3DVJw7H}PGR1MWG)7p@+P&JE@1)QWMTmmeu zc)Q_xQTm3p&Vzh~^emGQt~FdD-ku1lusd8O%lzbiZROfA8!4DeL3`m3s>g+^baas0 zi{(Qb9Z)?NSwY)Ag;Wa9fzKEZvyhW?aI2PH#GEbyw)YTvoV2-}_8YxvDg` zHL{m*sP+30Im`Wy3wtY+p>I#5Dm;(AFYiq=J|=A=LH*>e7}O5wErr>rKC?%E)d5Uq zGY0ZTc+0Cg%A!w>`IX%3!a*RP>s>{`LknI5z5v$=WUd?hsyY~W2s4y9r0p=XTJ;Wn z!xV-y<=kKd?;@)GZaPvpkF*2AIfUPa%VwGWRHZPozNL>~&S&^h-g{=0Wj46!*F?UL zF9U*OAnmb?lDn>24)`>J6Gr|Cm%)se%yAu0bxZ@fq2nfViQLf<;jS@;x6#NCc<+!_ z9p7cRv2x>>`EuiV6PSt2B&LHI-(dchnLyP6BPXkVq`ICdWb-smvQzb*bM|ERDwJcU z=$OiUEIjClw~$VgtBv_B1RL;e*V`E`VWhxJhih*A-S(IvoXLF1%wlFUCoR*GjA}NY zBi9k>ZPTvUyavb};RQ10g8an0f_a{BKC^&%ruQyzO>GP1?g5-|%B^dqPt?XUv-! zD>tgxut}SS&FWUKSiV-9O4S=QtY5uCqlVS%)NWJ1eE6rEiT)2!zCx|aZ5mW>UioIK z|IJjaR=$3lhIQIhsb9HXn>zI?Rj$7=TEEz#l8E_pdj77xdv?m-qh0rYQ9bil>fK>r z&rZDt^v^%Icfaoa`?TxODSxLSo%(f%>d>iwn?6GabnV?Mf0s_Z`*rEmKkxsA|F2#o z|DaC22IcP&)jt3KRto1USRjA@r~#ewhCJQdg)RB}MD@wvCWLkD-7kNKuI>7D>@*;M qr-2;?4DQ^oQ{Q}jhTe=*s%P(x1ABDxfkpEhSE9wr9V=#>82^Np;RDFa3T_|LG*|akW^eqK}r#lFDu8pO|1Hl-E~W%-cqSI zc!hH86YwD1eC5QsH%`phiJA&^r5(@gtmo&O&(2m?TLjj({HOS36Y?94E*KjIE^MH!9tV?WE~9DS1bDgWIQs+k(za-{H*x={SEVgzC_8 zvtPtIdOOjgI}YSP=#MfR3JIQeH{(${8t6caeh`kMRKV$j-A~>9&%H=#84U{^W$BwV zh$kvi;9RSmY|v-@553*@A*8sr%(MBEQVzE%i1h~~x5SnOuLT1Lf@qNDQI+XHKB}YyY!chcoG- zsI*Gl0kd?m5`c)MK_Z^O$)y3pGN$*JlP+JnF|lmJn~=1$_k-v-NN-N+#6dbL02Jhg z+yHUC$A!D&;Owz7#>y6BNydv9b(gU(MG)7X3boP!6oD~%BJX0*O%UbkeAuCgV_?r! z>uY!g`>zQ02o#0jIK-uf-J*usrj-Yocsm)++pp&&5umbN^H1R?nbeYObc?ysTS%g~L?%CvqRUKmnI-82*nq?DinN`p!W0)m1;BOobdfFLRI(gsK< z-u;~a-Z6g1V7b>?bIvu_e&6pq$LNzHMbbFoubF+fbiUCjPMph<|NpPJA*mGp3`iA1 zr#P+Rbc)+5Zl`#y;&qDOG){p8U5_00*UgGC8=j66C%+IgIZ+6=;)U=*!Vq41DuiY! zLpZOSQQBC#3T|?W5XJ`&F~0%dh-KgoNgl$YBq5X!jOaobAM*tFe6SR=9(Pat5L&@~ zp>~#Nzr-QTO%}p<;UDs^kRPTSPgqE_Gj5--RLnuA!61*)g)kOvy0D*@W3e=bl5t

# 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73dd8805491b4b916af1f17419fbc432ed1bb46c GIT binary patch literal 1187 zcmZ`(OK%e~5VrS~ZM1z5wIJXGCnC`Q;d7^xYUm2M_hY6o_uTZxl4f(9i=gxlP?AlwmjW(F>A^hw+OO(9g9mJfTA zM8}6yEjpu6_J#f=^MR1yX?1cQXT!b@wdjS>D9!||J~=wv+uz;m#!Ab0Fwt?Iz01O6 zs$vD+_1eq&J=Xi!eg7eXBzJ~6x6}bBf&`S4z_=tQlv8e8xPd7wZgT5_%xGYPUR4gd zb4e@`VC9X{tCQ4)MtG0KKpivSR4+kjqUkxA8CS*+LWwrDH3OU3+L;mfHqObFiylrO zGCgjul(w1_LQ3cYDP6|mEY^%k3@B|}TZt-Em`WvfrQG66NU#v0I1{q8rBFg&)6!BR zIf3sAV^I<+#n?6Z^W7iisqm974}{|3QwhcVONiBAf!0#&PM?XXOU0Ne@M(RpJ4d zrH8cuNGuCe@d8$E3=o!a_V`ZLC>hui}3&ovkR zwu=P7;utHNjHNlBB&d6geV&9#?WvF}T|g3Oqo;Bcqdo#ruFg9ii6j9E-QIo;w;%)+ z%btOv5FeL#)Nq>AFk7_pARX7!!5o0PR}wKQTQvz4KFzd#niWOMjjF#(jI2rOKokXx fMFv-)m#VpKi2J&};v4Lz!atJt)B_rLbkq0?sl6k` literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fa7be2dce6eb1526e53067bf3b49236550b72b24 GIT binary patch literal 3060 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1dd2b37a6f6bfd401a761324e8db423d187b514b GIT binary patch literal 47964 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 H(>4DGjr7Ci literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4de3c638deaac97a7d65588b669fdf072a5970fd GIT binary patch literal 46154 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b653e21d8cc2d2a891f572bde2efa0fa56b5408 GIT binary patch literal 47924 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03d8d4da58c08bafb8840b2e8e1e9de2ce9ca942 GIT binary patch literal 61057 zcmeHQ2YeO9`VGqvIsz(+qEe*^p(=JM7L=l3#S(#u5)I{rh*+LJY}gPL6%|oL?7bI6 z!3GxeMiDi3ii*7#Z2xo4-p|}Mdm%x6|3`AkkMqsW&d%(f{qA?>o86m?tzW-R7XDo@ z?!ml*tRQPSH&Xv?hK=3ufBab|XJz>;U#%c(bhTmCs%7P8`GEg@*0gHAx_7`D!fatp zVJ%^8VI5&zVLf4eVFTd?!iK&P`f054hQf`A7-wT`H4$zi+*H_9xS4QsVKd3I;Nf4wHJ0!O-GftQJYS_70$V{$~i)(HeFQi zD(oigF6=?PzM5}@pDgc$WR_)O&#UTPUyYoKUGiF8{YBX&>&7n2b=1b#Wleq6MA>C; z#xC2GvdgU|I>OjxO;gouCfr=uOt^(`OR*4Tmq!`9yqB%jvJElGE?czKk&VP$JGE#p z>>!3Zs=SS`lWIDvoFjBPs*B3TF8l1R8e=zP)Uc6wc0gmdhS=p9M%iUgQQu`v9J}N) zJ-ggn$}YE}zRO zeU~*+-=(k8bLp|TA1bqC>}IFks)yQS=M zpRr5Mj9u18*=3EfO9pb}@$2HdA=hNu*sYnuF2}LRz;aD-TubL~ahLVc$iOo)cDc8q z&MrPOux)yFx!2+@dn%vr(xZ%B@EC~<>;#AzF8jQ2CuG1m|uY6P8zly6GkG06aa#?oCU(|Pb{>Cnk>8P{WM!sOa z%cIP9*`|y3b`^Hh{js=Y6>`n5#{o>!`>al5TpG2ac@WnXcTf%To$-c*fDo2v2HZn`>S7kk03d2OoY zEW+5WQ-)pkl&x{1zRU6BRE_l(8F*|QyQu#Q?6TLbbVki}g{Ep8xs^Pswf3gY$ha@+ zyR1n+XW$sdE_sDF0@JgL_GQ?$C{Y?2>ZY*E5#k~P$FaD}Hs-r5$IW+HZ*iC9(m4Zr zibe+RkBbcC;_sU8a#T|_mOJQPSls0qL?Z*+;4=@j$iSNDd>4Ba8R)5@nwkHSWAoj5 zVwcxqGcuN=a|YJbme-i?vZkJDqU^HXe3#`7)n+52e3xe&WtXj@?6M|0-(^ku$iTf8 zcTtW}HI8cRvULZYm9fj3PO6E{cgd*vF55&SgGLgw#%iiHcI%5>_GIkxT#Q}z8qFrS z*L;_IquB&&j9vD*_FRoe*nF3LS3K^f&Kb}{47)s&D7&nQvdbD{m*){TBV(Jg^W9Qb zZO%~YyA8^)%j>nc%d)Y{G0k^bj`LmCHP*U~YHS~6m;I*qUF=odwOC7zLw1>4nD1^NcG-7yoq^YD^Ih(ZMh4cT zXP0}U?4l+OyKHNbfn&z`F56gSVA)iSWm7dCTXxRCT4R@GQ#JZ~)OXoeRMptV*yY}C zio|Q0GlaPsIW~41uF-edtNAX^&gQ$kuTgfnH~owZ{gi`Uj<&XJf^EvfF3-n&mpnxy zLs@p&-h7wkXk_51(YT8qVtki=o62ruvCICVzRUh%04Q`%e}S&$u`a9fh~mQyS#E^7j4qc8F;+K-LmX*Bx9H5 zD7!p18X3@oB15XjhHJg#ILR)rImLU~OI$v|`oB}xcy-YgUXHM?{Ia*!VmvilV~-Xa zcn6}fA(da2#Cb1|?4-Ms-g|j178}@)v0Li9j1FaI4V$E}%W;fdmTPLv zsIIZ^x{7~MU1R%bY+#K=UX=McQGe;PHTGRTU1Q%Zbr!fHlv^it4J;&M18dE9S#GBm z?S;0E!}|2AWTEe}O;;Ti&4qEU(lz>SI9CXn4i(NK@1|wgQSMyz#Ei$m2KJIew z+E&TXM!w6o#xBco*&6Gk*&1sspJ3T$4J=2WPJo59y2jRVk%9FVcgbAb8e}TFY~O>Q zm@>Lnx}Ia~ZdQg}9$gXN`!0@M zN8e@dQFd8l?6Pd^QX|txhA={y?>76J*yZ@M^Uha*X@3Q{SPbXMszRMBfRvOmKF85k4%-;T2*=?S}F3&TL zUDp4zzRMBTrfO`{JVw>X^qMna9%-2{%l7Pt5j46=#u|GYhb^N|);N-7!YC)R3Hoao zea&-A=L{{xE|0Ty9QJB6GS=796~(d3miFw2<*2H$#^NseQDk6UTx4LqvCA=S&cJfq zdwOhdahGLd7v)H<#^W)+2gb3>`e?4k_Hpd8KAH(@q!?a9hAlF*Oyj%kFMZtQ-smbB z&on)|*eiBjJOxY$!H8vw-O;^>}+c>Q0!5Tyc^!>+A$Zl9;zT0}8*deyKG}`@UmR5Jjee%cF951cga)KcSCl`rTK2CYN_n99A%d^=DXyQKjfCkHAvhSV>kR9 zRT75DUs?Yp8@O_y&3P;8zq|{^F!{HqYv?mMZy?KIRD^HERq5l$% zU6yT)mwa1B!E$>4{0 zz+={?Y;4~}{l>A29%7X(8hhKV_w15|)=6c<=RP@aAb(MIS!1&@9%H`C`shjy_kty0 zG^1cmcg^%lV=uFbaMe64g|WdRL;Fg?E*V*~?}qFWqw@wHX_0|to0YL_YYi+%pZ=gm z^9JLTPum$I$Zlz5=pc3(>un{6aeQraUbeAW8Ozam1AF^#&&qiHYi5@%EHbeC&qRhW z`kL={Tpi<<%2W-r!=$Qlo@npmgucrf zd#52}mo?FKGJ0xUWMKQa`7Yx@G%`@tN+UzpO2RHZxIFV+wu{DHGH1CO%W>@TsQAbb zMg?N1YUH|<-EI|Rmv^_Wo~NYGCg>CY?QG)D>~gyzahJSy)~Z63UDkJ1eR_7uZ8+~` zDRs`!y@KqLx%G!#a*XQ*rk^u#@7m@JY-8-Q&s0^Tw}wBaZ>7H5W4&jWS6fk4<1zMK z>{NDHHs58N^lN1J3@6vfLT^n~wLfw-X@LFy7W!oked_<(I>Y}*WMITfeIJM0tcfZb zYm8a8G`~${mgVStA!IhpdBgQb&K<(-F!0>bwiIOqbxE14a=3uXG3OzY3I0X5jV%BKbp_7jrlD7*H&&=wzovs-js|! zN-k~9+#+t}V^*J0d(C9}N|uqRgUR%yR!f`F^9W z7bDs4(Bx+seg%v^FJnzd)u(5cZOmuMsrfAXv^dL{8vfXPi#3%c2jkspt$9&u4n{7b z>t19e8V%USq5=0tqXGL(&#dktIAk2)k1-pr;mT*jm@tgL|24~Ri{6~Dk+7ApgD^+f zUD!?7N!V4`#&4(dWDlKH(^fS-RPG||MZ`GUYikGL*24C}*1{cy9fj?LI|+9d?jqb( zxSO!Iu%U2c-v{H@AZm`#Slb&4>k9+n2Ex9=Cc>J+y26&i>cWkL*}~?+TD~8~Xdv92 zsFCVudlTWN!rg^Ug|&svgqx|C7Q%YMt%O?&w-D|j+|%!ck^1|+f&2IY$&m*7LD(Mb z_XY0fhX9BA{ecJg1AzzmgMo+mVZcNEVZg)vA;2SiF7QZyC~&wR0UYT)FwY+aJlc-} z=KEuS$NGZgNTdB2Y>)NhfdBG^!12Bac$}XAJl;5QFxN@WZ}PsrwC8=L(%d- zeiHCB-ye9oKLdEC-!nPVS$;CM&-RA{&++F1&+~f#&-YV+7x<~b3;hwmi~Iq=i~Tg< zC4MmQQoj%IGCv)7xjzzkg+B;*rJn)3%FhH|?T05vy2j7K_O*UC@H#&Sc)h;?c%#nr zCgIJ(TZFd?Z}S1#-0rIb@9;H%clvDLUA`vpZeI&{kFO29*Vjpobf2$_?fZQ_-~+xs z@Il`I_>kWK_^@vX+{-rx?(H`O4)7ZR2lkMdgqNBQQ!V|)u>fo};Mqt&o+zBS5)z74R*Zw;K_+X5#l zK0V^wp*+{O2R`aM0O$FR$&nuO+hF@~-w8O$cLtu}bAXc-|IhVZP@dxF1E=~0z-j&o z;B@~aaE5;hIMY83oaLVZ&h`s|bNnLU4gOi+bN>0{NH6%s*nZK!1Wfp1;LH9M;C#OX zxWK;(e8MjUKIvZrKILBrKJDKCKI2P(3;mnGMgA?|v;J-1^Zp&+V*f7iCI4P>q+_=(>c_^IC& z_?h1k__^N+_=VpM_@&<+_?6!Q__g02_>J$K9O+xX3%0-Wy@22Q?|?t}fxsXA_rRb0 z55U#_N8r!?C*UuBHSkyeGw?V63-EXU>$GYYGW+>W7B#5t#~Ro^u+?C>QxjIY_Z{U&YQL zik56DG6wziXqRmo7o2`g8M-lJ_#x>{+qMAl}L2>OxL?_0z1T5p)%bKapm-a7^_CF!* ze^T22l(he8Y5z0Q{)N*1Mbv(1O53Ql@e<8)D zkJ7WBq-U$8XFp5NevzL2Dn0v6diFc@jCX*F#ycQQ>nBa?LrsIuK+mKzy`(cWq%*b9 zwt8NTSe@Z-tW?!kz5UI`nQkw&%HU~>>hDmJ>quOYsT+P-;NNv2-<|xf)M=6>e zqj_(EqMqe5%+3lG*@_gWCn&~DRK$El@olc6^`nY%^BA)=(qoECk1NVfQZzh6v3;`C z?Odtb6sg-(soONE+jObh45`~p#k5(9(6bdW=P3T)Ak}-0s;7}&kn+7Kv zinvtK`!(gDuPcVXAvG#d2KS~k=`F?bx1~()D5AeB9eqza`o45@85L9`Etht!P?oWh zii&)OS>}gQfsdqVtE2@VOW8h=B77=+`%JpL)!-m(SFc&eWF9 z)Qr^`{)LH*&SZ2ZqcauL8LkDb-}wxca)Pp&iHhxyD7Md4JbzU2d>-Su;@4w}>5nU> zPf|=jLot1_;`q6W<5LvJrz)$NrWih5F?@z%_)Nv{S&GK96^-X88m~(}gSj-;&RPMV zlx999wR~DS`HU2Dp>%PP6!BRp-1E}5#Zs=9s64aWhk(w-#j=U-bSt{*#P0H}P z)Zh*2K#3IKO~wAV6!qU$ynjb?{dX17-%~7qUr~J7A1hkRwdS=#S;I=r06x%c;6r6+ zA4&CBN$)?F(to17>{BWGXVUb~rO{tVoxha!ekCpaT8j7$wJ@nQT$%k&8u+~w?gy#b zkJ7WBq-3k5VLwZ~evxkdD#iLuI`um>i7G`slF~3+>n9cJqnvF!s*duR{glttmd@0X z&eV?88U8hxjLu|qCZjX)I>QX0GCZG|kLwtx^}j-`{}pNdZ-O$iiOR?x(fZ$9Wn+&j z8=J>$EU7bG|9e~+*(7CTXDB0^tc>hjWn@#7kxf-bHcc7XbY)~Sl#$I;Mm9?s*=()< z%~3XXgR-&bn2l+q7nC8rs0=Bg4C!TMNb{8;El`H^gfgTjl?gp1rF>dS`HYlup_Fow zl=4|+KF>=f7fU5yqDm$;hU{DPNURE|pTgCZ&8`O8JJAvP4Sxrj+t6DdpQz z%6GK#_pb7k_moMz&lruqmoY{sM_aCyzZF_5Tq*sk9P4J`^O?HRnYz-My0JRLzuc73 znT*b4bS7SB7@srGXUg|{hMGK8GxKSh9Z%Ohe1_)dGc`Y-rMdHLt=rhTSv?%}9B1Z9 zox!scya#~UIo<={%=~4|%;#%nzCd&GCp0I2QgiaBG$(&r^ZsWv<6o$(V3F2&p4F<* z^O}P%)(YZFoU12w2G35QGtGfZlv}*2dH+&nO0OwXdR^Jd8_J7HlrO!he93YdzBBQT zGNpHwDZQsPyZ5#7wv1VlMp~{+X@xSSmCBSV+j{`@r8D)UGxcM2rUCZVADY#!LA9)` zRs196?W>hE8Ja)l=z_dHCluxN9W}ggXkO94u|BV0RU7PHwG9D{vsSerbSAVXbRqO2 zbSHEm>_liy=t|g{uoWR7v?R15bRsk-v?KH&^dxLY*n!ZEusvZ{!Y+iJ2|0uv2^|U5 z2^$mmN7z?wNT^TPl&}%O5jG*zCDbC+Bh(;lK&VZqNysKN0JN{Ssx8a>>+P$W5tC*ANaM%px2}xR!7bVK(7l!gYj0 z2y+O-2-g!1B^*XLoNxpomvAIuIAH|gHo{1PC)`fRBOFDzgK#uq6yZ)nKH(U`U4&x^ zcM}Q-qX}aO_YlSs#u5HSxR+2!7*8l7+($T$a6e%J;dsIWgo%U)2`3O9BAiHgm~ax| zWWv7*rw~ph{D&}!a2nxs!Wo1!31<-|6V4`_LpYak9^rh#6v7RJ8wocNZYJD9xRvlY zVLo92;R(W%gr^8k6P_U~BrGC4LU@)im+&0nQNr_td4v}Tj}aCVUL?FkNDzt%FB4uN zEFru~SW0+}@H*iQLJ8qb!dry53GWczCA>#?pRkOuoUnqhlJEiHL&8UdRfLZTpAbGJ zd`9@3@CD&Z!dHZ^3EvRDC45Ktp6~ z`zO!acegKg-Qzgkw8W&ug^7z27bm7AE=gRPxGXU}ae3m3#FdE|iK`Mb6IUm$Nz6)I zo0y%rE-@!@ed311jftBQHz#gM+?u#8aeLy9#GQ$|5_c!=N!**bFL8h3fy9G}hY}Ab z9!bniJeru7cr5XF@qdaZ6`xjodhr>>XBMATJh}Mn;&Y16Ek3XK{NgFa7Zgt|zNmf8 zl6oT%?8oO7<&GIXIj(b(Lvg+8w^cl7XaB@Jw6?r17QNt2=z z#^sM3UXVL(?D+hm{0Vuvg~N;T$CflcHZN~n?(p#=^Ye2H@`{S`3dfh!8eTAN)bJ5` zMJLufK7WiKd;IuLUAy({8j{qr=ZV?-4DR2n(~y$71BZ|7dqQD;K|%h=6YKOJI=EA> zUOl(()N@e#4N6*#%OBS{cS0TxFYL_I^La&`$B#%}z_`M(Bk~Fh15)33$N@u#_U}C? zcR=q!d*%)t+;8^*CC$Ryk!!p9?$vup?*4;w2M_7D`;d~2{PNO&hcXl zj~zd5_{hARyoq^*BlAb*jn5r-LeZ$PV{(qp8(VmE-uO<*P21li2X}cwPC@>NoN!O~ z&Rx6Yz{&DDp`T;npW}1j3^_?>$VoZ_h8}ZtVfbm2i*_D&LP@QiP&}?6Zx@_m*7&8P zva;$`4{Et;u3GTB3xeNV_25_Mf?r&X;AfW|tadenpIoirM^`)e!PN=AcXfmBT)p61 zS3mg1H3+_T8w6juhQXJvk^90m4nB7q2A{c&f=}JX!6&Xs@Uhz@SmibiK5|Wi58YJw^i`IYaYDkS_JR9mf7#PR>9k@b?}yJ6TIoR4oY0x;0@O< zc-^%RUUMCSrLJS}s@o=5;yMMdxX!`LE+;5owc&{pS#Sig{ahK~AG>hzxm_J2UW2vzsIf|cfDcNx^~?6FH^35zbbe2ca~l~ z?*4{V?fP;5KZ`K1e-&ilwp0e-1x>0R2k?WB|HQ&URg#69qb$H1npQ;~vL?9?%P=vl zYBCYr@Mk9A70s$97g>{n6)|iaUS-+1t}Gkyj;*RHAMlU&V;MQJ3Ntb*juCiC%c{!> z{N$Z9tcVx8D)Rz=c{43DM^$lVu1v=ayrx~%<_3QA`Wo2Duk!3nPtOj# zr(;#;2mbTw8W}3cFce&}CWhceoiiN4k6vC2OJg%Efu)Pq%o4n*Ylf$+Nnq-wwK7$h zVTw#;U$8c&;8i^`T#+mI)eGfd>$nVCNw&^gJ6rIs?J|6Ye8In-Ef-@GGmQPg*xBV_ z3|_WFhBM;~e)dc`Svx7iS_*4tmX9@f+s+x@N_m67Jy~w%PRTGAVeYi@G6%2QEyG$Tu%b-DE9+*sjN>wEQt;h6usI;ZW;~njzKXM% zb!yO{YVaBK&Rl1u`qpXYepaq;5ohja=6l@5-{jwi*y9aaK9>F7S&){LVSMZSQA3W&x4jyp(1oyiE z!F_IEaIYH_+~WoZce{OqyWD=koo+~QhZ`E)?)DFEa|dMK>JAKUaR&uAyMu$9+#$h@ zZdh=GJ2bf79Tv=ShX>cWBZAp3H@Mav8O(CSgKOM~;A%HAnCX0QmCFlexTCVKbVmnQ zxKY97EA*Y>tOjCHfq3Pz0hUDu7<4%i{H%PYQbXN#?{7qFF(N6!8X3h@9M%LZ+7)yzlE(2 zi*J0p2C!elZUFlgY(rRlBiJ>9{Q|Zz?B}o>!s45vZX?)FVK;{T1hxq*zB%YNfn5c= zDeOnEO=0m3GPfDd;{({uvAq(u87#g*Rtzk=G+rqv9+YT0Q{JQqAufcYJT?*R~=Ycml-8R@>0^14p z71++Ocr(xCz!t-Hfla`6g~c0It{d!&u-#!7!}fs18#1mZ?DMeO!afJP9W35#aJ^s` z!EO(`5OxPxJc)KY!afbV6VBr)*qyPBCx&hp*e76jg}u=wtjI|Ao{Xz6mXeJ$*fu=u`=8xDI7>~z>;U@wC`7WPuu0@zDnN5f8o9RqtY>{y%! z-aT~VuzexyzhI}r7Q*8FF*hD|3TzSV`LM^q;@uxN0rp(j<6+N%od}EfHQWiXlVMMU zJqz|ESUg+LJ{k55*nh*G4tomhX|Sil;&YFd)u=M=ca`z!$9duNj}|qYev=Y^Ka{Ih zYc+pURApJU&L~7iAui+|VPnwPZ literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c47f164f8bfccd75122f1a2b20172dbdb02005b1 GIT binary patch literal 44779 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf3c368f02f161b291e3529dda0e759acff83475 GIT binary patch literal 44620 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 F!rySQ`=bB= literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fa5c94442c4a7cb7a80aefd9134da39320308c26 GIT binary patch literal 2289 zcmZ`)UvC>l5Z~SVle1$xZj!bsP+>p?EYVym%0s1sfF!h$sDlz0p_5>Bx!pLIobTMd zb7?GBLL{h9@WK~}AM*+LF8j(;pLyc}m|5E)QIkFIcxGpJc6MievstxTCeVKC{UM)J z3HcL+v&{zKbLjaUAc6>*kS+}uoa&g+(D#AkQ%HuHFjZo z3^+#+aKmcBWz8mG+TlBKQb_d*tu|flLQ@(<1kO%+!9~3nS^v=Tb#+By-+7D0Z{d@5oGbWPW=hPWAWvXEJ@}C-JsF)_lBt z_l}>(g}e=R_Cr|W_u`(_}y*fa#{3Djx6^MR0$mY0DA5LnWrv%H9C0v z;#e$CZzaNOT6!|?!wX*iDAh)@W@o~7oHp31hm4zfL#1%&KOcvwr#fQ_cB(4%oQ z93{bNHH!m?B~<}(LKUEis2Y+wk}F8&f!v0ka9x-WsJXeB0SX!^uG`q z1^Jnt&=y2=p_LWu-CiOwc2cYjD1HA1|OZv`37Rr|x6~yb;zCL3*A1f-9za zD(uO6X4Wsl&R4RBFG(IAEE7~eOnEuo`Jjw1;c3#-no@G;5UX%V>d1uP$)9h z2#dxxR5Q?-q*a(Sul|MByrCThVUXHNWNI>3ms9z?;5k-fg-NBIwav|qP3TC04$t(~p*7n^Op(2-Dt`bt4! znqq_-BM1y+w7nyxfEs5WgVO3+du^q?-g>C#I$6PGn)N%oT!claYsOBN?!-c-k<{~B zk2W^jD^J?I{b+Lygs)edj)9)`@bKW5(lmyIpHxJ%gNNzN(FFsEQ(UMI!J|*1=l6ir zX&vzCLAU?)m~D8ZI98+cbcr$0u%BvHg_U8%qb?h~c?p2jngr9MciJ z0tP}&Hm)Z4gj|Fqg^B=rj#kQaaO;wt&)?YCb_L%M#6G+sWzM^q=qJcmIDgs?lZj@A zbCE@yn>uW2m-Zmb;2kOs&SU~!n(;ceHXpPTHz6!*6fPQ zyfS4L+^bc;X^LtKUcBnL=Rn~pwIkDhH#fOwveZmIv(ITHwfA6rsLwF#bA0hCH|uoK F`VS&jFo^&F literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30c8f6a5805cebb511e1a18f19c95d5e386598bc GIT binary patch literal 1174 zcmZ8gOK;Oa5Z?7858I(MJj4a=L87Jwq*g)*HH8WgRYgEZzN`{^le$^QX4feX<$x5V zp5VeCfFr+v|FYu7iGP4NF|#otu-1&enc4Nud^4N3S{{M*q4>(b)d~5I#_DpwxC^4* zf=Wn21<7bcDPl`lnH|{%+rr7*$TipzwX7c14R%E%Yer3jYr@O?$Tzqyf~*y_3~q=s z*;=$_a8sPk)}wVw_DSL;{yUQRoX+j2odiA7Y5ky(Mu+Nl_oy#>yxf=hv^bRcfJ^Xt z&z|1j{%iFfKIkni|K79i!^5Q+?C);f*xXv$7=HBRuh~7^xw*46z1?(lYiZ%$r_UE= z4Eg-CkT6{83Mft@nvlp!oKrHSiIv#znvs1<91=NDj;q%m?{<4DMI6MIIlWMb8z44_ z+5=URlFrE7I<{ssq3@v$r9CI51LA_zKlq1)m8L47XYbK$S20 zlMx%Hq6Fqz+EvqnOX7uHkf*~OilaftTI6b;vm<}lIO0Ia> zv9zPO7|H;GU#M;}7K^@8jC~=$K88nm#zWB`%QOr3@_3r@NvXn@xg4vaAM=pE;xbNS zu2}K9Jjy5Gi05*|)wRm}6Tcar@X1Li(m}Y0+}PN>9;&qD*Wf?nJ{$>)vy6^IJOhbd1yL74wW(t{boHzK47@j&{%h67ADTM!06Gb*P5K#U zOnZ!Fc`_A<1IAuV`(hC>*XUNoM$Cl(j?cr53)Mz+0Ts5P1EP@o2DwO$=b&>=x3LJI zcqM;{Q=+|TIow_pWZI@Zb)2fofxpo{pT@^k&8D9^7!B|ZRGYB7X46a^MV@L*>iLg9BmGU8&5}h?VKa?FBV=@Et4k2bTl-?|0t*4P81avj6}9 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ef00dca564125bc2202502b809f78bc5fd44c9a GIT binary patch literal 18801 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88deea8012f1cd664576cb4977a47a410bcb77dd GIT binary patch literal 3120 zcmZ`5O>Y~ym7Fh)Mjvq;ZxY8zArwhb6-|_O7g%hut&_E7$6ZHGEu}yQD2VZpmPQ(B z6wb)0UFj49iyqobPwmO>&6mCQzwlP{luKJ+FWUk|`X0xQ?cJIKzIl9nBp=@=lS;)S z(Ec#~tN8jBA%Dlg#b&|a3G}oDfD=w*GNeAGgd5z9jiKqA8n8EnZE;C={E~K*UimNw~V%hUr**wx5a9 z{hlXW#PxzIhp=5LGKNPhHx5SKNzfJQI?`E|utahp*)SNZ>e(b4;$n3(+aE_^5VLWT zMp?8cm<+NgQS$>K#w${@JOT2tY-ca8Iyuzy*FY#-9?vVIpex1+5zw!mK zh+hR|FQ{AJQbw-aw@*NV2>3{MSGRvGcmMn+Y$wZWt?*1xU_u^Zp7!+TfMg`2Q}V_* zGL8u)Q^1)yH2_*u6QIorKu5!ZhOUN14ZSHjD&aa#+T?_`>Sbl8ld+I;4z^Yze z7*o!v=8H^1;%`UR#qO{ zmB@*>Ed_W(-BMO6;$3Curgq<-S3*BIJ?@06B4Z&OnKE`l{`1F1FBytP91LVMY^)~X zWGF^i+IXGFK{^gX(Gb58GK@lzvhjY_OGb^ZNMu)}4^M|@^B*<##AvS(M>~yt=EFxn zdfWgn6AxjZ0XS&d7)Rp<12&$>28zx_)<|~{gA3&Pcr@OZ3!uUep{IycsY4wDKK$#i zOb=>T_`{Vky?qBe zNFD2*yn#5HT;4-)8$khpn(tzOPKGSZLp~CzT*TQs2$m4s1#m*;cM$(Bg8K*_Ai&L@ zLQl&8Km*2{zPV={+`H=L+6lgOZ4`3_`d2prOi3T4L)fQn92xkR^DtF6C8SUyiwHhI z@O=bYqI0ou_H*c8IRG5PrLJ*s|0;n_&8nUKO1WemkGUuT=Jcy2z}ao&_yK^c-QXBE$s*LUkHMoq1wL@k%B$NjL;BZeXj?Oz@81|0@(6I; zbzxv3e)PdHnYmLJC^v!fd-&fvx($w9n7YSM2VvDB>~#m|czfhq0{L+l)`%_v=%0#-H2l;tNpb0ApK$OwW#%iJy8p4ucOgO$b(P*AJ>kElh?J8 z=t4CD=Cqf{ESzMutOsu0>m@OV&Fc4Zzo^1t>dtNyLym+r3vh%*Yy^oC(iTr46Ju4C zCE$}7K+1$*ls00;m#x+2+D5CnstPMxtbQA;nj+8dpX zU&1NRwzfMfFFO~QojB=s1!QwBb|ziru5E#+Y@-7eL|;cOwVLZsuUy^Q>agd{dQqnn zU0&lnYfCUM<;vp80k1eS)(nEIdc@r$Q*=n6V4@(d9~4 zDy)4Ep{E!rE?g`Bsz$kLcpfzz@B(M|+Fr1GZ4re|l)}*$coEuIj*>sxawBpnp=zK-TAog))k+Rp2Q8eq3lAm5HGrm$}UDv<0W?qqkR<2 z1*LZ=C{cW)yUT&)pl11REK_V^QQzr%%%SN%OGd-*S<R|y>HhFf)*qg>H%Vt^{qphF z&dv{=_R&#$XNFpt%4z*E2X#DaJ7nXdD)t;n^#l!Kh$k}=4ujHwWvnh! z6$L`VL6{Q4AbmCuPyk|{)0D(XKqE3#`sJ(wqyzrWi3 zB&K%cU9vE?cN2dU(?QDZHwnAsL(iu+{fRO^^eHF9>$IN?>>f>6kMd`e=^g*2eMJXX zb`*B)jCr}X{@mtaN}tI%m!8~W55u8N zri2PMu>s$Ih5=}58era({+TalVoiPKKi0y}OEdagyX#sr2OS)EF(pLI5op*b0^1_w zM_I9qQCW!cq*y+UBH8cHWI`Fh17M#6fF#!B&!L3{)WFJf(p(XBxT9>`)b*Gq7YQrt zRCZ$}B2kaLL9aWCdL9eCfzr@}CPW3;9;5U!WA1e$s=#F7GD-=t23|Je{63bFn-ZSV zp;Dw0BM4NKVSU>7!Yl?zP^cK`h+T%fpShJNtFmF)wI=B+`9l$=s-x-z)e(iS literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b3606a9f40ed0ce7a57f6b3824f5d41acb211db6 GIT binary patch literal 2512 zcmZ`5+fExtbY}MAwXux@;nr3ak(x?Y8#Yn%(1)l>ifKX=Ai~Z=Ek)a9XD|zUac0*k zAV;kPRo?Okk>D|3(6@fby!MG-=nFk()-I+|*38VAIWy;eA+6Oa1ip9uKgC~lLjK0h zA&l%7m^k4yA~Ee!iZF{T!**1Or@B*d zwOgg+G2tcdoD%K`dSY~IyxbRzLIP%HHRWN_ zYv+D0HvC{OOaz=Rwx6!ITVa;VaA%N*Y4RxXqoXX$05^-c)ilY)VLowO!(*?#;caZS z)}A$)sv?guX;mE&*Ng&?>e^?FcG+_P1nE*vy6i34rJQnh>U0ea8{7og6c)F*eM(Mf z*9KUt4RDESTjJ$DV_hHIOPKV@#ow0L5 zNp9rk3G6*9w@(PHrQFeLc}UJGc!QHR`9L?DQ_9K)eIaETh$zSN!X(T+Pad7s`OZgPT_`?v57wIk1ycyb$<-WzEOAv?Jkje)09)NXuHb>Len_iz-bnzIh^Kk zLhQFNGPHl4*6DHMDlAsCfj<%k17sE7I4}WwvQNj1ndYRbXaew!m-w+L_-d9{d>7#9 zU8KQaa@g_01lP&OpJt8%b70(Lo633W_x%K-q0me#dYz$iB0uR3z*iX2nybmK*?x=< zP@?gNkynDD)qMzxYunQk__fH(qc;rHXJ^Kc4%repr*DiQWXHaBz~t9}vCm2zGG*U^ zQ692$6SAkWKLt4h#VP6PyEV9b4^Hc&(=B~E4X3|p+KqGa#vC%v;N;~HGJgq8euEni zaGg1u)jM-&E<)b@fmrjLQN-OWaK-+WJ-Q8&a$^B*EfRpN0{ZBkzNK%#-773mq1+xx zz_bK&Ap1PX_FmIpI4205EuNzUO9!TWKh_QQbKtGg=JBoD*)seUsj<8l=F5=dsa*E+ zY8vptC8 zU?3$_4-Z2V7^{j0b*9)B5pV7a!6kGzV6R0{<D-gqmqT+1l=`zUX+JC);bVdDd!Lat5h6XcCZ7DjGswjp`*Ts~nWZLpxlL zb@>fE{2oTuf~i3py4X~xdFe1y!#HCBs?&MO;CzNHGDhu7gb^|?+3$6u$|`Wfp*B07 zo=8vB^jcb?cW~$=`4RwdH94aYxETCQLoC-xa>B-y!Ypc%3)c&?8L@xZGzz6bPu)sA zSa(%*)D`sZ|GFZ9pJ8O!P*AH1JzkoS_PV8^CqW;=s^od#L@!SHAVRq6d9Mb3RA6+i z)}>K75T($<@}r6PLGw!Ft7@Z$6No5+#&+cfU1fEF#oqT7j10Z$kSeW~m|3CB0Q(z_ zTe?PXHtT9S-Wk=sA}=HczM3fntgn!mhn130DboFx(TmKsLrtvSj=3&GD literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..475b41779d1d0b925ebd6598377a246e8f4ed782 GIT binary patch literal 5866 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 Vmgg(|tl3AKo!3UNnaOV?^*<^qFw+14 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4f74c20ad9bb1d14981516d3edce6f86fd142c2 GIT binary patch literal 2023 zcmZ`)&2Jk;6rb5Iubs6Mk`#(KPys?R&@NR$v=Sne#BC}yc4a#kOK9ZmOdQ9%Yjhk(tSGGj!1{$UkU1sSxVaX1Q09>VADU`@wQSB%Z@4|19u_*2;#n>zI_sei^n20d$4rD(G zH-^zT5oxBvABJ+EM%_q+;<=DfKN5g$%awp$suPF0yc(?cN=k_rEndkVQ!5V;IT@QK2R3(SS}? zF7UlIPyWsLegH?W;yWe#c8)YhlpTYsRX>A`r0Pn%%Rnmw)UYMw0*W$GYZ@gBn!a=xF&ocSH+x)nj_Qvo|U&3DbHi#>@&sQUiVg6w@I50K! z6No9@Am86Uv;c8(LZ{X#J+!BGX6@SpOJ2*IeHZJSlJtEuTY%XcFze4|SIuk@X73me zrBeWF;G*S_{RM7)MJ&P=o}&K%&Xr+j4Z5Xr3VpM`IB;Zb?hSVU%y#_@1D1wymdxAg zQYxNjOd-cej9$C7X0y?h*qz#|H`;8groDWF_8zrcX!{Qu+w~3hsIA>r`+l>nS95?xwYA7w%51Yti9Q+f$?~w z>c|S-@9!LB0`8WYMowl=Z;t2~@tA^1Hwqi%rkp;1cIr_Q;o&p)IZtYoL&d;RdY$?EGr z*3PggW)%46TGh(&C^zagw!V44$(}SD-@&X&)ElR9e<1SmKQDUu5qNkELtz_YGE110 zHF@_^_*c=a21tq6BaG=1W66+@W7Gr2o{qb5z9K&be}-R73u_-p2Pic=kk@eGI*KX^ z3;;+pC&@^}F%azq@`eoz5g-?T2t#3S`4DPg1)k-WsAa=D*h?#hQtH)`F3);2r#XpO zYgYhED^qfL4KC+TZAvG}|Mv{PYcJV}lu8WG=PY#*%{gq^|2j|m8!U8#UGUx#lte&R Goqqt-5YE*A literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aec95e721d5b14e6ff86ab621288d0b53aa8a28b GIT binary patch literal 480 zcmYk3zfQw25XKYQQWR81<{RnIxQI>_LKP|lOOYsI=n^^cwXqu8k?r)~D~efsXCpFgWsEAU*s=3n^Z?(ePmUo|HN?wE7em^bm5Kk?CjJ7P!g z{-nlgW3OG`d9z@`Wb)P^ewvJf$9 zP*X@!su|i~s+E8xw<(uk&=z@^uYpPim9d`!Q^Yw<=5&T841zu_Y^ro0hE&3BMrAby z7mUg0=i|)qY<{ssxgZ&NUZgsFFgUw1zB|o*M^-1XrjNo}h{HwPTZHhDtly&R!n;9$BDV zkc`J<=Uj!CU1GS!&f$S1=Q(j;k||C00l2LyKo?GVa=pv`#^3(c7P9Wun`izXJeHc) literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100644 index 0000000..38f3251 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py @@ -0,0 +1,386 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Big5 frequency table +# by Taiwan's Mandarin Promotion Council +# +# +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +#Char to FreqOrder table +BIG5_TABLE_SIZE = 5376 + +BIG5_CHAR_TO_FREQ_ORDER = ( + 1,1801,1506, 255,1431, 198, 9, 82, 6,5008, 177, 202,3681,1256,2821, 110, # 16 +3814, 33,3274, 261, 76, 44,2114, 16,2946,2187,1176, 659,3971, 26,3451,2653, # 32 +1198,3972,3350,4202, 410,2215, 302, 590, 361,1964, 8, 204, 58,4510,5009,1932, # 48 + 63,5010,5011, 317,1614, 75, 222, 159,4203,2417,1480,5012,3555,3091, 224,2822, # 64 +3682, 3, 10,3973,1471, 29,2787,1135,2866,1940, 873, 130,3275,1123, 312,5013, # 80 +4511,2052, 507, 252, 682,5014, 142,1915, 124, 206,2947, 34,3556,3204, 64, 604, # 96 +5015,2501,1977,1978, 155,1991, 645, 641,1606,5016,3452, 337, 72, 406,5017, 80, # 112 + 630, 238,3205,1509, 263, 939,1092,2654, 756,1440,1094,3453, 449, 69,2987, 591, # 128 + 179,2096, 471, 115,2035,1844, 60, 50,2988, 134, 806,1869, 734,2036,3454, 180, # 144 + 995,1607, 156, 537,2907, 688,5018, 319,1305, 779,2145, 514,2379, 298,4512, 359, # 160 +2502, 90,2716,1338, 663, 11, 906,1099,2553, 20,2441, 182, 532,1716,5019, 732, # 176 +1376,4204,1311,1420,3206, 25,2317,1056, 113, 399, 382,1950, 242,3455,2474, 529, # 192 +3276, 475,1447,3683,5020, 117, 21, 656, 810,1297,2300,2334,3557,5021, 126,4205, # 208 + 706, 456, 150, 613,4513, 71,1118,2037,4206, 145,3092, 85, 835, 486,2115,1246, # 224 +1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,5022,2128,2359, 347,3815, 221, # 240 +3558,3135,5023,1956,1153,4207, 83, 296,1199,3093, 192, 624, 93,5024, 822,1898, # 256 +2823,3136, 795,2065, 991,1554,1542,1592, 27, 43,2867, 859, 139,1456, 860,4514, # 272 + 437, 712,3974, 164,2397,3137, 695, 211,3037,2097, 195,3975,1608,3559,3560,3684, # 288 +3976, 234, 811,2989,2098,3977,2233,1441,3561,1615,2380, 668,2077,1638, 305, 228, # 304 +1664,4515, 467, 415,5025, 262,2099,1593, 239, 108, 300, 200,1033, 512,1247,2078, # 320 +5026,5027,2176,3207,3685,2682, 593, 845,1062,3277, 88,1723,2038,3978,1951, 212, # 336 + 266, 152, 149, 468,1899,4208,4516, 77, 187,5028,3038, 37, 5,2990,5029,3979, # 352 +5030,5031, 39,2524,4517,2908,3208,2079, 55, 148, 74,4518, 545, 483,1474,1029, # 368 +1665, 217,1870,1531,3138,1104,2655,4209, 24, 172,3562, 900,3980,3563,3564,4519, # 384 + 32,1408,2824,1312, 329, 487,2360,2251,2717, 784,2683, 4,3039,3351,1427,1789, # 400 + 188, 109, 499,5032,3686,1717,1790, 888,1217,3040,4520,5033,3565,5034,3352,1520, # 416 +3687,3981, 196,1034, 775,5035,5036, 929,1816, 249, 439, 38,5037,1063,5038, 794, # 432 +3982,1435,2301, 46, 178,3278,2066,5039,2381,5040, 214,1709,4521, 804, 35, 707, # 448 + 324,3688,1601,2554, 140, 459,4210,5041,5042,1365, 839, 272, 978,2262,2580,3456, # 464 +2129,1363,3689,1423, 697, 100,3094, 48, 70,1231, 495,3139,2196,5043,1294,5044, # 480 +2080, 462, 586,1042,3279, 853, 256, 988, 185,2382,3457,1698, 434,1084,5045,3458, # 496 + 314,2625,2788,4522,2335,2336, 569,2285, 637,1817,2525, 757,1162,1879,1616,3459, # 512 + 287,1577,2116, 768,4523,1671,2868,3566,2526,1321,3816, 909,2418,5046,4211, 933, # 528 +3817,4212,2053,2361,1222,4524, 765,2419,1322, 786,4525,5047,1920,1462,1677,2909, # 544 +1699,5048,4526,1424,2442,3140,3690,2600,3353,1775,1941,3460,3983,4213, 309,1369, # 560 +1130,2825, 364,2234,1653,1299,3984,3567,3985,3986,2656, 525,1085,3041, 902,2001, # 576 +1475, 964,4527, 421,1845,1415,1057,2286, 940,1364,3141, 376,4528,4529,1381, 7, # 592 +2527, 983,2383, 336,1710,2684,1846, 321,3461, 559,1131,3042,2752,1809,1132,1313, # 608 + 265,1481,1858,5049, 352,1203,2826,3280, 167,1089, 420,2827, 776, 792,1724,3568, # 624 +4214,2443,3281,5050,4215,5051, 446, 229, 333,2753, 901,3818,1200,1557,4530,2657, # 640 +1921, 395,2754,2685,3819,4216,1836, 125, 916,3209,2626,4531,5052,5053,3820,5054, # 656 +5055,5056,4532,3142,3691,1133,2555,1757,3462,1510,2318,1409,3569,5057,2146, 438, # 672 +2601,2910,2384,3354,1068, 958,3043, 461, 311,2869,2686,4217,1916,3210,4218,1979, # 688 + 383, 750,2755,2627,4219, 274, 539, 385,1278,1442,5058,1154,1965, 384, 561, 210, # 704 + 98,1295,2556,3570,5059,1711,2420,1482,3463,3987,2911,1257, 129,5060,3821, 642, # 720 + 523,2789,2790,2658,5061, 141,2235,1333, 68, 176, 441, 876, 907,4220, 603,2602, # 736 + 710, 171,3464, 404, 549, 18,3143,2398,1410,3692,1666,5062,3571,4533,2912,4534, # 752 +5063,2991, 368,5064, 146, 366, 99, 871,3693,1543, 748, 807,1586,1185, 22,2263, # 768 + 379,3822,3211,5065,3212, 505,1942,2628,1992,1382,2319,5066, 380,2362, 218, 702, # 784 +1818,1248,3465,3044,3572,3355,3282,5067,2992,3694, 930,3283,3823,5068, 59,5069, # 800 + 585, 601,4221, 497,3466,1112,1314,4535,1802,5070,1223,1472,2177,5071, 749,1837, # 816 + 690,1900,3824,1773,3988,1476, 429,1043,1791,2236,2117, 917,4222, 447,1086,1629, # 832 +5072, 556,5073,5074,2021,1654, 844,1090, 105, 550, 966,1758,2828,1008,1783, 686, # 848 +1095,5075,2287, 793,1602,5076,3573,2603,4536,4223,2948,2302,4537,3825, 980,2503, # 864 + 544, 353, 527,4538, 908,2687,2913,5077, 381,2629,1943,1348,5078,1341,1252, 560, # 880 +3095,5079,3467,2870,5080,2054, 973, 886,2081, 143,4539,5081,5082, 157,3989, 496, # 896 +4224, 57, 840, 540,2039,4540,4541,3468,2118,1445, 970,2264,1748,1966,2082,4225, # 912 +3144,1234,1776,3284,2829,3695, 773,1206,2130,1066,2040,1326,3990,1738,1725,4226, # 928 + 279,3145, 51,1544,2604, 423,1578,2131,2067, 173,4542,1880,5083,5084,1583, 264, # 944 + 610,3696,4543,2444, 280, 154,5085,5086,5087,1739, 338,1282,3096, 693,2871,1411, # 960 +1074,3826,2445,5088,4544,5089,5090,1240, 952,2399,5091,2914,1538,2688, 685,1483, # 976 +4227,2475,1436, 953,4228,2055,4545, 671,2400, 79,4229,2446,3285, 608, 567,2689, # 992 +3469,4230,4231,1691, 393,1261,1792,2401,5092,4546,5093,5094,5095,5096,1383,1672, # 1008 +3827,3213,1464, 522,1119, 661,1150, 216, 675,4547,3991,1432,3574, 609,4548,2690, # 1024 +2402,5097,5098,5099,4232,3045, 0,5100,2476, 315, 231,2447, 301,3356,4549,2385, # 1040 +5101, 233,4233,3697,1819,4550,4551,5102, 96,1777,1315,2083,5103, 257,5104,1810, # 1056 +3698,2718,1139,1820,4234,2022,1124,2164,2791,1778,2659,5105,3097, 363,1655,3214, # 1072 +5106,2993,5107,5108,5109,3992,1567,3993, 718, 103,3215, 849,1443, 341,3357,2949, # 1088 +1484,5110,1712, 127, 67, 339,4235,2403, 679,1412, 821,5111,5112, 834, 738, 351, # 1104 +2994,2147, 846, 235,1497,1881, 418,1993,3828,2719, 186,1100,2148,2756,3575,1545, # 1120 +1355,2950,2872,1377, 583,3994,4236,2581,2995,5113,1298,3699,1078,2557,3700,2363, # 1136 + 78,3829,3830, 267,1289,2100,2002,1594,4237, 348, 369,1274,2197,2178,1838,4552, # 1152 +1821,2830,3701,2757,2288,2003,4553,2951,2758, 144,3358, 882,4554,3995,2759,3470, # 1168 +4555,2915,5114,4238,1726, 320,5115,3996,3046, 788,2996,5116,2831,1774,1327,2873, # 1184 +3997,2832,5117,1306,4556,2004,1700,3831,3576,2364,2660, 787,2023, 506, 824,3702, # 1200 + 534, 323,4557,1044,3359,2024,1901, 946,3471,5118,1779,1500,1678,5119,1882,4558, # 1216 + 165, 243,4559,3703,2528, 123, 683,4239, 764,4560, 36,3998,1793, 589,2916, 816, # 1232 + 626,1667,3047,2237,1639,1555,1622,3832,3999,5120,4000,2874,1370,1228,1933, 891, # 1248 +2084,2917, 304,4240,5121, 292,2997,2720,3577, 691,2101,4241,1115,4561, 118, 662, # 1264 +5122, 611,1156, 854,2386,1316,2875, 2, 386, 515,2918,5123,5124,3286, 868,2238, # 1280 +1486, 855,2661, 785,2216,3048,5125,1040,3216,3578,5126,3146, 448,5127,1525,5128, # 1296 +2165,4562,5129,3833,5130,4242,2833,3579,3147, 503, 818,4001,3148,1568, 814, 676, # 1312 +1444, 306,1749,5131,3834,1416,1030, 197,1428, 805,2834,1501,4563,5132,5133,5134, # 1328 +1994,5135,4564,5136,5137,2198, 13,2792,3704,2998,3149,1229,1917,5138,3835,2132, # 1344 +5139,4243,4565,2404,3580,5140,2217,1511,1727,1120,5141,5142, 646,3836,2448, 307, # 1360 +5143,5144,1595,3217,5145,5146,5147,3705,1113,1356,4002,1465,2529,2530,5148, 519, # 1376 +5149, 128,2133, 92,2289,1980,5150,4003,1512, 342,3150,2199,5151,2793,2218,1981, # 1392 +3360,4244, 290,1656,1317, 789, 827,2365,5152,3837,4566, 562, 581,4004,5153, 401, # 1408 +4567,2252, 94,4568,5154,1399,2794,5155,1463,2025,4569,3218,1944,5156, 828,1105, # 1424 +4245,1262,1394,5157,4246, 605,4570,5158,1784,2876,5159,2835, 819,2102, 578,2200, # 1440 +2952,5160,1502, 436,3287,4247,3288,2836,4005,2919,3472,3473,5161,2721,2320,5162, # 1456 +5163,2337,2068, 23,4571, 193, 826,3838,2103, 699,1630,4248,3098, 390,1794,1064, # 1472 +3581,5164,1579,3099,3100,1400,5165,4249,1839,1640,2877,5166,4572,4573, 137,4250, # 1488 + 598,3101,1967, 780, 104, 974,2953,5167, 278, 899, 253, 402, 572, 504, 493,1339, # 1504 +5168,4006,1275,4574,2582,2558,5169,3706,3049,3102,2253, 565,1334,2722, 863, 41, # 1520 +5170,5171,4575,5172,1657,2338, 19, 463,2760,4251, 606,5173,2999,3289,1087,2085, # 1536 +1323,2662,3000,5174,1631,1623,1750,4252,2691,5175,2878, 791,2723,2663,2339, 232, # 1552 +2421,5176,3001,1498,5177,2664,2630, 755,1366,3707,3290,3151,2026,1609, 119,1918, # 1568 +3474, 862,1026,4253,5178,4007,3839,4576,4008,4577,2265,1952,2477,5179,1125, 817, # 1584 +4254,4255,4009,1513,1766,2041,1487,4256,3050,3291,2837,3840,3152,5180,5181,1507, # 1600 +5182,2692, 733, 40,1632,1106,2879, 345,4257, 841,2531, 230,4578,3002,1847,3292, # 1616 +3475,5183,1263, 986,3476,5184, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562, # 1632 +4010,4011,2954, 967,2761,2665,1349, 592,2134,1692,3361,3003,1995,4258,1679,4012, # 1648 +1902,2188,5185, 739,3708,2724,1296,1290,5186,4259,2201,2202,1922,1563,2605,2559, # 1664 +1871,2762,3004,5187, 435,5188, 343,1108, 596, 17,1751,4579,2239,3477,3709,5189, # 1680 +4580, 294,3582,2955,1693, 477, 979, 281,2042,3583, 643,2043,3710,2631,2795,2266, # 1696 +1031,2340,2135,2303,3584,4581, 367,1249,2560,5190,3585,5191,4582,1283,3362,2005, # 1712 + 240,1762,3363,4583,4584, 836,1069,3153, 474,5192,2149,2532, 268,3586,5193,3219, # 1728 +1521,1284,5194,1658,1546,4260,5195,3587,3588,5196,4261,3364,2693,1685,4262, 961, # 1744 +1673,2632, 190,2006,2203,3841,4585,4586,5197, 570,2504,3711,1490,5198,4587,2633, # 1760 +3293,1957,4588, 584,1514, 396,1045,1945,5199,4589,1968,2449,5200,5201,4590,4013, # 1776 + 619,5202,3154,3294, 215,2007,2796,2561,3220,4591,3221,4592, 763,4263,3842,4593, # 1792 +5203,5204,1958,1767,2956,3365,3712,1174, 452,1477,4594,3366,3155,5205,2838,1253, # 1808 +2387,2189,1091,2290,4264, 492,5206, 638,1169,1825,2136,1752,4014, 648, 926,1021, # 1824 +1324,4595, 520,4596, 997, 847,1007, 892,4597,3843,2267,1872,3713,2405,1785,4598, # 1840 +1953,2957,3103,3222,1728,4265,2044,3714,4599,2008,1701,3156,1551, 30,2268,4266, # 1856 +5207,2027,4600,3589,5208, 501,5209,4267, 594,3478,2166,1822,3590,3479,3591,3223, # 1872 + 829,2839,4268,5210,1680,3157,1225,4269,5211,3295,4601,4270,3158,2341,5212,4602, # 1888 +4271,5213,4015,4016,5214,1848,2388,2606,3367,5215,4603, 374,4017, 652,4272,4273, # 1904 + 375,1140, 798,5216,5217,5218,2366,4604,2269, 546,1659, 138,3051,2450,4605,5219, # 1920 +2254, 612,1849, 910, 796,3844,1740,1371, 825,3845,3846,5220,2920,2562,5221, 692, # 1936 + 444,3052,2634, 801,4606,4274,5222,1491, 244,1053,3053,4275,4276, 340,5223,4018, # 1952 +1041,3005, 293,1168, 87,1357,5224,1539, 959,5225,2240, 721, 694,4277,3847, 219, # 1968 +1478, 644,1417,3368,2666,1413,1401,1335,1389,4019,5226,5227,3006,2367,3159,1826, # 1984 + 730,1515, 184,2840, 66,4607,5228,1660,2958, 246,3369, 378,1457, 226,3480, 975, # 2000 +4020,2959,1264,3592, 674, 696,5229, 163,5230,1141,2422,2167, 713,3593,3370,4608, # 2016 +4021,5231,5232,1186, 15,5233,1079,1070,5234,1522,3224,3594, 276,1050,2725, 758, # 2032 +1126, 653,2960,3296,5235,2342, 889,3595,4022,3104,3007, 903,1250,4609,4023,3481, # 2048 +3596,1342,1681,1718, 766,3297, 286, 89,2961,3715,5236,1713,5237,2607,3371,3008, # 2064 +5238,2962,2219,3225,2880,5239,4610,2505,2533, 181, 387,1075,4024, 731,2190,3372, # 2080 +5240,3298, 310, 313,3482,2304, 770,4278, 54,3054, 189,4611,3105,3848,4025,5241, # 2096 +1230,1617,1850, 355,3597,4279,4612,3373, 111,4280,3716,1350,3160,3483,3055,4281, # 2112 +2150,3299,3598,5242,2797,4026,4027,3009, 722,2009,5243,1071, 247,1207,2343,2478, # 2128 +1378,4613,2010, 864,1437,1214,4614, 373,3849,1142,2220, 667,4615, 442,2763,2563, # 2144 +3850,4028,1969,4282,3300,1840, 837, 170,1107, 934,1336,1883,5244,5245,2119,4283, # 2160 +2841, 743,1569,5246,4616,4284, 582,2389,1418,3484,5247,1803,5248, 357,1395,1729, # 2176 +3717,3301,2423,1564,2241,5249,3106,3851,1633,4617,1114,2086,4285,1532,5250, 482, # 2192 +2451,4618,5251,5252,1492, 833,1466,5253,2726,3599,1641,2842,5254,1526,1272,3718, # 2208 +4286,1686,1795, 416,2564,1903,1954,1804,5255,3852,2798,3853,1159,2321,5256,2881, # 2224 +4619,1610,1584,3056,2424,2764, 443,3302,1163,3161,5257,5258,4029,5259,4287,2506, # 2240 +3057,4620,4030,3162,2104,1647,3600,2011,1873,4288,5260,4289, 431,3485,5261, 250, # 2256 + 97, 81,4290,5262,1648,1851,1558, 160, 848,5263, 866, 740,1694,5264,2204,2843, # 2272 +3226,4291,4621,3719,1687, 950,2479, 426, 469,3227,3720,3721,4031,5265,5266,1188, # 2288 + 424,1996, 861,3601,4292,3854,2205,2694, 168,1235,3602,4293,5267,2087,1674,4622, # 2304 +3374,3303, 220,2565,1009,5268,3855, 670,3010, 332,1208, 717,5269,5270,3603,2452, # 2320 +4032,3375,5271, 513,5272,1209,2882,3376,3163,4623,1080,5273,5274,5275,5276,2534, # 2336 +3722,3604, 815,1587,4033,4034,5277,3605,3486,3856,1254,4624,1328,3058,1390,4035, # 2352 +1741,4036,3857,4037,5278, 236,3858,2453,3304,5279,5280,3723,3859,1273,3860,4625, # 2368 +5281, 308,5282,4626, 245,4627,1852,2480,1307,2583, 430, 715,2137,2454,5283, 270, # 2384 + 199,2883,4038,5284,3606,2727,1753, 761,1754, 725,1661,1841,4628,3487,3724,5285, # 2400 +5286, 587, 14,3305, 227,2608, 326, 480,2270, 943,2765,3607, 291, 650,1884,5287, # 2416 +1702,1226, 102,1547, 62,3488, 904,4629,3489,1164,4294,5288,5289,1224,1548,2766, # 2432 + 391, 498,1493,5290,1386,1419,5291,2056,1177,4630, 813, 880,1081,2368, 566,1145, # 2448 +4631,2291,1001,1035,2566,2609,2242, 394,1286,5292,5293,2069,5294, 86,1494,1730, # 2464 +4039, 491,1588, 745, 897,2963, 843,3377,4040,2767,2884,3306,1768, 998,2221,2070, # 2480 + 397,1827,1195,1970,3725,3011,3378, 284,5295,3861,2507,2138,2120,1904,5296,4041, # 2496 +2151,4042,4295,1036,3490,1905, 114,2567,4296, 209,1527,5297,5298,2964,2844,2635, # 2512 +2390,2728,3164, 812,2568,5299,3307,5300,1559, 737,1885,3726,1210, 885, 28,2695, # 2528 +3608,3862,5301,4297,1004,1780,4632,5302, 346,1982,2222,2696,4633,3863,1742, 797, # 2544 +1642,4043,1934,1072,1384,2152, 896,4044,3308,3727,3228,2885,3609,5303,2569,1959, # 2560 +4634,2455,1786,5304,5305,5306,4045,4298,1005,1308,3728,4299,2729,4635,4636,1528, # 2576 +2610, 161,1178,4300,1983, 987,4637,1101,4301, 631,4046,1157,3229,2425,1343,1241, # 2592 +1016,2243,2570, 372, 877,2344,2508,1160, 555,1935, 911,4047,5307, 466,1170, 169, # 2608 +1051,2921,2697,3729,2481,3012,1182,2012,2571,1251,2636,5308, 992,2345,3491,1540, # 2624 +2730,1201,2071,2406,1997,2482,5309,4638, 528,1923,2191,1503,1874,1570,2369,3379, # 2640 +3309,5310, 557,1073,5311,1828,3492,2088,2271,3165,3059,3107, 767,3108,2799,4639, # 2656 +1006,4302,4640,2346,1267,2179,3730,3230, 778,4048,3231,2731,1597,2667,5312,4641, # 2672 +5313,3493,5314,5315,5316,3310,2698,1433,3311, 131, 95,1504,4049, 723,4303,3166, # 2688 +1842,3610,2768,2192,4050,2028,2105,3731,5317,3013,4051,1218,5318,3380,3232,4052, # 2704 +4304,2584, 248,1634,3864, 912,5319,2845,3732,3060,3865, 654, 53,5320,3014,5321, # 2720 +1688,4642, 777,3494,1032,4053,1425,5322, 191, 820,2121,2846, 971,4643, 931,3233, # 2736 + 135, 664, 783,3866,1998, 772,2922,1936,4054,3867,4644,2923,3234, 282,2732, 640, # 2752 +1372,3495,1127, 922, 325,3381,5323,5324, 711,2045,5325,5326,4055,2223,2800,1937, # 2768 +4056,3382,2224,2255,3868,2305,5327,4645,3869,1258,3312,4057,3235,2139,2965,4058, # 2784 +4059,5328,2225, 258,3236,4646, 101,1227,5329,3313,1755,5330,1391,3314,5331,2924, # 2800 +2057, 893,5332,5333,5334,1402,4305,2347,5335,5336,3237,3611,5337,5338, 878,1325, # 2816 +1781,2801,4647, 259,1385,2585, 744,1183,2272,4648,5339,4060,2509,5340, 684,1024, # 2832 +4306,5341, 472,3612,3496,1165,3315,4061,4062, 322,2153, 881, 455,1695,1152,1340, # 2848 + 660, 554,2154,4649,1058,4650,4307, 830,1065,3383,4063,4651,1924,5342,1703,1919, # 2864 +5343, 932,2273, 122,5344,4652, 947, 677,5345,3870,2637, 297,1906,1925,2274,4653, # 2880 +2322,3316,5346,5347,4308,5348,4309, 84,4310, 112, 989,5349, 547,1059,4064, 701, # 2896 +3613,1019,5350,4311,5351,3497, 942, 639, 457,2306,2456, 993,2966, 407, 851, 494, # 2912 +4654,3384, 927,5352,1237,5353,2426,3385, 573,4312, 680, 921,2925,1279,1875, 285, # 2928 + 790,1448,1984, 719,2168,5354,5355,4655,4065,4066,1649,5356,1541, 563,5357,1077, # 2944 +5358,3386,3061,3498, 511,3015,4067,4068,3733,4069,1268,2572,3387,3238,4656,4657, # 2960 +5359, 535,1048,1276,1189,2926,2029,3167,1438,1373,2847,2967,1134,2013,5360,4313, # 2976 +1238,2586,3109,1259,5361, 700,5362,2968,3168,3734,4314,5363,4315,1146,1876,1907, # 2992 +4658,2611,4070, 781,2427, 132,1589, 203, 147, 273,2802,2407, 898,1787,2155,4071, # 3008 +4072,5364,3871,2803,5365,5366,4659,4660,5367,3239,5368,1635,3872, 965,5369,1805, # 3024 +2699,1516,3614,1121,1082,1329,3317,4073,1449,3873, 65,1128,2848,2927,2769,1590, # 3040 +3874,5370,5371, 12,2668, 45, 976,2587,3169,4661, 517,2535,1013,1037,3240,5372, # 3056 +3875,2849,5373,3876,5374,3499,5375,2612, 614,1999,2323,3877,3110,2733,2638,5376, # 3072 +2588,4316, 599,1269,5377,1811,3735,5378,2700,3111, 759,1060, 489,1806,3388,3318, # 3088 +1358,5379,5380,2391,1387,1215,2639,2256, 490,5381,5382,4317,1759,2392,2348,5383, # 3104 +4662,3878,1908,4074,2640,1807,3241,4663,3500,3319,2770,2349, 874,5384,5385,3501, # 3120 +3736,1859, 91,2928,3737,3062,3879,4664,5386,3170,4075,2669,5387,3502,1202,1403, # 3136 +3880,2969,2536,1517,2510,4665,3503,2511,5388,4666,5389,2701,1886,1495,1731,4076, # 3152 +2370,4667,5390,2030,5391,5392,4077,2702,1216, 237,2589,4318,2324,4078,3881,4668, # 3168 +4669,2703,3615,3504, 445,4670,5393,5394,5395,5396,2771, 61,4079,3738,1823,4080, # 3184 +5397, 687,2046, 935, 925, 405,2670, 703,1096,1860,2734,4671,4081,1877,1367,2704, # 3200 +3389, 918,2106,1782,2483, 334,3320,1611,1093,4672, 564,3171,3505,3739,3390, 945, # 3216 +2641,2058,4673,5398,1926, 872,4319,5399,3506,2705,3112, 349,4320,3740,4082,4674, # 3232 +3882,4321,3741,2156,4083,4675,4676,4322,4677,2408,2047, 782,4084, 400, 251,4323, # 3248 +1624,5400,5401, 277,3742, 299,1265, 476,1191,3883,2122,4324,4325,1109, 205,5402, # 3264 +2590,1000,2157,3616,1861,5403,5404,5405,4678,5406,4679,2573, 107,2484,2158,4085, # 3280 +3507,3172,5407,1533, 541,1301, 158, 753,4326,2886,3617,5408,1696, 370,1088,4327, # 3296 +4680,3618, 579, 327, 440, 162,2244, 269,1938,1374,3508, 968,3063, 56,1396,3113, # 3312 +2107,3321,3391,5409,1927,2159,4681,3016,5410,3619,5411,5412,3743,4682,2485,5413, # 3328 +2804,5414,1650,4683,5415,2613,5416,5417,4086,2671,3392,1149,3393,4087,3884,4088, # 3344 +5418,1076, 49,5419, 951,3242,3322,3323, 450,2850, 920,5420,1812,2805,2371,4328, # 3360 +1909,1138,2372,3885,3509,5421,3243,4684,1910,1147,1518,2428,4685,3886,5422,4686, # 3376 +2393,2614, 260,1796,3244,5423,5424,3887,3324, 708,5425,3620,1704,5426,3621,1351, # 3392 +1618,3394,3017,1887, 944,4329,3395,4330,3064,3396,4331,5427,3744, 422, 413,1714, # 3408 +3325, 500,2059,2350,4332,2486,5428,1344,1911, 954,5429,1668,5430,5431,4089,2409, # 3424 +4333,3622,3888,4334,5432,2307,1318,2512,3114, 133,3115,2887,4687, 629, 31,2851, # 3440 +2706,3889,4688, 850, 949,4689,4090,2970,1732,2089,4335,1496,1853,5433,4091, 620, # 3456 +3245, 981,1242,3745,3397,1619,3746,1643,3326,2140,2457,1971,1719,3510,2169,5434, # 3472 +3246,5435,5436,3398,1829,5437,1277,4690,1565,2048,5438,1636,3623,3116,5439, 869, # 3488 +2852, 655,3890,3891,3117,4092,3018,3892,1310,3624,4691,5440,5441,5442,1733, 558, # 3504 +4692,3747, 335,1549,3065,1756,4336,3748,1946,3511,1830,1291,1192, 470,2735,2108, # 3520 +2806, 913,1054,4093,5443,1027,5444,3066,4094,4693, 982,2672,3399,3173,3512,3247, # 3536 +3248,1947,2807,5445, 571,4694,5446,1831,5447,3625,2591,1523,2429,5448,2090, 984, # 3552 +4695,3749,1960,5449,3750, 852, 923,2808,3513,3751, 969,1519, 999,2049,2325,1705, # 3568 +5450,3118, 615,1662, 151, 597,4095,2410,2326,1049, 275,4696,3752,4337, 568,3753, # 3584 +3626,2487,4338,3754,5451,2430,2275, 409,3249,5452,1566,2888,3514,1002, 769,2853, # 3600 + 194,2091,3174,3755,2226,3327,4339, 628,1505,5453,5454,1763,2180,3019,4096, 521, # 3616 +1161,2592,1788,2206,2411,4697,4097,1625,4340,4341, 412, 42,3119, 464,5455,2642, # 3632 +4698,3400,1760,1571,2889,3515,2537,1219,2207,3893,2643,2141,2373,4699,4700,3328, # 3648 +1651,3401,3627,5456,5457,3628,2488,3516,5458,3756,5459,5460,2276,2092, 460,5461, # 3664 +4701,5462,3020, 962, 588,3629, 289,3250,2644,1116, 52,5463,3067,1797,5464,5465, # 3680 +5466,1467,5467,1598,1143,3757,4342,1985,1734,1067,4702,1280,3402, 465,4703,1572, # 3696 + 510,5468,1928,2245,1813,1644,3630,5469,4704,3758,5470,5471,2673,1573,1534,5472, # 3712 +5473, 536,1808,1761,3517,3894,3175,2645,5474,5475,5476,4705,3518,2929,1912,2809, # 3728 +5477,3329,1122, 377,3251,5478, 360,5479,5480,4343,1529, 551,5481,2060,3759,1769, # 3744 +2431,5482,2930,4344,3330,3120,2327,2109,2031,4706,1404, 136,1468,1479, 672,1171, # 3760 +3252,2308, 271,3176,5483,2772,5484,2050, 678,2736, 865,1948,4707,5485,2014,4098, # 3776 +2971,5486,2737,2227,1397,3068,3760,4708,4709,1735,2931,3403,3631,5487,3895, 509, # 3792 +2854,2458,2890,3896,5488,5489,3177,3178,4710,4345,2538,4711,2309,1166,1010, 552, # 3808 + 681,1888,5490,5491,2972,2973,4099,1287,1596,1862,3179, 358, 453, 736, 175, 478, # 3824 +1117, 905,1167,1097,5492,1854,1530,5493,1706,5494,2181,3519,2292,3761,3520,3632, # 3840 +4346,2093,4347,5495,3404,1193,2489,4348,1458,2193,2208,1863,1889,1421,3331,2932, # 3856 +3069,2182,3521, 595,2123,5496,4100,5497,5498,4349,1707,2646, 223,3762,1359, 751, # 3872 +3121, 183,3522,5499,2810,3021, 419,2374, 633, 704,3897,2394, 241,5500,5501,5502, # 3888 + 838,3022,3763,2277,2773,2459,3898,1939,2051,4101,1309,3122,2246,1181,5503,1136, # 3904 +2209,3899,2375,1446,4350,2310,4712,5504,5505,4351,1055,2615, 484,3764,5506,4102, # 3920 + 625,4352,2278,3405,1499,4353,4103,5507,4104,4354,3253,2279,2280,3523,5508,5509, # 3936 +2774, 808,2616,3765,3406,4105,4355,3123,2539, 526,3407,3900,4356, 955,5510,1620, # 3952 +4357,2647,2432,5511,1429,3766,1669,1832, 994, 928,5512,3633,1260,5513,5514,5515, # 3968 +1949,2293, 741,2933,1626,4358,2738,2460, 867,1184, 362,3408,1392,5516,5517,4106, # 3984 +4359,1770,1736,3254,2934,4713,4714,1929,2707,1459,1158,5518,3070,3409,2891,1292, # 4000 +1930,2513,2855,3767,1986,1187,2072,2015,2617,4360,5519,2574,2514,2170,3768,2490, # 4016 +3332,5520,3769,4715,5521,5522, 666,1003,3023,1022,3634,4361,5523,4716,1814,2257, # 4032 + 574,3901,1603, 295,1535, 705,3902,4362, 283, 858, 417,5524,5525,3255,4717,4718, # 4048 +3071,1220,1890,1046,2281,2461,4107,1393,1599, 689,2575, 388,4363,5526,2491, 802, # 4064 +5527,2811,3903,2061,1405,2258,5528,4719,3904,2110,1052,1345,3256,1585,5529, 809, # 4080 +5530,5531,5532, 575,2739,3524, 956,1552,1469,1144,2328,5533,2329,1560,2462,3635, # 4096 +3257,4108, 616,2210,4364,3180,2183,2294,5534,1833,5535,3525,4720,5536,1319,3770, # 4112 +3771,1211,3636,1023,3258,1293,2812,5537,5538,5539,3905, 607,2311,3906, 762,2892, # 4128 +1439,4365,1360,4721,1485,3072,5540,4722,1038,4366,1450,2062,2648,4367,1379,4723, # 4144 +2593,5541,5542,4368,1352,1414,2330,2935,1172,5543,5544,3907,3908,4724,1798,1451, # 4160 +5545,5546,5547,5548,2936,4109,4110,2492,2351, 411,4111,4112,3637,3333,3124,4725, # 4176 +1561,2674,1452,4113,1375,5549,5550, 47,2974, 316,5551,1406,1591,2937,3181,5552, # 4192 +1025,2142,3125,3182, 354,2740, 884,2228,4369,2412, 508,3772, 726,3638, 996,2433, # 4208 +3639, 729,5553, 392,2194,1453,4114,4726,3773,5554,5555,2463,3640,2618,1675,2813, # 4224 + 919,2352,2975,2353,1270,4727,4115, 73,5556,5557, 647,5558,3259,2856,2259,1550, # 4240 +1346,3024,5559,1332, 883,3526,5560,5561,5562,5563,3334,2775,5564,1212, 831,1347, # 4256 +4370,4728,2331,3909,1864,3073, 720,3910,4729,4730,3911,5565,4371,5566,5567,4731, # 4272 +5568,5569,1799,4732,3774,2619,4733,3641,1645,2376,4734,5570,2938, 669,2211,2675, # 4288 +2434,5571,2893,5572,5573,1028,3260,5574,4372,2413,5575,2260,1353,5576,5577,4735, # 4304 +3183, 518,5578,4116,5579,4373,1961,5580,2143,4374,5581,5582,3025,2354,2355,3912, # 4320 + 516,1834,1454,4117,2708,4375,4736,2229,2620,1972,1129,3642,5583,2776,5584,2976, # 4336 +1422, 577,1470,3026,1524,3410,5585,5586, 432,4376,3074,3527,5587,2594,1455,2515, # 4352 +2230,1973,1175,5588,1020,2741,4118,3528,4737,5589,2742,5590,1743,1361,3075,3529, # 4368 +2649,4119,4377,4738,2295, 895, 924,4378,2171, 331,2247,3076, 166,1627,3077,1098, # 4384 +5591,1232,2894,2231,3411,4739, 657, 403,1196,2377, 542,3775,3412,1600,4379,3530, # 4400 +5592,4740,2777,3261, 576, 530,1362,4741,4742,2540,2676,3776,4120,5593, 842,3913, # 4416 +5594,2814,2032,1014,4121, 213,2709,3413, 665, 621,4380,5595,3777,2939,2435,5596, # 4432 +2436,3335,3643,3414,4743,4381,2541,4382,4744,3644,1682,4383,3531,1380,5597, 724, # 4448 +2282, 600,1670,5598,1337,1233,4745,3126,2248,5599,1621,4746,5600, 651,4384,5601, # 4464 +1612,4385,2621,5602,2857,5603,2743,2312,3078,5604, 716,2464,3079, 174,1255,2710, # 4480 +4122,3645, 548,1320,1398, 728,4123,1574,5605,1891,1197,3080,4124,5606,3081,3082, # 4496 +3778,3646,3779, 747,5607, 635,4386,4747,5608,5609,5610,4387,5611,5612,4748,5613, # 4512 +3415,4749,2437, 451,5614,3780,2542,2073,4388,2744,4389,4125,5615,1764,4750,5616, # 4528 +4390, 350,4751,2283,2395,2493,5617,4391,4126,2249,1434,4127, 488,4752, 458,4392, # 4544 +4128,3781, 771,1330,2396,3914,2576,3184,2160,2414,1553,2677,3185,4393,5618,2494, # 4560 +2895,2622,1720,2711,4394,3416,4753,5619,2543,4395,5620,3262,4396,2778,5621,2016, # 4576 +2745,5622,1155,1017,3782,3915,5623,3336,2313, 201,1865,4397,1430,5624,4129,5625, # 4592 +5626,5627,5628,5629,4398,1604,5630, 414,1866, 371,2595,4754,4755,3532,2017,3127, # 4608 +4756,1708, 960,4399, 887, 389,2172,1536,1663,1721,5631,2232,4130,2356,2940,1580, # 4624 +5632,5633,1744,4757,2544,4758,4759,5634,4760,5635,2074,5636,4761,3647,3417,2896, # 4640 +4400,5637,4401,2650,3418,2815, 673,2712,2465, 709,3533,4131,3648,4402,5638,1148, # 4656 + 502, 634,5639,5640,1204,4762,3649,1575,4763,2623,3783,5641,3784,3128, 948,3263, # 4672 + 121,1745,3916,1110,5642,4403,3083,2516,3027,4132,3785,1151,1771,3917,1488,4133, # 4688 +1987,5643,2438,3534,5644,5645,2094,5646,4404,3918,1213,1407,2816, 531,2746,2545, # 4704 +3264,1011,1537,4764,2779,4405,3129,1061,5647,3786,3787,1867,2897,5648,2018, 120, # 4720 +4406,4407,2063,3650,3265,2314,3919,2678,3419,1955,4765,4134,5649,3535,1047,2713, # 4736 +1266,5650,1368,4766,2858, 649,3420,3920,2546,2747,1102,2859,2679,5651,5652,2000, # 4752 +5653,1111,3651,2977,5654,2495,3921,3652,2817,1855,3421,3788,5655,5656,3422,2415, # 4768 +2898,3337,3266,3653,5657,2577,5658,3654,2818,4135,1460, 856,5659,3655,5660,2899, # 4784 +2978,5661,2900,3922,5662,4408, 632,2517, 875,3923,1697,3924,2296,5663,5664,4767, # 4800 +3028,1239, 580,4768,4409,5665, 914, 936,2075,1190,4136,1039,2124,5666,5667,5668, # 4816 +5669,3423,1473,5670,1354,4410,3925,4769,2173,3084,4137, 915,3338,4411,4412,3339, # 4832 +1605,1835,5671,2748, 398,3656,4413,3926,4138, 328,1913,2860,4139,3927,1331,4414, # 4848 +3029, 937,4415,5672,3657,4140,4141,3424,2161,4770,3425, 524, 742, 538,3085,1012, # 4864 +5673,5674,3928,2466,5675, 658,1103, 225,3929,5676,5677,4771,5678,4772,5679,3267, # 4880 +1243,5680,4142, 963,2250,4773,5681,2714,3658,3186,5682,5683,2596,2332,5684,4774, # 4896 +5685,5686,5687,3536, 957,3426,2547,2033,1931,2941,2467, 870,2019,3659,1746,2780, # 4912 +2781,2439,2468,5688,3930,5689,3789,3130,3790,3537,3427,3791,5690,1179,3086,5691, # 4928 +3187,2378,4416,3792,2548,3188,3131,2749,4143,5692,3428,1556,2549,2297, 977,2901, # 4944 +2034,4144,1205,3429,5693,1765,3430,3189,2125,1271, 714,1689,4775,3538,5694,2333, # 4960 +3931, 533,4417,3660,2184, 617,5695,2469,3340,3539,2315,5696,5697,3190,5698,5699, # 4976 +3932,1988, 618, 427,2651,3540,3431,5700,5701,1244,1690,5702,2819,4418,4776,5703, # 4992 +3541,4777,5704,2284,1576, 473,3661,4419,3432, 972,5705,3662,5706,3087,5707,5708, # 5008 +4778,4779,5709,3793,4145,4146,5710, 153,4780, 356,5711,1892,2902,4420,2144, 408, # 5024 + 803,2357,5712,3933,5713,4421,1646,2578,2518,4781,4782,3934,5714,3935,4422,5715, # 5040 +2416,3433, 752,5716,5717,1962,3341,2979,5718, 746,3030,2470,4783,4423,3794, 698, # 5056 +4784,1893,4424,3663,2550,4785,3664,3936,5719,3191,3434,5720,1824,1302,4147,2715, # 5072 +3937,1974,4425,5721,4426,3192, 823,1303,1288,1236,2861,3542,4148,3435, 774,3938, # 5088 +5722,1581,4786,1304,2862,3939,4787,5723,2440,2162,1083,3268,4427,4149,4428, 344, # 5104 +1173, 288,2316, 454,1683,5724,5725,1461,4788,4150,2597,5726,5727,4789, 985, 894, # 5120 +5728,3436,3193,5729,1914,2942,3795,1989,5730,2111,1975,5731,4151,5732,2579,1194, # 5136 + 425,5733,4790,3194,1245,3796,4429,5734,5735,2863,5736, 636,4791,1856,3940, 760, # 5152 +1800,5737,4430,2212,1508,4792,4152,1894,1684,2298,5738,5739,4793,4431,4432,2213, # 5168 + 479,5740,5741, 832,5742,4153,2496,5743,2980,2497,3797, 990,3132, 627,1815,2652, # 5184 +4433,1582,4434,2126,2112,3543,4794,5744, 799,4435,3195,5745,4795,2113,1737,3031, # 5200 +1018, 543, 754,4436,3342,1676,4796,4797,4154,4798,1489,5746,3544,5747,2624,2903, # 5216 +4155,5748,5749,2981,5750,5751,5752,5753,3196,4799,4800,2185,1722,5754,3269,3270, # 5232 +1843,3665,1715, 481, 365,1976,1857,5755,5756,1963,2498,4801,5757,2127,3666,3271, # 5248 + 433,1895,2064,2076,5758, 602,2750,5759,5760,5761,5762,5763,3032,1628,3437,5764, # 5264 +3197,4802,4156,2904,4803,2519,5765,2551,2782,5766,5767,5768,3343,4804,2905,5769, # 5280 +4805,5770,2864,4806,4807,1221,2982,4157,2520,5771,5772,5773,1868,1990,5774,5775, # 5296 +5776,1896,5777,5778,4808,1897,4158, 318,5779,2095,4159,4437,5780,5781, 485,5782, # 5312 + 938,3941, 553,2680, 116,5783,3942,3667,5784,3545,2681,2783,3438,3344,2820,5785, # 5328 +3668,2943,4160,1747,2944,2983,5786,5787, 207,5788,4809,5789,4810,2521,5790,3033, # 5344 + 890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360 +2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376 +) + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 0000000..98f9970 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import Big5DistributionAnalysis +from .mbcssm import BIG5_SM_MODEL + + +class Big5Prober(MultiByteCharSetProber): + def __init__(self): + super(Big5Prober, self).__init__() + self.coding_sm = CodingStateMachine(BIG5_SM_MODEL) + self.distribution_analyzer = Big5DistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "Big5" + + @property + def language(self): + return "Chinese" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 0000000..c0395f4 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py @@ -0,0 +1,233 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .euctwfreq import (EUCTW_CHAR_TO_FREQ_ORDER, EUCTW_TABLE_SIZE, + EUCTW_TYPICAL_DISTRIBUTION_RATIO) +from .euckrfreq import (EUCKR_CHAR_TO_FREQ_ORDER, EUCKR_TABLE_SIZE, + EUCKR_TYPICAL_DISTRIBUTION_RATIO) +from .gb2312freq import (GB2312_CHAR_TO_FREQ_ORDER, GB2312_TABLE_SIZE, + GB2312_TYPICAL_DISTRIBUTION_RATIO) +from .big5freq import (BIG5_CHAR_TO_FREQ_ORDER, BIG5_TABLE_SIZE, + BIG5_TYPICAL_DISTRIBUTION_RATIO) +from .jisfreq import (JIS_CHAR_TO_FREQ_ORDER, JIS_TABLE_SIZE, + JIS_TYPICAL_DISTRIBUTION_RATIO) + + +class CharDistributionAnalysis(object): + ENOUGH_DATA_THRESHOLD = 1024 + SURE_YES = 0.99 + SURE_NO = 0.01 + MINIMUM_DATA_THRESHOLD = 3 + + def __init__(self): + # Mapping table to get frequency order from char order (get from + # GetOrder()) + self._char_to_freq_order = None + self._table_size = None # Size of above table + # This is a constant value which varies from language to language, + # used in calculating confidence. See + # http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html + # for further detail. + self.typical_distribution_ratio = None + self._done = None + self._total_chars = None + self._freq_chars = None + self.reset() + + def reset(self): + """reset analyser, clear any state""" + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + self._total_chars = 0 # Total characters encountered + # The number of characters whose frequency order is less than 512 + self._freq_chars = 0 + + def feed(self, char, char_len): + """feed a character with known length""" + if char_len == 2: + # we only care about 2-bytes character in our distribution analysis + order = self.get_order(char) + else: + order = -1 + if order >= 0: + self._total_chars += 1 + # order is valid + if order < self._table_size: + if 512 > self._char_to_freq_order[order]: + self._freq_chars += 1 + + def get_confidence(self): + """return confidence based on existing data""" + # if we didn't receive any character in our consideration range, + # return negative answer + if self._total_chars <= 0 or self._freq_chars <= self.MINIMUM_DATA_THRESHOLD: + return self.SURE_NO + + if self._total_chars != self._freq_chars: + r = (self._freq_chars / ((self._total_chars - self._freq_chars) + * self.typical_distribution_ratio)) + if r < self.SURE_YES: + return r + + # normalize confidence (we don't want to be 100% sure) + return self.SURE_YES + + def got_enough_data(self): + # It is not necessary to receive all data to draw conclusion. + # For charset detection, certain amount of data is enough + return self._total_chars > self.ENOUGH_DATA_THRESHOLD + + def get_order(self, byte_str): + # We do not handle characters based on the original encoding string, + # but convert this encoding string to a number, here called order. + # This allows multiple encodings of a language to share one frequency + # table. + return -1 + + +class EUCTWDistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(EUCTWDistributionAnalysis, self).__init__() + self._char_to_freq_order = EUCTW_CHAR_TO_FREQ_ORDER + self._table_size = EUCTW_TABLE_SIZE + self.typical_distribution_ratio = EUCTW_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str): + # for euc-TW encoding, we are interested + # first byte range: 0xc4 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xC4: + return 94 * (first_char - 0xC4) + byte_str[1] - 0xA1 + else: + return -1 + + +class EUCKRDistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(EUCKRDistributionAnalysis, self).__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str): + # for euc-KR encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xB0: + return 94 * (first_char - 0xB0) + byte_str[1] - 0xA1 + else: + return -1 + + +class GB2312DistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(GB2312DistributionAnalysis, self).__init__() + self._char_to_freq_order = GB2312_CHAR_TO_FREQ_ORDER + self._table_size = GB2312_TABLE_SIZE + self.typical_distribution_ratio = GB2312_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str): + # for GB2312 encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if (first_char >= 0xB0) and (second_char >= 0xA1): + return 94 * (first_char - 0xB0) + second_char - 0xA1 + else: + return -1 + + +class Big5DistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(Big5DistributionAnalysis, self).__init__() + self._char_to_freq_order = BIG5_CHAR_TO_FREQ_ORDER + self._table_size = BIG5_TABLE_SIZE + self.typical_distribution_ratio = BIG5_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str): + # for big5 encoding, we are interested + # first byte range: 0xa4 -- 0xfe + # second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if first_char >= 0xA4: + if second_char >= 0xA1: + return 157 * (first_char - 0xA4) + second_char - 0xA1 + 63 + else: + return 157 * (first_char - 0xA4) + second_char - 0x40 + else: + return -1 + + +class SJISDistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(SJISDistributionAnalysis, self).__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str): + # for sjis encoding, we are interested + # first byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe + # second byte range: 0x40 -- 0x7e, 0x81 -- oxfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if (first_char >= 0x81) and (first_char <= 0x9F): + order = 188 * (first_char - 0x81) + elif (first_char >= 0xE0) and (first_char <= 0xEF): + order = 188 * (first_char - 0xE0 + 31) + else: + return -1 + order = order + second_char - 0x40 + if second_char > 0x7F: + order = -1 + return order + + +class EUCJPDistributionAnalysis(CharDistributionAnalysis): + def __init__(self): + super(EUCJPDistributionAnalysis, self).__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str): + # for euc-JP encoding, we are interested + # first byte range: 0xa0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + char = byte_str[0] + if char >= 0xA0: + return 94 * (char - 0xA1) + byte_str[1] - 0xa1 + else: + return -1 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 0000000..5812cef --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py @@ -0,0 +1,107 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .enums import ProbingState +from .charsetprober import CharSetProber + + +class CharSetGroupProber(CharSetProber): + def __init__(self, lang_filter=None): + super(CharSetGroupProber, self).__init__(lang_filter=lang_filter) + self._active_num = 0 + self.probers = [] + self._best_guess_prober = None + + def reset(self): + super(CharSetGroupProber, self).reset() + self._active_num = 0 + for prober in self.probers: + if prober: + prober.reset() + prober.active = True + self._active_num += 1 + self._best_guess_prober = None + + @property + def charset_name(self): + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.charset_name + + @property + def language(self): + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.language + + def feed(self, byte_str): + for prober in self.probers: + if not prober: + continue + if not prober.active: + continue + state = prober.feed(byte_str) + if not state: + continue + if state == ProbingState.FOUND_IT: + self._best_guess_prober = prober + self._state = ProbingState.FOUND_IT + return self.state + elif state == ProbingState.NOT_ME: + prober.active = False + self._active_num -= 1 + if self._active_num <= 0: + self._state = ProbingState.NOT_ME + return self.state + return self.state + + def get_confidence(self): + state = self.state + if state == ProbingState.FOUND_IT: + return 0.99 + elif state == ProbingState.NOT_ME: + return 0.01 + best_conf = 0.0 + self._best_guess_prober = None + for prober in self.probers: + if not prober: + continue + if not prober.active: + self.logger.debug('%s not active', prober.charset_name) + continue + conf = prober.get_confidence() + self.logger.debug('%s %s confidence = %s', prober.charset_name, prober.language, conf) + if best_conf < conf: + best_conf = conf + self._best_guess_prober = prober + if not self._best_guess_prober: + return 0.0 + return best_conf diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 0000000..eac4e59 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py @@ -0,0 +1,145 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging +import re + +from .enums import ProbingState + + +class CharSetProber(object): + + SHORTCUT_THRESHOLD = 0.95 + + def __init__(self, lang_filter=None): + self._state = None + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + + def reset(self): + self._state = ProbingState.DETECTING + + @property + def charset_name(self): + return None + + def feed(self, buf): + pass + + @property + def state(self): + return self._state + + def get_confidence(self): + return 0.0 + + @staticmethod + def filter_high_byte_only(buf): + buf = re.sub(b'([\x00-\x7F])+', b' ', buf) + return buf + + @staticmethod + def filter_international_words(buf): + """ + We define three types of bytes: + alphabet: english alphabets [a-zA-Z] + international: international characters [\x80-\xFF] + marker: everything else [^a-zA-Z\x80-\xFF] + + The input buffer can be thought to contain a series of words delimited + by markers. This function works to filter all words that contain at + least one international character. All contiguous sequences of markers + are replaced by a single space ascii character. + + This filter applies to all scripts which do not use English characters. + """ + filtered = bytearray() + + # This regex expression filters out only words that have at-least one + # international character. The word may include one marker character at + # the end. + words = re.findall(b'[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?', + buf) + + for word in words: + filtered.extend(word[:-1]) + + # If the last character in the word is a marker, replace it with a + # space as markers shouldn't affect our analysis (they are used + # similarly across all languages and may thus have similar + # frequencies). + last_char = word[-1:] + if not last_char.isalpha() and last_char < b'\x80': + last_char = b' ' + filtered.extend(last_char) + + return filtered + + @staticmethod + def filter_with_english_letters(buf): + """ + Returns a copy of ``buf`` that retains only the sequences of English + alphabet and high byte characters that are not between <> characters. + Also retains English alphabet and high byte characters immediately + before occurrences of >. + + This filter can be applied to all scripts which contain both English + characters and extended ASCII characters, but is currently only used by + ``Latin1Prober``. + """ + filtered = bytearray() + in_tag = False + prev = 0 + + for curr in range(len(buf)): + # Slice here to get bytes instead of an int with Python 3 + buf_char = buf[curr:curr + 1] + # Check if we're coming out of or entering an HTML tag + if buf_char == b'>': + in_tag = False + elif buf_char == b'<': + in_tag = True + + # If current character is not extended-ASCII and not alphabetic... + if buf_char < b'\x80' and not buf_char.isalpha(): + # ...and we're not in a tag + if curr > prev and not in_tag: + # Keep everything after last non-extended-ASCII, + # non-alphabetic character + filtered.extend(buf[prev:curr]) + # Output a space to delimit stretch we kept + filtered.extend(b' ') + prev = curr + 1 + + # If we're not in a tag... + if not in_tag: + # Keep everything after last non-extended-ASCII, non-alphabetic + # character + filtered.extend(buf[prev:]) + + return filtered diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py @@ -0,0 +1 @@ + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c67965c64c686ad62bc89919af6d321b1e6f9967 GIT binary patch literal 237 zcmYjLK?=e!5KN^95&94h?J9Z{@!;8u4+t?`+NDhslC;`Sh~Mx9{>7`m@MMaL4(u#5 zv%9QLk_ihqn;S-UysdFPeCkGlV)g=GQ$zUx literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e7afde7b9c7b61955f4bb0407325c089a8f9719 GIT binary patch literal 2736 zcma)8-Hsc#6&}uvW@l%$KXL7#PTPPNbrThqWV>;IszuQvZqWe2!ie1fQIL*DLrR+6 z`3p(yMzZ#5a~b!dPq0F-`UJh`oA5SQeTATb`;jAUWH=WcU^s{5;o&(v-}yMz{(j`( z`CI)j{%=U%n9la&q4RsZ@(c}gh7Kdl%}L=7-NGAsg+KI(8T0biuw}o&Fu>Q(cZzTr z+PPM~TSUXi%0a$Yw1;iT`z&O;Uy6EJEluKHboK}JsmEd%o<($@uno63Kj0#>?LKzjRraTjram7=`S;Wh< zVp%znQS`?zlcLV~U=T$V&mEdh6VWJASry#cG(rU%!t|`(W@Al{=YxQdb1DeP*%U)By-@6w@AC75RZGu2dwW!WujNPS~T8Eq=rmU=I zijGB9P^l0~FN*$y^f(<)A0{JNDjv_uRAp7Ek7i|t_<5XXii;$d z#~q^g;`odUiTOB2*L(cw1AN~2OPQJBB!6Vjt`fRs_e))~+xltY8{qu_uSJP+E}aW^ z={#~iKf3S~S$db`!dtpm?$TQk;w;@0PuwC-Nxo=d)L$Xj7;9blDiH51$<>YuuXa~J z)ylmfOP{&79q~T%uA=3-hcW-QvoiQ-nb8$_;&g(=clNYD=4vKNn&4;<`2=~F0M5vW zNTNB?Q8EHlHZY*o7|J%&m9Q4_Oe!nx6PJG!3Xpht(jhX12E+|K#RPXQM=!k-DVBEv|~ER zCM60%hZ{E*x1V1O=<|!$u=e~yN8jUgv2WCXJHh2FSDihvgH-BW<6|O3GS~i?bEbWU za?`CeuO!z&qbyA3b-=iRl=kFY>RUJs<3D7@i;XWj7+0c5RHvm|HV*9@_cfVm-}J>1 z4E@s)xAFP*@BJxiuAe8TA}jijs&ocBO7_nyaVqO1<$eAo7ipGq8P{_)t;+s{S7O3t zcir90zt=zG=eCH*?9`+z?RS@hTS-%s;wBjfyg^;{n` zII2xD;%aRCloU-6g(M^q30$AJFGDvVJ~_fjn?QOQdEzHfO2J>(j}OV5uq~LcAt>jB z7+QTn0C#fYGLQMnx$;eX$XjL`&zvgj&QyU^Tw;h9ks zgtHZ|5y zHqJO(lk{eqg^r5^`%|9R+BcEwR*Bf9-dQUzcDvm* z$?Ki9u-LovE(mebk)Vl=tAoUnjrciGx%kJY)eITuRLsiK(C60Wh${tT2IVuJ&wKPS z*g(<`o__pM_Yqa+C`_6(lxT5b$Sa|vJSk5b93fZEN|#hA6&)uBnoQ=E_` zFL490iV%$sMzisl3vttom}^Z()}C1^#m}rtCKILRx@B)w9pE~|0$bzaO(>WYK>JJw zcBQaAsma(9ThqK{4EaTpl@B4wU!d`KT@t(uJeNf74HEn}Y=!7YZsdlb6W67~vdj%DMtp?mmbh;ys4hY|j^sMsv$ ezcVx`e~iX=ZXSdPzU{Wbq>&f>G<-V(pZ*Ui^)mth literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/chardetect.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/chardetect.py new file mode 100644 index 0000000..6d6f93a --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/chardetect.py @@ -0,0 +1,84 @@ +""" +Script which takes one or more file paths and reports on their detected +encodings + +Example:: + + % chardetect somefile someotherfile + somefile: windows-1252 with confidence 0.5 + someotherfile: ascii with confidence 1.0 + +If no paths are provided, it takes its input from stdin. + +""" + +from __future__ import absolute_import, print_function, unicode_literals + +import argparse +import sys + +from pip._vendor.chardet import __version__ +from pip._vendor.chardet.compat import PY2 +from pip._vendor.chardet.universaldetector import UniversalDetector + + +def description_of(lines, name='stdin'): + """ + Return a string describing the probable encoding of a file or + list of strings. + + :param lines: The lines to get the encoding of. + :type lines: Iterable of bytes + :param name: Name of file or collection of lines + :type name: str + """ + u = UniversalDetector() + for line in lines: + line = bytearray(line) + u.feed(line) + # shortcut out of the loop to save reading further - particularly useful if we read a BOM. + if u.done: + break + u.close() + result = u.result + if PY2: + name = name.decode(sys.getfilesystemencoding(), 'ignore') + if result['encoding']: + return '{}: {} with confidence {}'.format(name, result['encoding'], + result['confidence']) + else: + return '{}: no result'.format(name) + + +def main(argv=None): + """ + Handles command line arguments and gets things started. + + :param argv: List of arguments, as if specified on the command-line. + If None, ``sys.argv[1:]`` is used instead. + :type argv: list of str + """ + # Get command line arguments + parser = argparse.ArgumentParser( + description="Takes one or more file paths and reports their detected \ + encodings") + parser.add_argument('input', + help='File whose encoding we would like to determine. \ + (default: stdin)', + type=argparse.FileType('rb'), nargs='*', + default=[sys.stdin if PY2 else sys.stdin.buffer]) + parser.add_argument('--version', action='version', + version='%(prog)s {}'.format(__version__)) + args = parser.parse_args(argv) + + for f in args.input: + if f.isatty(): + print("You are running chardetect interactively. Press " + + "CTRL-D twice at the start of a blank line to signal the " + + "end of your input. If you want help, run chardetect " + + "--help\n", file=sys.stderr) + print(description_of(f, f.name)) + + +if __name__ == '__main__': + main() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100644 index 0000000..68fba44 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py @@ -0,0 +1,88 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging + +from .enums import MachineState + + +class CodingStateMachine(object): + """ + A state machine to verify a byte sequence for a particular encoding. For + each byte the detector receives, it will feed that byte to every active + state machine available, one byte at a time. The state machine changes its + state based on its previous state and the byte it receives. There are 3 + states in a state machine that are of interest to an auto-detector: + + START state: This is the state to start with, or a legal byte sequence + (i.e. a valid code point) for character has been identified. + + ME state: This indicates that the state machine identified a byte sequence + that is specific to the charset it is designed for and that + there is no other possible encoding which can contain this byte + sequence. This will to lead to an immediate positive answer for + the detector. + + ERROR state: This indicates the state machine identified an illegal byte + sequence for that encoding. This will lead to an immediate + negative answer for this encoding. Detector will exclude this + encoding from consideration from here on. + """ + def __init__(self, sm): + self._model = sm + self._curr_byte_pos = 0 + self._curr_char_len = 0 + self._curr_state = None + self.logger = logging.getLogger(__name__) + self.reset() + + def reset(self): + self._curr_state = MachineState.START + + def next_state(self, c): + # for each byte we get its class + # if it is first byte, we also get byte length + byte_class = self._model['class_table'][c] + if self._curr_state == MachineState.START: + self._curr_byte_pos = 0 + self._curr_char_len = self._model['char_len_table'][byte_class] + # from byte's class and state_table, we get its next state + curr_state = (self._curr_state * self._model['class_factor'] + + byte_class) + self._curr_state = self._model['state_table'][curr_state] + self._curr_byte_pos += 1 + return self._curr_state + + def get_current_charlen(self): + return self._curr_char_len + + def get_coding_state_machine(self): + return self._model['name'] + + @property + def language(self): + return self._model['language'] diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/compat.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/compat.py new file mode 100644 index 0000000..8941572 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/compat.py @@ -0,0 +1,36 @@ +######################## BEGIN LICENSE BLOCK ######################## +# Contributor(s): +# Dan Blanchard +# Ian Cordasco +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import sys + + +if sys.version_info < (3, 0): + PY2 = True + PY3 = False + string_types = (str, unicode) + text_type = unicode + iteritems = dict.iteritems +else: + PY2 = False + PY3 = True + string_types = (bytes, str) + text_type = str + iteritems = dict.items diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100644 index 0000000..efd793a --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py @@ -0,0 +1,49 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import CP949_SM_MODEL + + +class CP949Prober(MultiByteCharSetProber): + def __init__(self): + super(CP949Prober, self).__init__() + self.coding_sm = CodingStateMachine(CP949_SM_MODEL) + # NOTE: CP949 is a superset of EUC-KR, so the distribution should be + # not different. + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "CP949" + + @property + def language(self): + return "Korean" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py new file mode 100644 index 0000000..0451207 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py @@ -0,0 +1,76 @@ +""" +All of the Enums that are used throughout the chardet package. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + + +class InputState(object): + """ + This enum represents the different states a universal detector can be in. + """ + PURE_ASCII = 0 + ESC_ASCII = 1 + HIGH_BYTE = 2 + + +class LanguageFilter(object): + """ + This enum represents the different language filters we can apply to a + ``UniversalDetector``. + """ + CHINESE_SIMPLIFIED = 0x01 + CHINESE_TRADITIONAL = 0x02 + JAPANESE = 0x04 + KOREAN = 0x08 + NON_CJK = 0x10 + ALL = 0x1F + CHINESE = CHINESE_SIMPLIFIED | CHINESE_TRADITIONAL + CJK = CHINESE | JAPANESE | KOREAN + + +class ProbingState(object): + """ + This enum represents the different states a prober can be in. + """ + DETECTING = 0 + FOUND_IT = 1 + NOT_ME = 2 + + +class MachineState(object): + """ + This enum represents the different states a state machine can be in. + """ + START = 0 + ERROR = 1 + ITS_ME = 2 + + +class SequenceLikelihood(object): + """ + This enum represents the likelihood of a character following the previous one. + """ + NEGATIVE = 0 + UNLIKELY = 1 + LIKELY = 2 + POSITIVE = 3 + + @classmethod + def get_num_categories(cls): + """:returns: The number of likelihood categories in the enum.""" + return 4 + + +class CharacterCategory(object): + """ + This enum represents the different categories language models for + ``SingleByteCharsetProber`` put characters into. + + Anything less than CONTROL is considered a letter. + """ + UNDEFINED = 255 + LINE_BREAK = 254 + SYMBOL = 253 + DIGIT = 252 + CONTROL = 251 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py new file mode 100644 index 0000000..c70493f --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py @@ -0,0 +1,101 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, ProbingState, MachineState +from .escsm import (HZ_SM_MODEL, ISO2022CN_SM_MODEL, ISO2022JP_SM_MODEL, + ISO2022KR_SM_MODEL) + + +class EscCharSetProber(CharSetProber): + """ + This CharSetProber uses a "code scheme" approach for detecting encodings, + whereby easily recognizable escape or shift sequences are relied on to + identify these encodings. + """ + + def __init__(self, lang_filter=None): + super(EscCharSetProber, self).__init__(lang_filter=lang_filter) + self.coding_sm = [] + if self.lang_filter & LanguageFilter.CHINESE_SIMPLIFIED: + self.coding_sm.append(CodingStateMachine(HZ_SM_MODEL)) + self.coding_sm.append(CodingStateMachine(ISO2022CN_SM_MODEL)) + if self.lang_filter & LanguageFilter.JAPANESE: + self.coding_sm.append(CodingStateMachine(ISO2022JP_SM_MODEL)) + if self.lang_filter & LanguageFilter.KOREAN: + self.coding_sm.append(CodingStateMachine(ISO2022KR_SM_MODEL)) + self.active_sm_count = None + self._detected_charset = None + self._detected_language = None + self._state = None + self.reset() + + def reset(self): + super(EscCharSetProber, self).reset() + for coding_sm in self.coding_sm: + if not coding_sm: + continue + coding_sm.active = True + coding_sm.reset() + self.active_sm_count = len(self.coding_sm) + self._detected_charset = None + self._detected_language = None + + @property + def charset_name(self): + return self._detected_charset + + @property + def language(self): + return self._detected_language + + def get_confidence(self): + if self._detected_charset: + return 0.99 + else: + return 0.00 + + def feed(self, byte_str): + for c in byte_str: + for coding_sm in self.coding_sm: + if not coding_sm or not coding_sm.active: + continue + coding_state = coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + coding_sm.active = False + self.active_sm_count -= 1 + if self.active_sm_count <= 0: + self._state = ProbingState.NOT_ME + return self.state + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + self._detected_charset = coding_sm.get_coding_state_machine() + self._detected_language = coding_sm.language + return self.state + + return self.state diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py new file mode 100644 index 0000000..0069523 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py @@ -0,0 +1,246 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .enums import MachineState + +HZ_CLS = ( +1,0,0,0,0,0,0,0, # 00 - 07 +0,0,0,0,0,0,0,0, # 08 - 0f +0,0,0,0,0,0,0,0, # 10 - 17 +0,0,0,1,0,0,0,0, # 18 - 1f +0,0,0,0,0,0,0,0, # 20 - 27 +0,0,0,0,0,0,0,0, # 28 - 2f +0,0,0,0,0,0,0,0, # 30 - 37 +0,0,0,0,0,0,0,0, # 38 - 3f +0,0,0,0,0,0,0,0, # 40 - 47 +0,0,0,0,0,0,0,0, # 48 - 4f +0,0,0,0,0,0,0,0, # 50 - 57 +0,0,0,0,0,0,0,0, # 58 - 5f +0,0,0,0,0,0,0,0, # 60 - 67 +0,0,0,0,0,0,0,0, # 68 - 6f +0,0,0,0,0,0,0,0, # 70 - 77 +0,0,0,4,0,5,2,0, # 78 - 7f +1,1,1,1,1,1,1,1, # 80 - 87 +1,1,1,1,1,1,1,1, # 88 - 8f +1,1,1,1,1,1,1,1, # 90 - 97 +1,1,1,1,1,1,1,1, # 98 - 9f +1,1,1,1,1,1,1,1, # a0 - a7 +1,1,1,1,1,1,1,1, # a8 - af +1,1,1,1,1,1,1,1, # b0 - b7 +1,1,1,1,1,1,1,1, # b8 - bf +1,1,1,1,1,1,1,1, # c0 - c7 +1,1,1,1,1,1,1,1, # c8 - cf +1,1,1,1,1,1,1,1, # d0 - d7 +1,1,1,1,1,1,1,1, # d8 - df +1,1,1,1,1,1,1,1, # e0 - e7 +1,1,1,1,1,1,1,1, # e8 - ef +1,1,1,1,1,1,1,1, # f0 - f7 +1,1,1,1,1,1,1,1, # f8 - ff +) + +HZ_ST = ( +MachineState.START,MachineState.ERROR, 3,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,# 00-07 +MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,# 08-0f +MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START, 4,MachineState.ERROR,# 10-17 + 5,MachineState.ERROR, 6,MachineState.ERROR, 5, 5, 4,MachineState.ERROR,# 18-1f + 4,MachineState.ERROR, 4, 4, 4,MachineState.ERROR, 4,MachineState.ERROR,# 20-27 + 4,MachineState.ITS_ME,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,# 28-2f +) + +HZ_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +HZ_SM_MODEL = {'class_table': HZ_CLS, + 'class_factor': 6, + 'state_table': HZ_ST, + 'char_len_table': HZ_CHAR_LEN_TABLE, + 'name': "HZ-GB-2312", + 'language': 'Chinese'} + +ISO2022CN_CLS = ( +2,0,0,0,0,0,0,0, # 00 - 07 +0,0,0,0,0,0,0,0, # 08 - 0f +0,0,0,0,0,0,0,0, # 10 - 17 +0,0,0,1,0,0,0,0, # 18 - 1f +0,0,0,0,0,0,0,0, # 20 - 27 +0,3,0,0,0,0,0,0, # 28 - 2f +0,0,0,0,0,0,0,0, # 30 - 37 +0,0,0,0,0,0,0,0, # 38 - 3f +0,0,0,4,0,0,0,0, # 40 - 47 +0,0,0,0,0,0,0,0, # 48 - 4f +0,0,0,0,0,0,0,0, # 50 - 57 +0,0,0,0,0,0,0,0, # 58 - 5f +0,0,0,0,0,0,0,0, # 60 - 67 +0,0,0,0,0,0,0,0, # 68 - 6f +0,0,0,0,0,0,0,0, # 70 - 77 +0,0,0,0,0,0,0,0, # 78 - 7f +2,2,2,2,2,2,2,2, # 80 - 87 +2,2,2,2,2,2,2,2, # 88 - 8f +2,2,2,2,2,2,2,2, # 90 - 97 +2,2,2,2,2,2,2,2, # 98 - 9f +2,2,2,2,2,2,2,2, # a0 - a7 +2,2,2,2,2,2,2,2, # a8 - af +2,2,2,2,2,2,2,2, # b0 - b7 +2,2,2,2,2,2,2,2, # b8 - bf +2,2,2,2,2,2,2,2, # c0 - c7 +2,2,2,2,2,2,2,2, # c8 - cf +2,2,2,2,2,2,2,2, # d0 - d7 +2,2,2,2,2,2,2,2, # d8 - df +2,2,2,2,2,2,2,2, # e0 - e7 +2,2,2,2,2,2,2,2, # e8 - ef +2,2,2,2,2,2,2,2, # f0 - f7 +2,2,2,2,2,2,2,2, # f8 - ff +) + +ISO2022CN_ST = ( +MachineState.START, 3,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,# 00-07 +MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,# 08-0f +MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,# 10-17 +MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 4,MachineState.ERROR,# 18-1f +MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,# 20-27 + 5, 6,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,# 28-2f +MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,# 30-37 +MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,MachineState.START,# 38-3f +) + +ISO2022CN_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022CN_SM_MODEL = {'class_table': ISO2022CN_CLS, + 'class_factor': 9, + 'state_table': ISO2022CN_ST, + 'char_len_table': ISO2022CN_CHAR_LEN_TABLE, + 'name': "ISO-2022-CN", + 'language': 'Chinese'} + +ISO2022JP_CLS = ( +2,0,0,0,0,0,0,0, # 00 - 07 +0,0,0,0,0,0,2,2, # 08 - 0f +0,0,0,0,0,0,0,0, # 10 - 17 +0,0,0,1,0,0,0,0, # 18 - 1f +0,0,0,0,7,0,0,0, # 20 - 27 +3,0,0,0,0,0,0,0, # 28 - 2f +0,0,0,0,0,0,0,0, # 30 - 37 +0,0,0,0,0,0,0,0, # 38 - 3f +6,0,4,0,8,0,0,0, # 40 - 47 +0,9,5,0,0,0,0,0, # 48 - 4f +0,0,0,0,0,0,0,0, # 50 - 57 +0,0,0,0,0,0,0,0, # 58 - 5f +0,0,0,0,0,0,0,0, # 60 - 67 +0,0,0,0,0,0,0,0, # 68 - 6f +0,0,0,0,0,0,0,0, # 70 - 77 +0,0,0,0,0,0,0,0, # 78 - 7f +2,2,2,2,2,2,2,2, # 80 - 87 +2,2,2,2,2,2,2,2, # 88 - 8f +2,2,2,2,2,2,2,2, # 90 - 97 +2,2,2,2,2,2,2,2, # 98 - 9f +2,2,2,2,2,2,2,2, # a0 - a7 +2,2,2,2,2,2,2,2, # a8 - af +2,2,2,2,2,2,2,2, # b0 - b7 +2,2,2,2,2,2,2,2, # b8 - bf +2,2,2,2,2,2,2,2, # c0 - c7 +2,2,2,2,2,2,2,2, # c8 - cf +2,2,2,2,2,2,2,2, # d0 - d7 +2,2,2,2,2,2,2,2, # d8 - df +2,2,2,2,2,2,2,2, # e0 - e7 +2,2,2,2,2,2,2,2, # e8 - ef +2,2,2,2,2,2,2,2, # f0 - f7 +2,2,2,2,2,2,2,2, # f8 - ff +) + +ISO2022JP_ST = ( +MachineState.START, 3,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,# 00-07 +MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,# 08-0f +MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,# 10-17 +MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,# 18-1f +MachineState.ERROR, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 4,MachineState.ERROR,MachineState.ERROR,# 20-27 +MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 6,MachineState.ITS_ME,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,# 28-2f +MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,# 30-37 +MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,# 38-3f +MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,MachineState.START,MachineState.START,# 40-47 +) + +ISO2022JP_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022JP_SM_MODEL = {'class_table': ISO2022JP_CLS, + 'class_factor': 10, + 'state_table': ISO2022JP_ST, + 'char_len_table': ISO2022JP_CHAR_LEN_TABLE, + 'name': "ISO-2022-JP", + 'language': 'Japanese'} + +ISO2022KR_CLS = ( +2,0,0,0,0,0,0,0, # 00 - 07 +0,0,0,0,0,0,0,0, # 08 - 0f +0,0,0,0,0,0,0,0, # 10 - 17 +0,0,0,1,0,0,0,0, # 18 - 1f +0,0,0,0,3,0,0,0, # 20 - 27 +0,4,0,0,0,0,0,0, # 28 - 2f +0,0,0,0,0,0,0,0, # 30 - 37 +0,0,0,0,0,0,0,0, # 38 - 3f +0,0,0,5,0,0,0,0, # 40 - 47 +0,0,0,0,0,0,0,0, # 48 - 4f +0,0,0,0,0,0,0,0, # 50 - 57 +0,0,0,0,0,0,0,0, # 58 - 5f +0,0,0,0,0,0,0,0, # 60 - 67 +0,0,0,0,0,0,0,0, # 68 - 6f +0,0,0,0,0,0,0,0, # 70 - 77 +0,0,0,0,0,0,0,0, # 78 - 7f +2,2,2,2,2,2,2,2, # 80 - 87 +2,2,2,2,2,2,2,2, # 88 - 8f +2,2,2,2,2,2,2,2, # 90 - 97 +2,2,2,2,2,2,2,2, # 98 - 9f +2,2,2,2,2,2,2,2, # a0 - a7 +2,2,2,2,2,2,2,2, # a8 - af +2,2,2,2,2,2,2,2, # b0 - b7 +2,2,2,2,2,2,2,2, # b8 - bf +2,2,2,2,2,2,2,2, # c0 - c7 +2,2,2,2,2,2,2,2, # c8 - cf +2,2,2,2,2,2,2,2, # d0 - d7 +2,2,2,2,2,2,2,2, # d8 - df +2,2,2,2,2,2,2,2, # e0 - e7 +2,2,2,2,2,2,2,2, # e8 - ef +2,2,2,2,2,2,2,2, # f0 - f7 +2,2,2,2,2,2,2,2, # f8 - ff +) + +ISO2022KR_ST = ( +MachineState.START, 3,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,# 00-07 +MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,# 08-0f +MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 4,MachineState.ERROR,MachineState.ERROR,# 10-17 +MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,# 18-1f +MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.START,MachineState.START,MachineState.START,MachineState.START,# 20-27 +) + +ISO2022KR_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +ISO2022KR_SM_MODEL = {'class_table': ISO2022KR_CLS, + 'class_factor': 6, + 'state_table': ISO2022KR_ST, + 'char_len_table': ISO2022KR_CHAR_LEN_TABLE, + 'name': "ISO-2022-KR", + 'language': 'Korean'} + + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100644 index 0000000..20ce8f7 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py @@ -0,0 +1,92 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .enums import ProbingState, MachineState +from .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import EUCJPDistributionAnalysis +from .jpcntx import EUCJPContextAnalysis +from .mbcssm import EUCJP_SM_MODEL + + +class EUCJPProber(MultiByteCharSetProber): + def __init__(self): + super(EUCJPProber, self).__init__() + self.coding_sm = CodingStateMachine(EUCJP_SM_MODEL) + self.distribution_analyzer = EUCJPDistributionAnalysis() + self.context_analyzer = EUCJPContextAnalysis() + self.reset() + + def reset(self): + super(EUCJPProber, self).reset() + self.context_analyzer.reset() + + @property + def charset_name(self): + return "EUC-JP" + + @property + def language(self): + return "Japanese" + + def feed(self, byte_str): + for i in range(len(byte_str)): + # PY3K: byte_str is a byte array, so byte_str[i] is an int, not a byte + coding_state = self.coding_sm.next_state(byte_str[i]) + if coding_state == MachineState.ERROR: + self.logger.debug('%s %s prober hit error at byte %s', + self.charset_name, self.language, i) + self._state = ProbingState.NOT_ME + break + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte_str[0] + self.context_analyzer.feed(self._last_char, char_len) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed(byte_str[i - 1:i + 1], + char_len) + self.distribution_analyzer.feed(byte_str[i - 1:i + 1], + char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if (self.context_analyzer.got_enough_data() and + (self.get_confidence() > self.SHORTCUT_THRESHOLD)): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self): + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 0000000..b68078c --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py @@ -0,0 +1,195 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology + +# 128 --> 0.79 +# 256 --> 0.92 +# 512 --> 0.986 +# 1024 --> 0.99944 +# 2048 --> 0.99999 +# +# Idea Distribution Ratio = 0.98653 / (1-0.98653) = 73.24 +# Random Distribution Ration = 512 / (2350-512) = 0.279. +# +# Typical Distribution Ratio + +EUCKR_TYPICAL_DISTRIBUTION_RATIO = 6.0 + +EUCKR_TABLE_SIZE = 2352 + +# Char to FreqOrder table , +EUCKR_CHAR_TO_FREQ_ORDER = ( + 13, 130, 120,1396, 481,1719,1720, 328, 609, 212,1721, 707, 400, 299,1722, 87, +1397,1723, 104, 536,1117,1203,1724,1267, 685,1268, 508,1725,1726,1727,1728,1398, +1399,1729,1730,1731, 141, 621, 326,1057, 368,1732, 267, 488, 20,1733,1269,1734, + 945,1400,1735, 47, 904,1270,1736,1737, 773, 248,1738, 409, 313, 786, 429,1739, + 116, 987, 813,1401, 683, 75,1204, 145,1740,1741,1742,1743, 16, 847, 667, 622, + 708,1744,1745,1746, 966, 787, 304, 129,1747, 60, 820, 123, 676,1748,1749,1750, +1751, 617,1752, 626,1753,1754,1755,1756, 653,1757,1758,1759,1760,1761,1762, 856, + 344,1763,1764,1765,1766, 89, 401, 418, 806, 905, 848,1767,1768,1769, 946,1205, + 709,1770,1118,1771, 241,1772,1773,1774,1271,1775, 569,1776, 999,1777,1778,1779, +1780, 337, 751,1058, 28, 628, 254,1781, 177, 906, 270, 349, 891,1079,1782, 19, +1783, 379,1784, 315,1785, 629, 754,1402, 559,1786, 636, 203,1206,1787, 710, 567, +1788, 935, 814,1789,1790,1207, 766, 528,1791,1792,1208,1793,1794,1795,1796,1797, +1403,1798,1799, 533,1059,1404,1405,1156,1406, 936, 884,1080,1800, 351,1801,1802, +1803,1804,1805, 801,1806,1807,1808,1119,1809,1157, 714, 474,1407,1810, 298, 899, + 885,1811,1120, 802,1158,1812, 892,1813,1814,1408, 659,1815,1816,1121,1817,1818, +1819,1820,1821,1822, 319,1823, 594, 545,1824, 815, 937,1209,1825,1826, 573,1409, +1022,1827,1210,1828,1829,1830,1831,1832,1833, 556, 722, 807,1122,1060,1834, 697, +1835, 900, 557, 715,1836,1410, 540,1411, 752,1159, 294, 597,1211, 976, 803, 770, +1412,1837,1838, 39, 794,1413, 358,1839, 371, 925,1840, 453, 661, 788, 531, 723, + 544,1023,1081, 869, 91,1841, 392, 430, 790, 602,1414, 677,1082, 457,1415,1416, +1842,1843, 475, 327,1024,1417, 795, 121,1844, 733, 403,1418,1845,1846,1847, 300, + 119, 711,1212, 627,1848,1272, 207,1849,1850, 796,1213, 382,1851, 519,1852,1083, + 893,1853,1854,1855, 367, 809, 487, 671,1856, 663,1857,1858, 956, 471, 306, 857, +1859,1860,1160,1084,1861,1862,1863,1864,1865,1061,1866,1867,1868,1869,1870,1871, + 282, 96, 574,1872, 502,1085,1873,1214,1874, 907,1875,1876, 827, 977,1419,1420, +1421, 268,1877,1422,1878,1879,1880, 308,1881, 2, 537,1882,1883,1215,1884,1885, + 127, 791,1886,1273,1423,1887, 34, 336, 404, 643,1888, 571, 654, 894, 840,1889, + 0, 886,1274, 122, 575, 260, 908, 938,1890,1275, 410, 316,1891,1892, 100,1893, +1894,1123, 48,1161,1124,1025,1895, 633, 901,1276,1896,1897, 115, 816,1898, 317, +1899, 694,1900, 909, 734,1424, 572, 866,1425, 691, 85, 524,1010, 543, 394, 841, +1901,1902,1903,1026,1904,1905,1906,1907,1908,1909, 30, 451, 651, 988, 310,1910, +1911,1426, 810,1216, 93,1912,1913,1277,1217,1914, 858, 759, 45, 58, 181, 610, + 269,1915,1916, 131,1062, 551, 443,1000, 821,1427, 957, 895,1086,1917,1918, 375, +1919, 359,1920, 687,1921, 822,1922, 293,1923,1924, 40, 662, 118, 692, 29, 939, + 887, 640, 482, 174,1925, 69,1162, 728,1428, 910,1926,1278,1218,1279, 386, 870, + 217, 854,1163, 823,1927,1928,1929,1930, 834,1931, 78,1932, 859,1933,1063,1934, +1935,1936,1937, 438,1164, 208, 595,1938,1939,1940,1941,1219,1125,1942, 280, 888, +1429,1430,1220,1431,1943,1944,1945,1946,1947,1280, 150, 510,1432,1948,1949,1950, +1951,1952,1953,1954,1011,1087,1955,1433,1043,1956, 881,1957, 614, 958,1064,1065, +1221,1958, 638,1001, 860, 967, 896,1434, 989, 492, 553,1281,1165,1959,1282,1002, +1283,1222,1960,1961,1962,1963, 36, 383, 228, 753, 247, 454,1964, 876, 678,1965, +1966,1284, 126, 464, 490, 835, 136, 672, 529, 940,1088,1435, 473,1967,1968, 467, + 50, 390, 227, 587, 279, 378, 598, 792, 968, 240, 151, 160, 849, 882,1126,1285, + 639,1044, 133, 140, 288, 360, 811, 563,1027, 561, 142, 523,1969,1970,1971, 7, + 103, 296, 439, 407, 506, 634, 990,1972,1973,1974,1975, 645,1976,1977,1978,1979, +1980,1981, 236,1982,1436,1983,1984,1089, 192, 828, 618, 518,1166, 333,1127,1985, + 818,1223,1986,1987,1988,1989,1990,1991,1992,1993, 342,1128,1286, 746, 842,1994, +1995, 560, 223,1287, 98, 8, 189, 650, 978,1288,1996,1437,1997, 17, 345, 250, + 423, 277, 234, 512, 226, 97, 289, 42, 167,1998, 201,1999,2000, 843, 836, 824, + 532, 338, 783,1090, 182, 576, 436,1438,1439, 527, 500,2001, 947, 889,2002,2003, +2004,2005, 262, 600, 314, 447,2006, 547,2007, 693, 738,1129,2008, 71,1440, 745, + 619, 688,2009, 829,2010,2011, 147,2012, 33, 948,2013,2014, 74, 224,2015, 61, + 191, 918, 399, 637,2016,1028,1130, 257, 902,2017,2018,2019,2020,2021,2022,2023, +2024,2025,2026, 837,2027,2028,2029,2030, 179, 874, 591, 52, 724, 246,2031,2032, +2033,2034,1167, 969,2035,1289, 630, 605, 911,1091,1168,2036,2037,2038,1441, 912, +2039, 623,2040,2041, 253,1169,1290,2042,1442, 146, 620, 611, 577, 433,2043,1224, + 719,1170, 959, 440, 437, 534, 84, 388, 480,1131, 159, 220, 198, 679,2044,1012, + 819,1066,1443, 113,1225, 194, 318,1003,1029,2045,2046,2047,2048,1067,2049,2050, +2051,2052,2053, 59, 913, 112,2054, 632,2055, 455, 144, 739,1291,2056, 273, 681, + 499,2057, 448,2058,2059, 760,2060,2061, 970, 384, 169, 245,1132,2062,2063, 414, +1444,2064,2065, 41, 235,2066, 157, 252, 877, 568, 919, 789, 580,2067, 725,2068, +2069,1292,2070,2071,1445,2072,1446,2073,2074, 55, 588, 66,1447, 271,1092,2075, +1226,2076, 960,1013, 372,2077,2078,2079,2080,2081,1293,2082,2083,2084,2085, 850, +2086,2087,2088,2089,2090, 186,2091,1068, 180,2092,2093,2094, 109,1227, 522, 606, +2095, 867,1448,1093, 991,1171, 926, 353,1133,2096, 581,2097,2098,2099,1294,1449, +1450,2100, 596,1172,1014,1228,2101,1451,1295,1173,1229,2102,2103,1296,1134,1452, + 949,1135,2104,2105,1094,1453,1454,1455,2106,1095,2107,2108,2109,2110,2111,2112, +2113,2114,2115,2116,2117, 804,2118,2119,1230,1231, 805,1456, 405,1136,2120,2121, +2122,2123,2124, 720, 701,1297, 992,1457, 927,1004,2125,2126,2127,2128,2129,2130, + 22, 417,2131, 303,2132, 385,2133, 971, 520, 513,2134,1174, 73,1096, 231, 274, + 962,1458, 673,2135,1459,2136, 152,1137,2137,2138,2139,2140,1005,1138,1460,1139, +2141,2142,2143,2144, 11, 374, 844,2145, 154,1232, 46,1461,2146, 838, 830, 721, +1233, 106,2147, 90, 428, 462, 578, 566,1175, 352,2148,2149, 538,1234, 124,1298, +2150,1462, 761, 565,2151, 686,2152, 649,2153, 72, 173,2154, 460, 415,2155,1463, +2156,1235, 305,2157,2158,2159,2160,2161,2162, 579,2163,2164,2165,2166,2167, 747, +2168,2169,2170,2171,1464, 669,2172,2173,2174,2175,2176,1465,2177, 23, 530, 285, +2178, 335, 729,2179, 397,2180,2181,2182,1030,2183,2184, 698,2185,2186, 325,2187, +2188, 369,2189, 799,1097,1015, 348,2190,1069, 680,2191, 851,1466,2192,2193, 10, +2194, 613, 424,2195, 979, 108, 449, 589, 27, 172, 81,1031, 80, 774, 281, 350, +1032, 525, 301, 582,1176,2196, 674,1045,2197,2198,1467, 730, 762,2199,2200,2201, +2202,1468,2203, 993,2204,2205, 266,1070, 963,1140,2206,2207,2208, 664,1098, 972, +2209,2210,2211,1177,1469,1470, 871,2212,2213,2214,2215,2216,1471,2217,2218,2219, +2220,2221,2222,2223,2224,2225,2226,2227,1472,1236,2228,2229,2230,2231,2232,2233, +2234,2235,1299,2236,2237, 200,2238, 477, 373,2239,2240, 731, 825, 777,2241,2242, +2243, 521, 486, 548,2244,2245,2246,1473,1300, 53, 549, 137, 875, 76, 158,2247, +1301,1474, 469, 396,1016, 278, 712,2248, 321, 442, 503, 767, 744, 941,1237,1178, +1475,2249, 82, 178,1141,1179, 973,2250,1302,2251, 297,2252,2253, 570,2254,2255, +2256, 18, 450, 206,2257, 290, 292,1142,2258, 511, 162, 99, 346, 164, 735,2259, +1476,1477, 4, 554, 343, 798,1099,2260,1100,2261, 43, 171,1303, 139, 215,2262, +2263, 717, 775,2264,1033, 322, 216,2265, 831,2266, 149,2267,1304,2268,2269, 702, +1238, 135, 845, 347, 309,2270, 484,2271, 878, 655, 238,1006,1478,2272, 67,2273, + 295,2274,2275, 461,2276, 478, 942, 412,2277,1034,2278,2279,2280, 265,2281, 541, +2282,2283,2284,2285,2286, 70, 852,1071,2287,2288,2289,2290, 21, 56, 509, 117, + 432,2291,2292, 331, 980, 552,1101, 148, 284, 105, 393,1180,1239, 755,2293, 187, +2294,1046,1479,2295, 340,2296, 63,1047, 230,2297,2298,1305, 763,1306, 101, 800, + 808, 494,2299,2300,2301, 903,2302, 37,1072, 14, 5,2303, 79, 675,2304, 312, +2305,2306,2307,2308,2309,1480, 6,1307,2310,2311,2312, 1, 470, 35, 24, 229, +2313, 695, 210, 86, 778, 15, 784, 592, 779, 32, 77, 855, 964,2314, 259,2315, + 501, 380,2316,2317, 83, 981, 153, 689,1308,1481,1482,1483,2318,2319, 716,1484, +2320,2321,2322,2323,2324,2325,1485,2326,2327, 128, 57, 68, 261,1048, 211, 170, +1240, 31,2328, 51, 435, 742,2329,2330,2331, 635,2332, 264, 456,2333,2334,2335, + 425,2336,1486, 143, 507, 263, 943,2337, 363, 920,1487, 256,1488,1102, 243, 601, +1489,2338,2339,2340,2341,2342,2343,2344, 861,2345,2346,2347,2348,2349,2350, 395, +2351,1490,1491, 62, 535, 166, 225,2352,2353, 668, 419,1241, 138, 604, 928,2354, +1181,2355,1492,1493,2356,2357,2358,1143,2359, 696,2360, 387, 307,1309, 682, 476, +2361,2362, 332, 12, 222, 156,2363, 232,2364, 641, 276, 656, 517,1494,1495,1035, + 416, 736,1496,2365,1017, 586,2366,2367,2368,1497,2369, 242,2370,2371,2372,1498, +2373, 965, 713,2374,2375,2376,2377, 740, 982,1499, 944,1500,1007,2378,2379,1310, +1501,2380,2381,2382, 785, 329,2383,2384,1502,2385,2386,2387, 932,2388,1503,2389, +2390,2391,2392,1242,2393,2394,2395,2396,2397, 994, 950,2398,2399,2400,2401,1504, +1311,2402,2403,2404,2405,1049, 749,2406,2407, 853, 718,1144,1312,2408,1182,1505, +2409,2410, 255, 516, 479, 564, 550, 214,1506,1507,1313, 413, 239, 444, 339,1145, +1036,1508,1509,1314,1037,1510,1315,2411,1511,2412,2413,2414, 176, 703, 497, 624, + 593, 921, 302,2415, 341, 165,1103,1512,2416,1513,2417,2418,2419, 376,2420, 700, +2421,2422,2423, 258, 768,1316,2424,1183,2425, 995, 608,2426,2427,2428,2429, 221, +2430,2431,2432,2433,2434,2435,2436,2437, 195, 323, 726, 188, 897, 983,1317, 377, + 644,1050, 879,2438, 452,2439,2440,2441,2442,2443,2444, 914,2445,2446,2447,2448, + 915, 489,2449,1514,1184,2450,2451, 515, 64, 427, 495,2452, 583,2453, 483, 485, +1038, 562, 213,1515, 748, 666,2454,2455,2456,2457, 334,2458, 780, 996,1008, 705, +1243,2459,2460,2461,2462,2463, 114,2464, 493,1146, 366, 163,1516, 961,1104,2465, + 291,2466,1318,1105,2467,1517, 365,2468, 355, 951,1244,2469,1319,2470, 631,2471, +2472, 218,1320, 364, 320, 756,1518,1519,1321,1520,1322,2473,2474,2475,2476, 997, +2477,2478,2479,2480, 665,1185,2481, 916,1521,2482,2483,2484, 584, 684,2485,2486, + 797,2487,1051,1186,2488,2489,2490,1522,2491,2492, 370,2493,1039,1187, 65,2494, + 434, 205, 463,1188,2495, 125, 812, 391, 402, 826, 699, 286, 398, 155, 781, 771, + 585,2496, 590, 505,1073,2497, 599, 244, 219, 917,1018, 952, 646,1523,2498,1323, +2499,2500, 49, 984, 354, 741,2501, 625,2502,1324,2503,1019, 190, 357, 757, 491, + 95, 782, 868,2504,2505,2506,2507,2508,2509, 134,1524,1074, 422,1525, 898,2510, + 161,2511,2512,2513,2514, 769,2515,1526,2516,2517, 411,1325,2518, 472,1527,2519, +2520,2521,2522,2523,2524, 985,2525,2526,2527,2528,2529,2530, 764,2531,1245,2532, +2533, 25, 204, 311,2534, 496,2535,1052,2536,2537,2538,2539,2540,2541,2542, 199, + 704, 504, 468, 758, 657,1528, 196, 44, 839,1246, 272, 750,2543, 765, 862,2544, +2545,1326,2546, 132, 615, 933,2547, 732,2548,2549,2550,1189,1529,2551, 283,1247, +1053, 607, 929,2552,2553,2554, 930, 183, 872, 616,1040,1147,2555,1148,1020, 441, + 249,1075,2556,2557,2558, 466, 743,2559,2560,2561, 92, 514, 426, 420, 526,2562, +2563,2564,2565,2566,2567,2568, 185,2569,2570,2571,2572, 776,1530, 658,2573, 362, +2574, 361, 922,1076, 793,2575,2576,2577,2578,2579,2580,1531, 251,2581,2582,2583, +2584,1532, 54, 612, 237,1327,2585,2586, 275, 408, 647, 111,2587,1533,1106, 465, + 3, 458, 9, 38,2588, 107, 110, 890, 209, 26, 737, 498,2589,1534,2590, 431, + 202, 88,1535, 356, 287,1107, 660,1149,2591, 381,1536, 986,1150, 445,1248,1151, + 974,2592,2593, 846,2594, 446, 953, 184,1249,1250, 727,2595, 923, 193, 883,2596, +2597,2598, 102, 324, 539, 817,2599, 421,1041,2600, 832,2601, 94, 175, 197, 406, +2602, 459,2603,2604,2605,2606,2607, 330, 555,2608,2609,2610, 706,1108, 389,2611, +2612,2613,2614, 233,2615, 833, 558, 931, 954,1251,2616,2617,1537, 546,2618,2619, +1009,2620,2621,2622,1538, 690,1328,2623, 955,2624,1539,2625,2626, 772,2627,2628, +2629,2630,2631, 924, 648, 863, 603,2632,2633, 934,1540, 864, 865,2634, 642,1042, + 670,1190,2635,2636,2637,2638, 168,2639, 652, 873, 542,1054,1541,2640,2641,2642, # 512, 256 +) + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 0000000..345a060 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import EUCKRDistributionAnalysis +from .mbcssm import EUCKR_SM_MODEL + + +class EUCKRProber(MultiByteCharSetProber): + def __init__(self): + super(EUCKRProber, self).__init__() + self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL) + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "EUC-KR" + + @property + def language(self): + return "Korean" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 0000000..ed7a995 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py @@ -0,0 +1,387 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# EUCTW frequency table +# Converted from big5 work +# by Taiwan's Mandarin Promotion Council +# + +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Idea Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +EUCTW_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table , +EUCTW_TABLE_SIZE = 5376 + +EUCTW_CHAR_TO_FREQ_ORDER = ( + 1,1800,1506, 255,1431, 198, 9, 82, 6,7310, 177, 202,3615,1256,2808, 110, # 2742 +3735, 33,3241, 261, 76, 44,2113, 16,2931,2184,1176, 659,3868, 26,3404,2643, # 2758 +1198,3869,3313,4060, 410,2211, 302, 590, 361,1963, 8, 204, 58,4296,7311,1931, # 2774 + 63,7312,7313, 317,1614, 75, 222, 159,4061,2412,1480,7314,3500,3068, 224,2809, # 2790 +3616, 3, 10,3870,1471, 29,2774,1135,2852,1939, 873, 130,3242,1123, 312,7315, # 2806 +4297,2051, 507, 252, 682,7316, 142,1914, 124, 206,2932, 34,3501,3173, 64, 604, # 2822 +7317,2494,1976,1977, 155,1990, 645, 641,1606,7318,3405, 337, 72, 406,7319, 80, # 2838 + 630, 238,3174,1509, 263, 939,1092,2644, 756,1440,1094,3406, 449, 69,2969, 591, # 2854 + 179,2095, 471, 115,2034,1843, 60, 50,2970, 134, 806,1868, 734,2035,3407, 180, # 2870 + 995,1607, 156, 537,2893, 688,7320, 319,1305, 779,2144, 514,2374, 298,4298, 359, # 2886 +2495, 90,2707,1338, 663, 11, 906,1099,2545, 20,2436, 182, 532,1716,7321, 732, # 2902 +1376,4062,1311,1420,3175, 25,2312,1056, 113, 399, 382,1949, 242,3408,2467, 529, # 2918 +3243, 475,1447,3617,7322, 117, 21, 656, 810,1297,2295,2329,3502,7323, 126,4063, # 2934 + 706, 456, 150, 613,4299, 71,1118,2036,4064, 145,3069, 85, 835, 486,2114,1246, # 2950 +1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,7324,2127,2354, 347,3736, 221, # 2966 +3503,3110,7325,1955,1153,4065, 83, 296,1199,3070, 192, 624, 93,7326, 822,1897, # 2982 +2810,3111, 795,2064, 991,1554,1542,1592, 27, 43,2853, 859, 139,1456, 860,4300, # 2998 + 437, 712,3871, 164,2392,3112, 695, 211,3017,2096, 195,3872,1608,3504,3505,3618, # 3014 +3873, 234, 811,2971,2097,3874,2229,1441,3506,1615,2375, 668,2076,1638, 305, 228, # 3030 +1664,4301, 467, 415,7327, 262,2098,1593, 239, 108, 300, 200,1033, 512,1247,2077, # 3046 +7328,7329,2173,3176,3619,2673, 593, 845,1062,3244, 88,1723,2037,3875,1950, 212, # 3062 + 266, 152, 149, 468,1898,4066,4302, 77, 187,7330,3018, 37, 5,2972,7331,3876, # 3078 +7332,7333, 39,2517,4303,2894,3177,2078, 55, 148, 74,4304, 545, 483,1474,1029, # 3094 +1665, 217,1869,1531,3113,1104,2645,4067, 24, 172,3507, 900,3877,3508,3509,4305, # 3110 + 32,1408,2811,1312, 329, 487,2355,2247,2708, 784,2674, 4,3019,3314,1427,1788, # 3126 + 188, 109, 499,7334,3620,1717,1789, 888,1217,3020,4306,7335,3510,7336,3315,1520, # 3142 +3621,3878, 196,1034, 775,7337,7338, 929,1815, 249, 439, 38,7339,1063,7340, 794, # 3158 +3879,1435,2296, 46, 178,3245,2065,7341,2376,7342, 214,1709,4307, 804, 35, 707, # 3174 + 324,3622,1601,2546, 140, 459,4068,7343,7344,1365, 839, 272, 978,2257,2572,3409, # 3190 +2128,1363,3623,1423, 697, 100,3071, 48, 70,1231, 495,3114,2193,7345,1294,7346, # 3206 +2079, 462, 586,1042,3246, 853, 256, 988, 185,2377,3410,1698, 434,1084,7347,3411, # 3222 + 314,2615,2775,4308,2330,2331, 569,2280, 637,1816,2518, 757,1162,1878,1616,3412, # 3238 + 287,1577,2115, 768,4309,1671,2854,3511,2519,1321,3737, 909,2413,7348,4069, 933, # 3254 +3738,7349,2052,2356,1222,4310, 765,2414,1322, 786,4311,7350,1919,1462,1677,2895, # 3270 +1699,7351,4312,1424,2437,3115,3624,2590,3316,1774,1940,3413,3880,4070, 309,1369, # 3286 +1130,2812, 364,2230,1653,1299,3881,3512,3882,3883,2646, 525,1085,3021, 902,2000, # 3302 +1475, 964,4313, 421,1844,1415,1057,2281, 940,1364,3116, 376,4314,4315,1381, 7, # 3318 +2520, 983,2378, 336,1710,2675,1845, 321,3414, 559,1131,3022,2742,1808,1132,1313, # 3334 + 265,1481,1857,7352, 352,1203,2813,3247, 167,1089, 420,2814, 776, 792,1724,3513, # 3350 +4071,2438,3248,7353,4072,7354, 446, 229, 333,2743, 901,3739,1200,1557,4316,2647, # 3366 +1920, 395,2744,2676,3740,4073,1835, 125, 916,3178,2616,4317,7355,7356,3741,7357, # 3382 +7358,7359,4318,3117,3625,1133,2547,1757,3415,1510,2313,1409,3514,7360,2145, 438, # 3398 +2591,2896,2379,3317,1068, 958,3023, 461, 311,2855,2677,4074,1915,3179,4075,1978, # 3414 + 383, 750,2745,2617,4076, 274, 539, 385,1278,1442,7361,1154,1964, 384, 561, 210, # 3430 + 98,1295,2548,3515,7362,1711,2415,1482,3416,3884,2897,1257, 129,7363,3742, 642, # 3446 + 523,2776,2777,2648,7364, 141,2231,1333, 68, 176, 441, 876, 907,4077, 603,2592, # 3462 + 710, 171,3417, 404, 549, 18,3118,2393,1410,3626,1666,7365,3516,4319,2898,4320, # 3478 +7366,2973, 368,7367, 146, 366, 99, 871,3627,1543, 748, 807,1586,1185, 22,2258, # 3494 + 379,3743,3180,7368,3181, 505,1941,2618,1991,1382,2314,7369, 380,2357, 218, 702, # 3510 +1817,1248,3418,3024,3517,3318,3249,7370,2974,3628, 930,3250,3744,7371, 59,7372, # 3526 + 585, 601,4078, 497,3419,1112,1314,4321,1801,7373,1223,1472,2174,7374, 749,1836, # 3542 + 690,1899,3745,1772,3885,1476, 429,1043,1790,2232,2116, 917,4079, 447,1086,1629, # 3558 +7375, 556,7376,7377,2020,1654, 844,1090, 105, 550, 966,1758,2815,1008,1782, 686, # 3574 +1095,7378,2282, 793,1602,7379,3518,2593,4322,4080,2933,2297,4323,3746, 980,2496, # 3590 + 544, 353, 527,4324, 908,2678,2899,7380, 381,2619,1942,1348,7381,1341,1252, 560, # 3606 +3072,7382,3420,2856,7383,2053, 973, 886,2080, 143,4325,7384,7385, 157,3886, 496, # 3622 +4081, 57, 840, 540,2038,4326,4327,3421,2117,1445, 970,2259,1748,1965,2081,4082, # 3638 +3119,1234,1775,3251,2816,3629, 773,1206,2129,1066,2039,1326,3887,1738,1725,4083, # 3654 + 279,3120, 51,1544,2594, 423,1578,2130,2066, 173,4328,1879,7386,7387,1583, 264, # 3670 + 610,3630,4329,2439, 280, 154,7388,7389,7390,1739, 338,1282,3073, 693,2857,1411, # 3686 +1074,3747,2440,7391,4330,7392,7393,1240, 952,2394,7394,2900,1538,2679, 685,1483, # 3702 +4084,2468,1436, 953,4085,2054,4331, 671,2395, 79,4086,2441,3252, 608, 567,2680, # 3718 +3422,4087,4088,1691, 393,1261,1791,2396,7395,4332,7396,7397,7398,7399,1383,1672, # 3734 +3748,3182,1464, 522,1119, 661,1150, 216, 675,4333,3888,1432,3519, 609,4334,2681, # 3750 +2397,7400,7401,7402,4089,3025, 0,7403,2469, 315, 231,2442, 301,3319,4335,2380, # 3766 +7404, 233,4090,3631,1818,4336,4337,7405, 96,1776,1315,2082,7406, 257,7407,1809, # 3782 +3632,2709,1139,1819,4091,2021,1124,2163,2778,1777,2649,7408,3074, 363,1655,3183, # 3798 +7409,2975,7410,7411,7412,3889,1567,3890, 718, 103,3184, 849,1443, 341,3320,2934, # 3814 +1484,7413,1712, 127, 67, 339,4092,2398, 679,1412, 821,7414,7415, 834, 738, 351, # 3830 +2976,2146, 846, 235,1497,1880, 418,1992,3749,2710, 186,1100,2147,2746,3520,1545, # 3846 +1355,2935,2858,1377, 583,3891,4093,2573,2977,7416,1298,3633,1078,2549,3634,2358, # 3862 + 78,3750,3751, 267,1289,2099,2001,1594,4094, 348, 369,1274,2194,2175,1837,4338, # 3878 +1820,2817,3635,2747,2283,2002,4339,2936,2748, 144,3321, 882,4340,3892,2749,3423, # 3894 +4341,2901,7417,4095,1726, 320,7418,3893,3026, 788,2978,7419,2818,1773,1327,2859, # 3910 +3894,2819,7420,1306,4342,2003,1700,3752,3521,2359,2650, 787,2022, 506, 824,3636, # 3926 + 534, 323,4343,1044,3322,2023,1900, 946,3424,7421,1778,1500,1678,7422,1881,4344, # 3942 + 165, 243,4345,3637,2521, 123, 683,4096, 764,4346, 36,3895,1792, 589,2902, 816, # 3958 + 626,1667,3027,2233,1639,1555,1622,3753,3896,7423,3897,2860,1370,1228,1932, 891, # 3974 +2083,2903, 304,4097,7424, 292,2979,2711,3522, 691,2100,4098,1115,4347, 118, 662, # 3990 +7425, 611,1156, 854,2381,1316,2861, 2, 386, 515,2904,7426,7427,3253, 868,2234, # 4006 +1486, 855,2651, 785,2212,3028,7428,1040,3185,3523,7429,3121, 448,7430,1525,7431, # 4022 +2164,4348,7432,3754,7433,4099,2820,3524,3122, 503, 818,3898,3123,1568, 814, 676, # 4038 +1444, 306,1749,7434,3755,1416,1030, 197,1428, 805,2821,1501,4349,7435,7436,7437, # 4054 +1993,7438,4350,7439,7440,2195, 13,2779,3638,2980,3124,1229,1916,7441,3756,2131, # 4070 +7442,4100,4351,2399,3525,7443,2213,1511,1727,1120,7444,7445, 646,3757,2443, 307, # 4086 +7446,7447,1595,3186,7448,7449,7450,3639,1113,1356,3899,1465,2522,2523,7451, 519, # 4102 +7452, 128,2132, 92,2284,1979,7453,3900,1512, 342,3125,2196,7454,2780,2214,1980, # 4118 +3323,7455, 290,1656,1317, 789, 827,2360,7456,3758,4352, 562, 581,3901,7457, 401, # 4134 +4353,2248, 94,4354,1399,2781,7458,1463,2024,4355,3187,1943,7459, 828,1105,4101, # 4150 +1262,1394,7460,4102, 605,4356,7461,1783,2862,7462,2822, 819,2101, 578,2197,2937, # 4166 +7463,1502, 436,3254,4103,3255,2823,3902,2905,3425,3426,7464,2712,2315,7465,7466, # 4182 +2332,2067, 23,4357, 193, 826,3759,2102, 699,1630,4104,3075, 390,1793,1064,3526, # 4198 +7467,1579,3076,3077,1400,7468,4105,1838,1640,2863,7469,4358,4359, 137,4106, 598, # 4214 +3078,1966, 780, 104, 974,2938,7470, 278, 899, 253, 402, 572, 504, 493,1339,7471, # 4230 +3903,1275,4360,2574,2550,7472,3640,3029,3079,2249, 565,1334,2713, 863, 41,7473, # 4246 +7474,4361,7475,1657,2333, 19, 463,2750,4107, 606,7476,2981,3256,1087,2084,1323, # 4262 +2652,2982,7477,1631,1623,1750,4108,2682,7478,2864, 791,2714,2653,2334, 232,2416, # 4278 +7479,2983,1498,7480,2654,2620, 755,1366,3641,3257,3126,2025,1609, 119,1917,3427, # 4294 + 862,1026,4109,7481,3904,3760,4362,3905,4363,2260,1951,2470,7482,1125, 817,4110, # 4310 +4111,3906,1513,1766,2040,1487,4112,3030,3258,2824,3761,3127,7483,7484,1507,7485, # 4326 +2683, 733, 40,1632,1106,2865, 345,4113, 841,2524, 230,4364,2984,1846,3259,3428, # 4342 +7486,1263, 986,3429,7487, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562,3907, # 4358 +3908,2939, 967,2751,2655,1349, 592,2133,1692,3324,2985,1994,4114,1679,3909,1901, # 4374 +2185,7488, 739,3642,2715,1296,1290,7489,4115,2198,2199,1921,1563,2595,2551,1870, # 4390 +2752,2986,7490, 435,7491, 343,1108, 596, 17,1751,4365,2235,3430,3643,7492,4366, # 4406 + 294,3527,2940,1693, 477, 979, 281,2041,3528, 643,2042,3644,2621,2782,2261,1031, # 4422 +2335,2134,2298,3529,4367, 367,1249,2552,7493,3530,7494,4368,1283,3325,2004, 240, # 4438 +1762,3326,4369,4370, 836,1069,3128, 474,7495,2148,2525, 268,3531,7496,3188,1521, # 4454 +1284,7497,1658,1546,4116,7498,3532,3533,7499,4117,3327,2684,1685,4118, 961,1673, # 4470 +2622, 190,2005,2200,3762,4371,4372,7500, 570,2497,3645,1490,7501,4373,2623,3260, # 4486 +1956,4374, 584,1514, 396,1045,1944,7502,4375,1967,2444,7503,7504,4376,3910, 619, # 4502 +7505,3129,3261, 215,2006,2783,2553,3189,4377,3190,4378, 763,4119,3763,4379,7506, # 4518 +7507,1957,1767,2941,3328,3646,1174, 452,1477,4380,3329,3130,7508,2825,1253,2382, # 4534 +2186,1091,2285,4120, 492,7509, 638,1169,1824,2135,1752,3911, 648, 926,1021,1324, # 4550 +4381, 520,4382, 997, 847,1007, 892,4383,3764,2262,1871,3647,7510,2400,1784,4384, # 4566 +1952,2942,3080,3191,1728,4121,2043,3648,4385,2007,1701,3131,1551, 30,2263,4122, # 4582 +7511,2026,4386,3534,7512, 501,7513,4123, 594,3431,2165,1821,3535,3432,3536,3192, # 4598 + 829,2826,4124,7514,1680,3132,1225,4125,7515,3262,4387,4126,3133,2336,7516,4388, # 4614 +4127,7517,3912,3913,7518,1847,2383,2596,3330,7519,4389, 374,3914, 652,4128,4129, # 4630 + 375,1140, 798,7520,7521,7522,2361,4390,2264, 546,1659, 138,3031,2445,4391,7523, # 4646 +2250, 612,1848, 910, 796,3765,1740,1371, 825,3766,3767,7524,2906,2554,7525, 692, # 4662 + 444,3032,2624, 801,4392,4130,7526,1491, 244,1053,3033,4131,4132, 340,7527,3915, # 4678 +1041,2987, 293,1168, 87,1357,7528,1539, 959,7529,2236, 721, 694,4133,3768, 219, # 4694 +1478, 644,1417,3331,2656,1413,1401,1335,1389,3916,7530,7531,2988,2362,3134,1825, # 4710 + 730,1515, 184,2827, 66,4393,7532,1660,2943, 246,3332, 378,1457, 226,3433, 975, # 4726 +3917,2944,1264,3537, 674, 696,7533, 163,7534,1141,2417,2166, 713,3538,3333,4394, # 4742 +3918,7535,7536,1186, 15,7537,1079,1070,7538,1522,3193,3539, 276,1050,2716, 758, # 4758 +1126, 653,2945,3263,7539,2337, 889,3540,3919,3081,2989, 903,1250,4395,3920,3434, # 4774 +3541,1342,1681,1718, 766,3264, 286, 89,2946,3649,7540,1713,7541,2597,3334,2990, # 4790 +7542,2947,2215,3194,2866,7543,4396,2498,2526, 181, 387,1075,3921, 731,2187,3335, # 4806 +7544,3265, 310, 313,3435,2299, 770,4134, 54,3034, 189,4397,3082,3769,3922,7545, # 4822 +1230,1617,1849, 355,3542,4135,4398,3336, 111,4136,3650,1350,3135,3436,3035,4137, # 4838 +2149,3266,3543,7546,2784,3923,3924,2991, 722,2008,7547,1071, 247,1207,2338,2471, # 4854 +1378,4399,2009, 864,1437,1214,4400, 373,3770,1142,2216, 667,4401, 442,2753,2555, # 4870 +3771,3925,1968,4138,3267,1839, 837, 170,1107, 934,1336,1882,7548,7549,2118,4139, # 4886 +2828, 743,1569,7550,4402,4140, 582,2384,1418,3437,7551,1802,7552, 357,1395,1729, # 4902 +3651,3268,2418,1564,2237,7553,3083,3772,1633,4403,1114,2085,4141,1532,7554, 482, # 4918 +2446,4404,7555,7556,1492, 833,1466,7557,2717,3544,1641,2829,7558,1526,1272,3652, # 4934 +4142,1686,1794, 416,2556,1902,1953,1803,7559,3773,2785,3774,1159,2316,7560,2867, # 4950 +4405,1610,1584,3036,2419,2754, 443,3269,1163,3136,7561,7562,3926,7563,4143,2499, # 4966 +3037,4406,3927,3137,2103,1647,3545,2010,1872,4144,7564,4145, 431,3438,7565, 250, # 4982 + 97, 81,4146,7566,1648,1850,1558, 160, 848,7567, 866, 740,1694,7568,2201,2830, # 4998 +3195,4147,4407,3653,1687, 950,2472, 426, 469,3196,3654,3655,3928,7569,7570,1188, # 5014 + 424,1995, 861,3546,4148,3775,2202,2685, 168,1235,3547,4149,7571,2086,1674,4408, # 5030 +3337,3270, 220,2557,1009,7572,3776, 670,2992, 332,1208, 717,7573,7574,3548,2447, # 5046 +3929,3338,7575, 513,7576,1209,2868,3339,3138,4409,1080,7577,7578,7579,7580,2527, # 5062 +3656,3549, 815,1587,3930,3931,7581,3550,3439,3777,1254,4410,1328,3038,1390,3932, # 5078 +1741,3933,3778,3934,7582, 236,3779,2448,3271,7583,7584,3657,3780,1273,3781,4411, # 5094 +7585, 308,7586,4412, 245,4413,1851,2473,1307,2575, 430, 715,2136,2449,7587, 270, # 5110 + 199,2869,3935,7588,3551,2718,1753, 761,1754, 725,1661,1840,4414,3440,3658,7589, # 5126 +7590, 587, 14,3272, 227,2598, 326, 480,2265, 943,2755,3552, 291, 650,1883,7591, # 5142 +1702,1226, 102,1547, 62,3441, 904,4415,3442,1164,4150,7592,7593,1224,1548,2756, # 5158 + 391, 498,1493,7594,1386,1419,7595,2055,1177,4416, 813, 880,1081,2363, 566,1145, # 5174 +4417,2286,1001,1035,2558,2599,2238, 394,1286,7596,7597,2068,7598, 86,1494,1730, # 5190 +3936, 491,1588, 745, 897,2948, 843,3340,3937,2757,2870,3273,1768, 998,2217,2069, # 5206 + 397,1826,1195,1969,3659,2993,3341, 284,7599,3782,2500,2137,2119,1903,7600,3938, # 5222 +2150,3939,4151,1036,3443,1904, 114,2559,4152, 209,1527,7601,7602,2949,2831,2625, # 5238 +2385,2719,3139, 812,2560,7603,3274,7604,1559, 737,1884,3660,1210, 885, 28,2686, # 5254 +3553,3783,7605,4153,1004,1779,4418,7606, 346,1981,2218,2687,4419,3784,1742, 797, # 5270 +1642,3940,1933,1072,1384,2151, 896,3941,3275,3661,3197,2871,3554,7607,2561,1958, # 5286 +4420,2450,1785,7608,7609,7610,3942,4154,1005,1308,3662,4155,2720,4421,4422,1528, # 5302 +2600, 161,1178,4156,1982, 987,4423,1101,4157, 631,3943,1157,3198,2420,1343,1241, # 5318 +1016,2239,2562, 372, 877,2339,2501,1160, 555,1934, 911,3944,7611, 466,1170, 169, # 5334 +1051,2907,2688,3663,2474,2994,1182,2011,2563,1251,2626,7612, 992,2340,3444,1540, # 5350 +2721,1201,2070,2401,1996,2475,7613,4424, 528,1922,2188,1503,1873,1570,2364,3342, # 5366 +3276,7614, 557,1073,7615,1827,3445,2087,2266,3140,3039,3084, 767,3085,2786,4425, # 5382 +1006,4158,4426,2341,1267,2176,3664,3199, 778,3945,3200,2722,1597,2657,7616,4427, # 5398 +7617,3446,7618,7619,7620,3277,2689,1433,3278, 131, 95,1504,3946, 723,4159,3141, # 5414 +1841,3555,2758,2189,3947,2027,2104,3665,7621,2995,3948,1218,7622,3343,3201,3949, # 5430 +4160,2576, 248,1634,3785, 912,7623,2832,3666,3040,3786, 654, 53,7624,2996,7625, # 5446 +1688,4428, 777,3447,1032,3950,1425,7626, 191, 820,2120,2833, 971,4429, 931,3202, # 5462 + 135, 664, 783,3787,1997, 772,2908,1935,3951,3788,4430,2909,3203, 282,2723, 640, # 5478 +1372,3448,1127, 922, 325,3344,7627,7628, 711,2044,7629,7630,3952,2219,2787,1936, # 5494 +3953,3345,2220,2251,3789,2300,7631,4431,3790,1258,3279,3954,3204,2138,2950,3955, # 5510 +3956,7632,2221, 258,3205,4432, 101,1227,7633,3280,1755,7634,1391,3281,7635,2910, # 5526 +2056, 893,7636,7637,7638,1402,4161,2342,7639,7640,3206,3556,7641,7642, 878,1325, # 5542 +1780,2788,4433, 259,1385,2577, 744,1183,2267,4434,7643,3957,2502,7644, 684,1024, # 5558 +4162,7645, 472,3557,3449,1165,3282,3958,3959, 322,2152, 881, 455,1695,1152,1340, # 5574 + 660, 554,2153,4435,1058,4436,4163, 830,1065,3346,3960,4437,1923,7646,1703,1918, # 5590 +7647, 932,2268, 122,7648,4438, 947, 677,7649,3791,2627, 297,1905,1924,2269,4439, # 5606 +2317,3283,7650,7651,4164,7652,4165, 84,4166, 112, 989,7653, 547,1059,3961, 701, # 5622 +3558,1019,7654,4167,7655,3450, 942, 639, 457,2301,2451, 993,2951, 407, 851, 494, # 5638 +4440,3347, 927,7656,1237,7657,2421,3348, 573,4168, 680, 921,2911,1279,1874, 285, # 5654 + 790,1448,1983, 719,2167,7658,7659,4441,3962,3963,1649,7660,1541, 563,7661,1077, # 5670 +7662,3349,3041,3451, 511,2997,3964,3965,3667,3966,1268,2564,3350,3207,4442,4443, # 5686 +7663, 535,1048,1276,1189,2912,2028,3142,1438,1373,2834,2952,1134,2012,7664,4169, # 5702 +1238,2578,3086,1259,7665, 700,7666,2953,3143,3668,4170,7667,4171,1146,1875,1906, # 5718 +4444,2601,3967, 781,2422, 132,1589, 203, 147, 273,2789,2402, 898,1786,2154,3968, # 5734 +3969,7668,3792,2790,7669,7670,4445,4446,7671,3208,7672,1635,3793, 965,7673,1804, # 5750 +2690,1516,3559,1121,1082,1329,3284,3970,1449,3794, 65,1128,2835,2913,2759,1590, # 5766 +3795,7674,7675, 12,2658, 45, 976,2579,3144,4447, 517,2528,1013,1037,3209,7676, # 5782 +3796,2836,7677,3797,7678,3452,7679,2602, 614,1998,2318,3798,3087,2724,2628,7680, # 5798 +2580,4172, 599,1269,7681,1810,3669,7682,2691,3088, 759,1060, 489,1805,3351,3285, # 5814 +1358,7683,7684,2386,1387,1215,2629,2252, 490,7685,7686,4173,1759,2387,2343,7687, # 5830 +4448,3799,1907,3971,2630,1806,3210,4449,3453,3286,2760,2344, 874,7688,7689,3454, # 5846 +3670,1858, 91,2914,3671,3042,3800,4450,7690,3145,3972,2659,7691,3455,1202,1403, # 5862 +3801,2954,2529,1517,2503,4451,3456,2504,7692,4452,7693,2692,1885,1495,1731,3973, # 5878 +2365,4453,7694,2029,7695,7696,3974,2693,1216, 237,2581,4174,2319,3975,3802,4454, # 5894 +4455,2694,3560,3457, 445,4456,7697,7698,7699,7700,2761, 61,3976,3672,1822,3977, # 5910 +7701, 687,2045, 935, 925, 405,2660, 703,1096,1859,2725,4457,3978,1876,1367,2695, # 5926 +3352, 918,2105,1781,2476, 334,3287,1611,1093,4458, 564,3146,3458,3673,3353, 945, # 5942 +2631,2057,4459,7702,1925, 872,4175,7703,3459,2696,3089, 349,4176,3674,3979,4460, # 5958 +3803,4177,3675,2155,3980,4461,4462,4178,4463,2403,2046, 782,3981, 400, 251,4179, # 5974 +1624,7704,7705, 277,3676, 299,1265, 476,1191,3804,2121,4180,4181,1109, 205,7706, # 5990 +2582,1000,2156,3561,1860,7707,7708,7709,4464,7710,4465,2565, 107,2477,2157,3982, # 6006 +3460,3147,7711,1533, 541,1301, 158, 753,4182,2872,3562,7712,1696, 370,1088,4183, # 6022 +4466,3563, 579, 327, 440, 162,2240, 269,1937,1374,3461, 968,3043, 56,1396,3090, # 6038 +2106,3288,3354,7713,1926,2158,4467,2998,7714,3564,7715,7716,3677,4468,2478,7717, # 6054 +2791,7718,1650,4469,7719,2603,7720,7721,3983,2661,3355,1149,3356,3984,3805,3985, # 6070 +7722,1076, 49,7723, 951,3211,3289,3290, 450,2837, 920,7724,1811,2792,2366,4184, # 6086 +1908,1138,2367,3806,3462,7725,3212,4470,1909,1147,1518,2423,4471,3807,7726,4472, # 6102 +2388,2604, 260,1795,3213,7727,7728,3808,3291, 708,7729,3565,1704,7730,3566,1351, # 6118 +1618,3357,2999,1886, 944,4185,3358,4186,3044,3359,4187,7731,3678, 422, 413,1714, # 6134 +3292, 500,2058,2345,4188,2479,7732,1344,1910, 954,7733,1668,7734,7735,3986,2404, # 6150 +4189,3567,3809,4190,7736,2302,1318,2505,3091, 133,3092,2873,4473, 629, 31,2838, # 6166 +2697,3810,4474, 850, 949,4475,3987,2955,1732,2088,4191,1496,1852,7737,3988, 620, # 6182 +3214, 981,1242,3679,3360,1619,3680,1643,3293,2139,2452,1970,1719,3463,2168,7738, # 6198 +3215,7739,7740,3361,1828,7741,1277,4476,1565,2047,7742,1636,3568,3093,7743, 869, # 6214 +2839, 655,3811,3812,3094,3989,3000,3813,1310,3569,4477,7744,7745,7746,1733, 558, # 6230 +4478,3681, 335,1549,3045,1756,4192,3682,1945,3464,1829,1291,1192, 470,2726,2107, # 6246 +2793, 913,1054,3990,7747,1027,7748,3046,3991,4479, 982,2662,3362,3148,3465,3216, # 6262 +3217,1946,2794,7749, 571,4480,7750,1830,7751,3570,2583,1523,2424,7752,2089, 984, # 6278 +4481,3683,1959,7753,3684, 852, 923,2795,3466,3685, 969,1519, 999,2048,2320,1705, # 6294 +7754,3095, 615,1662, 151, 597,3992,2405,2321,1049, 275,4482,3686,4193, 568,3687, # 6310 +3571,2480,4194,3688,7755,2425,2270, 409,3218,7756,1566,2874,3467,1002, 769,2840, # 6326 + 194,2090,3149,3689,2222,3294,4195, 628,1505,7757,7758,1763,2177,3001,3993, 521, # 6342 +1161,2584,1787,2203,2406,4483,3994,1625,4196,4197, 412, 42,3096, 464,7759,2632, # 6358 +4484,3363,1760,1571,2875,3468,2530,1219,2204,3814,2633,2140,2368,4485,4486,3295, # 6374 +1651,3364,3572,7760,7761,3573,2481,3469,7762,3690,7763,7764,2271,2091, 460,7765, # 6390 +4487,7766,3002, 962, 588,3574, 289,3219,2634,1116, 52,7767,3047,1796,7768,7769, # 6406 +7770,1467,7771,1598,1143,3691,4198,1984,1734,1067,4488,1280,3365, 465,4489,1572, # 6422 + 510,7772,1927,2241,1812,1644,3575,7773,4490,3692,7774,7775,2663,1573,1534,7776, # 6438 +7777,4199, 536,1807,1761,3470,3815,3150,2635,7778,7779,7780,4491,3471,2915,1911, # 6454 +2796,7781,3296,1122, 377,3220,7782, 360,7783,7784,4200,1529, 551,7785,2059,3693, # 6470 +1769,2426,7786,2916,4201,3297,3097,2322,2108,2030,4492,1404, 136,1468,1479, 672, # 6486 +1171,3221,2303, 271,3151,7787,2762,7788,2049, 678,2727, 865,1947,4493,7789,2013, # 6502 +3995,2956,7790,2728,2223,1397,3048,3694,4494,4495,1735,2917,3366,3576,7791,3816, # 6518 + 509,2841,2453,2876,3817,7792,7793,3152,3153,4496,4202,2531,4497,2304,1166,1010, # 6534 + 552, 681,1887,7794,7795,2957,2958,3996,1287,1596,1861,3154, 358, 453, 736, 175, # 6550 + 478,1117, 905,1167,1097,7796,1853,1530,7797,1706,7798,2178,3472,2287,3695,3473, # 6566 +3577,4203,2092,4204,7799,3367,1193,2482,4205,1458,2190,2205,1862,1888,1421,3298, # 6582 +2918,3049,2179,3474, 595,2122,7800,3997,7801,7802,4206,1707,2636, 223,3696,1359, # 6598 + 751,3098, 183,3475,7803,2797,3003, 419,2369, 633, 704,3818,2389, 241,7804,7805, # 6614 +7806, 838,3004,3697,2272,2763,2454,3819,1938,2050,3998,1309,3099,2242,1181,7807, # 6630 +1136,2206,3820,2370,1446,4207,2305,4498,7808,7809,4208,1055,2605, 484,3698,7810, # 6646 +3999, 625,4209,2273,3368,1499,4210,4000,7811,4001,4211,3222,2274,2275,3476,7812, # 6662 +7813,2764, 808,2606,3699,3369,4002,4212,3100,2532, 526,3370,3821,4213, 955,7814, # 6678 +1620,4214,2637,2427,7815,1429,3700,1669,1831, 994, 928,7816,3578,1260,7817,7818, # 6694 +7819,1948,2288, 741,2919,1626,4215,2729,2455, 867,1184, 362,3371,1392,7820,7821, # 6710 +4003,4216,1770,1736,3223,2920,4499,4500,1928,2698,1459,1158,7822,3050,3372,2877, # 6726 +1292,1929,2506,2842,3701,1985,1187,2071,2014,2607,4217,7823,2566,2507,2169,3702, # 6742 +2483,3299,7824,3703,4501,7825,7826, 666,1003,3005,1022,3579,4218,7827,4502,1813, # 6758 +2253, 574,3822,1603, 295,1535, 705,3823,4219, 283, 858, 417,7828,7829,3224,4503, # 6774 +4504,3051,1220,1889,1046,2276,2456,4004,1393,1599, 689,2567, 388,4220,7830,2484, # 6790 + 802,7831,2798,3824,2060,1405,2254,7832,4505,3825,2109,1052,1345,3225,1585,7833, # 6806 + 809,7834,7835,7836, 575,2730,3477, 956,1552,1469,1144,2323,7837,2324,1560,2457, # 6822 +3580,3226,4005, 616,2207,3155,2180,2289,7838,1832,7839,3478,4506,7840,1319,3704, # 6838 +3705,1211,3581,1023,3227,1293,2799,7841,7842,7843,3826, 607,2306,3827, 762,2878, # 6854 +1439,4221,1360,7844,1485,3052,7845,4507,1038,4222,1450,2061,2638,4223,1379,4508, # 6870 +2585,7846,7847,4224,1352,1414,2325,2921,1172,7848,7849,3828,3829,7850,1797,1451, # 6886 +7851,7852,7853,7854,2922,4006,4007,2485,2346, 411,4008,4009,3582,3300,3101,4509, # 6902 +1561,2664,1452,4010,1375,7855,7856, 47,2959, 316,7857,1406,1591,2923,3156,7858, # 6918 +1025,2141,3102,3157, 354,2731, 884,2224,4225,2407, 508,3706, 726,3583, 996,2428, # 6934 +3584, 729,7859, 392,2191,1453,4011,4510,3707,7860,7861,2458,3585,2608,1675,2800, # 6950 + 919,2347,2960,2348,1270,4511,4012, 73,7862,7863, 647,7864,3228,2843,2255,1550, # 6966 +1346,3006,7865,1332, 883,3479,7866,7867,7868,7869,3301,2765,7870,1212, 831,1347, # 6982 +4226,4512,2326,3830,1863,3053, 720,3831,4513,4514,3832,7871,4227,7872,7873,4515, # 6998 +7874,7875,1798,4516,3708,2609,4517,3586,1645,2371,7876,7877,2924, 669,2208,2665, # 7014 +2429,7878,2879,7879,7880,1028,3229,7881,4228,2408,7882,2256,1353,7883,7884,4518, # 7030 +3158, 518,7885,4013,7886,4229,1960,7887,2142,4230,7888,7889,3007,2349,2350,3833, # 7046 + 516,1833,1454,4014,2699,4231,4519,2225,2610,1971,1129,3587,7890,2766,7891,2961, # 7062 +1422, 577,1470,3008,1524,3373,7892,7893, 432,4232,3054,3480,7894,2586,1455,2508, # 7078 +2226,1972,1175,7895,1020,2732,4015,3481,4520,7896,2733,7897,1743,1361,3055,3482, # 7094 +2639,4016,4233,4521,2290, 895, 924,4234,2170, 331,2243,3056, 166,1627,3057,1098, # 7110 +7898,1232,2880,2227,3374,4522, 657, 403,1196,2372, 542,3709,3375,1600,4235,3483, # 7126 +7899,4523,2767,3230, 576, 530,1362,7900,4524,2533,2666,3710,4017,7901, 842,3834, # 7142 +7902,2801,2031,1014,4018, 213,2700,3376, 665, 621,4236,7903,3711,2925,2430,7904, # 7158 +2431,3302,3588,3377,7905,4237,2534,4238,4525,3589,1682,4239,3484,1380,7906, 724, # 7174 +2277, 600,1670,7907,1337,1233,4526,3103,2244,7908,1621,4527,7909, 651,4240,7910, # 7190 +1612,4241,2611,7911,2844,7912,2734,2307,3058,7913, 716,2459,3059, 174,1255,2701, # 7206 +4019,3590, 548,1320,1398, 728,4020,1574,7914,1890,1197,3060,4021,7915,3061,3062, # 7222 +3712,3591,3713, 747,7916, 635,4242,4528,7917,7918,7919,4243,7920,7921,4529,7922, # 7238 +3378,4530,2432, 451,7923,3714,2535,2072,4244,2735,4245,4022,7924,1764,4531,7925, # 7254 +4246, 350,7926,2278,2390,2486,7927,4247,4023,2245,1434,4024, 488,4532, 458,4248, # 7270 +4025,3715, 771,1330,2391,3835,2568,3159,2159,2409,1553,2667,3160,4249,7928,2487, # 7286 +2881,2612,1720,2702,4250,3379,4533,7929,2536,4251,7930,3231,4252,2768,7931,2015, # 7302 +2736,7932,1155,1017,3716,3836,7933,3303,2308, 201,1864,4253,1430,7934,4026,7935, # 7318 +7936,7937,7938,7939,4254,1604,7940, 414,1865, 371,2587,4534,4535,3485,2016,3104, # 7334 +4536,1708, 960,4255, 887, 389,2171,1536,1663,1721,7941,2228,4027,2351,2926,1580, # 7350 +7942,7943,7944,1744,7945,2537,4537,4538,7946,4539,7947,2073,7948,7949,3592,3380, # 7366 +2882,4256,7950,4257,2640,3381,2802, 673,2703,2460, 709,3486,4028,3593,4258,7951, # 7382 +1148, 502, 634,7952,7953,1204,4540,3594,1575,4541,2613,3717,7954,3718,3105, 948, # 7398 +3232, 121,1745,3837,1110,7955,4259,3063,2509,3009,4029,3719,1151,1771,3838,1488, # 7414 +4030,1986,7956,2433,3487,7957,7958,2093,7959,4260,3839,1213,1407,2803, 531,2737, # 7430 +2538,3233,1011,1537,7960,2769,4261,3106,1061,7961,3720,3721,1866,2883,7962,2017, # 7446 + 120,4262,4263,2062,3595,3234,2309,3840,2668,3382,1954,4542,7963,7964,3488,1047, # 7462 +2704,1266,7965,1368,4543,2845, 649,3383,3841,2539,2738,1102,2846,2669,7966,7967, # 7478 +1999,7968,1111,3596,2962,7969,2488,3842,3597,2804,1854,3384,3722,7970,7971,3385, # 7494 +2410,2884,3304,3235,3598,7972,2569,7973,3599,2805,4031,1460, 856,7974,3600,7975, # 7510 +2885,2963,7976,2886,3843,7977,4264, 632,2510, 875,3844,1697,3845,2291,7978,7979, # 7526 +4544,3010,1239, 580,4545,4265,7980, 914, 936,2074,1190,4032,1039,2123,7981,7982, # 7542 +7983,3386,1473,7984,1354,4266,3846,7985,2172,3064,4033, 915,3305,4267,4268,3306, # 7558 +1605,1834,7986,2739, 398,3601,4269,3847,4034, 328,1912,2847,4035,3848,1331,4270, # 7574 +3011, 937,4271,7987,3602,4036,4037,3387,2160,4546,3388, 524, 742, 538,3065,1012, # 7590 +7988,7989,3849,2461,7990, 658,1103, 225,3850,7991,7992,4547,7993,4548,7994,3236, # 7606 +1243,7995,4038, 963,2246,4549,7996,2705,3603,3161,7997,7998,2588,2327,7999,4550, # 7622 +8000,8001,8002,3489,3307, 957,3389,2540,2032,1930,2927,2462, 870,2018,3604,1746, # 7638 +2770,2771,2434,2463,8003,3851,8004,3723,3107,3724,3490,3390,3725,8005,1179,3066, # 7654 +8006,3162,2373,4272,3726,2541,3163,3108,2740,4039,8007,3391,1556,2542,2292, 977, # 7670 +2887,2033,4040,1205,3392,8008,1765,3393,3164,2124,1271,1689, 714,4551,3491,8009, # 7686 +2328,3852, 533,4273,3605,2181, 617,8010,2464,3308,3492,2310,8011,8012,3165,8013, # 7702 +8014,3853,1987, 618, 427,2641,3493,3394,8015,8016,1244,1690,8017,2806,4274,4552, # 7718 +8018,3494,8019,8020,2279,1576, 473,3606,4275,3395, 972,8021,3607,8022,3067,8023, # 7734 +8024,4553,4554,8025,3727,4041,4042,8026, 153,4555, 356,8027,1891,2888,4276,2143, # 7750 + 408, 803,2352,8028,3854,8029,4277,1646,2570,2511,4556,4557,3855,8030,3856,4278, # 7766 +8031,2411,3396, 752,8032,8033,1961,2964,8034, 746,3012,2465,8035,4279,3728, 698, # 7782 +4558,1892,4280,3608,2543,4559,3609,3857,8036,3166,3397,8037,1823,1302,4043,2706, # 7798 +3858,1973,4281,8038,4282,3167, 823,1303,1288,1236,2848,3495,4044,3398, 774,3859, # 7814 +8039,1581,4560,1304,2849,3860,4561,8040,2435,2161,1083,3237,4283,4045,4284, 344, # 7830 +1173, 288,2311, 454,1683,8041,8042,1461,4562,4046,2589,8043,8044,4563, 985, 894, # 7846 +8045,3399,3168,8046,1913,2928,3729,1988,8047,2110,1974,8048,4047,8049,2571,1194, # 7862 + 425,8050,4564,3169,1245,3730,4285,8051,8052,2850,8053, 636,4565,1855,3861, 760, # 7878 +1799,8054,4286,2209,1508,4566,4048,1893,1684,2293,8055,8056,8057,4287,4288,2210, # 7894 + 479,8058,8059, 832,8060,4049,2489,8061,2965,2490,3731, 990,3109, 627,1814,2642, # 7910 +4289,1582,4290,2125,2111,3496,4567,8062, 799,4291,3170,8063,4568,2112,1737,3013, # 7926 +1018, 543, 754,4292,3309,1676,4569,4570,4050,8064,1489,8065,3497,8066,2614,2889, # 7942 +4051,8067,8068,2966,8069,8070,8071,8072,3171,4571,4572,2182,1722,8073,3238,3239, # 7958 +1842,3610,1715, 481, 365,1975,1856,8074,8075,1962,2491,4573,8076,2126,3611,3240, # 7974 + 433,1894,2063,2075,8077, 602,2741,8078,8079,8080,8081,8082,3014,1628,3400,8083, # 7990 +3172,4574,4052,2890,4575,2512,8084,2544,2772,8085,8086,8087,3310,4576,2891,8088, # 8006 +4577,8089,2851,4578,4579,1221,2967,4053,2513,8090,8091,8092,1867,1989,8093,8094, # 8022 +8095,1895,8096,8097,4580,1896,4054, 318,8098,2094,4055,4293,8099,8100, 485,8101, # 8038 + 938,3862, 553,2670, 116,8102,3863,3612,8103,3498,2671,2773,3401,3311,2807,8104, # 8054 +3613,2929,4056,1747,2930,2968,8105,8106, 207,8107,8108,2672,4581,2514,8109,3015, # 8070 + 890,3614,3864,8110,1877,3732,3402,8111,2183,2353,3403,1652,8112,8113,8114, 941, # 8086 +2294, 208,3499,4057,2019, 330,4294,3865,2892,2492,3733,4295,8115,8116,8117,8118, # 8102 +) + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 0000000..35669cc --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py @@ -0,0 +1,46 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import EUCTWDistributionAnalysis +from .mbcssm import EUCTW_SM_MODEL + +class EUCTWProber(MultiByteCharSetProber): + def __init__(self): + super(EUCTWProber, self).__init__() + self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL) + self.distribution_analyzer = EUCTWDistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "EUC-TW" + + @property + def language(self): + return "Taiwan" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 0000000..697837b --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py @@ -0,0 +1,283 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# GB2312 most frequently used character table +# +# Char to FreqOrder table , from hz6763 + +# 512 --> 0.79 -- 0.79 +# 1024 --> 0.92 -- 0.13 +# 2048 --> 0.98 -- 0.06 +# 6768 --> 1.00 -- 0.02 +# +# Ideal Distribution Ratio = 0.79135/(1-0.79135) = 3.79 +# Random Distribution Ration = 512 / (3755 - 512) = 0.157 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher that RDR + +GB2312_TYPICAL_DISTRIBUTION_RATIO = 0.9 + +GB2312_TABLE_SIZE = 3760 + +GB2312_CHAR_TO_FREQ_ORDER = ( +1671, 749,1443,2364,3924,3807,2330,3921,1704,3463,2691,1511,1515, 572,3191,2205, +2361, 224,2558, 479,1711, 963,3162, 440,4060,1905,2966,2947,3580,2647,3961,3842, +2204, 869,4207, 970,2678,5626,2944,2956,1479,4048, 514,3595, 588,1346,2820,3409, + 249,4088,1746,1873,2047,1774, 581,1813, 358,1174,3590,1014,1561,4844,2245, 670, +1636,3112, 889,1286, 953, 556,2327,3060,1290,3141, 613, 185,3477,1367, 850,3820, +1715,2428,2642,2303,2732,3041,2562,2648,3566,3946,1349, 388,3098,2091,1360,3585, + 152,1687,1539, 738,1559, 59,1232,2925,2267,1388,1249,1741,1679,2960, 151,1566, +1125,1352,4271, 924,4296, 385,3166,4459, 310,1245,2850, 70,3285,2729,3534,3575, +2398,3298,3466,1960,2265, 217,3647, 864,1909,2084,4401,2773,1010,3269,5152, 853, +3051,3121,1244,4251,1895, 364,1499,1540,2313,1180,3655,2268, 562, 715,2417,3061, + 544, 336,3768,2380,1752,4075, 950, 280,2425,4382, 183,2759,3272, 333,4297,2155, +1688,2356,1444,1039,4540, 736,1177,3349,2443,2368,2144,2225, 565, 196,1482,3406, + 927,1335,4147, 692, 878,1311,1653,3911,3622,1378,4200,1840,2969,3149,2126,1816, +2534,1546,2393,2760, 737,2494, 13, 447, 245,2747, 38,2765,2129,2589,1079, 606, + 360, 471,3755,2890, 404, 848, 699,1785,1236, 370,2221,1023,3746,2074,2026,2023, +2388,1581,2119, 812,1141,3091,2536,1519, 804,2053, 406,1596,1090, 784, 548,4414, +1806,2264,2936,1100, 343,4114,5096, 622,3358, 743,3668,1510,1626,5020,3567,2513, +3195,4115,5627,2489,2991, 24,2065,2697,1087,2719, 48,1634, 315, 68, 985,2052, + 198,2239,1347,1107,1439, 597,2366,2172, 871,3307, 919,2487,2790,1867, 236,2570, +1413,3794, 906,3365,3381,1701,1982,1818,1524,2924,1205, 616,2586,2072,2004, 575, + 253,3099, 32,1365,1182, 197,1714,2454,1201, 554,3388,3224,2748, 756,2587, 250, +2567,1507,1517,3529,1922,2761,2337,3416,1961,1677,2452,2238,3153, 615, 911,1506, +1474,2495,1265,1906,2749,3756,3280,2161, 898,2714,1759,3450,2243,2444, 563, 26, +3286,2266,3769,3344,2707,3677, 611,1402, 531,1028,2871,4548,1375, 261,2948, 835, +1190,4134, 353, 840,2684,1900,3082,1435,2109,1207,1674, 329,1872,2781,4055,2686, +2104, 608,3318,2423,2957,2768,1108,3739,3512,3271,3985,2203,1771,3520,1418,2054, +1681,1153, 225,1627,2929, 162,2050,2511,3687,1954, 124,1859,2431,1684,3032,2894, + 585,4805,3969,2869,2704,2088,2032,2095,3656,2635,4362,2209, 256, 518,2042,2105, +3777,3657, 643,2298,1148,1779, 190, 989,3544, 414, 11,2135,2063,2979,1471, 403, +3678, 126, 770,1563, 671,2499,3216,2877, 600,1179, 307,2805,4937,1268,1297,2694, + 252,4032,1448,1494,1331,1394, 127,2256, 222,1647,1035,1481,3056,1915,1048, 873, +3651, 210, 33,1608,2516, 200,1520, 415, 102, 0,3389,1287, 817, 91,3299,2940, + 836,1814, 549,2197,1396,1669,2987,3582,2297,2848,4528,1070, 687, 20,1819, 121, +1552,1364,1461,1968,2617,3540,2824,2083, 177, 948,4938,2291, 110,4549,2066, 648, +3359,1755,2110,2114,4642,4845,1693,3937,3308,1257,1869,2123, 208,1804,3159,2992, +2531,2549,3361,2418,1350,2347,2800,2568,1291,2036,2680, 72, 842,1990, 212,1233, +1154,1586, 75,2027,3410,4900,1823,1337,2710,2676, 728,2810,1522,3026,4995, 157, + 755,1050,4022, 710, 785,1936,2194,2085,1406,2777,2400, 150,1250,4049,1206, 807, +1910, 534, 529,3309,1721,1660, 274, 39,2827, 661,2670,1578, 925,3248,3815,1094, +4278,4901,4252, 41,1150,3747,2572,2227,4501,3658,4902,3813,3357,3617,2884,2258, + 887, 538,4187,3199,1294,2439,3042,2329,2343,2497,1255, 107, 543,1527, 521,3478, +3568, 194,5062, 15, 961,3870,1241,1192,2664, 66,5215,3260,2111,1295,1127,2152, +3805,4135, 901,1164,1976, 398,1278, 530,1460, 748, 904,1054,1966,1426, 53,2909, + 509, 523,2279,1534, 536,1019, 239,1685, 460,2353, 673,1065,2401,3600,4298,2272, +1272,2363, 284,1753,3679,4064,1695, 81, 815,2677,2757,2731,1386, 859, 500,4221, +2190,2566, 757,1006,2519,2068,1166,1455, 337,2654,3203,1863,1682,1914,3025,1252, +1409,1366, 847, 714,2834,2038,3209, 964,2970,1901, 885,2553,1078,1756,3049, 301, +1572,3326, 688,2130,1996,2429,1805,1648,2930,3421,2750,3652,3088, 262,1158,1254, + 389,1641,1812, 526,1719, 923,2073,1073,1902, 468, 489,4625,1140, 857,2375,3070, +3319,2863, 380, 116,1328,2693,1161,2244, 273,1212,1884,2769,3011,1775,1142, 461, +3066,1200,2147,2212, 790, 702,2695,4222,1601,1058, 434,2338,5153,3640, 67,2360, +4099,2502, 618,3472,1329, 416,1132, 830,2782,1807,2653,3211,3510,1662, 192,2124, + 296,3979,1739,1611,3684, 23, 118, 324, 446,1239,1225, 293,2520,3814,3795,2535, +3116, 17,1074, 467,2692,2201, 387,2922, 45,1326,3055,1645,3659,2817, 958, 243, +1903,2320,1339,2825,1784,3289, 356, 576, 865,2315,2381,3377,3916,1088,3122,1713, +1655, 935, 628,4689,1034,1327, 441, 800, 720, 894,1979,2183,1528,5289,2702,1071, +4046,3572,2399,1571,3281, 79, 761,1103, 327, 134, 758,1899,1371,1615, 879, 442, + 215,2605,2579, 173,2048,2485,1057,2975,3317,1097,2253,3801,4263,1403,1650,2946, + 814,4968,3487,1548,2644,1567,1285, 2, 295,2636, 97, 946,3576, 832, 141,4257, +3273, 760,3821,3521,3156,2607, 949,1024,1733,1516,1803,1920,2125,2283,2665,3180, +1501,2064,3560,2171,1592, 803,3518,1416, 732,3897,4258,1363,1362,2458, 119,1427, + 602,1525,2608,1605,1639,3175, 694,3064, 10, 465, 76,2000,4846,4208, 444,3781, +1619,3353,2206,1273,3796, 740,2483, 320,1723,2377,3660,2619,1359,1137,1762,1724, +2345,2842,1850,1862, 912, 821,1866, 612,2625,1735,2573,3369,1093, 844, 89, 937, + 930,1424,3564,2413,2972,1004,3046,3019,2011, 711,3171,1452,4178, 428, 801,1943, + 432, 445,2811, 206,4136,1472, 730, 349, 73, 397,2802,2547, 998,1637,1167, 789, + 396,3217, 154,1218, 716,1120,1780,2819,4826,1931,3334,3762,2139,1215,2627, 552, +3664,3628,3232,1405,2383,3111,1356,2652,3577,3320,3101,1703, 640,1045,1370,1246, +4996, 371,1575,2436,1621,2210, 984,4033,1734,2638, 16,4529, 663,2755,3255,1451, +3917,2257,1253,1955,2234,1263,2951, 214,1229, 617, 485, 359,1831,1969, 473,2310, + 750,2058, 165, 80,2864,2419, 361,4344,2416,2479,1134, 796,3726,1266,2943, 860, +2715, 938, 390,2734,1313,1384, 248, 202, 877,1064,2854, 522,3907, 279,1602, 297, +2357, 395,3740, 137,2075, 944,4089,2584,1267,3802, 62,1533,2285, 178, 176, 780, +2440, 201,3707, 590, 478,1560,4354,2117,1075, 30, 74,4643,4004,1635,1441,2745, + 776,2596, 238,1077,1692,1912,2844, 605, 499,1742,3947, 241,3053, 980,1749, 936, +2640,4511,2582, 515,1543,2162,5322,2892,2993, 890,2148,1924, 665,1827,3581,1032, + 968,3163, 339,1044,1896, 270, 583,1791,1720,4367,1194,3488,3669, 43,2523,1657, + 163,2167, 290,1209,1622,3378, 550, 634,2508,2510, 695,2634,2384,2512,1476,1414, + 220,1469,2341,2138,2852,3183,2900,4939,2865,3502,1211,3680, 854,3227,1299,2976, +3172, 186,2998,1459, 443,1067,3251,1495, 321,1932,3054, 909, 753,1410,1828, 436, +2441,1119,1587,3164,2186,1258, 227, 231,1425,1890,3200,3942, 247, 959, 725,5254, +2741, 577,2158,2079, 929, 120, 174, 838,2813, 591,1115, 417,2024, 40,3240,1536, +1037, 291,4151,2354, 632,1298,2406,2500,3535,1825,1846,3451, 205,1171, 345,4238, + 18,1163, 811, 685,2208,1217, 425,1312,1508,1175,4308,2552,1033, 587,1381,3059, +2984,3482, 340,1316,4023,3972, 792,3176, 519, 777,4690, 918, 933,4130,2981,3741, + 90,3360,2911,2200,5184,4550, 609,3079,2030, 272,3379,2736, 363,3881,1130,1447, + 286, 779, 357,1169,3350,3137,1630,1220,2687,2391, 747,1277,3688,2618,2682,2601, +1156,3196,5290,4034,3102,1689,3596,3128, 874, 219,2783, 798, 508,1843,2461, 269, +1658,1776,1392,1913,2983,3287,2866,2159,2372, 829,4076, 46,4253,2873,1889,1894, + 915,1834,1631,2181,2318, 298, 664,2818,3555,2735, 954,3228,3117, 527,3511,2173, + 681,2712,3033,2247,2346,3467,1652, 155,2164,3382, 113,1994, 450, 899, 494, 994, +1237,2958,1875,2336,1926,3727, 545,1577,1550, 633,3473, 204,1305,3072,2410,1956, +2471, 707,2134, 841,2195,2196,2663,3843,1026,4940, 990,3252,4997, 368,1092, 437, +3212,3258,1933,1829, 675,2977,2893, 412, 943,3723,4644,3294,3283,2230,2373,5154, +2389,2241,2661,2323,1404,2524, 593, 787, 677,3008,1275,2059, 438,2709,2609,2240, +2269,2246,1446, 36,1568,1373,3892,1574,2301,1456,3962, 693,2276,5216,2035,1143, +2720,1919,1797,1811,2763,4137,2597,1830,1699,1488,1198,2090, 424,1694, 312,3634, +3390,4179,3335,2252,1214, 561,1059,3243,2295,2561, 975,5155,2321,2751,3772, 472, +1537,3282,3398,1047,2077,2348,2878,1323,3340,3076, 690,2906, 51, 369, 170,3541, +1060,2187,2688,3670,2541,1083,1683, 928,3918, 459, 109,4427, 599,3744,4286, 143, +2101,2730,2490, 82,1588,3036,2121, 281,1860, 477,4035,1238,2812,3020,2716,3312, +1530,2188,2055,1317, 843, 636,1808,1173,3495, 649, 181,1002, 147,3641,1159,2414, +3750,2289,2795, 813,3123,2610,1136,4368, 5,3391,4541,2174, 420, 429,1728, 754, +1228,2115,2219, 347,2223,2733, 735,1518,3003,2355,3134,1764,3948,3329,1888,2424, +1001,1234,1972,3321,3363,1672,1021,1450,1584, 226, 765, 655,2526,3404,3244,2302, +3665, 731, 594,2184, 319,1576, 621, 658,2656,4299,2099,3864,1279,2071,2598,2739, + 795,3086,3699,3908,1707,2352,2402,1382,3136,2475,1465,4847,3496,3865,1085,3004, +2591,1084, 213,2287,1963,3565,2250, 822, 793,4574,3187,1772,1789,3050, 595,1484, +1959,2770,1080,2650, 456, 422,2996, 940,3322,4328,4345,3092,2742, 965,2784, 739, +4124, 952,1358,2498,2949,2565, 332,2698,2378, 660,2260,2473,4194,3856,2919, 535, +1260,2651,1208,1428,1300,1949,1303,2942, 433,2455,2450,1251,1946, 614,1269, 641, +1306,1810,2737,3078,2912, 564,2365,1419,1415,1497,4460,2367,2185,1379,3005,1307, +3218,2175,1897,3063, 682,1157,4040,4005,1712,1160,1941,1399, 394, 402,2952,1573, +1151,2986,2404, 862, 299,2033,1489,3006, 346, 171,2886,3401,1726,2932, 168,2533, + 47,2507,1030,3735,1145,3370,1395,1318,1579,3609,4560,2857,4116,1457,2529,1965, + 504,1036,2690,2988,2405, 745,5871, 849,2397,2056,3081, 863,2359,3857,2096, 99, +1397,1769,2300,4428,1643,3455,1978,1757,3718,1440, 35,4879,3742,1296,4228,2280, + 160,5063,1599,2013, 166, 520,3479,1646,3345,3012, 490,1937,1545,1264,2182,2505, +1096,1188,1369,1436,2421,1667,2792,2460,1270,2122, 727,3167,2143, 806,1706,1012, +1800,3037, 960,2218,1882, 805, 139,2456,1139,1521, 851,1052,3093,3089, 342,2039, + 744,5097,1468,1502,1585,2087, 223, 939, 326,2140,2577, 892,2481,1623,4077, 982, +3708, 135,2131, 87,2503,3114,2326,1106, 876,1616, 547,2997,2831,2093,3441,4530, +4314, 9,3256,4229,4148, 659,1462,1986,1710,2046,2913,2231,4090,4880,5255,3392, +3274,1368,3689,4645,1477, 705,3384,3635,1068,1529,2941,1458,3782,1509, 100,1656, +2548, 718,2339, 408,1590,2780,3548,1838,4117,3719,1345,3530, 717,3442,2778,3220, +2898,1892,4590,3614,3371,2043,1998,1224,3483, 891, 635, 584,2559,3355, 733,1766, +1729,1172,3789,1891,2307, 781,2982,2271,1957,1580,5773,2633,2005,4195,3097,1535, +3213,1189,1934,5693,3262, 586,3118,1324,1598, 517,1564,2217,1868,1893,4445,3728, +2703,3139,1526,1787,1992,3882,2875,1549,1199,1056,2224,1904,2711,5098,4287, 338, +1993,3129,3489,2689,1809,2815,1997, 957,1855,3898,2550,3275,3057,1105,1319, 627, +1505,1911,1883,3526, 698,3629,3456,1833,1431, 746, 77,1261,2017,2296,1977,1885, + 125,1334,1600, 525,1798,1109,2222,1470,1945, 559,2236,1186,3443,2476,1929,1411, +2411,3135,1777,3372,2621,1841,1613,3229, 668,1430,1839,2643,2916, 195,1989,2671, +2358,1387, 629,3205,2293,5256,4439, 123,1310, 888,1879,4300,3021,3605,1003,1162, +3192,2910,2010, 140,2395,2859, 55,1082,2012,2901, 662, 419,2081,1438, 680,2774, +4654,3912,1620,1731,1625,5035,4065,2328, 512,1344, 802,5443,2163,2311,2537, 524, +3399, 98,1155,2103,1918,2606,3925,2816,1393,2465,1504,3773,2177,3963,1478,4346, + 180,1113,4655,3461,2028,1698, 833,2696,1235,1322,1594,4408,3623,3013,3225,2040, +3022, 541,2881, 607,3632,2029,1665,1219, 639,1385,1686,1099,2803,3231,1938,3188, +2858, 427, 676,2772,1168,2025, 454,3253,2486,3556, 230,1950, 580, 791,1991,1280, +1086,1974,2034, 630, 257,3338,2788,4903,1017, 86,4790, 966,2789,1995,1696,1131, + 259,3095,4188,1308, 179,1463,5257, 289,4107,1248, 42,3413,1725,2288, 896,1947, + 774,4474,4254, 604,3430,4264, 392,2514,2588, 452, 237,1408,3018, 988,4531,1970, +3034,3310, 540,2370,1562,1288,2990, 502,4765,1147, 4,1853,2708, 207, 294,2814, +4078,2902,2509, 684, 34,3105,3532,2551, 644, 709,2801,2344, 573,1727,3573,3557, +2021,1081,3100,4315,2100,3681, 199,2263,1837,2385, 146,3484,1195,2776,3949, 997, +1939,3973,1008,1091,1202,1962,1847,1149,4209,5444,1076, 493, 117,5400,2521, 972, +1490,2934,1796,4542,2374,1512,2933,2657, 413,2888,1135,2762,2314,2156,1355,2369, + 766,2007,2527,2170,3124,2491,2593,2632,4757,2437, 234,3125,3591,1898,1750,1376, +1942,3468,3138, 570,2127,2145,3276,4131, 962, 132,1445,4196, 19, 941,3624,3480, +3366,1973,1374,4461,3431,2629, 283,2415,2275, 808,2887,3620,2112,2563,1353,3610, + 955,1089,3103,1053, 96, 88,4097, 823,3808,1583, 399, 292,4091,3313, 421,1128, + 642,4006, 903,2539,1877,2082, 596, 29,4066,1790, 722,2157, 130, 995,1569, 769, +1485, 464, 513,2213, 288,1923,1101,2453,4316, 133, 486,2445, 50, 625, 487,2207, + 57, 423, 481,2962, 159,3729,1558, 491, 303, 482, 501, 240,2837, 112,3648,2392, +1783, 362, 8,3433,3422, 610,2793,3277,1390,1284,1654, 21,3823, 734, 367, 623, + 193, 287, 374,1009,1483, 816, 476, 313,2255,2340,1262,2150,2899,1146,2581, 782, +2116,1659,2018,1880, 255,3586,3314,1110,2867,2137,2564, 986,2767,5185,2006, 650, + 158, 926, 762, 881,3157,2717,2362,3587, 306,3690,3245,1542,3077,2427,1691,2478, +2118,2985,3490,2438, 539,2305, 983, 129,1754, 355,4201,2386, 827,2923, 104,1773, +2838,2771, 411,2905,3919, 376, 767, 122,1114, 828,2422,1817,3506, 266,3460,1007, +1609,4998, 945,2612,4429,2274, 726,1247,1964,2914,2199,2070,4002,4108, 657,3323, +1422, 579, 455,2764,4737,1222,2895,1670, 824,1223,1487,2525, 558, 861,3080, 598, +2659,2515,1967, 752,2583,2376,2214,4180, 977, 704,2464,4999,2622,4109,1210,2961, + 819,1541, 142,2284, 44, 418, 457,1126,3730,4347,4626,1644,1876,3671,1864, 302, +1063,5694, 624, 723,1984,3745,1314,1676,2488,1610,1449,3558,3569,2166,2098, 409, +1011,2325,3704,2306, 818,1732,1383,1824,1844,3757, 999,2705,3497,1216,1423,2683, +2426,2954,2501,2726,2229,1475,2554,5064,1971,1794,1666,2014,1343, 783, 724, 191, +2434,1354,2220,5065,1763,2752,2472,4152, 131, 175,2885,3434, 92,1466,4920,2616, +3871,3872,3866, 128,1551,1632, 669,1854,3682,4691,4125,1230, 188,2973,3290,1302, +1213, 560,3266, 917, 763,3909,3249,1760, 868,1958, 764,1782,2097, 145,2277,3774, +4462, 64,1491,3062, 971,2132,3606,2442, 221,1226,1617, 218, 323,1185,3207,3147, + 571, 619,1473,1005,1744,2281, 449,1887,2396,3685, 275, 375,3816,1743,3844,3731, + 845,1983,2350,4210,1377, 773, 967,3499,3052,3743,2725,4007,1697,1022,3943,1464, +3264,2855,2722,1952,1029,2839,2467, 84,4383,2215, 820,1391,2015,2448,3672, 377, +1948,2168, 797,2545,3536,2578,2645, 94,2874,1678, 405,1259,3071, 771, 546,1315, + 470,1243,3083, 895,2468, 981, 969,2037, 846,4181, 653,1276,2928, 14,2594, 557, +3007,2474, 156, 902,1338,1740,2574, 537,2518, 973,2282,2216,2433,1928, 138,2903, +1293,2631,1612, 646,3457, 839,2935, 111, 496,2191,2847, 589,3186, 149,3994,2060, +4031,2641,4067,3145,1870, 37,3597,2136,1025,2051,3009,3383,3549,1121,1016,3261, +1301, 251,2446,2599,2153, 872,3246, 637, 334,3705, 831, 884, 921,3065,3140,4092, +2198,1944, 246,2964, 108,2045,1152,1921,2308,1031, 203,3173,4170,1907,3890, 810, +1401,2003,1690, 506, 647,1242,2828,1761,1649,3208,2249,1589,3709,2931,5156,1708, + 498, 666,2613, 834,3817,1231, 184,2851,1124, 883,3197,2261,3710,1765,1553,2658, +1178,2639,2351, 93,1193, 942,2538,2141,4402, 235,1821, 870,1591,2192,1709,1871, +3341,1618,4126,2595,2334, 603, 651, 69, 701, 268,2662,3411,2555,1380,1606, 503, + 448, 254,2371,2646, 574,1187,2309,1770, 322,2235,1292,1801, 305, 566,1133, 229, +2067,2057, 706, 167, 483,2002,2672,3295,1820,3561,3067, 316, 378,2746,3452,1112, + 136,1981, 507,1651,2917,1117, 285,4591, 182,2580,3522,1304, 335,3303,1835,2504, +1795,1792,2248, 674,1018,2106,2449,1857,2292,2845, 976,3047,1781,2600,2727,1389, +1281, 52,3152, 153, 265,3950, 672,3485,3951,4463, 430,1183, 365, 278,2169, 27, +1407,1336,2304, 209,1340,1730,2202,1852,2403,2883, 979,1737,1062, 631,2829,2542, +3876,2592, 825,2086,2226,3048,3625, 352,1417,3724, 542, 991, 431,1351,3938,1861, +2294, 826,1361,2927,3142,3503,1738, 463,2462,2723, 582,1916,1595,2808, 400,3845, +3891,2868,3621,2254, 58,2492,1123, 910,2160,2614,1372,1603,1196,1072,3385,1700, +3267,1980, 696, 480,2430, 920, 799,1570,2920,1951,2041,4047,2540,1321,4223,2469, +3562,2228,1271,2602, 401,2833,3351,2575,5157, 907,2312,1256, 410, 263,3507,1582, + 996, 678,1849,2316,1480, 908,3545,2237, 703,2322, 667,1826,2849,1531,2604,2999, +2407,3146,2151,2630,1786,3711, 469,3542, 497,3899,2409, 858, 837,4446,3393,1274, + 786, 620,1845,2001,3311, 484, 308,3367,1204,1815,3691,2332,1532,2557,1842,2020, +2724,1927,2333,4440, 567, 22,1673,2728,4475,1987,1858,1144,1597, 101,1832,3601, + 12, 974,3783,4391, 951,1412, 1,3720, 453,4608,4041, 528,1041,1027,3230,2628, +1129, 875,1051,3291,1203,2262,1069,2860,2799,2149,2615,3278, 144,1758,3040, 31, + 475,1680, 366,2685,3184, 311,1642,4008,2466,5036,1593,1493,2809, 216,1420,1668, + 233, 304,2128,3284, 232,1429,1768,1040,2008,3407,2740,2967,2543, 242,2133, 778, +1565,2022,2620, 505,2189,2756,1098,2273, 372,1614, 708, 553,2846,2094,2278, 169, +3626,2835,4161, 228,2674,3165, 809,1454,1309, 466,1705,1095, 900,3423, 880,2667, +3751,5258,2317,3109,2571,4317,2766,1503,1342, 866,4447,1118, 63,2076, 314,1881, +1348,1061, 172, 978,3515,1747, 532, 511,3970, 6, 601, 905,2699,3300,1751, 276, +1467,3725,2668, 65,4239,2544,2779,2556,1604, 578,2451,1802, 992,2331,2624,1320, +3446, 713,1513,1013, 103,2786,2447,1661, 886,1702, 916, 654,3574,2031,1556, 751, +2178,2821,2179,1498,1538,2176, 271, 914,2251,2080,1325, 638,1953,2937,3877,2432, +2754, 95,3265,1716, 260,1227,4083, 775, 106,1357,3254, 426,1607, 555,2480, 772, +1985, 244,2546, 474, 495,1046,2611,1851,2061, 71,2089,1675,2590, 742,3758,2843, +3222,1433, 267,2180,2576,2826,2233,2092,3913,2435, 956,1745,3075, 856,2113,1116, + 451, 3,1988,2896,1398, 993,2463,1878,2049,1341,2718,2721,2870,2108, 712,2904, +4363,2753,2324, 277,2872,2349,2649, 384, 987, 435, 691,3000, 922, 164,3939, 652, +1500,1184,4153,2482,3373,2165,4848,2335,3775,3508,3154,2806,2830,1554,2102,1664, +2530,1434,2408, 893,1547,2623,3447,2832,2242,2532,3169,2856,3223,2078, 49,3770, +3469, 462, 318, 656,2259,3250,3069, 679,1629,2758, 344,1138,1104,3120,1836,1283, +3115,2154,1437,4448, 934, 759,1999, 794,2862,1038, 533,2560,1722,2342, 855,2626, +1197,1663,4476,3127, 85,4240,2528, 25,1111,1181,3673, 407,3470,4561,2679,2713, + 768,1925,2841,3986,1544,1165, 932, 373,1240,2146,1930,2673, 721,4766, 354,4333, + 391,2963, 187, 61,3364,1442,1102, 330,1940,1767, 341,3809,4118, 393,2496,2062, +2211, 105, 331, 300, 439, 913,1332, 626, 379,3304,1557, 328, 689,3952, 309,1555, + 931, 317,2517,3027, 325, 569, 686,2107,3084, 60,1042,1333,2794, 264,3177,4014, +1628, 258,3712, 7,4464,1176,1043,1778, 683, 114,1975, 78,1492, 383,1886, 510, + 386, 645,5291,2891,2069,3305,4138,3867,2939,2603,2493,1935,1066,1848,3588,1015, +1282,1289,4609, 697,1453,3044,2666,3611,1856,2412, 54, 719,1330, 568,3778,2459, +1748, 788, 492, 551,1191,1000, 488,3394,3763, 282,1799, 348,2016,1523,3155,2390, +1049, 382,2019,1788,1170, 729,2968,3523, 897,3926,2785,2938,3292, 350,2319,3238, +1718,1717,2655,3453,3143,4465, 161,2889,2980,2009,1421, 56,1908,1640,2387,2232, +1917,1874,2477,4921, 148, 83,3438, 592,4245,2882,1822,1055, 741, 115,1496,1624, + 381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189, + 852,1221,1400,1486, 882,2299,4036, 351, 28,1122, 700,6479,6480,6481,6482,6483, #last 512 +) + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 0000000..8446d2d --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py @@ -0,0 +1,46 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import GB2312DistributionAnalysis +from .mbcssm import GB2312_SM_MODEL + +class GB2312Prober(MultiByteCharSetProber): + def __init__(self): + super(GB2312Prober, self).__init__() + self.coding_sm = CodingStateMachine(GB2312_SM_MODEL) + self.distribution_analyzer = GB2312DistributionAnalysis() + self.reset() + + @property + def charset_name(self): + return "GB2312" + + @property + def language(self): + return "Chinese" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 0000000..b0e1bf4 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py @@ -0,0 +1,292 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Shy Shalom +# Portions created by the Initial Developer are Copyright (C) 2005 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetprober import CharSetProber +from .enums import ProbingState + +# This prober doesn't actually recognize a language or a charset. +# It is a helper prober for the use of the Hebrew model probers + +### General ideas of the Hebrew charset recognition ### +# +# Four main charsets exist in Hebrew: +# "ISO-8859-8" - Visual Hebrew +# "windows-1255" - Logical Hebrew +# "ISO-8859-8-I" - Logical Hebrew +# "x-mac-hebrew" - ?? Logical Hebrew ?? +# +# Both "ISO" charsets use a completely identical set of code points, whereas +# "windows-1255" and "x-mac-hebrew" are two different proper supersets of +# these code points. windows-1255 defines additional characters in the range +# 0x80-0x9F as some misc punctuation marks as well as some Hebrew-specific +# diacritics and additional 'Yiddish' ligature letters in the range 0xc0-0xd6. +# x-mac-hebrew defines similar additional code points but with a different +# mapping. +# +# As far as an average Hebrew text with no diacritics is concerned, all four +# charsets are identical with respect to code points. Meaning that for the +# main Hebrew alphabet, all four map the same values to all 27 Hebrew letters +# (including final letters). +# +# The dominant difference between these charsets is their directionality. +# "Visual" directionality means that the text is ordered as if the renderer is +# not aware of a BIDI rendering algorithm. The renderer sees the text and +# draws it from left to right. The text itself when ordered naturally is read +# backwards. A buffer of Visual Hebrew generally looks like so: +# "[last word of first line spelled backwards] [whole line ordered backwards +# and spelled backwards] [first word of first line spelled backwards] +# [end of line] [last word of second line] ... etc' " +# adding punctuation marks, numbers and English text to visual text is +# naturally also "visual" and from left to right. +# +# "Logical" directionality means the text is ordered "naturally" according to +# the order it is read. It is the responsibility of the renderer to display +# the text from right to left. A BIDI algorithm is used to place general +# punctuation marks, numbers and English text in the text. +# +# Texts in x-mac-hebrew are almost impossible to find on the Internet. From +# what little evidence I could find, it seems that its general directionality +# is Logical. +# +# To sum up all of the above, the Hebrew probing mechanism knows about two +# charsets: +# Visual Hebrew - "ISO-8859-8" - backwards text - Words and sentences are +# backwards while line order is natural. For charset recognition purposes +# the line order is unimportant (In fact, for this implementation, even +# word order is unimportant). +# Logical Hebrew - "windows-1255" - normal, naturally ordered text. +# +# "ISO-8859-8-I" is a subset of windows-1255 and doesn't need to be +# specifically identified. +# "x-mac-hebrew" is also identified as windows-1255. A text in x-mac-hebrew +# that contain special punctuation marks or diacritics is displayed with +# some unconverted characters showing as question marks. This problem might +# be corrected using another model prober for x-mac-hebrew. Due to the fact +# that x-mac-hebrew texts are so rare, writing another model prober isn't +# worth the effort and performance hit. +# +#### The Prober #### +# +# The prober is divided between two SBCharSetProbers and a HebrewProber, +# all of which are managed, created, fed data, inquired and deleted by the +# SBCSGroupProber. The two SBCharSetProbers identify that the text is in +# fact some kind of Hebrew, Logical or Visual. The final decision about which +# one is it is made by the HebrewProber by combining final-letter scores +# with the scores of the two SBCharSetProbers to produce a final answer. +# +# The SBCSGroupProber is responsible for stripping the original text of HTML +# tags, English characters, numbers, low-ASCII punctuation characters, spaces +# and new lines. It reduces any sequence of such characters to a single space. +# The buffer fed to each prober in the SBCS group prober is pure text in +# high-ASCII. +# The two SBCharSetProbers (model probers) share the same language model: +# Win1255Model. +# The first SBCharSetProber uses the model normally as any other +# SBCharSetProber does, to recognize windows-1255, upon which this model was +# built. The second SBCharSetProber is told to make the pair-of-letter +# lookup in the language model backwards. This in practice exactly simulates +# a visual Hebrew model using the windows-1255 logical Hebrew model. +# +# The HebrewProber is not using any language model. All it does is look for +# final-letter evidence suggesting the text is either logical Hebrew or visual +# Hebrew. Disjointed from the model probers, the results of the HebrewProber +# alone are meaningless. HebrewProber always returns 0.00 as confidence +# since it never identifies a charset by itself. Instead, the pointer to the +# HebrewProber is passed to the model probers as a helper "Name Prober". +# When the Group prober receives a positive identification from any prober, +# it asks for the name of the charset identified. If the prober queried is a +# Hebrew model prober, the model prober forwards the call to the +# HebrewProber to make the final decision. In the HebrewProber, the +# decision is made according to the final-letters scores maintained and Both +# model probers scores. The answer is returned in the form of the name of the +# charset identified, either "windows-1255" or "ISO-8859-8". + +class HebrewProber(CharSetProber): + # windows-1255 / ISO-8859-8 code points of interest + FINAL_KAF = 0xea + NORMAL_KAF = 0xeb + FINAL_MEM = 0xed + NORMAL_MEM = 0xee + FINAL_NUN = 0xef + NORMAL_NUN = 0xf0 + FINAL_PE = 0xf3 + NORMAL_PE = 0xf4 + FINAL_TSADI = 0xf5 + NORMAL_TSADI = 0xf6 + + # Minimum Visual vs Logical final letter score difference. + # If the difference is below this, don't rely solely on the final letter score + # distance. + MIN_FINAL_CHAR_DISTANCE = 5 + + # Minimum Visual vs Logical model score difference. + # If the difference is below this, don't rely at all on the model score + # distance. + MIN_MODEL_DISTANCE = 0.01 + + VISUAL_HEBREW_NAME = "ISO-8859-8" + LOGICAL_HEBREW_NAME = "windows-1255" + + def __init__(self): + super(HebrewProber, self).__init__() + self._final_char_logical_score = None + self._final_char_visual_score = None + self._prev = None + self._before_prev = None + self._logical_prober = None + self._visual_prober = None + self.reset() + + def reset(self): + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + # The two last characters seen in the previous buffer, + # mPrev and mBeforePrev are initialized to space in order to simulate + # a word delimiter at the beginning of the data + self._prev = ' ' + self._before_prev = ' ' + # These probers are owned by the group prober. + + def set_model_probers(self, logicalProber, visualProber): + self._logical_prober = logicalProber + self._visual_prober = visualProber + + def is_final(self, c): + return c in [self.FINAL_KAF, self.FINAL_MEM, self.FINAL_NUN, + self.FINAL_PE, self.FINAL_TSADI] + + def is_non_final(self, c): + # The normal Tsadi is not a good Non-Final letter due to words like + # 'lechotet' (to chat) containing an apostrophe after the tsadi. This + # apostrophe is converted to a space in FilterWithoutEnglishLetters + # causing the Non-Final tsadi to appear at an end of a word even + # though this is not the case in the original text. + # The letters Pe and Kaf rarely display a related behavior of not being + # a good Non-Final letter. Words like 'Pop', 'Winamp' and 'Mubarak' + # for example legally end with a Non-Final Pe or Kaf. However, the + # benefit of these letters as Non-Final letters outweighs the damage + # since these words are quite rare. + return c in [self.NORMAL_KAF, self.NORMAL_MEM, + self.NORMAL_NUN, self.NORMAL_PE] + + def feed(self, byte_str): + # Final letter analysis for logical-visual decision. + # Look for evidence that the received buffer is either logical Hebrew + # or visual Hebrew. + # The following cases are checked: + # 1) A word longer than 1 letter, ending with a final letter. This is + # an indication that the text is laid out "naturally" since the + # final letter really appears at the end. +1 for logical score. + # 2) A word longer than 1 letter, ending with a Non-Final letter. In + # normal Hebrew, words ending with Kaf, Mem, Nun, Pe or Tsadi, + # should not end with the Non-Final form of that letter. Exceptions + # to this rule are mentioned above in isNonFinal(). This is an + # indication that the text is laid out backwards. +1 for visual + # score + # 3) A word longer than 1 letter, starting with a final letter. Final + # letters should not appear at the beginning of a word. This is an + # indication that the text is laid out backwards. +1 for visual + # score. + # + # The visual score and logical score are accumulated throughout the + # text and are finally checked against each other in GetCharSetName(). + # No checking for final letters in the middle of words is done since + # that case is not an indication for either Logical or Visual text. + # + # We automatically filter out all 7-bit characters (replace them with + # spaces) so the word boundary detection works properly. [MAP] + + if self.state == ProbingState.NOT_ME: + # Both model probers say it's not them. No reason to continue. + return ProbingState.NOT_ME + + byte_str = self.filter_high_byte_only(byte_str) + + for cur in byte_str: + if cur == ' ': + # We stand on a space - a word just ended + if self._before_prev != ' ': + # next-to-last char was not a space so self._prev is not a + # 1 letter word + if self.is_final(self._prev): + # case (1) [-2:not space][-1:final letter][cur:space] + self._final_char_logical_score += 1 + elif self.is_non_final(self._prev): + # case (2) [-2:not space][-1:Non-Final letter][ + # cur:space] + self._final_char_visual_score += 1 + else: + # Not standing on a space + if ((self._before_prev == ' ') and + (self.is_final(self._prev)) and (cur != ' ')): + # case (3) [-2:space][-1:final letter][cur:not space] + self._final_char_visual_score += 1 + self._before_prev = self._prev + self._prev = cur + + # Forever detecting, till the end or until both model probers return + # ProbingState.NOT_ME (handled above) + return ProbingState.DETECTING + + @property + def charset_name(self): + # Make the decision: is it Logical or Visual? + # If the final letter score distance is dominant enough, rely on it. + finalsub = self._final_char_logical_score - self._final_char_visual_score + if finalsub >= self.MIN_FINAL_CHAR_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if finalsub <= -self.MIN_FINAL_CHAR_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # It's not dominant enough, try to rely on the model scores instead. + modelsub = (self._logical_prober.get_confidence() + - self._visual_prober.get_confidence()) + if modelsub > self.MIN_MODEL_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if modelsub < -self.MIN_MODEL_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # Still no good, back to final letter distance, maybe it'll save the + # day. + if finalsub < 0.0: + return self.VISUAL_HEBREW_NAME + + # (finalsub > 0 - Logical) or (don't know what to do) default to + # Logical. + return self.LOGICAL_HEBREW_NAME + + @property + def language(self): + return 'Hebrew' + + @property + def state(self): + # Remain active as long as any of the model probers are active. + if (self._logical_prober.state == ProbingState.NOT_ME) and \ + (self._visual_prober.state == ProbingState.NOT_ME): + return ProbingState.NOT_ME + return ProbingState.DETECTING diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 0000000..83fc082 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py @@ -0,0 +1,325 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology +# +# Japanese frequency table, applied to both S-JIS and EUC-JP +# They are sorted in order. + +# 128 --> 0.77094 +# 256 --> 0.85710 +# 512 --> 0.92635 +# 1024 --> 0.97130 +# 2048 --> 0.99431 +# +# Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58 +# Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191 +# +# Typical Distribution Ratio, 25% of IDR + +JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0 + +# Char to FreqOrder table , +JIS_TABLE_SIZE = 4368 + +JIS_CHAR_TO_FREQ_ORDER = ( + 40, 1, 6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, # 16 +3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247, 18, 179,5071, 856,1661, # 32 +1262,5072, 619, 127,3431,3512,3230,1899,1700, 232, 228,1294,1298, 284, 283,2041, # 48 +2042,1061,1062, 48, 49, 44, 45, 433, 434,1040,1041, 996, 787,2997,1255,4305, # 64 +2108,4609,1684,1648,5073,5074,5075,5076,5077,5078,3687,5079,4610,5080,3927,3928, # 80 +5081,3296,3432, 290,2285,1471,2187,5082,2580,2825,1303,2140,1739,1445,2691,3375, # 96 +1691,3297,4306,4307,4611, 452,3376,1182,2713,3688,3069,4308,5083,5084,5085,5086, # 112 +5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102, # 128 +5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,4097,5113,5114,5115,5116,5117, # 144 +5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133, # 160 +5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149, # 176 +5150,5151,5152,4612,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164, # 192 +5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,1472, 598, 618, 820,1205, # 208 +1309,1412,1858,1307,1692,5176,5177,5178,5179,5180,5181,5182,1142,1452,1234,1172, # 224 +1875,2043,2149,1793,1382,2973, 925,2404,1067,1241, 960,1377,2935,1491, 919,1217, # 240 +1865,2030,1406,1499,2749,4098,5183,5184,5185,5186,5187,5188,2561,4099,3117,1804, # 256 +2049,3689,4309,3513,1663,5189,3166,3118,3298,1587,1561,3433,5190,3119,1625,2998, # 272 +3299,4613,1766,3690,2786,4614,5191,5192,5193,5194,2161, 26,3377, 2,3929, 20, # 288 +3691, 47,4100, 50, 17, 16, 35, 268, 27, 243, 42, 155, 24, 154, 29, 184, # 304 + 4, 91, 14, 92, 53, 396, 33, 289, 9, 37, 64, 620, 21, 39, 321, 5, # 320 + 12, 11, 52, 13, 3, 208, 138, 0, 7, 60, 526, 141, 151,1069, 181, 275, # 336 +1591, 83, 132,1475, 126, 331, 829, 15, 69, 160, 59, 22, 157, 55,1079, 312, # 352 + 109, 38, 23, 25, 10, 19, 79,5195, 61, 382,1124, 8, 30,5196,5197,5198, # 368 +5199,5200,5201,5202,5203,5204,5205,5206, 89, 62, 74, 34,2416, 112, 139, 196, # 384 + 271, 149, 84, 607, 131, 765, 46, 88, 153, 683, 76, 874, 101, 258, 57, 80, # 400 + 32, 364, 121,1508, 169,1547, 68, 235, 145,2999, 41, 360,3027, 70, 63, 31, # 416 + 43, 259, 262,1383, 99, 533, 194, 66, 93, 846, 217, 192, 56, 106, 58, 565, # 432 + 280, 272, 311, 256, 146, 82, 308, 71, 100, 128, 214, 655, 110, 261, 104,1140, # 448 + 54, 51, 36, 87, 67,3070, 185,2618,2936,2020, 28,1066,2390,2059,5207,5208, # 464 +5209,5210,5211,5212,5213,5214,5215,5216,4615,5217,5218,5219,5220,5221,5222,5223, # 480 +5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,3514,5237,5238, # 496 +5239,5240,5241,5242,5243,5244,2297,2031,4616,4310,3692,5245,3071,5246,3598,5247, # 512 +4617,3231,3515,5248,4101,4311,4618,3808,4312,4102,5249,4103,4104,3599,5250,5251, # 528 +5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267, # 544 +5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283, # 560 +5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299, # 576 +5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315, # 592 +5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331, # 608 +5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347, # 624 +5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363, # 640 +5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379, # 656 +5380,5381, 363, 642,2787,2878,2788,2789,2316,3232,2317,3434,2011, 165,1942,3930, # 672 +3931,3932,3933,5382,4619,5383,4620,5384,5385,5386,5387,5388,5389,5390,5391,5392, # 688 +5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408, # 704 +5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424, # 720 +5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440, # 736 +5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456, # 752 +5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472, # 768 +5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488, # 784 +5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504, # 800 +5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520, # 816 +5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536, # 832 +5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552, # 848 +5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568, # 864 +5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584, # 880 +5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600, # 896 +5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616, # 912 +5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632, # 928 +5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648, # 944 +5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664, # 960 +5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680, # 976 +5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696, # 992 +5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712, # 1008 +5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728, # 1024 +5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744, # 1040 +5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760, # 1056 +5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776, # 1072 +5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792, # 1088 +5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808, # 1104 +5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824, # 1120 +5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840, # 1136 +5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856, # 1152 +5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872, # 1168 +5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888, # 1184 +5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904, # 1200 +5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, # 1216 +5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936, # 1232 +5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952, # 1248 +5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968, # 1264 +5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984, # 1280 +5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000, # 1296 +6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016, # 1312 +6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032, # 1328 +6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048, # 1344 +6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064, # 1360 +6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080, # 1376 +6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096, # 1392 +6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112, # 1408 +6113,6114,2044,2060,4621, 997,1235, 473,1186,4622, 920,3378,6115,6116, 379,1108, # 1424 +4313,2657,2735,3934,6117,3809, 636,3233, 573,1026,3693,3435,2974,3300,2298,4105, # 1440 + 854,2937,2463, 393,2581,2417, 539, 752,1280,2750,2480, 140,1161, 440, 708,1569, # 1456 + 665,2497,1746,1291,1523,3000, 164,1603, 847,1331, 537,1997, 486, 508,1693,2418, # 1472 +1970,2227, 878,1220, 299,1030, 969, 652,2751, 624,1137,3301,2619, 65,3302,2045, # 1488 +1761,1859,3120,1930,3694,3516, 663,1767, 852, 835,3695, 269, 767,2826,2339,1305, # 1504 + 896,1150, 770,1616,6118, 506,1502,2075,1012,2519, 775,2520,2975,2340,2938,4314, # 1520 +3028,2086,1224,1943,2286,6119,3072,4315,2240,1273,1987,3935,1557, 175, 597, 985, # 1536 +3517,2419,2521,1416,3029, 585, 938,1931,1007,1052,1932,1685,6120,3379,4316,4623, # 1552 + 804, 599,3121,1333,2128,2539,1159,1554,2032,3810, 687,2033,2904, 952, 675,1467, # 1568 +3436,6121,2241,1096,1786,2440,1543,1924, 980,1813,2228, 781,2692,1879, 728,1918, # 1584 +3696,4624, 548,1950,4625,1809,1088,1356,3303,2522,1944, 502, 972, 373, 513,2827, # 1600 + 586,2377,2391,1003,1976,1631,6122,2464,1084, 648,1776,4626,2141, 324, 962,2012, # 1616 +2177,2076,1384, 742,2178,1448,1173,1810, 222, 102, 301, 445, 125,2420, 662,2498, # 1632 + 277, 200,1476,1165,1068, 224,2562,1378,1446, 450,1880, 659, 791, 582,4627,2939, # 1648 +3936,1516,1274, 555,2099,3697,1020,1389,1526,3380,1762,1723,1787,2229, 412,2114, # 1664 +1900,2392,3518, 512,2597, 427,1925,2341,3122,1653,1686,2465,2499, 697, 330, 273, # 1680 + 380,2162, 951, 832, 780, 991,1301,3073, 965,2270,3519, 668,2523,2636,1286, 535, # 1696 +1407, 518, 671, 957,2658,2378, 267, 611,2197,3030,6123, 248,2299, 967,1799,2356, # 1712 + 850,1418,3437,1876,1256,1480,2828,1718,6124,6125,1755,1664,2405,6126,4628,2879, # 1728 +2829, 499,2179, 676,4629, 557,2329,2214,2090, 325,3234, 464, 811,3001, 992,2342, # 1744 +2481,1232,1469, 303,2242, 466,1070,2163, 603,1777,2091,4630,2752,4631,2714, 322, # 1760 +2659,1964,1768, 481,2188,1463,2330,2857,3600,2092,3031,2421,4632,2318,2070,1849, # 1776 +2598,4633,1302,2254,1668,1701,2422,3811,2905,3032,3123,2046,4106,1763,1694,4634, # 1792 +1604, 943,1724,1454, 917, 868,2215,1169,2940, 552,1145,1800,1228,1823,1955, 316, # 1808 +1080,2510, 361,1807,2830,4107,2660,3381,1346,1423,1134,4108,6127, 541,1263,1229, # 1824 +1148,2540, 545, 465,1833,2880,3438,1901,3074,2482, 816,3937, 713,1788,2500, 122, # 1840 +1575, 195,1451,2501,1111,6128, 859, 374,1225,2243,2483,4317, 390,1033,3439,3075, # 1856 +2524,1687, 266, 793,1440,2599, 946, 779, 802, 507, 897,1081, 528,2189,1292, 711, # 1872 +1866,1725,1167,1640, 753, 398,2661,1053, 246, 348,4318, 137,1024,3440,1600,2077, # 1888 +2129, 825,4319, 698, 238, 521, 187,2300,1157,2423,1641,1605,1464,1610,1097,2541, # 1904 +1260,1436, 759,2255,1814,2150, 705,3235, 409,2563,3304, 561,3033,2005,2564, 726, # 1920 +1956,2343,3698,4109, 949,3812,3813,3520,1669, 653,1379,2525, 881,2198, 632,2256, # 1936 +1027, 778,1074, 733,1957, 514,1481,2466, 554,2180, 702,3938,1606,1017,1398,6129, # 1952 +1380,3521, 921, 993,1313, 594, 449,1489,1617,1166, 768,1426,1360, 495,1794,3601, # 1968 +1177,3602,1170,4320,2344, 476, 425,3167,4635,3168,1424, 401,2662,1171,3382,1998, # 1984 +1089,4110, 477,3169, 474,6130,1909, 596,2831,1842, 494, 693,1051,1028,1207,3076, # 2000 + 606,2115, 727,2790,1473,1115, 743,3522, 630, 805,1532,4321,2021, 366,1057, 838, # 2016 + 684,1114,2142,4322,2050,1492,1892,1808,2271,3814,2424,1971,1447,1373,3305,1090, # 2032 +1536,3939,3523,3306,1455,2199, 336, 369,2331,1035, 584,2393, 902, 718,2600,6131, # 2048 +2753, 463,2151,1149,1611,2467, 715,1308,3124,1268, 343,1413,3236,1517,1347,2663, # 2064 +2093,3940,2022,1131,1553,2100,2941,1427,3441,2942,1323,2484,6132,1980, 872,2368, # 2080 +2441,2943, 320,2369,2116,1082, 679,1933,3941,2791,3815, 625,1143,2023, 422,2200, # 2096 +3816,6133, 730,1695, 356,2257,1626,2301,2858,2637,1627,1778, 937, 883,2906,2693, # 2112 +3002,1769,1086, 400,1063,1325,3307,2792,4111,3077, 456,2345,1046, 747,6134,1524, # 2128 + 884,1094,3383,1474,2164,1059, 974,1688,2181,2258,1047, 345,1665,1187, 358, 875, # 2144 +3170, 305, 660,3524,2190,1334,1135,3171,1540,1649,2542,1527, 927, 968,2793, 885, # 2160 +1972,1850, 482, 500,2638,1218,1109,1085,2543,1654,2034, 876, 78,2287,1482,1277, # 2176 + 861,1675,1083,1779, 724,2754, 454, 397,1132,1612,2332, 893, 672,1237, 257,2259, # 2192 +2370, 135,3384, 337,2244, 547, 352, 340, 709,2485,1400, 788,1138,2511, 540, 772, # 2208 +1682,2260,2272,2544,2013,1843,1902,4636,1999,1562,2288,4637,2201,1403,1533, 407, # 2224 + 576,3308,1254,2071, 978,3385, 170, 136,1201,3125,2664,3172,2394, 213, 912, 873, # 2240 +3603,1713,2202, 699,3604,3699, 813,3442, 493, 531,1054, 468,2907,1483, 304, 281, # 2256 +4112,1726,1252,2094, 339,2319,2130,2639, 756,1563,2944, 748, 571,2976,1588,2425, # 2272 +2715,1851,1460,2426,1528,1392,1973,3237, 288,3309, 685,3386, 296, 892,2716,2216, # 2288 +1570,2245, 722,1747,2217, 905,3238,1103,6135,1893,1441,1965, 251,1805,2371,3700, # 2304 +2601,1919,1078, 75,2182,1509,1592,1270,2640,4638,2152,6136,3310,3817, 524, 706, # 2320 +1075, 292,3818,1756,2602, 317, 98,3173,3605,3525,1844,2218,3819,2502, 814, 567, # 2336 + 385,2908,1534,6137, 534,1642,3239, 797,6138,1670,1529, 953,4323, 188,1071, 538, # 2352 + 178, 729,3240,2109,1226,1374,2000,2357,2977, 731,2468,1116,2014,2051,6139,1261, # 2368 +1593, 803,2859,2736,3443, 556, 682, 823,1541,6140,1369,2289,1706,2794, 845, 462, # 2384 +2603,2665,1361, 387, 162,2358,1740, 739,1770,1720,1304,1401,3241,1049, 627,1571, # 2400 +2427,3526,1877,3942,1852,1500, 431,1910,1503, 677, 297,2795, 286,1433,1038,1198, # 2416 +2290,1133,1596,4113,4639,2469,1510,1484,3943,6141,2442, 108, 712,4640,2372, 866, # 2432 +3701,2755,3242,1348, 834,1945,1408,3527,2395,3243,1811, 824, 994,1179,2110,1548, # 2448 +1453, 790,3003, 690,4324,4325,2832,2909,3820,1860,3821, 225,1748, 310, 346,1780, # 2464 +2470, 821,1993,2717,2796, 828, 877,3528,2860,2471,1702,2165,2910,2486,1789, 453, # 2480 + 359,2291,1676, 73,1164,1461,1127,3311, 421, 604, 314,1037, 589, 116,2487, 737, # 2496 + 837,1180, 111, 244, 735,6142,2261,1861,1362, 986, 523, 418, 581,2666,3822, 103, # 2512 + 855, 503,1414,1867,2488,1091, 657,1597, 979, 605,1316,4641,1021,2443,2078,2001, # 2528 +1209, 96, 587,2166,1032, 260,1072,2153, 173, 94, 226,3244, 819,2006,4642,4114, # 2544 +2203, 231,1744, 782, 97,2667, 786,3387, 887, 391, 442,2219,4326,1425,6143,2694, # 2560 + 633,1544,1202, 483,2015, 592,2052,1958,2472,1655, 419, 129,4327,3444,3312,1714, # 2576 +1257,3078,4328,1518,1098, 865,1310,1019,1885,1512,1734, 469,2444, 148, 773, 436, # 2592 +1815,1868,1128,1055,4329,1245,2756,3445,2154,1934,1039,4643, 579,1238, 932,2320, # 2608 + 353, 205, 801, 115,2428, 944,2321,1881, 399,2565,1211, 678, 766,3944, 335,2101, # 2624 +1459,1781,1402,3945,2737,2131,1010, 844, 981,1326,1013, 550,1816,1545,2620,1335, # 2640 +1008, 371,2881, 936,1419,1613,3529,1456,1395,2273,1834,2604,1317,2738,2503, 416, # 2656 +1643,4330, 806,1126, 229, 591,3946,1314,1981,1576,1837,1666, 347,1790, 977,3313, # 2672 + 764,2861,1853, 688,2429,1920,1462, 77, 595, 415,2002,3034, 798,1192,4115,6144, # 2688 +2978,4331,3035,2695,2582,2072,2566, 430,2430,1727, 842,1396,3947,3702, 613, 377, # 2704 + 278, 236,1417,3388,3314,3174, 757,1869, 107,3530,6145,1194, 623,2262, 207,1253, # 2720 +2167,3446,3948, 492,1117,1935, 536,1838,2757,1246,4332, 696,2095,2406,1393,1572, # 2736 +3175,1782, 583, 190, 253,1390,2230, 830,3126,3389, 934,3245,1703,1749,2979,1870, # 2752 +2545,1656,2204, 869,2346,4116,3176,1817, 496,1764,4644, 942,1504, 404,1903,1122, # 2768 +1580,3606,2945,1022, 515, 372,1735, 955,2431,3036,6146,2797,1110,2302,2798, 617, # 2784 +6147, 441, 762,1771,3447,3607,3608,1904, 840,3037, 86, 939,1385, 572,1370,2445, # 2800 +1336, 114,3703, 898, 294, 203,3315, 703,1583,2274, 429, 961,4333,1854,1951,3390, # 2816 +2373,3704,4334,1318,1381, 966,1911,2322,1006,1155, 309, 989, 458,2718,1795,1372, # 2832 +1203, 252,1689,1363,3177, 517,1936, 168,1490, 562, 193,3823,1042,4117,1835, 551, # 2848 + 470,4645, 395, 489,3448,1871,1465,2583,2641, 417,1493, 279,1295, 511,1236,1119, # 2864 + 72,1231,1982,1812,3004, 871,1564, 984,3449,1667,2696,2096,4646,2347,2833,1673, # 2880 +3609, 695,3246,2668, 807,1183,4647, 890, 388,2333,1801,1457,2911,1765,1477,1031, # 2896 +3316,3317,1278,3391,2799,2292,2526, 163,3450,4335,2669,1404,1802,6148,2323,2407, # 2912 +1584,1728,1494,1824,1269, 298, 909,3318,1034,1632, 375, 776,1683,2061, 291, 210, # 2928 +1123, 809,1249,1002,2642,3038, 206,1011,2132, 144, 975, 882,1565, 342, 667, 754, # 2944 +1442,2143,1299,2303,2062, 447, 626,2205,1221,2739,2912,1144,1214,2206,2584, 760, # 2960 +1715, 614, 950,1281,2670,2621, 810, 577,1287,2546,4648, 242,2168, 250,2643, 691, # 2976 + 123,2644, 647, 313,1029, 689,1357,2946,1650, 216, 771,1339,1306, 808,2063, 549, # 2992 + 913,1371,2913,2914,6149,1466,1092,1174,1196,1311,2605,2396,1783,1796,3079, 406, # 3008 +2671,2117,3949,4649, 487,1825,2220,6150,2915, 448,2348,1073,6151,2397,1707, 130, # 3024 + 900,1598, 329, 176,1959,2527,1620,6152,2275,4336,3319,1983,2191,3705,3610,2155, # 3040 +3706,1912,1513,1614,6153,1988, 646, 392,2304,1589,3320,3039,1826,1239,1352,1340, # 3056 +2916, 505,2567,1709,1437,2408,2547, 906,6154,2672, 384,1458,1594,1100,1329, 710, # 3072 + 423,3531,2064,2231,2622,1989,2673,1087,1882, 333, 841,3005,1296,2882,2379, 580, # 3088 +1937,1827,1293,2585, 601, 574, 249,1772,4118,2079,1120, 645, 901,1176,1690, 795, # 3104 +2207, 478,1434, 516,1190,1530, 761,2080, 930,1264, 355, 435,1552, 644,1791, 987, # 3120 + 220,1364,1163,1121,1538, 306,2169,1327,1222, 546,2645, 218, 241, 610,1704,3321, # 3136 +1984,1839,1966,2528, 451,6155,2586,3707,2568, 907,3178, 254,2947, 186,1845,4650, # 3152 + 745, 432,1757, 428,1633, 888,2246,2221,2489,3611,2118,1258,1265, 956,3127,1784, # 3168 +4337,2490, 319, 510, 119, 457,3612, 274,2035,2007,4651,1409,3128, 970,2758, 590, # 3184 +2800, 661,2247,4652,2008,3950,1420,1549,3080,3322,3951,1651,1375,2111, 485,2491, # 3200 +1429,1156,6156,2548,2183,1495, 831,1840,2529,2446, 501,1657, 307,1894,3247,1341, # 3216 + 666, 899,2156,1539,2549,1559, 886, 349,2208,3081,2305,1736,3824,2170,2759,1014, # 3232 +1913,1386, 542,1397,2948, 490, 368, 716, 362, 159, 282,2569,1129,1658,1288,1750, # 3248 +2674, 276, 649,2016, 751,1496, 658,1818,1284,1862,2209,2087,2512,3451, 622,2834, # 3264 + 376, 117,1060,2053,1208,1721,1101,1443, 247,1250,3179,1792,3952,2760,2398,3953, # 3280 +6157,2144,3708, 446,2432,1151,2570,3452,2447,2761,2835,1210,2448,3082, 424,2222, # 3296 +1251,2449,2119,2836, 504,1581,4338, 602, 817, 857,3825,2349,2306, 357,3826,1470, # 3312 +1883,2883, 255, 958, 929,2917,3248, 302,4653,1050,1271,1751,2307,1952,1430,2697, # 3328 +2719,2359, 354,3180, 777, 158,2036,4339,1659,4340,4654,2308,2949,2248,1146,2232, # 3344 +3532,2720,1696,2623,3827,6158,3129,1550,2698,1485,1297,1428, 637, 931,2721,2145, # 3360 + 914,2550,2587, 81,2450, 612, 827,2646,1242,4655,1118,2884, 472,1855,3181,3533, # 3376 +3534, 569,1353,2699,1244,1758,2588,4119,2009,2762,2171,3709,1312,1531,6159,1152, # 3392 +1938, 134,1830, 471,3710,2276,1112,1535,3323,3453,3535, 982,1337,2950, 488, 826, # 3408 + 674,1058,1628,4120,2017, 522,2399, 211, 568,1367,3454, 350, 293,1872,1139,3249, # 3424 +1399,1946,3006,1300,2360,3324, 588, 736,6160,2606, 744, 669,3536,3828,6161,1358, # 3440 + 199, 723, 848, 933, 851,1939,1505,1514,1338,1618,1831,4656,1634,3613, 443,2740, # 3456 +3829, 717,1947, 491,1914,6162,2551,1542,4121,1025,6163,1099,1223, 198,3040,2722, # 3472 + 370, 410,1905,2589, 998,1248,3182,2380, 519,1449,4122,1710, 947, 928,1153,4341, # 3488 +2277, 344,2624,1511, 615, 105, 161,1212,1076,1960,3130,2054,1926,1175,1906,2473, # 3504 + 414,1873,2801,6164,2309, 315,1319,3325, 318,2018,2146,2157, 963, 631, 223,4342, # 3520 +4343,2675, 479,3711,1197,2625,3712,2676,2361,6165,4344,4123,6166,2451,3183,1886, # 3536 +2184,1674,1330,1711,1635,1506, 799, 219,3250,3083,3954,1677,3713,3326,2081,3614, # 3552 +1652,2073,4657,1147,3041,1752, 643,1961, 147,1974,3955,6167,1716,2037, 918,3007, # 3568 +1994, 120,1537, 118, 609,3184,4345, 740,3455,1219, 332,1615,3830,6168,1621,2980, # 3584 +1582, 783, 212, 553,2350,3714,1349,2433,2082,4124, 889,6169,2310,1275,1410, 973, # 3600 + 166,1320,3456,1797,1215,3185,2885,1846,2590,2763,4658, 629, 822,3008, 763, 940, # 3616 +1990,2862, 439,2409,1566,1240,1622, 926,1282,1907,2764, 654,2210,1607, 327,1130, # 3632 +3956,1678,1623,6170,2434,2192, 686, 608,3831,3715, 903,3957,3042,6171,2741,1522, # 3648 +1915,1105,1555,2552,1359, 323,3251,4346,3457, 738,1354,2553,2311,2334,1828,2003, # 3664 +3832,1753,2351,1227,6172,1887,4125,1478,6173,2410,1874,1712,1847, 520,1204,2607, # 3680 + 264,4659, 836,2677,2102, 600,4660,3833,2278,3084,6174,4347,3615,1342, 640, 532, # 3696 + 543,2608,1888,2400,2591,1009,4348,1497, 341,1737,3616,2723,1394, 529,3252,1321, # 3712 + 983,4661,1515,2120, 971,2592, 924, 287,1662,3186,4349,2700,4350,1519, 908,1948, # 3728 +2452, 156, 796,1629,1486,2223,2055, 694,4126,1259,1036,3392,1213,2249,2742,1889, # 3744 +1230,3958,1015, 910, 408, 559,3617,4662, 746, 725, 935,4663,3959,3009,1289, 563, # 3760 + 867,4664,3960,1567,2981,2038,2626, 988,2263,2381,4351, 143,2374, 704,1895,6175, # 3776 +1188,3716,2088, 673,3085,2362,4352, 484,1608,1921,2765,2918, 215, 904,3618,3537, # 3792 + 894, 509, 976,3043,2701,3961,4353,2837,2982, 498,6176,6177,1102,3538,1332,3393, # 3808 +1487,1636,1637, 233, 245,3962, 383, 650, 995,3044, 460,1520,1206,2352, 749,3327, # 3824 + 530, 700, 389,1438,1560,1773,3963,2264, 719,2951,2724,3834, 870,1832,1644,1000, # 3840 + 839,2474,3717, 197,1630,3394, 365,2886,3964,1285,2133, 734, 922, 818,1106, 732, # 3856 + 480,2083,1774,3458, 923,2279,1350, 221,3086, 85,2233,2234,3835,1585,3010,2147, # 3872 +1387,1705,2382,1619,2475, 133, 239,2802,1991,1016,2084,2383, 411,2838,1113, 651, # 3888 +1985,1160,3328, 990,1863,3087,1048,1276,2647, 265,2627,1599,3253,2056, 150, 638, # 3904 +2019, 656, 853, 326,1479, 680,1439,4354,1001,1759, 413,3459,3395,2492,1431, 459, # 3920 +4355,1125,3329,2265,1953,1450,2065,2863, 849, 351,2678,3131,3254,3255,1104,1577, # 3936 + 227,1351,1645,2453,2193,1421,2887, 812,2121, 634, 95,2435, 201,2312,4665,1646, # 3952 +1671,2743,1601,2554,2702,2648,2280,1315,1366,2089,3132,1573,3718,3965,1729,1189, # 3968 + 328,2679,1077,1940,1136, 558,1283, 964,1195, 621,2074,1199,1743,3460,3619,1896, # 3984 +1916,1890,3836,2952,1154,2112,1064, 862, 378,3011,2066,2113,2803,1568,2839,6178, # 4000 +3088,2919,1941,1660,2004,1992,2194, 142, 707,1590,1708,1624,1922,1023,1836,1233, # 4016 +1004,2313, 789, 741,3620,6179,1609,2411,1200,4127,3719,3720,4666,2057,3721, 593, # 4032 +2840, 367,2920,1878,6180,3461,1521, 628,1168, 692,2211,2649, 300, 720,2067,2571, # 4048 +2953,3396, 959,2504,3966,3539,3462,1977, 701,6181, 954,1043, 800, 681, 183,3722, # 4064 +1803,1730,3540,4128,2103, 815,2314, 174, 467, 230,2454,1093,2134, 755,3541,3397, # 4080 +1141,1162,6182,1738,2039, 270,3256,2513,1005,1647,2185,3837, 858,1679,1897,1719, # 4096 +2954,2324,1806, 402, 670, 167,4129,1498,2158,2104, 750,6183, 915, 189,1680,1551, # 4112 + 455,4356,1501,2455, 405,1095,2955, 338,1586,1266,1819, 570, 641,1324, 237,1556, # 4128 +2650,1388,3723,6184,1368,2384,1343,1978,3089,2436, 879,3724, 792,1191, 758,3012, # 4144 +1411,2135,1322,4357, 240,4667,1848,3725,1574,6185, 420,3045,1546,1391, 714,4358, # 4160 +1967, 941,1864, 863, 664, 426, 560,1731,2680,1785,2864,1949,2363, 403,3330,1415, # 4176 +1279,2136,1697,2335, 204, 721,2097,3838, 90,6186,2085,2505, 191,3967, 124,2148, # 4192 +1376,1798,1178,1107,1898,1405, 860,4359,1243,1272,2375,2983,1558,2456,1638, 113, # 4208 +3621, 578,1923,2609, 880, 386,4130, 784,2186,2266,1422,2956,2172,1722, 497, 263, # 4224 +2514,1267,2412,2610, 177,2703,3542, 774,1927,1344, 616,1432,1595,1018, 172,4360, # 4240 +2325, 911,4361, 438,1468,3622, 794,3968,2024,2173,1681,1829,2957, 945, 895,3090, # 4256 + 575,2212,2476, 475,2401,2681, 785,2744,1745,2293,2555,1975,3133,2865, 394,4668, # 4272 +3839, 635,4131, 639, 202,1507,2195,2766,1345,1435,2572,3726,1908,1184,1181,2457, # 4288 +3727,3134,4362, 843,2611, 437, 916,4669, 234, 769,1884,3046,3047,3623, 833,6187, # 4304 +1639,2250,2402,1355,1185,2010,2047, 999, 525,1732,1290,1488,2612, 948,1578,3728, # 4320 +2413,2477,1216,2725,2159, 334,3840,1328,3624,2921,1525,4132, 564,1056, 891,4363, # 4336 +1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352 +2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512 +) + + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 0000000..20044e4 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py @@ -0,0 +1,233 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + + +# This is hiragana 2-char sequence table, the number in each cell represents its frequency category +jp2CharContext = ( +(0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1), +(2,4,0,4,0,3,0,4,0,3,4,4,4,2,4,3,3,4,3,2,3,3,4,2,3,3,3,2,4,1,4,3,3,1,5,4,3,4,3,4,3,5,3,0,3,5,4,2,0,3,1,0,3,3,0,3,3,0,1,1,0,4,3,0,3,3,0,4,0,2,0,3,5,5,5,5,4,0,4,1,0,3,4), +(0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2), +(0,4,0,5,0,5,0,4,0,4,5,4,4,3,5,3,5,1,5,3,4,3,4,4,3,4,3,3,4,3,5,4,4,3,5,5,3,5,5,5,3,5,5,3,4,5,5,3,1,3,2,0,3,4,0,4,2,0,4,2,1,5,3,2,3,5,0,4,0,2,0,5,4,4,5,4,5,0,4,0,0,4,4), +(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), +(0,3,0,4,0,3,0,3,0,4,5,4,3,3,3,3,4,3,5,4,4,3,5,4,4,3,4,3,4,4,4,4,5,3,4,4,3,4,5,5,4,5,5,1,4,5,4,3,0,3,3,1,3,3,0,4,4,0,3,3,1,5,3,3,3,5,0,4,0,3,0,4,4,3,4,3,3,0,4,1,1,3,4), +(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), +(0,4,0,3,0,3,0,4,0,3,4,4,3,2,2,1,2,1,3,1,3,3,3,3,3,4,3,1,3,3,5,3,3,0,4,3,0,5,4,3,3,5,4,4,3,4,4,5,0,1,2,0,1,2,0,2,2,0,1,0,0,5,2,2,1,4,0,3,0,1,0,4,4,3,5,4,3,0,2,1,0,4,3), +(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), +(0,3,0,5,0,4,0,2,1,4,4,2,4,1,4,2,4,2,4,3,3,3,4,3,3,3,3,1,4,2,3,3,3,1,4,4,1,1,1,4,3,3,2,0,2,4,3,2,0,3,3,0,3,1,1,0,0,0,3,3,0,4,2,2,3,4,0,4,0,3,0,4,4,5,3,4,4,0,3,0,0,1,4), +(1,4,0,4,0,4,0,4,0,3,5,4,4,3,4,3,5,4,3,3,4,3,5,4,4,4,4,3,4,2,4,3,3,1,5,4,3,2,4,5,4,5,5,4,4,5,4,4,0,3,2,2,3,3,0,4,3,1,3,2,1,4,3,3,4,5,0,3,0,2,0,4,5,5,4,5,4,0,4,0,0,5,4), +(0,5,0,5,0,4,0,3,0,4,4,3,4,3,3,3,4,0,4,4,4,3,4,3,4,3,3,1,4,2,4,3,4,0,5,4,1,4,5,4,4,5,3,2,4,3,4,3,2,4,1,3,3,3,2,3,2,0,4,3,3,4,3,3,3,4,0,4,0,3,0,4,5,4,4,4,3,0,4,1,0,1,3), +(0,3,1,4,0,3,0,2,0,3,4,4,3,1,4,2,3,3,4,3,4,3,4,3,4,4,3,2,3,1,5,4,4,1,4,4,3,5,4,4,3,5,5,4,3,4,4,3,1,2,3,1,2,2,0,3,2,0,3,1,0,5,3,3,3,4,3,3,3,3,4,4,4,4,5,4,2,0,3,3,2,4,3), +(0,2,0,3,0,1,0,1,0,0,3,2,0,0,2,0,1,0,2,1,3,3,3,1,2,3,1,0,1,0,4,2,1,1,3,3,0,4,3,3,1,4,3,3,0,3,3,2,0,0,0,0,1,0,0,2,0,0,0,0,0,4,1,0,2,3,2,2,2,1,3,3,3,4,4,3,2,0,3,1,0,3,3), +(0,4,0,4,0,3,0,3,0,4,4,4,3,3,3,3,3,3,4,3,4,2,4,3,4,3,3,2,4,3,4,5,4,1,4,5,3,5,4,5,3,5,4,0,3,5,5,3,1,3,3,2,2,3,0,3,4,1,3,3,2,4,3,3,3,4,0,4,0,3,0,4,5,4,4,5,3,0,4,1,0,3,4), +(0,2,0,3,0,3,0,0,0,2,2,2,1,0,1,0,0,0,3,0,3,0,3,0,1,3,1,0,3,1,3,3,3,1,3,3,3,0,1,3,1,3,4,0,0,3,1,1,0,3,2,0,0,0,0,1,3,0,1,0,0,3,3,2,0,3,0,0,0,0,0,3,4,3,4,3,3,0,3,0,0,2,3), +(2,3,0,3,0,2,0,1,0,3,3,4,3,1,3,1,1,1,3,1,4,3,4,3,3,3,0,0,3,1,5,4,3,1,4,3,2,5,5,4,4,4,4,3,3,4,4,4,0,2,1,1,3,2,0,1,2,0,0,1,0,4,1,3,3,3,0,3,0,1,0,4,4,4,5,5,3,0,2,0,0,4,4), +(0,2,0,1,0,3,1,3,0,2,3,3,3,0,3,1,0,0,3,0,3,2,3,1,3,2,1,1,0,0,4,2,1,0,2,3,1,4,3,2,0,4,4,3,1,3,1,3,0,1,0,0,1,0,0,0,1,0,0,0,0,4,1,1,1,2,0,3,0,0,0,3,4,2,4,3,2,0,1,0,0,3,3), +(0,1,0,4,0,5,0,4,0,2,4,4,2,3,3,2,3,3,5,3,3,3,4,3,4,2,3,0,4,3,3,3,4,1,4,3,2,1,5,5,3,4,5,1,3,5,4,2,0,3,3,0,1,3,0,4,2,0,1,3,1,4,3,3,3,3,0,3,0,1,0,3,4,4,4,5,5,0,3,0,1,4,5), +(0,2,0,3,0,3,0,0,0,2,3,1,3,0,4,0,1,1,3,0,3,4,3,2,3,1,0,3,3,2,3,1,3,0,2,3,0,2,1,4,1,2,2,0,0,3,3,0,0,2,0,0,0,1,0,0,0,0,2,2,0,3,2,1,3,3,0,2,0,2,0,0,3,3,1,2,4,0,3,0,2,2,3), +(2,4,0,5,0,4,0,4,0,2,4,4,4,3,4,3,3,3,1,2,4,3,4,3,4,4,5,0,3,3,3,3,2,0,4,3,1,4,3,4,1,4,4,3,3,4,4,3,1,2,3,0,4,2,0,4,1,0,3,3,0,4,3,3,3,4,0,4,0,2,0,3,5,3,4,5,2,0,3,0,0,4,5), +(0,3,0,4,0,1,0,1,0,1,3,2,2,1,3,0,3,0,2,0,2,0,3,0,2,0,0,0,1,0,1,1,0,0,3,1,0,0,0,4,0,3,1,0,2,1,3,0,0,0,0,0,0,3,0,0,0,0,0,0,0,4,2,2,3,1,0,3,0,0,0,1,4,4,4,3,0,0,4,0,0,1,4), +(1,4,1,5,0,3,0,3,0,4,5,4,4,3,5,3,3,4,4,3,4,1,3,3,3,3,2,1,4,1,5,4,3,1,4,4,3,5,4,4,3,5,4,3,3,4,4,4,0,3,3,1,2,3,0,3,1,0,3,3,0,5,4,4,4,4,4,4,3,3,5,4,4,3,3,5,4,0,3,2,0,4,4), +(0,2,0,3,0,1,0,0,0,1,3,3,3,2,4,1,3,0,3,1,3,0,2,2,1,1,0,0,2,0,4,3,1,0,4,3,0,4,4,4,1,4,3,1,1,3,3,1,0,2,0,0,1,3,0,0,0,0,2,0,0,4,3,2,4,3,5,4,3,3,3,4,3,3,4,3,3,0,2,1,0,3,3), +(0,2,0,4,0,3,0,2,0,2,5,5,3,4,4,4,4,1,4,3,3,0,4,3,4,3,1,3,3,2,4,3,0,3,4,3,0,3,4,4,2,4,4,0,4,5,3,3,2,2,1,1,1,2,0,1,5,0,3,3,2,4,3,3,3,4,0,3,0,2,0,4,4,3,5,5,0,0,3,0,2,3,3), +(0,3,0,4,0,3,0,1,0,3,4,3,3,1,3,3,3,0,3,1,3,0,4,3,3,1,1,0,3,0,3,3,0,0,4,4,0,1,5,4,3,3,5,0,3,3,4,3,0,2,0,1,1,1,0,1,3,0,1,2,1,3,3,2,3,3,0,3,0,1,0,1,3,3,4,4,1,0,1,2,2,1,3), +(0,1,0,4,0,4,0,3,0,1,3,3,3,2,3,1,1,0,3,0,3,3,4,3,2,4,2,0,1,0,4,3,2,0,4,3,0,5,3,3,2,4,4,4,3,3,3,4,0,1,3,0,0,1,0,0,1,0,0,0,0,4,2,3,3,3,0,3,0,0,0,4,4,4,5,3,2,0,3,3,0,3,5), +(0,2,0,3,0,0,0,3,0,1,3,0,2,0,0,0,1,0,3,1,1,3,3,0,0,3,0,0,3,0,2,3,1,0,3,1,0,3,3,2,0,4,2,2,0,2,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,1,0,1,0,0,0,1,3,1,2,0,0,0,1,0,0,1,4), +(0,3,0,3,0,5,0,1,0,2,4,3,1,3,3,2,1,1,5,2,1,0,5,1,2,0,0,0,3,3,2,2,3,2,4,3,0,0,3,3,1,3,3,0,2,5,3,4,0,3,3,0,1,2,0,2,2,0,3,2,0,2,2,3,3,3,0,2,0,1,0,3,4,4,2,5,4,0,3,0,0,3,5), +(0,3,0,3,0,3,0,1,0,3,3,3,3,0,3,0,2,0,2,1,1,0,2,0,1,0,0,0,2,1,0,0,1,0,3,2,0,0,3,3,1,2,3,1,0,3,3,0,0,1,0,0,0,0,0,2,0,0,0,0,0,2,3,1,2,3,0,3,0,1,0,3,2,1,0,4,3,0,1,1,0,3,3), +(0,4,0,5,0,3,0,3,0,4,5,5,4,3,5,3,4,3,5,3,3,2,5,3,4,4,4,3,4,3,4,5,5,3,4,4,3,4,4,5,4,4,4,3,4,5,5,4,2,3,4,2,3,4,0,3,3,1,4,3,2,4,3,3,5,5,0,3,0,3,0,5,5,5,5,4,4,0,4,0,1,4,4), +(0,4,0,4,0,3,0,3,0,3,5,4,4,2,3,2,5,1,3,2,5,1,4,2,3,2,3,3,4,3,3,3,3,2,5,4,1,3,3,5,3,4,4,0,4,4,3,1,1,3,1,0,2,3,0,2,3,0,3,0,0,4,3,1,3,4,0,3,0,2,0,4,4,4,3,4,5,0,4,0,0,3,4), +(0,3,0,3,0,3,1,2,0,3,4,4,3,3,3,0,2,2,4,3,3,1,3,3,3,1,1,0,3,1,4,3,2,3,4,4,2,4,4,4,3,4,4,3,2,4,4,3,1,3,3,1,3,3,0,4,1,0,2,2,1,4,3,2,3,3,5,4,3,3,5,4,4,3,3,0,4,0,3,2,2,4,4), +(0,2,0,1,0,0,0,0,0,1,2,1,3,0,0,0,0,0,2,0,1,2,1,0,0,1,0,0,0,0,3,0,0,1,0,1,1,3,1,0,0,0,1,1,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,1,2,2,0,3,4,0,0,0,1,1,0,0,1,0,0,0,0,0,1,1), +(0,1,0,0,0,1,0,0,0,0,4,0,4,1,4,0,3,0,4,0,3,0,4,0,3,0,3,0,4,1,5,1,4,0,0,3,0,5,0,5,2,0,1,0,0,0,2,1,4,0,1,3,0,0,3,0,0,3,1,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0), +(1,4,0,5,0,3,0,2,0,3,5,4,4,3,4,3,5,3,4,3,3,0,4,3,3,3,3,3,3,2,4,4,3,1,3,4,4,5,4,4,3,4,4,1,3,5,4,3,3,3,1,2,2,3,3,1,3,1,3,3,3,5,3,3,4,5,0,3,0,3,0,3,4,3,4,4,3,0,3,0,2,4,3), +(0,1,0,4,0,0,0,0,0,1,4,0,4,1,4,2,4,0,3,0,1,0,1,0,0,0,0,0,2,0,3,1,1,1,0,3,0,0,0,1,2,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,3,0,0,0,0,3,2,0,2,2,0,1,0,0,0,2,3,2,3,3,0,0,0,0,2,1,0), +(0,5,1,5,0,3,0,3,0,5,4,4,5,1,5,3,3,0,4,3,4,3,5,3,4,3,3,2,4,3,4,3,3,0,3,3,1,4,4,3,4,4,4,3,4,5,5,3,2,3,1,1,3,3,1,3,1,1,3,3,2,4,5,3,3,5,0,4,0,3,0,4,4,3,5,3,3,0,3,4,0,4,3), +(0,5,0,5,0,3,0,2,0,4,4,3,5,2,4,3,3,3,4,4,4,3,5,3,5,3,3,1,4,0,4,3,3,0,3,3,0,4,4,4,4,5,4,3,3,5,5,3,2,3,1,2,3,2,0,1,0,0,3,2,2,4,4,3,1,5,0,4,0,3,0,4,3,1,3,2,1,0,3,3,0,3,3), +(0,4,0,5,0,5,0,4,0,4,5,5,5,3,4,3,3,2,5,4,4,3,5,3,5,3,4,0,4,3,4,4,3,2,4,4,3,4,5,4,4,5,5,0,3,5,5,4,1,3,3,2,3,3,1,3,1,0,4,3,1,4,4,3,4,5,0,4,0,2,0,4,3,4,4,3,3,0,4,0,0,5,5), +(0,4,0,4,0,5,0,1,1,3,3,4,4,3,4,1,3,0,5,1,3,0,3,1,3,1,1,0,3,0,3,3,4,0,4,3,0,4,4,4,3,4,4,0,3,5,4,1,0,3,0,0,2,3,0,3,1,0,3,1,0,3,2,1,3,5,0,3,0,1,0,3,2,3,3,4,4,0,2,2,0,4,4), +(2,4,0,5,0,4,0,3,0,4,5,5,4,3,5,3,5,3,5,3,5,2,5,3,4,3,3,4,3,4,5,3,2,1,5,4,3,2,3,4,5,3,4,1,2,5,4,3,0,3,3,0,3,2,0,2,3,0,4,1,0,3,4,3,3,5,0,3,0,1,0,4,5,5,5,4,3,0,4,2,0,3,5), +(0,5,0,4,0,4,0,2,0,5,4,3,4,3,4,3,3,3,4,3,4,2,5,3,5,3,4,1,4,3,4,4,4,0,3,5,0,4,4,4,4,5,3,1,3,4,5,3,3,3,3,3,3,3,0,2,2,0,3,3,2,4,3,3,3,5,3,4,1,3,3,5,3,2,0,0,0,0,4,3,1,3,3), +(0,1,0,3,0,3,0,1,0,1,3,3,3,2,3,3,3,0,3,0,0,0,3,1,3,0,0,0,2,2,2,3,0,0,3,2,0,1,2,4,1,3,3,0,0,3,3,3,0,1,0,0,2,1,0,0,3,0,3,1,0,3,0,0,1,3,0,2,0,1,0,3,3,1,3,3,0,0,1,1,0,3,3), +(0,2,0,3,0,2,1,4,0,2,2,3,1,1,3,1,1,0,2,0,3,1,2,3,1,3,0,0,1,0,4,3,2,3,3,3,1,4,2,3,3,3,3,1,0,3,1,4,0,1,1,0,1,2,0,1,1,0,1,1,0,3,1,3,2,2,0,1,0,0,0,2,3,3,3,1,0,0,0,0,0,2,3), +(0,5,0,4,0,5,0,2,0,4,5,5,3,3,4,3,3,1,5,4,4,2,4,4,4,3,4,2,4,3,5,5,4,3,3,4,3,3,5,5,4,5,5,1,3,4,5,3,1,4,3,1,3,3,0,3,3,1,4,3,1,4,5,3,3,5,0,4,0,3,0,5,3,3,1,4,3,0,4,0,1,5,3), +(0,5,0,5,0,4,0,2,0,4,4,3,4,3,3,3,3,3,5,4,4,4,4,4,4,5,3,3,5,2,4,4,4,3,4,4,3,3,4,4,5,5,3,3,4,3,4,3,3,4,3,3,3,3,1,2,2,1,4,3,3,5,4,4,3,4,0,4,0,3,0,4,4,4,4,4,1,0,4,2,0,2,4), +(0,4,0,4,0,3,0,1,0,3,5,2,3,0,3,0,2,1,4,2,3,3,4,1,4,3,3,2,4,1,3,3,3,0,3,3,0,0,3,3,3,5,3,3,3,3,3,2,0,2,0,0,2,0,0,2,0,0,1,0,0,3,1,2,2,3,0,3,0,2,0,4,4,3,3,4,1,0,3,0,0,2,4), +(0,0,0,4,0,0,0,0,0,0,1,0,1,0,2,0,0,0,0,0,1,0,2,0,1,0,0,0,0,0,3,1,3,0,3,2,0,0,0,1,0,3,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,2,0,0,0,0,0,0,2), +(0,2,1,3,0,2,0,2,0,3,3,3,3,1,3,1,3,3,3,3,3,3,4,2,2,1,2,1,4,0,4,3,1,3,3,3,2,4,3,5,4,3,3,3,3,3,3,3,0,1,3,0,2,0,0,1,0,0,1,0,0,4,2,0,2,3,0,3,3,0,3,3,4,2,3,1,4,0,1,2,0,2,3), +(0,3,0,3,0,1,0,3,0,2,3,3,3,0,3,1,2,0,3,3,2,3,3,2,3,2,3,1,3,0,4,3,2,0,3,3,1,4,3,3,2,3,4,3,1,3,3,1,1,0,1,1,0,1,0,1,0,1,0,0,0,4,1,1,0,3,0,3,1,0,2,3,3,3,3,3,1,0,0,2,0,3,3), +(0,0,0,0,0,0,0,0,0,0,3,0,2,0,3,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,3,0,3,0,3,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2,0,2,3,0,0,0,0,0,0,0,0,3), +(0,2,0,3,1,3,0,3,0,2,3,3,3,1,3,1,3,1,3,1,3,3,3,1,3,0,2,3,1,1,4,3,3,2,3,3,1,2,2,4,1,3,3,0,1,4,2,3,0,1,3,0,3,0,0,1,3,0,2,0,0,3,3,2,1,3,0,3,0,2,0,3,4,4,4,3,1,0,3,0,0,3,3), +(0,2,0,1,0,2,0,0,0,1,3,2,2,1,3,0,1,1,3,0,3,2,3,1,2,0,2,0,1,1,3,3,3,0,3,3,1,1,2,3,2,3,3,1,2,3,2,0,0,1,0,0,0,0,0,0,3,0,1,0,0,2,1,2,1,3,0,3,0,0,0,3,4,4,4,3,2,0,2,0,0,2,4), +(0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,1,0,0,0,0,0,0,0,3), +(0,3,0,3,0,2,0,3,0,3,3,3,2,3,2,2,2,0,3,1,3,3,3,2,3,3,0,0,3,0,3,2,2,0,2,3,1,4,3,4,3,3,2,3,1,5,4,4,0,3,1,2,1,3,0,3,1,1,2,0,2,3,1,3,1,3,0,3,0,1,0,3,3,4,4,2,1,0,2,1,0,2,4), +(0,1,0,3,0,1,0,2,0,1,4,2,5,1,4,0,2,0,2,1,3,1,4,0,2,1,0,0,2,1,4,1,1,0,3,3,0,5,1,3,2,3,3,1,0,3,2,3,0,1,0,0,0,0,0,0,1,0,0,0,0,4,0,1,0,3,0,2,0,1,0,3,3,3,4,3,3,0,0,0,0,2,3), +(0,0,0,1,0,0,0,0,0,0,2,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,1,0,0,0,0,0,3), +(0,1,0,3,0,4,0,3,0,2,4,3,1,0,3,2,2,1,3,1,2,2,3,1,1,1,2,1,3,0,1,2,0,1,3,2,1,3,0,5,5,1,0,0,1,3,2,1,0,3,0,0,1,0,0,0,0,0,3,4,0,1,1,1,3,2,0,2,0,1,0,2,3,3,1,2,3,0,1,0,1,0,4), +(0,0,0,1,0,3,0,3,0,2,2,1,0,0,4,0,3,0,3,1,3,0,3,0,3,0,1,0,3,0,3,1,3,0,3,3,0,0,1,2,1,1,1,0,1,2,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,2,1,2,0,0,2,0,0,0,0,2,3,3,3,3,0,0,0,0,1,4), +(0,0,0,3,0,3,0,0,0,0,3,1,1,0,3,0,1,0,2,0,1,0,0,0,0,0,0,0,1,0,3,0,2,0,2,3,0,0,2,2,3,1,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,2,0,0,0,0,2,3), +(2,4,0,5,0,5,0,4,0,3,4,3,3,3,4,3,3,3,4,3,4,4,5,4,5,5,5,2,3,0,5,5,4,1,5,4,3,1,5,4,3,4,4,3,3,4,3,3,0,3,2,0,2,3,0,3,0,0,3,3,0,5,3,2,3,3,0,3,0,3,0,3,4,5,4,5,3,0,4,3,0,3,4), +(0,3,0,3,0,3,0,3,0,3,3,4,3,2,3,2,3,0,4,3,3,3,3,3,3,3,3,0,3,2,4,3,3,1,3,4,3,4,4,4,3,4,4,3,2,4,4,1,0,2,0,0,1,1,0,2,0,0,3,1,0,5,3,2,1,3,0,3,0,1,2,4,3,2,4,3,3,0,3,2,0,4,4), +(0,3,0,3,0,1,0,0,0,1,4,3,3,2,3,1,3,1,4,2,3,2,4,2,3,4,3,0,2,2,3,3,3,0,3,3,3,0,3,4,1,3,3,0,3,4,3,3,0,1,1,0,1,0,0,0,4,0,3,0,0,3,1,2,1,3,0,4,0,1,0,4,3,3,4,3,3,0,2,0,0,3,3), +(0,3,0,4,0,1,0,3,0,3,4,3,3,0,3,3,3,1,3,1,3,3,4,3,3,3,0,0,3,1,5,3,3,1,3,3,2,5,4,3,3,4,5,3,2,5,3,4,0,1,0,0,0,0,0,2,0,0,1,1,0,4,2,2,1,3,0,3,0,2,0,4,4,3,5,3,2,0,1,1,0,3,4), +(0,5,0,4,0,5,0,2,0,4,4,3,3,2,3,3,3,1,4,3,4,1,5,3,4,3,4,0,4,2,4,3,4,1,5,4,0,4,4,4,4,5,4,1,3,5,4,2,1,4,1,1,3,2,0,3,1,0,3,2,1,4,3,3,3,4,0,4,0,3,0,4,4,4,3,3,3,0,4,2,0,3,4), +(1,4,0,4,0,3,0,1,0,3,3,3,1,1,3,3,2,2,3,3,1,0,3,2,2,1,2,0,3,1,2,1,2,0,3,2,0,2,2,3,3,4,3,0,3,3,1,2,0,1,1,3,1,2,0,0,3,0,1,1,0,3,2,2,3,3,0,3,0,0,0,2,3,3,4,3,3,0,1,0,0,1,4), +(0,4,0,4,0,4,0,0,0,3,4,4,3,1,4,2,3,2,3,3,3,1,4,3,4,0,3,0,4,2,3,3,2,2,5,4,2,1,3,4,3,4,3,1,3,3,4,2,0,2,1,0,3,3,0,0,2,0,3,1,0,4,4,3,4,3,0,4,0,1,0,2,4,4,4,4,4,0,3,2,0,3,3), +(0,0,0,1,0,4,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,3,2,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2), +(0,2,0,3,0,4,0,4,0,1,3,3,3,0,4,0,2,1,2,1,1,1,2,0,3,1,1,0,1,0,3,1,0,0,3,3,2,0,1,1,0,0,0,0,0,1,0,2,0,2,2,0,3,1,0,0,1,0,1,1,0,1,2,0,3,0,0,0,0,1,0,0,3,3,4,3,1,0,1,0,3,0,2), +(0,0,0,3,0,5,0,0,0,0,1,0,2,0,3,1,0,1,3,0,0,0,2,0,0,0,1,0,0,0,1,1,0,0,4,0,0,0,2,3,0,1,4,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,3,0,0,0,0,0,3), +(0,2,0,5,0,5,0,1,0,2,4,3,3,2,5,1,3,2,3,3,3,0,4,1,2,0,3,0,4,0,2,2,1,1,5,3,0,0,1,4,2,3,2,0,3,3,3,2,0,2,4,1,1,2,0,1,1,0,3,1,0,1,3,1,2,3,0,2,0,0,0,1,3,5,4,4,4,0,3,0,0,1,3), +(0,4,0,5,0,4,0,4,0,4,5,4,3,3,4,3,3,3,4,3,4,4,5,3,4,5,4,2,4,2,3,4,3,1,4,4,1,3,5,4,4,5,5,4,4,5,5,5,2,3,3,1,4,3,1,3,3,0,3,3,1,4,3,4,4,4,0,3,0,4,0,3,3,4,4,5,0,0,4,3,0,4,5), +(0,4,0,4,0,3,0,3,0,3,4,4,4,3,3,2,4,3,4,3,4,3,5,3,4,3,2,1,4,2,4,4,3,1,3,4,2,4,5,5,3,4,5,4,1,5,4,3,0,3,2,2,3,2,1,3,1,0,3,3,3,5,3,3,3,5,4,4,2,3,3,4,3,3,3,2,1,0,3,2,1,4,3), +(0,4,0,5,0,4,0,3,0,3,5,5,3,2,4,3,4,0,5,4,4,1,4,4,4,3,3,3,4,3,5,5,2,3,3,4,1,2,5,5,3,5,5,2,3,5,5,4,0,3,2,0,3,3,1,1,5,1,4,1,0,4,3,2,3,5,0,4,0,3,0,5,4,3,4,3,0,0,4,1,0,4,4), +(1,3,0,4,0,2,0,2,0,2,5,5,3,3,3,3,3,0,4,2,3,4,4,4,3,4,0,0,3,4,5,4,3,3,3,3,2,5,5,4,5,5,5,4,3,5,5,5,1,3,1,0,1,0,0,3,2,0,4,2,0,5,2,3,2,4,1,3,0,3,0,4,5,4,5,4,3,0,4,2,0,5,4), +(0,3,0,4,0,5,0,3,0,3,4,4,3,2,3,2,3,3,3,3,3,2,4,3,3,2,2,0,3,3,3,3,3,1,3,3,3,0,4,4,3,4,4,1,1,4,4,2,0,3,1,0,1,1,0,4,1,0,2,3,1,3,3,1,3,4,0,3,0,1,0,3,1,3,0,0,1,0,2,0,0,4,4), +(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), +(0,3,0,3,0,2,0,3,0,1,5,4,3,3,3,1,4,2,1,2,3,4,4,2,4,4,5,0,3,1,4,3,4,0,4,3,3,3,2,3,2,5,3,4,3,2,2,3,0,0,3,0,2,1,0,1,2,0,0,0,0,2,1,1,3,1,0,2,0,4,0,3,4,4,4,5,2,0,2,0,0,1,3), +(0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,0,1,1,0,0,0,4,2,1,1,0,1,0,3,2,0,0,3,1,1,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1,0,0,0,2,0,0,0,1,4,0,4,2,1,0,0,0,0,0,1), +(0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,3,1,0,0,0,2,0,2,1,0,0,1,2,1,0,1,1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,1,3,1,0,0,0,0,0,1,0,0,2,1,0,0,0,0,0,0,0,0,2), +(0,4,0,4,0,4,0,3,0,4,4,3,4,2,4,3,2,0,4,4,4,3,5,3,5,3,3,2,4,2,4,3,4,3,1,4,0,2,3,4,4,4,3,3,3,4,4,4,3,4,1,3,4,3,2,1,2,1,3,3,3,4,4,3,3,5,0,4,0,3,0,4,3,3,3,2,1,0,3,0,0,3,3), +(0,4,0,3,0,3,0,3,0,3,5,5,3,3,3,3,4,3,4,3,3,3,4,4,4,3,3,3,3,4,3,5,3,3,1,3,2,4,5,5,5,5,4,3,4,5,5,3,2,2,3,3,3,3,2,3,3,1,2,3,2,4,3,3,3,4,0,4,0,2,0,4,3,2,2,1,2,0,3,0,0,4,1), +) + +class JapaneseContextAnalysis(object): + NUM_OF_CATEGORY = 6 + DONT_KNOW = -1 + ENOUGH_REL_THRESHOLD = 100 + MAX_REL_THRESHOLD = 1000 + MINIMUM_DATA_THRESHOLD = 4 + + def __init__(self): + self._total_rel = None + self._rel_sample = None + self._need_to_skip_char_num = None + self._last_char_order = None + self._done = None + self.reset() + + def reset(self): + self._total_rel = 0 # total sequence received + # category counters, each integer counts sequence in its category + self._rel_sample = [0] * self.NUM_OF_CATEGORY + # if last byte in current buffer is not the last byte of a character, + # we need to know how many bytes to skip in next buffer + self._need_to_skip_char_num = 0 + self._last_char_order = -1 # The order of previous char + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + + def feed(self, byte_str, num_bytes): + if self._done: + return + + # The buffer we got is byte oriented, and a character may span in more than one + # buffers. In case the last one or two byte in last buffer is not + # complete, we record how many byte needed to complete that character + # and skip these bytes here. We can choose to record those bytes as + # well and analyse the character once it is complete, but since a + # character will not make much difference, by simply skipping + # this character will simply our logic and improve performance. + i = self._need_to_skip_char_num + while i < num_bytes: + order, char_len = self.get_order(byte_str[i:i + 2]) + i += char_len + if i > num_bytes: + self._need_to_skip_char_num = i - num_bytes + self._last_char_order = -1 + else: + if (order != -1) and (self._last_char_order != -1): + self._total_rel += 1 + if self._total_rel > self.MAX_REL_THRESHOLD: + self._done = True + break + self._rel_sample[jp2CharContext[self._last_char_order][order]] += 1 + self._last_char_order = order + + def got_enough_data(self): + return self._total_rel > self.ENOUGH_REL_THRESHOLD + + def get_confidence(self): + # This is just one way to calculate confidence. It works well for me. + if self._total_rel > self.MINIMUM_DATA_THRESHOLD: + return (self._total_rel - self._rel_sample[0]) / self._total_rel + else: + return self.DONT_KNOW + + def get_order(self, byte_str): + return -1, 1 + +class SJISContextAnalysis(JapaneseContextAnalysis): + def __init__(self): + super(SJISContextAnalysis, self).__init__() + self._charset_name = "SHIFT_JIS" + + @property + def charset_name(self): + return self._charset_name + + def get_order(self, byte_str): + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (0x81 <= first_char <= 0x9F) or (0xE0 <= first_char <= 0xFC): + char_len = 2 + if (first_char == 0x87) or (0xFA <= first_char <= 0xFC): + self._charset_name = "CP932" + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 202) and (0x9F <= second_char <= 0xF1): + return second_char - 0x9F, char_len + + return -1, char_len + +class EUCJPContextAnalysis(JapaneseContextAnalysis): + def get_order(self, byte_str): + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (first_char == 0x8E) or (0xA1 <= first_char <= 0xFE): + char_len = 2 + elif first_char == 0x8F: + char_len = 3 + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 0xA4) and (0xA1 <= second_char <= 0xF3): + return second_char - 0xA1, char_len + + return -1, char_len + + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 0000000..e963a50 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py @@ -0,0 +1,4650 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +BULGARIAN_LANG_MODEL = { + 63: { # 'e' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 45: { # '\xad' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 31: { # 'А' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 2, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 0, # 'и' + 26: 2, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 32: { # 'Б' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 2, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 35: { # 'В' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 2, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 43: { # 'Г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 37: { # 'Д' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 2, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 44: { # 'Е' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 2, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 0, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 55: { # 'Ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 47: { # 'З' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 40: { # 'И' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 2, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 3, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 59: { # 'Й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 33: { # 'К' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 46: { # 'Л' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 38: { # 'М' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 36: { # 'Н' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 41: { # 'О' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 30: { # 'П' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 2, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 39: { # 'Р' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 28: { # 'С' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 3, # 'А' + 32: 2, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 34: { # 'Т' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 51: { # 'У' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 48: { # 'Ф' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 49: { # 'Х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 53: { # 'Ц' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 50: { # 'Ч' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 54: { # 'Ш' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 57: { # 'Щ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 61: { # 'Ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 60: { # 'Ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 2, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 56: { # 'Я' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 1: { # 'а' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 18: { # 'б' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 3, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 9: { # 'в' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 20: { # 'г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 11: { # 'д' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 3: { # 'е' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 23: { # 'ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 15: { # 'з' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 2: { # 'и' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 26: { # 'й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 12: { # 'к' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 10: { # 'л' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 3, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 14: { # 'м' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 6: { # 'н' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 2, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 4: { # 'о' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 13: { # 'п' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 7: { # 'р' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 3, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 8: { # 'с' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 5: { # 'т' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 19: { # 'у' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 2, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 29: { # 'ф' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 2, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 25: { # 'х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 22: { # 'ц' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 21: { # 'ч' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 27: { # 'ш' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 24: { # 'щ' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 17: { # 'ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 52: { # 'ь' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 42: { # 'ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 16: { # 'я' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 1, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 3, # 'х' + 22: 2, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 58: { # 'є' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 62: { # '№' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_5_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 194, # '\x80' + 129: 195, # '\x81' + 130: 196, # '\x82' + 131: 197, # '\x83' + 132: 198, # '\x84' + 133: 199, # '\x85' + 134: 200, # '\x86' + 135: 201, # '\x87' + 136: 202, # '\x88' + 137: 203, # '\x89' + 138: 204, # '\x8a' + 139: 205, # '\x8b' + 140: 206, # '\x8c' + 141: 207, # '\x8d' + 142: 208, # '\x8e' + 143: 209, # '\x8f' + 144: 210, # '\x90' + 145: 211, # '\x91' + 146: 212, # '\x92' + 147: 213, # '\x93' + 148: 214, # '\x94' + 149: 215, # '\x95' + 150: 216, # '\x96' + 151: 217, # '\x97' + 152: 218, # '\x98' + 153: 219, # '\x99' + 154: 220, # '\x9a' + 155: 221, # '\x9b' + 156: 222, # '\x9c' + 157: 223, # '\x9d' + 158: 224, # '\x9e' + 159: 225, # '\x9f' + 160: 81, # '\xa0' + 161: 226, # 'Ё' + 162: 227, # 'Ђ' + 163: 228, # 'Ѓ' + 164: 229, # 'Є' + 165: 230, # 'Ѕ' + 166: 105, # 'І' + 167: 231, # 'Ї' + 168: 232, # 'Ј' + 169: 233, # 'Љ' + 170: 234, # 'Њ' + 171: 235, # 'Ћ' + 172: 236, # 'Ќ' + 173: 45, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 31, # 'А' + 177: 32, # 'Б' + 178: 35, # 'В' + 179: 43, # 'Г' + 180: 37, # 'Д' + 181: 44, # 'Е' + 182: 55, # 'Ж' + 183: 47, # 'З' + 184: 40, # 'И' + 185: 59, # 'Й' + 186: 33, # 'К' + 187: 46, # 'Л' + 188: 38, # 'М' + 189: 36, # 'Н' + 190: 41, # 'О' + 191: 30, # 'П' + 192: 39, # 'Р' + 193: 28, # 'С' + 194: 34, # 'Т' + 195: 51, # 'У' + 196: 48, # 'Ф' + 197: 49, # 'Х' + 198: 53, # 'Ц' + 199: 50, # 'Ч' + 200: 54, # 'Ш' + 201: 57, # 'Щ' + 202: 61, # 'Ъ' + 203: 239, # 'Ы' + 204: 67, # 'Ь' + 205: 240, # 'Э' + 206: 60, # 'Ю' + 207: 56, # 'Я' + 208: 1, # 'а' + 209: 18, # 'б' + 210: 9, # 'в' + 211: 20, # 'г' + 212: 11, # 'д' + 213: 3, # 'е' + 214: 23, # 'ж' + 215: 15, # 'з' + 216: 2, # 'и' + 217: 26, # 'й' + 218: 12, # 'к' + 219: 10, # 'л' + 220: 14, # 'м' + 221: 6, # 'н' + 222: 4, # 'о' + 223: 13, # 'п' + 224: 7, # 'р' + 225: 8, # 'с' + 226: 5, # 'т' + 227: 19, # 'у' + 228: 29, # 'ф' + 229: 25, # 'х' + 230: 22, # 'ц' + 231: 21, # 'ч' + 232: 27, # 'ш' + 233: 24, # 'щ' + 234: 17, # 'ъ' + 235: 75, # 'ы' + 236: 52, # 'ь' + 237: 241, # 'э' + 238: 42, # 'ю' + 239: 16, # 'я' + 240: 62, # '№' + 241: 242, # 'ё' + 242: 243, # 'ђ' + 243: 244, # 'ѓ' + 244: 58, # 'є' + 245: 245, # 'ѕ' + 246: 98, # 'і' + 247: 246, # 'ї' + 248: 247, # 'ј' + 249: 248, # 'љ' + 250: 249, # 'њ' + 251: 250, # 'ћ' + 252: 251, # 'ќ' + 253: 91, # '§' + 254: 252, # 'ў' + 255: 253, # 'џ' +} + +ISO_8859_5_BULGARIAN_MODEL = SingleByteCharSetModel(charset_name='ISO-8859-5', + language='Bulgarian', + char_to_order_map=ISO_8859_5_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet='АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя') + +WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 206, # 'Ђ' + 129: 207, # 'Ѓ' + 130: 208, # '‚' + 131: 209, # 'ѓ' + 132: 210, # '„' + 133: 211, # '…' + 134: 212, # '†' + 135: 213, # '‡' + 136: 120, # '€' + 137: 214, # '‰' + 138: 215, # 'Љ' + 139: 216, # '‹' + 140: 217, # 'Њ' + 141: 218, # 'Ќ' + 142: 219, # 'Ћ' + 143: 220, # 'Џ' + 144: 221, # 'ђ' + 145: 78, # '‘' + 146: 64, # '’' + 147: 83, # '“' + 148: 121, # '”' + 149: 98, # '•' + 150: 117, # '–' + 151: 105, # '—' + 152: 222, # None + 153: 223, # '™' + 154: 224, # 'љ' + 155: 225, # '›' + 156: 226, # 'њ' + 157: 227, # 'ќ' + 158: 228, # 'ћ' + 159: 229, # 'џ' + 160: 88, # '\xa0' + 161: 230, # 'Ў' + 162: 231, # 'ў' + 163: 232, # 'Ј' + 164: 233, # '¤' + 165: 122, # 'Ґ' + 166: 89, # '¦' + 167: 106, # '§' + 168: 234, # 'Ё' + 169: 235, # '©' + 170: 236, # 'Є' + 171: 237, # '«' + 172: 238, # '¬' + 173: 45, # '\xad' + 174: 239, # '®' + 175: 240, # 'Ї' + 176: 73, # '°' + 177: 80, # '±' + 178: 118, # 'І' + 179: 114, # 'і' + 180: 241, # 'ґ' + 181: 242, # 'µ' + 182: 243, # '¶' + 183: 244, # '·' + 184: 245, # 'ё' + 185: 62, # '№' + 186: 58, # 'є' + 187: 246, # '»' + 188: 247, # 'ј' + 189: 248, # 'Ѕ' + 190: 249, # 'ѕ' + 191: 250, # 'ї' + 192: 31, # 'А' + 193: 32, # 'Б' + 194: 35, # 'В' + 195: 43, # 'Г' + 196: 37, # 'Д' + 197: 44, # 'Е' + 198: 55, # 'Ж' + 199: 47, # 'З' + 200: 40, # 'И' + 201: 59, # 'Й' + 202: 33, # 'К' + 203: 46, # 'Л' + 204: 38, # 'М' + 205: 36, # 'Н' + 206: 41, # 'О' + 207: 30, # 'П' + 208: 39, # 'Р' + 209: 28, # 'С' + 210: 34, # 'Т' + 211: 51, # 'У' + 212: 48, # 'Ф' + 213: 49, # 'Х' + 214: 53, # 'Ц' + 215: 50, # 'Ч' + 216: 54, # 'Ш' + 217: 57, # 'Щ' + 218: 61, # 'Ъ' + 219: 251, # 'Ы' + 220: 67, # 'Ь' + 221: 252, # 'Э' + 222: 60, # 'Ю' + 223: 56, # 'Я' + 224: 1, # 'а' + 225: 18, # 'б' + 226: 9, # 'в' + 227: 20, # 'г' + 228: 11, # 'д' + 229: 3, # 'е' + 230: 23, # 'ж' + 231: 15, # 'з' + 232: 2, # 'и' + 233: 26, # 'й' + 234: 12, # 'к' + 235: 10, # 'л' + 236: 14, # 'м' + 237: 6, # 'н' + 238: 4, # 'о' + 239: 13, # 'п' + 240: 7, # 'р' + 241: 8, # 'с' + 242: 5, # 'т' + 243: 19, # 'у' + 244: 29, # 'ф' + 245: 25, # 'х' + 246: 22, # 'ц' + 247: 21, # 'ч' + 248: 27, # 'ш' + 249: 24, # 'щ' + 250: 17, # 'ъ' + 251: 75, # 'ы' + 252: 52, # 'ь' + 253: 253, # 'э' + 254: 42, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_BULGARIAN_MODEL = SingleByteCharSetModel(charset_name='windows-1251', + language='Bulgarian', + char_to_order_map=WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet='АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя') + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 0000000..d99528e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py @@ -0,0 +1,4398 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +GREEK_LANG_MODEL = { + 60: { # 'e' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 55: { # 'o' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 58: { # 't' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 1, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 36: { # '·' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 61: { # 'Ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 1, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 1, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 46: { # 'Έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 1, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 54: { # 'Ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 31: { # 'Α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 2, # 'Β' + 43: 2, # 'Γ' + 41: 1, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 51: { # 'Β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 1, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 43: { # 'Γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 1, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 41: { # 'Δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 34: { # 'Ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 0, # 'ώ' + }, + 40: { # 'Η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 52: { # 'Θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 1, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 47: { # 'Ι' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 1, # 'Β' + 43: 1, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 1, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 44: { # 'Κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 1, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 53: { # 'Λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 1, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 38: { # 'Μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 2, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 2, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 49: { # 'Ν' + 60: 2, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 59: { # 'Ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 39: { # 'Ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 1, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 2, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 35: { # 'Π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 1, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 48: { # 'Ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 37: { # 'Σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 2, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 33: { # 'Τ' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 2, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 45: { # 'Υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 2, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 1, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 56: { # 'Φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 1, # 'ώ' + }, + 50: { # 'Χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 1, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 57: { # 'Ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 17: { # 'ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 18: { # 'έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 22: { # 'ή' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 15: { # 'ί' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 1: { # 'α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 3, # 'ζ' + 13: 1, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 29: { # 'β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 20: { # 'γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 21: { # 'δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 3: { # 'ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 32: { # 'ζ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 13: { # 'η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 25: { # 'θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 5: { # 'ι' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 11: { # 'κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 16: { # 'λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 1, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 10: { # 'μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 3, # 'φ' + 23: 0, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 6: { # 'ν' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 30: { # 'ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 1, # 'ώ' + }, + 4: { # 'ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 9: { # 'π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 8: { # 'ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 14: { # 'ς' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 7: { # 'σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 2: { # 'τ' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 12: { # 'υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 28: { # 'φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 1, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 23: { # 'χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 42: { # 'ψ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 24: { # 'ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 1, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 19: { # 'ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 1, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 26: { # 'ύ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 27: { # 'ώ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 1, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 1, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1253_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '€' + 129: 255, # None + 130: 255, # '‚' + 131: 255, # 'ƒ' + 132: 255, # '„' + 133: 255, # '…' + 134: 255, # '†' + 135: 255, # '‡' + 136: 255, # None + 137: 255, # '‰' + 138: 255, # None + 139: 255, # '‹' + 140: 255, # None + 141: 255, # None + 142: 255, # None + 143: 255, # None + 144: 255, # None + 145: 255, # '‘' + 146: 255, # '’' + 147: 255, # '“' + 148: 255, # '”' + 149: 255, # '•' + 150: 255, # '–' + 151: 255, # '—' + 152: 255, # None + 153: 255, # '™' + 154: 255, # None + 155: 255, # '›' + 156: 255, # None + 157: 255, # None + 158: 255, # None + 159: 255, # None + 160: 253, # '\xa0' + 161: 233, # '΅' + 162: 61, # 'Ά' + 163: 253, # '£' + 164: 253, # '¤' + 165: 253, # '¥' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # None + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # '®' + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 253, # 'µ' + 182: 253, # '¶' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +WINDOWS_1253_GREEK_MODEL = SingleByteCharSetModel(charset_name='windows-1253', + language='Greek', + char_to_order_map=WINDOWS_1253_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet='ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ') + +ISO_8859_7_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '\x80' + 129: 255, # '\x81' + 130: 255, # '\x82' + 131: 255, # '\x83' + 132: 255, # '\x84' + 133: 255, # '\x85' + 134: 255, # '\x86' + 135: 255, # '\x87' + 136: 255, # '\x88' + 137: 255, # '\x89' + 138: 255, # '\x8a' + 139: 255, # '\x8b' + 140: 255, # '\x8c' + 141: 255, # '\x8d' + 142: 255, # '\x8e' + 143: 255, # '\x8f' + 144: 255, # '\x90' + 145: 255, # '\x91' + 146: 255, # '\x92' + 147: 255, # '\x93' + 148: 255, # '\x94' + 149: 255, # '\x95' + 150: 255, # '\x96' + 151: 255, # '\x97' + 152: 255, # '\x98' + 153: 255, # '\x99' + 154: 255, # '\x9a' + 155: 255, # '\x9b' + 156: 255, # '\x9c' + 157: 255, # '\x9d' + 158: 255, # '\x9e' + 159: 255, # '\x9f' + 160: 253, # '\xa0' + 161: 233, # '‘' + 162: 90, # '’' + 163: 253, # '£' + 164: 253, # '€' + 165: 253, # '₯' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # 'ͺ' + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # None + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 248, # '΅' + 182: 61, # 'Ά' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +ISO_8859_7_GREEK_MODEL = SingleByteCharSetModel(charset_name='ISO-8859-7', + language='Greek', + char_to_order_map=ISO_8859_7_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet='ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ') + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 0000000..484c652 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py @@ -0,0 +1,4383 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HEBREW_LANG_MODEL = { + 50: { # 'a' + 50: 0, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 0, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 60: { # 'c' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 61: { # 'd' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 42: { # 'e' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 2, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 53: { # 'i' + 50: 1, # 'a' + 60: 2, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 0, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 56: { # 'l' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 2, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 54: { # 'n' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 49: { # 'o' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 51: { # 'r' + 50: 2, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 43: { # 's' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 2, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 44: { # 't' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 63: { # 'u' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 34: { # '\xa0' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 2, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 55: { # '´' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 48: { # '¼' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 39: { # '½' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 57: { # '¾' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 30: { # 'ְ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 59: { # 'ֱ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 41: { # 'ֲ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 33: { # 'ִ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 37: { # 'ֵ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 1, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 36: { # 'ֶ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 2, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 31: { # 'ַ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 29: { # 'ָ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 35: { # 'ֹ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 62: { # 'ֻ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 28: { # 'ּ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 3, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 3, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 2, # 'ׁ' + 45: 1, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 1, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 38: { # 'ׁ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 45: { # 'ׂ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 9: { # 'א' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 2, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 8: { # 'ב' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 1, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 20: { # 'ג' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 16: { # 'ד' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 3: { # 'ה' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 2: { # 'ו' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 3, # 'ֹ' + 62: 0, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 24: { # 'ז' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 1, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 14: { # 'ח' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 1, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 22: { # 'ט' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 1, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 2, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 1: { # 'י' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 25: { # 'ך' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 15: { # 'כ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 4: { # 'ל' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 11: { # 'ם' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 6: { # 'מ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 23: { # 'ן' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 12: { # 'נ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 19: { # 'ס' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 2, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 13: { # 'ע' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 1, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 26: { # 'ף' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 18: { # 'פ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 27: { # 'ץ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 21: { # 'צ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 1, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 0, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 17: { # 'ק' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 7: { # 'ר' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 10: { # 'ש' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 3, # 'ׁ' + 45: 2, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 5: { # 'ת' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 1, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 32: { # '–' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 52: { # '’' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 47: { # '“' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 46: { # '”' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 58: { # '†' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 2, # '†' + 40: 0, # '…' + }, + 40: { # '…' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1255_HEBREW_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 69, # 'A' + 66: 91, # 'B' + 67: 79, # 'C' + 68: 80, # 'D' + 69: 92, # 'E' + 70: 89, # 'F' + 71: 97, # 'G' + 72: 90, # 'H' + 73: 68, # 'I' + 74: 111, # 'J' + 75: 112, # 'K' + 76: 82, # 'L' + 77: 73, # 'M' + 78: 95, # 'N' + 79: 85, # 'O' + 80: 78, # 'P' + 81: 121, # 'Q' + 82: 86, # 'R' + 83: 71, # 'S' + 84: 67, # 'T' + 85: 102, # 'U' + 86: 107, # 'V' + 87: 84, # 'W' + 88: 114, # 'X' + 89: 103, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 50, # 'a' + 98: 74, # 'b' + 99: 60, # 'c' + 100: 61, # 'd' + 101: 42, # 'e' + 102: 76, # 'f' + 103: 70, # 'g' + 104: 64, # 'h' + 105: 53, # 'i' + 106: 105, # 'j' + 107: 93, # 'k' + 108: 56, # 'l' + 109: 65, # 'm' + 110: 54, # 'n' + 111: 49, # 'o' + 112: 66, # 'p' + 113: 110, # 'q' + 114: 51, # 'r' + 115: 43, # 's' + 116: 44, # 't' + 117: 63, # 'u' + 118: 81, # 'v' + 119: 77, # 'w' + 120: 98, # 'x' + 121: 75, # 'y' + 122: 108, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 124, # '€' + 129: 202, # None + 130: 203, # '‚' + 131: 204, # 'ƒ' + 132: 205, # '„' + 133: 40, # '…' + 134: 58, # '†' + 135: 206, # '‡' + 136: 207, # 'ˆ' + 137: 208, # '‰' + 138: 209, # None + 139: 210, # '‹' + 140: 211, # None + 141: 212, # None + 142: 213, # None + 143: 214, # None + 144: 215, # None + 145: 83, # '‘' + 146: 52, # '’' + 147: 47, # '“' + 148: 46, # '”' + 149: 72, # '•' + 150: 32, # '–' + 151: 94, # '—' + 152: 216, # '˜' + 153: 113, # '™' + 154: 217, # None + 155: 109, # '›' + 156: 218, # None + 157: 219, # None + 158: 220, # None + 159: 221, # None + 160: 34, # '\xa0' + 161: 116, # '¡' + 162: 222, # '¢' + 163: 118, # '£' + 164: 100, # '₪' + 165: 223, # '¥' + 166: 224, # '¦' + 167: 117, # '§' + 168: 119, # '¨' + 169: 104, # '©' + 170: 125, # '×' + 171: 225, # '«' + 172: 226, # '¬' + 173: 87, # '\xad' + 174: 99, # '®' + 175: 227, # '¯' + 176: 106, # '°' + 177: 122, # '±' + 178: 123, # '²' + 179: 228, # '³' + 180: 55, # '´' + 181: 229, # 'µ' + 182: 230, # '¶' + 183: 101, # '·' + 184: 231, # '¸' + 185: 232, # '¹' + 186: 120, # '÷' + 187: 233, # '»' + 188: 48, # '¼' + 189: 39, # '½' + 190: 57, # '¾' + 191: 234, # '¿' + 192: 30, # 'ְ' + 193: 59, # 'ֱ' + 194: 41, # 'ֲ' + 195: 88, # 'ֳ' + 196: 33, # 'ִ' + 197: 37, # 'ֵ' + 198: 36, # 'ֶ' + 199: 31, # 'ַ' + 200: 29, # 'ָ' + 201: 35, # 'ֹ' + 202: 235, # None + 203: 62, # 'ֻ' + 204: 28, # 'ּ' + 205: 236, # 'ֽ' + 206: 126, # '־' + 207: 237, # 'ֿ' + 208: 238, # '׀' + 209: 38, # 'ׁ' + 210: 45, # 'ׂ' + 211: 239, # '׃' + 212: 240, # 'װ' + 213: 241, # 'ױ' + 214: 242, # 'ײ' + 215: 243, # '׳' + 216: 127, # '״' + 217: 244, # None + 218: 245, # None + 219: 246, # None + 220: 247, # None + 221: 248, # None + 222: 249, # None + 223: 250, # None + 224: 9, # 'א' + 225: 8, # 'ב' + 226: 20, # 'ג' + 227: 16, # 'ד' + 228: 3, # 'ה' + 229: 2, # 'ו' + 230: 24, # 'ז' + 231: 14, # 'ח' + 232: 22, # 'ט' + 233: 1, # 'י' + 234: 25, # 'ך' + 235: 15, # 'כ' + 236: 4, # 'ל' + 237: 11, # 'ם' + 238: 6, # 'מ' + 239: 23, # 'ן' + 240: 12, # 'נ' + 241: 19, # 'ס' + 242: 13, # 'ע' + 243: 26, # 'ף' + 244: 18, # 'פ' + 245: 27, # 'ץ' + 246: 21, # 'צ' + 247: 17, # 'ק' + 248: 7, # 'ר' + 249: 10, # 'ש' + 250: 5, # 'ת' + 251: 251, # None + 252: 252, # None + 253: 128, # '\u200e' + 254: 96, # '\u200f' + 255: 253, # None +} + +WINDOWS_1255_HEBREW_MODEL = SingleByteCharSetModel(charset_name='windows-1255', + language='Hebrew', + char_to_order_map=WINDOWS_1255_HEBREW_CHAR_TO_ORDER, + language_model=HEBREW_LANG_MODEL, + typical_positive_ratio=0.984004, + keep_ascii_letters=False, + alphabet='אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ') + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 0000000..bbc5cda --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py @@ -0,0 +1,4650 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HUNGARIAN_LANG_MODEL = { + 28: { # 'A' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 2, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 40: { # 'B' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 3, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 54: { # 'C' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 3, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 45: { # 'D' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 32: { # 'E' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 50: { # 'F' + 28: 1, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 0, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 49: { # 'G' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 38: { # 'H' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 39: { # 'I' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 53: { # 'J' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 36: { # 'K' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 2, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 41: { # 'L' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 34: { # 'M' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 35: { # 'N' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 47: { # 'O' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 46: { # 'P' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 43: { # 'R' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 2, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 2, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 33: { # 'S' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 3, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 37: { # 'T' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 57: { # 'U' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 48: { # 'V' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 55: { # 'Y' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 52: { # 'Z' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 2: { # 'a' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 18: { # 'b' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 26: { # 'c' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 17: { # 'd' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 1: { # 'e' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 2, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 27: { # 'f' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 3, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 12: { # 'g' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 20: { # 'h' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 9: { # 'i' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 1, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 22: { # 'j' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 7: { # 'k' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 3, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 6: { # 'l' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 3, # 'ő' + 56: 1, # 'ű' + }, + 13: { # 'm' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 4: { # 'n' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 1, # 'x' + 16: 3, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 8: { # 'o' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 23: { # 'p' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 10: { # 'r' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 2, # 'ű' + }, + 5: { # 's' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 3: { # 't' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 3, # 'ő' + 56: 2, # 'ű' + }, + 21: { # 'u' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 19: { # 'v' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 62: { # 'x' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 16: { # 'y' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 11: { # 'z' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 51: { # 'Á' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 44: { # 'É' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 61: { # 'Í' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 58: { # 'Ó' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 2, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 59: { # 'Ö' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 60: { # 'Ú' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 2, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 63: { # 'Ü' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 14: { # 'á' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 15: { # 'é' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 30: { # 'í' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 25: { # 'ó' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 24: { # 'ö' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 31: { # 'ú' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 3, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 29: { # 'ü' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 42: { # 'ő' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 56: { # 'ű' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 72, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 161, # '€' + 129: 162, # None + 130: 163, # '‚' + 131: 164, # None + 132: 165, # '„' + 133: 166, # '…' + 134: 167, # '†' + 135: 168, # '‡' + 136: 169, # None + 137: 170, # '‰' + 138: 171, # 'Š' + 139: 172, # '‹' + 140: 173, # 'Ś' + 141: 174, # 'Ť' + 142: 175, # 'Ž' + 143: 176, # 'Ź' + 144: 177, # None + 145: 178, # '‘' + 146: 179, # '’' + 147: 180, # '“' + 148: 78, # '”' + 149: 181, # '•' + 150: 69, # '–' + 151: 182, # '—' + 152: 183, # None + 153: 184, # '™' + 154: 185, # 'š' + 155: 186, # '›' + 156: 187, # 'ś' + 157: 188, # 'ť' + 158: 189, # 'ž' + 159: 190, # 'ź' + 160: 191, # '\xa0' + 161: 192, # 'ˇ' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ą' + 166: 197, # '¦' + 167: 76, # '§' + 168: 198, # '¨' + 169: 199, # '©' + 170: 200, # 'Ş' + 171: 201, # '«' + 172: 202, # '¬' + 173: 203, # '\xad' + 174: 204, # '®' + 175: 205, # 'Ż' + 176: 81, # '°' + 177: 206, # '±' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'µ' + 182: 211, # '¶' + 183: 212, # '·' + 184: 213, # '¸' + 185: 214, # 'ą' + 186: 215, # 'ş' + 187: 216, # '»' + 188: 217, # 'Ľ' + 189: 218, # '˝' + 190: 219, # 'ľ' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 83, # 'Â' + 195: 222, # 'Ă' + 196: 80, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 70, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 84, # 'ŕ' + 225: 14, # 'á' + 226: 75, # 'â' + 227: 242, # 'ă' + 228: 71, # 'ä' + 229: 82, # 'ĺ' + 230: 243, # 'ć' + 231: 73, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 85, # 'ę' + 235: 79, # 'ë' + 236: 86, # 'ě' + 237: 30, # 'í' + 238: 77, # 'î' + 239: 87, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 74, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +WINDOWS_1250_HUNGARIAN_MODEL = SingleByteCharSetModel(charset_name='windows-1250', + language='Hungarian', + char_to_order_map=WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet='ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű') + +ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 71, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 159, # '\x80' + 129: 160, # '\x81' + 130: 161, # '\x82' + 131: 162, # '\x83' + 132: 163, # '\x84' + 133: 164, # '\x85' + 134: 165, # '\x86' + 135: 166, # '\x87' + 136: 167, # '\x88' + 137: 168, # '\x89' + 138: 169, # '\x8a' + 139: 170, # '\x8b' + 140: 171, # '\x8c' + 141: 172, # '\x8d' + 142: 173, # '\x8e' + 143: 174, # '\x8f' + 144: 175, # '\x90' + 145: 176, # '\x91' + 146: 177, # '\x92' + 147: 178, # '\x93' + 148: 179, # '\x94' + 149: 180, # '\x95' + 150: 181, # '\x96' + 151: 182, # '\x97' + 152: 183, # '\x98' + 153: 184, # '\x99' + 154: 185, # '\x9a' + 155: 186, # '\x9b' + 156: 187, # '\x9c' + 157: 188, # '\x9d' + 158: 189, # '\x9e' + 159: 190, # '\x9f' + 160: 191, # '\xa0' + 161: 192, # 'Ą' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ľ' + 166: 197, # 'Ś' + 167: 75, # '§' + 168: 198, # '¨' + 169: 199, # 'Š' + 170: 200, # 'Ş' + 171: 201, # 'Ť' + 172: 202, # 'Ź' + 173: 203, # '\xad' + 174: 204, # 'Ž' + 175: 205, # 'Ż' + 176: 79, # '°' + 177: 206, # 'ą' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'ľ' + 182: 211, # 'ś' + 183: 212, # 'ˇ' + 184: 213, # '¸' + 185: 214, # 'š' + 186: 215, # 'ş' + 187: 216, # 'ť' + 188: 217, # 'ź' + 189: 218, # '˝' + 190: 219, # 'ž' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 81, # 'Â' + 195: 222, # 'Ă' + 196: 78, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 69, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 82, # 'ŕ' + 225: 14, # 'á' + 226: 74, # 'â' + 227: 242, # 'ă' + 228: 70, # 'ä' + 229: 80, # 'ĺ' + 230: 243, # 'ć' + 231: 72, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 83, # 'ę' + 235: 77, # 'ë' + 236: 84, # 'ě' + 237: 30, # 'í' + 238: 76, # 'î' + 239: 85, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 73, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +ISO_8859_2_HUNGARIAN_MODEL = SingleByteCharSetModel(charset_name='ISO-8859-2', + language='Hungarian', + char_to_order_map=ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet='ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű') + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 0000000..5594452 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py @@ -0,0 +1,5718 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +RUSSIAN_LANG_MODEL = { + 37: { # 'А' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 44: { # 'Б' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 33: { # 'В' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 46: { # 'Г' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 41: { # 'Д' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 3, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 48: { # 'Е' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 56: { # 'Ж' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 0, # 'я' + }, + 51: { # 'З' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 42: { # 'И' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 60: { # 'Й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 36: { # 'К' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 49: { # 'Л' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 38: { # 'М' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 31: { # 'Н' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 34: { # 'О' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 2, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 2, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 35: { # 'П' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 1, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 45: { # 'Р' + 37: 2, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 32: { # 'С' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 2, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 40: { # 'Т' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 52: { # 'У' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 53: { # 'Ф' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 55: { # 'Х' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 58: { # 'Ц' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 50: { # 'Ч' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 57: { # 'Ш' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 63: { # 'Щ' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 62: { # 'Ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 61: { # 'Ь' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 47: { # 'Э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 59: { # 'Ю' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 43: { # 'Я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 3: { # 'а' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 21: { # 'б' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 10: { # 'в' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 19: { # 'г' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 13: { # 'д' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 2: { # 'е' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 24: { # 'ж' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 20: { # 'з' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 4: { # 'и' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 23: { # 'й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 11: { # 'к' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 8: { # 'л' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 12: { # 'м' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 5: { # 'н' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 1: { # 'о' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 15: { # 'п' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 9: { # 'р' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 7: { # 'с' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 6: { # 'т' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 14: { # 'у' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 2, # 'я' + }, + 39: { # 'ф' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 26: { # 'х' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 28: { # 'ц' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 22: { # 'ч' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 25: { # 'ш' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 29: { # 'щ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 2, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 54: { # 'ъ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 18: { # 'ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 1, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 17: { # 'ь' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 0, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 30: { # 'э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 27: { # 'ю' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 16: { # 'я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 2, # 'я' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +IBM866_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 3, # 'а' + 161: 21, # 'б' + 162: 10, # 'в' + 163: 19, # 'г' + 164: 13, # 'д' + 165: 2, # 'е' + 166: 24, # 'ж' + 167: 20, # 'з' + 168: 4, # 'и' + 169: 23, # 'й' + 170: 11, # 'к' + 171: 8, # 'л' + 172: 12, # 'м' + 173: 5, # 'н' + 174: 1, # 'о' + 175: 15, # 'п' + 176: 191, # '░' + 177: 192, # '▒' + 178: 193, # '▓' + 179: 194, # '│' + 180: 195, # '┤' + 181: 196, # '╡' + 182: 197, # '╢' + 183: 198, # '╖' + 184: 199, # '╕' + 185: 200, # '╣' + 186: 201, # '║' + 187: 202, # '╗' + 188: 203, # '╝' + 189: 204, # '╜' + 190: 205, # '╛' + 191: 206, # '┐' + 192: 207, # '└' + 193: 208, # '┴' + 194: 209, # '┬' + 195: 210, # '├' + 196: 211, # '─' + 197: 212, # '┼' + 198: 213, # '╞' + 199: 214, # '╟' + 200: 215, # '╚' + 201: 216, # '╔' + 202: 217, # '╩' + 203: 218, # '╦' + 204: 219, # '╠' + 205: 220, # '═' + 206: 221, # '╬' + 207: 222, # '╧' + 208: 223, # '╨' + 209: 224, # '╤' + 210: 225, # '╥' + 211: 226, # '╙' + 212: 227, # '╘' + 213: 228, # '╒' + 214: 229, # '╓' + 215: 230, # '╫' + 216: 231, # '╪' + 217: 232, # '┘' + 218: 233, # '┌' + 219: 234, # '█' + 220: 235, # '▄' + 221: 236, # '▌' + 222: 237, # '▐' + 223: 238, # '▀' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # 'Ё' + 241: 68, # 'ё' + 242: 240, # 'Є' + 243: 241, # 'є' + 244: 242, # 'Ї' + 245: 243, # 'ї' + 246: 244, # 'Ў' + 247: 245, # 'ў' + 248: 246, # '°' + 249: 247, # '∙' + 250: 248, # '·' + 251: 249, # '√' + 252: 250, # '№' + 253: 251, # '¤' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM866_RUSSIAN_MODEL = SingleByteCharSetModel(charset_name='IBM866', + language='Russian', + char_to_order_map=IBM866_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet='ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё') + +WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'Ђ' + 129: 192, # 'Ѓ' + 130: 193, # '‚' + 131: 194, # 'ѓ' + 132: 195, # '„' + 133: 196, # '…' + 134: 197, # '†' + 135: 198, # '‡' + 136: 199, # '€' + 137: 200, # '‰' + 138: 201, # 'Љ' + 139: 202, # '‹' + 140: 203, # 'Њ' + 141: 204, # 'Ќ' + 142: 205, # 'Ћ' + 143: 206, # 'Џ' + 144: 207, # 'ђ' + 145: 208, # '‘' + 146: 209, # '’' + 147: 210, # '“' + 148: 211, # '”' + 149: 212, # '•' + 150: 213, # '–' + 151: 214, # '—' + 152: 215, # None + 153: 216, # '™' + 154: 217, # 'љ' + 155: 218, # '›' + 156: 219, # 'њ' + 157: 220, # 'ќ' + 158: 221, # 'ћ' + 159: 222, # 'џ' + 160: 223, # '\xa0' + 161: 224, # 'Ў' + 162: 225, # 'ў' + 163: 226, # 'Ј' + 164: 227, # '¤' + 165: 228, # 'Ґ' + 166: 229, # '¦' + 167: 230, # '§' + 168: 231, # 'Ё' + 169: 232, # '©' + 170: 233, # 'Є' + 171: 234, # '«' + 172: 235, # '¬' + 173: 236, # '\xad' + 174: 237, # '®' + 175: 238, # 'Ї' + 176: 239, # '°' + 177: 240, # '±' + 178: 241, # 'І' + 179: 242, # 'і' + 180: 243, # 'ґ' + 181: 244, # 'µ' + 182: 245, # '¶' + 183: 246, # '·' + 184: 68, # 'ё' + 185: 247, # '№' + 186: 248, # 'є' + 187: 249, # '»' + 188: 250, # 'ј' + 189: 251, # 'Ѕ' + 190: 252, # 'ѕ' + 191: 253, # 'ї' + 192: 37, # 'А' + 193: 44, # 'Б' + 194: 33, # 'В' + 195: 46, # 'Г' + 196: 41, # 'Д' + 197: 48, # 'Е' + 198: 56, # 'Ж' + 199: 51, # 'З' + 200: 42, # 'И' + 201: 60, # 'Й' + 202: 36, # 'К' + 203: 49, # 'Л' + 204: 38, # 'М' + 205: 31, # 'Н' + 206: 34, # 'О' + 207: 35, # 'П' + 208: 45, # 'Р' + 209: 32, # 'С' + 210: 40, # 'Т' + 211: 52, # 'У' + 212: 53, # 'Ф' + 213: 55, # 'Х' + 214: 58, # 'Ц' + 215: 50, # 'Ч' + 216: 57, # 'Ш' + 217: 63, # 'Щ' + 218: 70, # 'Ъ' + 219: 62, # 'Ы' + 220: 61, # 'Ь' + 221: 47, # 'Э' + 222: 59, # 'Ю' + 223: 43, # 'Я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_RUSSIAN_MODEL = SingleByteCharSetModel(charset_name='windows-1251', + language='Russian', + char_to_order_map=WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet='ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё') + +IBM855_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'ђ' + 129: 192, # 'Ђ' + 130: 193, # 'ѓ' + 131: 194, # 'Ѓ' + 132: 68, # 'ё' + 133: 195, # 'Ё' + 134: 196, # 'є' + 135: 197, # 'Є' + 136: 198, # 'ѕ' + 137: 199, # 'Ѕ' + 138: 200, # 'і' + 139: 201, # 'І' + 140: 202, # 'ї' + 141: 203, # 'Ї' + 142: 204, # 'ј' + 143: 205, # 'Ј' + 144: 206, # 'љ' + 145: 207, # 'Љ' + 146: 208, # 'њ' + 147: 209, # 'Њ' + 148: 210, # 'ћ' + 149: 211, # 'Ћ' + 150: 212, # 'ќ' + 151: 213, # 'Ќ' + 152: 214, # 'ў' + 153: 215, # 'Ў' + 154: 216, # 'џ' + 155: 217, # 'Џ' + 156: 27, # 'ю' + 157: 59, # 'Ю' + 158: 54, # 'ъ' + 159: 70, # 'Ъ' + 160: 3, # 'а' + 161: 37, # 'А' + 162: 21, # 'б' + 163: 44, # 'Б' + 164: 28, # 'ц' + 165: 58, # 'Ц' + 166: 13, # 'д' + 167: 41, # 'Д' + 168: 2, # 'е' + 169: 48, # 'Е' + 170: 39, # 'ф' + 171: 53, # 'Ф' + 172: 19, # 'г' + 173: 46, # 'Г' + 174: 218, # '«' + 175: 219, # '»' + 176: 220, # '░' + 177: 221, # '▒' + 178: 222, # '▓' + 179: 223, # '│' + 180: 224, # '┤' + 181: 26, # 'х' + 182: 55, # 'Х' + 183: 4, # 'и' + 184: 42, # 'И' + 185: 225, # '╣' + 186: 226, # '║' + 187: 227, # '╗' + 188: 228, # '╝' + 189: 23, # 'й' + 190: 60, # 'Й' + 191: 229, # '┐' + 192: 230, # '└' + 193: 231, # '┴' + 194: 232, # '┬' + 195: 233, # '├' + 196: 234, # '─' + 197: 235, # '┼' + 198: 11, # 'к' + 199: 36, # 'К' + 200: 236, # '╚' + 201: 237, # '╔' + 202: 238, # '╩' + 203: 239, # '╦' + 204: 240, # '╠' + 205: 241, # '═' + 206: 242, # '╬' + 207: 243, # '¤' + 208: 8, # 'л' + 209: 49, # 'Л' + 210: 12, # 'м' + 211: 38, # 'М' + 212: 5, # 'н' + 213: 31, # 'Н' + 214: 1, # 'о' + 215: 34, # 'О' + 216: 15, # 'п' + 217: 244, # '┘' + 218: 245, # '┌' + 219: 246, # '█' + 220: 247, # '▄' + 221: 35, # 'П' + 222: 16, # 'я' + 223: 248, # '▀' + 224: 43, # 'Я' + 225: 9, # 'р' + 226: 45, # 'Р' + 227: 7, # 'с' + 228: 32, # 'С' + 229: 6, # 'т' + 230: 40, # 'Т' + 231: 14, # 'у' + 232: 52, # 'У' + 233: 24, # 'ж' + 234: 56, # 'Ж' + 235: 10, # 'в' + 236: 33, # 'В' + 237: 17, # 'ь' + 238: 61, # 'Ь' + 239: 249, # '№' + 240: 250, # '\xad' + 241: 18, # 'ы' + 242: 62, # 'Ы' + 243: 20, # 'з' + 244: 51, # 'З' + 245: 25, # 'ш' + 246: 57, # 'Ш' + 247: 30, # 'э' + 248: 47, # 'Э' + 249: 29, # 'щ' + 250: 63, # 'Щ' + 251: 22, # 'ч' + 252: 50, # 'Ч' + 253: 251, # '§' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM855_RUSSIAN_MODEL = SingleByteCharSetModel(charset_name='IBM855', + language='Russian', + char_to_order_map=IBM855_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet='ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё') + +KOI8_R_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '─' + 129: 192, # '│' + 130: 193, # '┌' + 131: 194, # '┐' + 132: 195, # '└' + 133: 196, # '┘' + 134: 197, # '├' + 135: 198, # '┤' + 136: 199, # '┬' + 137: 200, # '┴' + 138: 201, # '┼' + 139: 202, # '▀' + 140: 203, # '▄' + 141: 204, # '█' + 142: 205, # '▌' + 143: 206, # '▐' + 144: 207, # '░' + 145: 208, # '▒' + 146: 209, # '▓' + 147: 210, # '⌠' + 148: 211, # '■' + 149: 212, # '∙' + 150: 213, # '√' + 151: 214, # '≈' + 152: 215, # '≤' + 153: 216, # '≥' + 154: 217, # '\xa0' + 155: 218, # '⌡' + 156: 219, # '°' + 157: 220, # '²' + 158: 221, # '·' + 159: 222, # '÷' + 160: 223, # '═' + 161: 224, # '║' + 162: 225, # '╒' + 163: 68, # 'ё' + 164: 226, # '╓' + 165: 227, # '╔' + 166: 228, # '╕' + 167: 229, # '╖' + 168: 230, # '╗' + 169: 231, # '╘' + 170: 232, # '╙' + 171: 233, # '╚' + 172: 234, # '╛' + 173: 235, # '╜' + 174: 236, # '╝' + 175: 237, # '╞' + 176: 238, # '╟' + 177: 239, # '╠' + 178: 240, # '╡' + 179: 241, # 'Ё' + 180: 242, # '╢' + 181: 243, # '╣' + 182: 244, # '╤' + 183: 245, # '╥' + 184: 246, # '╦' + 185: 247, # '╧' + 186: 248, # '╨' + 187: 249, # '╩' + 188: 250, # '╪' + 189: 251, # '╫' + 190: 252, # '╬' + 191: 253, # '©' + 192: 27, # 'ю' + 193: 3, # 'а' + 194: 21, # 'б' + 195: 28, # 'ц' + 196: 13, # 'д' + 197: 2, # 'е' + 198: 39, # 'ф' + 199: 19, # 'г' + 200: 26, # 'х' + 201: 4, # 'и' + 202: 23, # 'й' + 203: 11, # 'к' + 204: 8, # 'л' + 205: 12, # 'м' + 206: 5, # 'н' + 207: 1, # 'о' + 208: 15, # 'п' + 209: 16, # 'я' + 210: 9, # 'р' + 211: 7, # 'с' + 212: 6, # 'т' + 213: 14, # 'у' + 214: 24, # 'ж' + 215: 10, # 'в' + 216: 17, # 'ь' + 217: 18, # 'ы' + 218: 20, # 'з' + 219: 25, # 'ш' + 220: 30, # 'э' + 221: 29, # 'щ' + 222: 22, # 'ч' + 223: 54, # 'ъ' + 224: 59, # 'Ю' + 225: 37, # 'А' + 226: 44, # 'Б' + 227: 58, # 'Ц' + 228: 41, # 'Д' + 229: 48, # 'Е' + 230: 53, # 'Ф' + 231: 46, # 'Г' + 232: 55, # 'Х' + 233: 42, # 'И' + 234: 60, # 'Й' + 235: 36, # 'К' + 236: 49, # 'Л' + 237: 38, # 'М' + 238: 31, # 'Н' + 239: 34, # 'О' + 240: 35, # 'П' + 241: 43, # 'Я' + 242: 45, # 'Р' + 243: 32, # 'С' + 244: 40, # 'Т' + 245: 52, # 'У' + 246: 56, # 'Ж' + 247: 33, # 'В' + 248: 61, # 'Ь' + 249: 62, # 'Ы' + 250: 51, # 'З' + 251: 57, # 'Ш' + 252: 47, # 'Э' + 253: 63, # 'Щ' + 254: 50, # 'Ч' + 255: 70, # 'Ъ' +} + +KOI8_R_RUSSIAN_MODEL = SingleByteCharSetModel(charset_name='KOI8-R', + language='Russian', + char_to_order_map=KOI8_R_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet='ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё') + +MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 191, # '†' + 161: 192, # '°' + 162: 193, # 'Ґ' + 163: 194, # '£' + 164: 195, # '§' + 165: 196, # '•' + 166: 197, # '¶' + 167: 198, # 'І' + 168: 199, # '®' + 169: 200, # '©' + 170: 201, # '™' + 171: 202, # 'Ђ' + 172: 203, # 'ђ' + 173: 204, # '≠' + 174: 205, # 'Ѓ' + 175: 206, # 'ѓ' + 176: 207, # '∞' + 177: 208, # '±' + 178: 209, # '≤' + 179: 210, # '≥' + 180: 211, # 'і' + 181: 212, # 'µ' + 182: 213, # 'ґ' + 183: 214, # 'Ј' + 184: 215, # 'Є' + 185: 216, # 'є' + 186: 217, # 'Ї' + 187: 218, # 'ї' + 188: 219, # 'Љ' + 189: 220, # 'љ' + 190: 221, # 'Њ' + 191: 222, # 'њ' + 192: 223, # 'ј' + 193: 224, # 'Ѕ' + 194: 225, # '¬' + 195: 226, # '√' + 196: 227, # 'ƒ' + 197: 228, # '≈' + 198: 229, # '∆' + 199: 230, # '«' + 200: 231, # '»' + 201: 232, # '…' + 202: 233, # '\xa0' + 203: 234, # 'Ћ' + 204: 235, # 'ћ' + 205: 236, # 'Ќ' + 206: 237, # 'ќ' + 207: 238, # 'ѕ' + 208: 239, # '–' + 209: 240, # '—' + 210: 241, # '“' + 211: 242, # '”' + 212: 243, # '‘' + 213: 244, # '’' + 214: 245, # '÷' + 215: 246, # '„' + 216: 247, # 'Ў' + 217: 248, # 'ў' + 218: 249, # 'Џ' + 219: 250, # 'џ' + 220: 251, # '№' + 221: 252, # 'Ё' + 222: 68, # 'ё' + 223: 16, # 'я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 255, # '€' +} + +MACCYRILLIC_RUSSIAN_MODEL = SingleByteCharSetModel(charset_name='MacCyrillic', + language='Russian', + char_to_order_map=MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet='ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё') + +ISO_8859_5_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '\x80' + 129: 192, # '\x81' + 130: 193, # '\x82' + 131: 194, # '\x83' + 132: 195, # '\x84' + 133: 196, # '\x85' + 134: 197, # '\x86' + 135: 198, # '\x87' + 136: 199, # '\x88' + 137: 200, # '\x89' + 138: 201, # '\x8a' + 139: 202, # '\x8b' + 140: 203, # '\x8c' + 141: 204, # '\x8d' + 142: 205, # '\x8e' + 143: 206, # '\x8f' + 144: 207, # '\x90' + 145: 208, # '\x91' + 146: 209, # '\x92' + 147: 210, # '\x93' + 148: 211, # '\x94' + 149: 212, # '\x95' + 150: 213, # '\x96' + 151: 214, # '\x97' + 152: 215, # '\x98' + 153: 216, # '\x99' + 154: 217, # '\x9a' + 155: 218, # '\x9b' + 156: 219, # '\x9c' + 157: 220, # '\x9d' + 158: 221, # '\x9e' + 159: 222, # '\x9f' + 160: 223, # '\xa0' + 161: 224, # 'Ё' + 162: 225, # 'Ђ' + 163: 226, # 'Ѓ' + 164: 227, # 'Є' + 165: 228, # 'Ѕ' + 166: 229, # 'І' + 167: 230, # 'Ї' + 168: 231, # 'Ј' + 169: 232, # 'Љ' + 170: 233, # 'Њ' + 171: 234, # 'Ћ' + 172: 235, # 'Ќ' + 173: 236, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 37, # 'А' + 177: 44, # 'Б' + 178: 33, # 'В' + 179: 46, # 'Г' + 180: 41, # 'Д' + 181: 48, # 'Е' + 182: 56, # 'Ж' + 183: 51, # 'З' + 184: 42, # 'И' + 185: 60, # 'Й' + 186: 36, # 'К' + 187: 49, # 'Л' + 188: 38, # 'М' + 189: 31, # 'Н' + 190: 34, # 'О' + 191: 35, # 'П' + 192: 45, # 'Р' + 193: 32, # 'С' + 194: 40, # 'Т' + 195: 52, # 'У' + 196: 53, # 'Ф' + 197: 55, # 'Х' + 198: 58, # 'Ц' + 199: 50, # 'Ч' + 200: 57, # 'Ш' + 201: 63, # 'Щ' + 202: 70, # 'Ъ' + 203: 62, # 'Ы' + 204: 61, # 'Ь' + 205: 47, # 'Э' + 206: 59, # 'Ю' + 207: 43, # 'Я' + 208: 3, # 'а' + 209: 21, # 'б' + 210: 10, # 'в' + 211: 19, # 'г' + 212: 13, # 'д' + 213: 2, # 'е' + 214: 24, # 'ж' + 215: 20, # 'з' + 216: 4, # 'и' + 217: 23, # 'й' + 218: 11, # 'к' + 219: 8, # 'л' + 220: 12, # 'м' + 221: 5, # 'н' + 222: 1, # 'о' + 223: 15, # 'п' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # '№' + 241: 68, # 'ё' + 242: 240, # 'ђ' + 243: 241, # 'ѓ' + 244: 242, # 'є' + 245: 243, # 'ѕ' + 246: 244, # 'і' + 247: 245, # 'ї' + 248: 246, # 'ј' + 249: 247, # 'љ' + 250: 248, # 'њ' + 251: 249, # 'ћ' + 252: 250, # 'ќ' + 253: 251, # '§' + 254: 252, # 'ў' + 255: 255, # 'џ' +} + +ISO_8859_5_RUSSIAN_MODEL = SingleByteCharSetModel(charset_name='ISO-8859-5', + language='Russian', + char_to_order_map=ISO_8859_5_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet='ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё') + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 0000000..9a37db5 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py @@ -0,0 +1,4383 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +THAI_LANG_MODEL = { + 5: { # 'ก' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 3, # 'ฎ' + 57: 2, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 1, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 30: { # 'ข' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 2, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 24: { # 'ค' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 3, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 8: { # 'ง' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 1, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 2, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 3, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 26: { # 'จ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 52: { # 'ฉ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 34: { # 'ช' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 1, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 51: { # 'ซ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 47: { # 'ญ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 58: { # 'ฎ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 57: { # 'ฏ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 49: { # 'ฐ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 53: { # 'ฑ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 55: { # 'ฒ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 43: { # 'ณ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 3, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 3, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 20: { # 'ด' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 2, # '็' + 6: 1, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 19: { # 'ต' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 2, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 44: { # 'ถ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 14: { # 'ท' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 3, # 'ศ' + 46: 1, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 48: { # 'ธ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 2, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 3: { # 'น' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 1, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 3, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 3, # 'โ' + 29: 3, # 'ใ' + 33: 3, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 17: { # 'บ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 25: { # 'ป' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 1, # 'ฎ' + 57: 3, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 1, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 2, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 39: { # 'ผ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 0, # 'ุ' + 35: 3, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 62: { # 'ฝ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 2, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 31: { # 'พ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 3, # 'ื' + 32: 1, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 0, # '่' + 7: 1, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 54: { # 'ฟ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 45: { # 'ภ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 9: { # 'ม' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 2, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 16: { # 'ย' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 2: { # 'ร' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 3, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 3, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 3, # 'เ' + 28: 3, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 61: { # 'ฤ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 2, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 15: { # 'ล' + 5: 2, # 'ก' + 30: 3, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 2, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 12: { # 'ว' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 42: { # 'ศ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 3, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 46: { # 'ษ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 2, # 'ฎ' + 57: 1, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 18: { # 'ส' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 3, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 21: { # 'ห' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 4: { # 'อ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 63: { # 'ฯ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 22: { # 'ะ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 10: { # 'ั' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 3, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 1: { # 'า' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 1, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 2, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 36: { # 'ำ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 23: { # 'ิ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 3, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 13: { # 'ี' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 40: { # 'ึ' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 27: { # 'ื' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 32: { # 'ุ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 1, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 35: { # 'ู' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 11: { # 'เ' + 5: 3, # 'ก' + 30: 3, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 3, # 'ฉ' + 34: 3, # 'ช' + 51: 2, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 3, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 28: { # 'แ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 3, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 41: { # 'โ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 29: { # 'ใ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 33: { # 'ไ' + 5: 1, # 'ก' + 30: 2, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 50: { # 'ๆ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 37: { # '็' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 6: { # '่' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 7: { # '้' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 38: { # '์' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 56: { # '๑' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 1, # '๕' + }, + 59: { # '๒' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 1, # '๑' + 59: 1, # '๒' + 60: 3, # '๕' + }, + 60: { # '๕' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 0, # '๕' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +TIS_620_THAI_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 182, # 'A' + 66: 106, # 'B' + 67: 107, # 'C' + 68: 100, # 'D' + 69: 183, # 'E' + 70: 184, # 'F' + 71: 185, # 'G' + 72: 101, # 'H' + 73: 94, # 'I' + 74: 186, # 'J' + 75: 187, # 'K' + 76: 108, # 'L' + 77: 109, # 'M' + 78: 110, # 'N' + 79: 111, # 'O' + 80: 188, # 'P' + 81: 189, # 'Q' + 82: 190, # 'R' + 83: 89, # 'S' + 84: 95, # 'T' + 85: 112, # 'U' + 86: 113, # 'V' + 87: 191, # 'W' + 88: 192, # 'X' + 89: 193, # 'Y' + 90: 194, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 64, # 'a' + 98: 72, # 'b' + 99: 73, # 'c' + 100: 114, # 'd' + 101: 74, # 'e' + 102: 115, # 'f' + 103: 116, # 'g' + 104: 102, # 'h' + 105: 81, # 'i' + 106: 201, # 'j' + 107: 117, # 'k' + 108: 90, # 'l' + 109: 103, # 'm' + 110: 78, # 'n' + 111: 82, # 'o' + 112: 96, # 'p' + 113: 202, # 'q' + 114: 91, # 'r' + 115: 79, # 's' + 116: 84, # 't' + 117: 104, # 'u' + 118: 105, # 'v' + 119: 97, # 'w' + 120: 98, # 'x' + 121: 92, # 'y' + 122: 203, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 209, # '\x80' + 129: 210, # '\x81' + 130: 211, # '\x82' + 131: 212, # '\x83' + 132: 213, # '\x84' + 133: 88, # '\x85' + 134: 214, # '\x86' + 135: 215, # '\x87' + 136: 216, # '\x88' + 137: 217, # '\x89' + 138: 218, # '\x8a' + 139: 219, # '\x8b' + 140: 220, # '\x8c' + 141: 118, # '\x8d' + 142: 221, # '\x8e' + 143: 222, # '\x8f' + 144: 223, # '\x90' + 145: 224, # '\x91' + 146: 99, # '\x92' + 147: 85, # '\x93' + 148: 83, # '\x94' + 149: 225, # '\x95' + 150: 226, # '\x96' + 151: 227, # '\x97' + 152: 228, # '\x98' + 153: 229, # '\x99' + 154: 230, # '\x9a' + 155: 231, # '\x9b' + 156: 232, # '\x9c' + 157: 233, # '\x9d' + 158: 234, # '\x9e' + 159: 235, # '\x9f' + 160: 236, # None + 161: 5, # 'ก' + 162: 30, # 'ข' + 163: 237, # 'ฃ' + 164: 24, # 'ค' + 165: 238, # 'ฅ' + 166: 75, # 'ฆ' + 167: 8, # 'ง' + 168: 26, # 'จ' + 169: 52, # 'ฉ' + 170: 34, # 'ช' + 171: 51, # 'ซ' + 172: 119, # 'ฌ' + 173: 47, # 'ญ' + 174: 58, # 'ฎ' + 175: 57, # 'ฏ' + 176: 49, # 'ฐ' + 177: 53, # 'ฑ' + 178: 55, # 'ฒ' + 179: 43, # 'ณ' + 180: 20, # 'ด' + 181: 19, # 'ต' + 182: 44, # 'ถ' + 183: 14, # 'ท' + 184: 48, # 'ธ' + 185: 3, # 'น' + 186: 17, # 'บ' + 187: 25, # 'ป' + 188: 39, # 'ผ' + 189: 62, # 'ฝ' + 190: 31, # 'พ' + 191: 54, # 'ฟ' + 192: 45, # 'ภ' + 193: 9, # 'ม' + 194: 16, # 'ย' + 195: 2, # 'ร' + 196: 61, # 'ฤ' + 197: 15, # 'ล' + 198: 239, # 'ฦ' + 199: 12, # 'ว' + 200: 42, # 'ศ' + 201: 46, # 'ษ' + 202: 18, # 'ส' + 203: 21, # 'ห' + 204: 76, # 'ฬ' + 205: 4, # 'อ' + 206: 66, # 'ฮ' + 207: 63, # 'ฯ' + 208: 22, # 'ะ' + 209: 10, # 'ั' + 210: 1, # 'า' + 211: 36, # 'ำ' + 212: 23, # 'ิ' + 213: 13, # 'ี' + 214: 40, # 'ึ' + 215: 27, # 'ื' + 216: 32, # 'ุ' + 217: 35, # 'ู' + 218: 86, # 'ฺ' + 219: 240, # None + 220: 241, # None + 221: 242, # None + 222: 243, # None + 223: 244, # '฿' + 224: 11, # 'เ' + 225: 28, # 'แ' + 226: 41, # 'โ' + 227: 29, # 'ใ' + 228: 33, # 'ไ' + 229: 245, # 'ๅ' + 230: 50, # 'ๆ' + 231: 37, # '็' + 232: 6, # '่' + 233: 7, # '้' + 234: 67, # '๊' + 235: 77, # '๋' + 236: 38, # '์' + 237: 93, # 'ํ' + 238: 246, # '๎' + 239: 247, # '๏' + 240: 68, # '๐' + 241: 56, # '๑' + 242: 59, # '๒' + 243: 65, # '๓' + 244: 69, # '๔' + 245: 60, # '๕' + 246: 70, # '๖' + 247: 80, # '๗' + 248: 71, # '๘' + 249: 87, # '๙' + 250: 248, # '๚' + 251: 249, # '๛' + 252: 250, # None + 253: 251, # None + 254: 252, # None + 255: 253, # None +} + +TIS_620_THAI_MODEL = SingleByteCharSetModel(charset_name='TIS-620', + language='Thai', + char_to_order_map=TIS_620_THAI_CHAR_TO_ORDER, + language_model=THAI_LANG_MODEL, + typical_positive_ratio=0.926386, + keep_ascii_letters=False, + alphabet='กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛') + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 0000000..43f4230 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py @@ -0,0 +1,4383 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +TURKISH_LANG_MODEL = { + 23: { # 'A' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 37: { # 'B' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 47: { # 'C' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 39: { # 'D' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 29: { # 'E' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 52: { # 'F' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 36: { # 'G' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 45: { # 'H' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 2, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 2, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 53: { # 'I' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 60: { # 'J' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 16: { # 'K' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 49: { # 'L' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 2, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 20: { # 'M' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 46: { # 'N' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 42: { # 'O' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 48: { # 'P' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 44: { # 'R' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 35: { # 'S' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 31: { # 'T' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 51: { # 'U' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 38: { # 'V' + 23: 1, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 62: { # 'W' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 43: { # 'Y' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 56: { # 'Z' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 1: { # 'a' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 21: { # 'b' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 28: { # 'c' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 3, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 1, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 12: { # 'd' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 2: { # 'e' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 18: { # 'f' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 1, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 27: { # 'g' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 25: { # 'h' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 3: { # 'i' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 24: { # 'j' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 10: { # 'k' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 5: { # 'l' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 13: { # 'm' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 4: { # 'n' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 15: { # 'o' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 2, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 2, # 'ş' + }, + 26: { # 'p' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 7: { # 'r' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 8: { # 's' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 9: { # 't' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 14: { # 'u' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 32: { # 'v' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 57: { # 'w' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 1, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 58: { # 'x' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 11: { # 'y' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 22: { # 'z' + 23: 2, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 2, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 3, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 2, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 63: { # '·' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 54: { # 'Ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 50: { # 'Ö' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 55: { # 'Ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 59: { # 'â' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 33: { # 'ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 61: { # 'î' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 34: { # 'ö' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 3, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 17: { # 'ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 30: { # 'ğ' + 23: 0, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 41: { # 'İ' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 6: { # 'ı' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 40: { # 'Ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 2, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 3, # 'f' + 27: 0, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 1, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 19: { # 'ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_9_TURKISH_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 255, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 255, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 255, # ' ' + 33: 255, # '!' + 34: 255, # '"' + 35: 255, # '#' + 36: 255, # '$' + 37: 255, # '%' + 38: 255, # '&' + 39: 255, # "'" + 40: 255, # '(' + 41: 255, # ')' + 42: 255, # '*' + 43: 255, # '+' + 44: 255, # ',' + 45: 255, # '-' + 46: 255, # '.' + 47: 255, # '/' + 48: 255, # '0' + 49: 255, # '1' + 50: 255, # '2' + 51: 255, # '3' + 52: 255, # '4' + 53: 255, # '5' + 54: 255, # '6' + 55: 255, # '7' + 56: 255, # '8' + 57: 255, # '9' + 58: 255, # ':' + 59: 255, # ';' + 60: 255, # '<' + 61: 255, # '=' + 62: 255, # '>' + 63: 255, # '?' + 64: 255, # '@' + 65: 23, # 'A' + 66: 37, # 'B' + 67: 47, # 'C' + 68: 39, # 'D' + 69: 29, # 'E' + 70: 52, # 'F' + 71: 36, # 'G' + 72: 45, # 'H' + 73: 53, # 'I' + 74: 60, # 'J' + 75: 16, # 'K' + 76: 49, # 'L' + 77: 20, # 'M' + 78: 46, # 'N' + 79: 42, # 'O' + 80: 48, # 'P' + 81: 69, # 'Q' + 82: 44, # 'R' + 83: 35, # 'S' + 84: 31, # 'T' + 85: 51, # 'U' + 86: 38, # 'V' + 87: 62, # 'W' + 88: 65, # 'X' + 89: 43, # 'Y' + 90: 56, # 'Z' + 91: 255, # '[' + 92: 255, # '\\' + 93: 255, # ']' + 94: 255, # '^' + 95: 255, # '_' + 96: 255, # '`' + 97: 1, # 'a' + 98: 21, # 'b' + 99: 28, # 'c' + 100: 12, # 'd' + 101: 2, # 'e' + 102: 18, # 'f' + 103: 27, # 'g' + 104: 25, # 'h' + 105: 3, # 'i' + 106: 24, # 'j' + 107: 10, # 'k' + 108: 5, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 15, # 'o' + 112: 26, # 'p' + 113: 64, # 'q' + 114: 7, # 'r' + 115: 8, # 's' + 116: 9, # 't' + 117: 14, # 'u' + 118: 32, # 'v' + 119: 57, # 'w' + 120: 58, # 'x' + 121: 11, # 'y' + 122: 22, # 'z' + 123: 255, # '{' + 124: 255, # '|' + 125: 255, # '}' + 126: 255, # '~' + 127: 255, # '\x7f' + 128: 180, # '\x80' + 129: 179, # '\x81' + 130: 178, # '\x82' + 131: 177, # '\x83' + 132: 176, # '\x84' + 133: 175, # '\x85' + 134: 174, # '\x86' + 135: 173, # '\x87' + 136: 172, # '\x88' + 137: 171, # '\x89' + 138: 170, # '\x8a' + 139: 169, # '\x8b' + 140: 168, # '\x8c' + 141: 167, # '\x8d' + 142: 166, # '\x8e' + 143: 165, # '\x8f' + 144: 164, # '\x90' + 145: 163, # '\x91' + 146: 162, # '\x92' + 147: 161, # '\x93' + 148: 160, # '\x94' + 149: 159, # '\x95' + 150: 101, # '\x96' + 151: 158, # '\x97' + 152: 157, # '\x98' + 153: 156, # '\x99' + 154: 155, # '\x9a' + 155: 154, # '\x9b' + 156: 153, # '\x9c' + 157: 152, # '\x9d' + 158: 151, # '\x9e' + 159: 106, # '\x9f' + 160: 150, # '\xa0' + 161: 149, # '¡' + 162: 148, # '¢' + 163: 147, # '£' + 164: 146, # '¤' + 165: 145, # '¥' + 166: 144, # '¦' + 167: 100, # '§' + 168: 143, # '¨' + 169: 142, # '©' + 170: 141, # 'ª' + 171: 140, # '«' + 172: 139, # '¬' + 173: 138, # '\xad' + 174: 137, # '®' + 175: 136, # '¯' + 176: 94, # '°' + 177: 80, # '±' + 178: 93, # '²' + 179: 135, # '³' + 180: 105, # '´' + 181: 134, # 'µ' + 182: 133, # '¶' + 183: 63, # '·' + 184: 132, # '¸' + 185: 131, # '¹' + 186: 130, # 'º' + 187: 129, # '»' + 188: 128, # '¼' + 189: 127, # '½' + 190: 126, # '¾' + 191: 125, # '¿' + 192: 124, # 'À' + 193: 104, # 'Á' + 194: 73, # 'Â' + 195: 99, # 'Ã' + 196: 79, # 'Ä' + 197: 85, # 'Å' + 198: 123, # 'Æ' + 199: 54, # 'Ç' + 200: 122, # 'È' + 201: 98, # 'É' + 202: 92, # 'Ê' + 203: 121, # 'Ë' + 204: 120, # 'Ì' + 205: 91, # 'Í' + 206: 103, # 'Î' + 207: 119, # 'Ï' + 208: 68, # 'Ğ' + 209: 118, # 'Ñ' + 210: 117, # 'Ò' + 211: 97, # 'Ó' + 212: 116, # 'Ô' + 213: 115, # 'Õ' + 214: 50, # 'Ö' + 215: 90, # '×' + 216: 114, # 'Ø' + 217: 113, # 'Ù' + 218: 112, # 'Ú' + 219: 111, # 'Û' + 220: 55, # 'Ü' + 221: 41, # 'İ' + 222: 40, # 'Ş' + 223: 86, # 'ß' + 224: 89, # 'à' + 225: 70, # 'á' + 226: 59, # 'â' + 227: 78, # 'ã' + 228: 71, # 'ä' + 229: 82, # 'å' + 230: 88, # 'æ' + 231: 33, # 'ç' + 232: 77, # 'è' + 233: 66, # 'é' + 234: 84, # 'ê' + 235: 83, # 'ë' + 236: 110, # 'ì' + 237: 75, # 'í' + 238: 61, # 'î' + 239: 96, # 'ï' + 240: 30, # 'ğ' + 241: 67, # 'ñ' + 242: 109, # 'ò' + 243: 74, # 'ó' + 244: 87, # 'ô' + 245: 102, # 'õ' + 246: 34, # 'ö' + 247: 95, # '÷' + 248: 81, # 'ø' + 249: 108, # 'ù' + 250: 76, # 'ú' + 251: 72, # 'û' + 252: 17, # 'ü' + 253: 6, # 'ı' + 254: 19, # 'ş' + 255: 107, # 'ÿ' +} + +ISO_8859_9_TURKISH_MODEL = SingleByteCharSetModel(charset_name='ISO-8859-9', + language='Turkish', + char_to_order_map=ISO_8859_9_TURKISH_CHAR_TO_ORDER, + language_model=TURKISH_LANG_MODEL, + typical_positive_ratio=0.97029, + keep_ascii_letters=True, + alphabet='ABCDEFGHIJKLMNOPRSTUVYZabcdefghijklmnoprstuvyzÂÇÎÖÛÜâçîöûüĞğİıŞş') + diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 0000000..7d1e8c2 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py @@ -0,0 +1,145 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +CLASS_NUM = 8 # total classes + +Latin1_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH, # 80 - 87 + OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF, # 88 - 8F + UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 90 - 97 + OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A0 - A7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B8 - BF + ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO, # C0 - C7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # C8 - CF + ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH, # D0 - D7 + ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO, # D8 - DF + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO, # E0 - E7 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # E8 - EF + ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH, # F0 - F7 + ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +Latin1ClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO + 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, # ASO +) + + +class Latin1Prober(CharSetProber): + def __init__(self): + super(Latin1Prober, self).__init__() + self._last_char_class = None + self._freq_counter = None + self.reset() + + def reset(self): + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + CharSetProber.reset(self) + + @property + def charset_name(self): + return "ISO-8859-1" + + @property + def language(self): + return "" + + def feed(self, byte_str): + byte_str = self.filter_with_english_letters(byte_str) + for c in byte_str: + char_class = Latin1_CharToClass[c] + freq = Latin1ClassModel[(self._last_char_class * CLASS_NUM) + + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self): + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + if total < 0.01: + confidence = 0.0 + else: + confidence = ((self._freq_counter[3] - self._freq_counter[1] * 20.0) + / total) + if confidence < 0.0: + confidence = 0.0 + # lower the confidence of latin1 so that other more accurate + # detector can take priority. + confidence = confidence * 0.73 + return confidence diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 0000000..6256ecf --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py @@ -0,0 +1,91 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetprober import CharSetProber +from .enums import ProbingState, MachineState + + +class MultiByteCharSetProber(CharSetProber): + """ + MultiByteCharSetProber + """ + + def __init__(self, lang_filter=None): + super(MultiByteCharSetProber, self).__init__(lang_filter=lang_filter) + self.distribution_analyzer = None + self.coding_sm = None + self._last_char = [0, 0] + + def reset(self): + super(MultiByteCharSetProber, self).reset() + if self.coding_sm: + self.coding_sm.reset() + if self.distribution_analyzer: + self.distribution_analyzer.reset() + self._last_char = [0, 0] + + @property + def charset_name(self): + raise NotImplementedError + + @property + def language(self): + raise NotImplementedError + + def feed(self, byte_str): + for i in range(len(byte_str)): + coding_state = self.coding_sm.next_state(byte_str[i]) + if coding_state == MachineState.ERROR: + self.logger.debug('%s %s prober hit error at byte %s', + self.charset_name, self.language, i) + self._state = ProbingState.NOT_ME + break + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte_str[0] + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.distribution_analyzer.feed(byte_str[i - 1:i + 1], + char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if (self.distribution_analyzer.got_enough_data() and + (self.get_confidence() > self.SHORTCUT_THRESHOLD)): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self): + return self.distribution_analyzer.get_confidence() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 0000000..530abe7 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py @@ -0,0 +1,54 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetgroupprober import CharSetGroupProber +from .utf8prober import UTF8Prober +from .sjisprober import SJISProber +from .eucjpprober import EUCJPProber +from .gb2312prober import GB2312Prober +from .euckrprober import EUCKRProber +from .cp949prober import CP949Prober +from .big5prober import Big5Prober +from .euctwprober import EUCTWProber + + +class MBCSGroupProber(CharSetGroupProber): + def __init__(self, lang_filter=None): + super(MBCSGroupProber, self).__init__(lang_filter=lang_filter) + self.probers = [ + UTF8Prober(), + SJISProber(), + EUCJPProber(), + GB2312Prober(), + EUCKRProber(), + CP949Prober(), + Big5Prober(), + EUCTWProber() + ] + self.reset() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 0000000..8360d0f --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py @@ -0,0 +1,572 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .enums import MachineState + +# BIG5 + +BIG5_CLS = ( + 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as legal value + 1,1,1,1,1,1,0,0, # 08 - 0f + 1,1,1,1,1,1,1,1, # 10 - 17 + 1,1,1,0,1,1,1,1, # 18 - 1f + 1,1,1,1,1,1,1,1, # 20 - 27 + 1,1,1,1,1,1,1,1, # 28 - 2f + 1,1,1,1,1,1,1,1, # 30 - 37 + 1,1,1,1,1,1,1,1, # 38 - 3f + 2,2,2,2,2,2,2,2, # 40 - 47 + 2,2,2,2,2,2,2,2, # 48 - 4f + 2,2,2,2,2,2,2,2, # 50 - 57 + 2,2,2,2,2,2,2,2, # 58 - 5f + 2,2,2,2,2,2,2,2, # 60 - 67 + 2,2,2,2,2,2,2,2, # 68 - 6f + 2,2,2,2,2,2,2,2, # 70 - 77 + 2,2,2,2,2,2,2,1, # 78 - 7f + 4,4,4,4,4,4,4,4, # 80 - 87 + 4,4,4,4,4,4,4,4, # 88 - 8f + 4,4,4,4,4,4,4,4, # 90 - 97 + 4,4,4,4,4,4,4,4, # 98 - 9f + 4,3,3,3,3,3,3,3, # a0 - a7 + 3,3,3,3,3,3,3,3, # a8 - af + 3,3,3,3,3,3,3,3, # b0 - b7 + 3,3,3,3,3,3,3,3, # b8 - bf + 3,3,3,3,3,3,3,3, # c0 - c7 + 3,3,3,3,3,3,3,3, # c8 - cf + 3,3,3,3,3,3,3,3, # d0 - d7 + 3,3,3,3,3,3,3,3, # d8 - df + 3,3,3,3,3,3,3,3, # e0 - e7 + 3,3,3,3,3,3,3,3, # e8 - ef + 3,3,3,3,3,3,3,3, # f0 - f7 + 3,3,3,3,3,3,3,0 # f8 - ff +) + +BIG5_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,#08-0f + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START#10-17 +) + +BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0) + +BIG5_SM_MODEL = {'class_table': BIG5_CLS, + 'class_factor': 5, + 'state_table': BIG5_ST, + 'char_len_table': BIG5_CHAR_LEN_TABLE, + 'name': 'Big5'} + +# CP949 + +CP949_CLS = ( + 1,1,1,1,1,1,1,1, 1,1,1,1,1,1,0,0, # 00 - 0f + 1,1,1,1,1,1,1,1, 1,1,1,0,1,1,1,1, # 10 - 1f + 1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1, # 20 - 2f + 1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1, # 30 - 3f + 1,4,4,4,4,4,4,4, 4,4,4,4,4,4,4,4, # 40 - 4f + 4,4,5,5,5,5,5,5, 5,5,5,1,1,1,1,1, # 50 - 5f + 1,5,5,5,5,5,5,5, 5,5,5,5,5,5,5,5, # 60 - 6f + 5,5,5,5,5,5,5,5, 5,5,5,1,1,1,1,1, # 70 - 7f + 0,6,6,6,6,6,6,6, 6,6,6,6,6,6,6,6, # 80 - 8f + 6,6,6,6,6,6,6,6, 6,6,6,6,6,6,6,6, # 90 - 9f + 6,7,7,7,7,7,7,7, 7,7,7,7,7,8,8,8, # a0 - af + 7,7,7,7,7,7,7,7, 7,7,7,7,7,7,7,7, # b0 - bf + 7,7,7,7,7,7,9,2, 2,3,2,2,2,2,2,2, # c0 - cf + 2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2, # d0 - df + 2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2, # e0 - ef + 2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,0, # f0 - ff +) + +CP949_ST = ( +#cls= 0 1 2 3 4 5 6 7 8 9 # previous state = + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.START,MachineState.START, 4, 5,MachineState.ERROR, 6, # MachineState.START + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, # MachineState.ERROR + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 3 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 4 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 5 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 6 +) + +CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2) + +CP949_SM_MODEL = {'class_table': CP949_CLS, + 'class_factor': 10, + 'state_table': CP949_ST, + 'char_len_table': CP949_CHAR_LEN_TABLE, + 'name': 'CP949'} + +# EUC-JP + +EUCJP_CLS = ( + 4,4,4,4,4,4,4,4, # 00 - 07 + 4,4,4,4,4,4,5,5, # 08 - 0f + 4,4,4,4,4,4,4,4, # 10 - 17 + 4,4,4,5,4,4,4,4, # 18 - 1f + 4,4,4,4,4,4,4,4, # 20 - 27 + 4,4,4,4,4,4,4,4, # 28 - 2f + 4,4,4,4,4,4,4,4, # 30 - 37 + 4,4,4,4,4,4,4,4, # 38 - 3f + 4,4,4,4,4,4,4,4, # 40 - 47 + 4,4,4,4,4,4,4,4, # 48 - 4f + 4,4,4,4,4,4,4,4, # 50 - 57 + 4,4,4,4,4,4,4,4, # 58 - 5f + 4,4,4,4,4,4,4,4, # 60 - 67 + 4,4,4,4,4,4,4,4, # 68 - 6f + 4,4,4,4,4,4,4,4, # 70 - 77 + 4,4,4,4,4,4,4,4, # 78 - 7f + 5,5,5,5,5,5,5,5, # 80 - 87 + 5,5,5,5,5,5,1,3, # 88 - 8f + 5,5,5,5,5,5,5,5, # 90 - 97 + 5,5,5,5,5,5,5,5, # 98 - 9f + 5,2,2,2,2,2,2,2, # a0 - a7 + 2,2,2,2,2,2,2,2, # a8 - af + 2,2,2,2,2,2,2,2, # b0 - b7 + 2,2,2,2,2,2,2,2, # b8 - bf + 2,2,2,2,2,2,2,2, # c0 - c7 + 2,2,2,2,2,2,2,2, # c8 - cf + 2,2,2,2,2,2,2,2, # d0 - d7 + 2,2,2,2,2,2,2,2, # d8 - df + 0,0,0,0,0,0,0,0, # e0 - e7 + 0,0,0,0,0,0,0,0, # e8 - ef + 0,0,0,0,0,0,0,0, # f0 - f7 + 0,0,0,0,0,0,0,5 # f8 - ff +) + +EUCJP_ST = ( + 3, 4, 3, 5,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 3,MachineState.ERROR,#18-1f + 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START#20-27 +) + +EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0) + +EUCJP_SM_MODEL = {'class_table': EUCJP_CLS, + 'class_factor': 6, + 'state_table': EUCJP_ST, + 'char_len_table': EUCJP_CHAR_LEN_TABLE, + 'name': 'EUC-JP'} + +# EUC-KR + +EUCKR_CLS = ( + 1,1,1,1,1,1,1,1, # 00 - 07 + 1,1,1,1,1,1,0,0, # 08 - 0f + 1,1,1,1,1,1,1,1, # 10 - 17 + 1,1,1,0,1,1,1,1, # 18 - 1f + 1,1,1,1,1,1,1,1, # 20 - 27 + 1,1,1,1,1,1,1,1, # 28 - 2f + 1,1,1,1,1,1,1,1, # 30 - 37 + 1,1,1,1,1,1,1,1, # 38 - 3f + 1,1,1,1,1,1,1,1, # 40 - 47 + 1,1,1,1,1,1,1,1, # 48 - 4f + 1,1,1,1,1,1,1,1, # 50 - 57 + 1,1,1,1,1,1,1,1, # 58 - 5f + 1,1,1,1,1,1,1,1, # 60 - 67 + 1,1,1,1,1,1,1,1, # 68 - 6f + 1,1,1,1,1,1,1,1, # 70 - 77 + 1,1,1,1,1,1,1,1, # 78 - 7f + 0,0,0,0,0,0,0,0, # 80 - 87 + 0,0,0,0,0,0,0,0, # 88 - 8f + 0,0,0,0,0,0,0,0, # 90 - 97 + 0,0,0,0,0,0,0,0, # 98 - 9f + 0,2,2,2,2,2,2,2, # a0 - a7 + 2,2,2,2,2,3,3,3, # a8 - af + 2,2,2,2,2,2,2,2, # b0 - b7 + 2,2,2,2,2,2,2,2, # b8 - bf + 2,2,2,2,2,2,2,2, # c0 - c7 + 2,3,2,2,2,2,2,2, # c8 - cf + 2,2,2,2,2,2,2,2, # d0 - d7 + 2,2,2,2,2,2,2,2, # d8 - df + 2,2,2,2,2,2,2,2, # e0 - e7 + 2,2,2,2,2,2,2,2, # e8 - ef + 2,2,2,2,2,2,2,2, # f0 - f7 + 2,2,2,2,2,2,2,0 # f8 - ff +) + +EUCKR_ST = ( + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #08-0f +) + +EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0) + +EUCKR_SM_MODEL = {'class_table': EUCKR_CLS, + 'class_factor': 4, + 'state_table': EUCKR_ST, + 'char_len_table': EUCKR_CHAR_LEN_TABLE, + 'name': 'EUC-KR'} + +# EUC-TW + +EUCTW_CLS = ( + 2,2,2,2,2,2,2,2, # 00 - 07 + 2,2,2,2,2,2,0,0, # 08 - 0f + 2,2,2,2,2,2,2,2, # 10 - 17 + 2,2,2,0,2,2,2,2, # 18 - 1f + 2,2,2,2,2,2,2,2, # 20 - 27 + 2,2,2,2,2,2,2,2, # 28 - 2f + 2,2,2,2,2,2,2,2, # 30 - 37 + 2,2,2,2,2,2,2,2, # 38 - 3f + 2,2,2,2,2,2,2,2, # 40 - 47 + 2,2,2,2,2,2,2,2, # 48 - 4f + 2,2,2,2,2,2,2,2, # 50 - 57 + 2,2,2,2,2,2,2,2, # 58 - 5f + 2,2,2,2,2,2,2,2, # 60 - 67 + 2,2,2,2,2,2,2,2, # 68 - 6f + 2,2,2,2,2,2,2,2, # 70 - 77 + 2,2,2,2,2,2,2,2, # 78 - 7f + 0,0,0,0,0,0,0,0, # 80 - 87 + 0,0,0,0,0,0,6,0, # 88 - 8f + 0,0,0,0,0,0,0,0, # 90 - 97 + 0,0,0,0,0,0,0,0, # 98 - 9f + 0,3,4,4,4,4,4,4, # a0 - a7 + 5,5,1,1,1,1,1,1, # a8 - af + 1,1,1,1,1,1,1,1, # b0 - b7 + 1,1,1,1,1,1,1,1, # b8 - bf + 1,1,3,1,3,3,3,3, # c0 - c7 + 3,3,3,3,3,3,3,3, # c8 - cf + 3,3,3,3,3,3,3,3, # d0 - d7 + 3,3,3,3,3,3,3,3, # d8 - df + 3,3,3,3,3,3,3,3, # e0 - e7 + 3,3,3,3,3,3,3,3, # e8 - ef + 3,3,3,3,3,3,3,3, # f0 - f7 + 3,3,3,3,3,3,3,0 # f8 - ff +) + +EUCTW_ST = ( + MachineState.ERROR,MachineState.ERROR,MachineState.START, 3, 3, 3, 4,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.START,MachineState.ERROR,#10-17 + MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,#20-27 + MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) + +EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3) + +EUCTW_SM_MODEL = {'class_table': EUCTW_CLS, + 'class_factor': 7, + 'state_table': EUCTW_ST, + 'char_len_table': EUCTW_CHAR_LEN_TABLE, + 'name': 'x-euc-tw'} + +# GB2312 + +GB2312_CLS = ( + 1,1,1,1,1,1,1,1, # 00 - 07 + 1,1,1,1,1,1,0,0, # 08 - 0f + 1,1,1,1,1,1,1,1, # 10 - 17 + 1,1,1,0,1,1,1,1, # 18 - 1f + 1,1,1,1,1,1,1,1, # 20 - 27 + 1,1,1,1,1,1,1,1, # 28 - 2f + 3,3,3,3,3,3,3,3, # 30 - 37 + 3,3,1,1,1,1,1,1, # 38 - 3f + 2,2,2,2,2,2,2,2, # 40 - 47 + 2,2,2,2,2,2,2,2, # 48 - 4f + 2,2,2,2,2,2,2,2, # 50 - 57 + 2,2,2,2,2,2,2,2, # 58 - 5f + 2,2,2,2,2,2,2,2, # 60 - 67 + 2,2,2,2,2,2,2,2, # 68 - 6f + 2,2,2,2,2,2,2,2, # 70 - 77 + 2,2,2,2,2,2,2,4, # 78 - 7f + 5,6,6,6,6,6,6,6, # 80 - 87 + 6,6,6,6,6,6,6,6, # 88 - 8f + 6,6,6,6,6,6,6,6, # 90 - 97 + 6,6,6,6,6,6,6,6, # 98 - 9f + 6,6,6,6,6,6,6,6, # a0 - a7 + 6,6,6,6,6,6,6,6, # a8 - af + 6,6,6,6,6,6,6,6, # b0 - b7 + 6,6,6,6,6,6,6,6, # b8 - bf + 6,6,6,6,6,6,6,6, # c0 - c7 + 6,6,6,6,6,6,6,6, # c8 - cf + 6,6,6,6,6,6,6,6, # d0 - d7 + 6,6,6,6,6,6,6,6, # d8 - df + 6,6,6,6,6,6,6,6, # e0 - e7 + 6,6,6,6,6,6,6,6, # e8 - ef + 6,6,6,6,6,6,6,6, # f0 - f7 + 6,6,6,6,6,6,6,0 # f8 - ff +) + +GB2312_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, 3,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,#10-17 + 4,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ERROR,MachineState.ERROR, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#20-27 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) + +# To be accurate, the length of class 6 can be either 2 or 4. +# But it is not necessary to discriminate between the two since +# it is used for frequency analysis only, and we are validating +# each code range there as well. So it is safe to set it to be +# 2 here. +GB2312_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 1, 2) + +GB2312_SM_MODEL = {'class_table': GB2312_CLS, + 'class_factor': 7, + 'state_table': GB2312_ST, + 'char_len_table': GB2312_CHAR_LEN_TABLE, + 'name': 'GB2312'} + +# Shift_JIS + +SJIS_CLS = ( + 1,1,1,1,1,1,1,1, # 00 - 07 + 1,1,1,1,1,1,0,0, # 08 - 0f + 1,1,1,1,1,1,1,1, # 10 - 17 + 1,1,1,0,1,1,1,1, # 18 - 1f + 1,1,1,1,1,1,1,1, # 20 - 27 + 1,1,1,1,1,1,1,1, # 28 - 2f + 1,1,1,1,1,1,1,1, # 30 - 37 + 1,1,1,1,1,1,1,1, # 38 - 3f + 2,2,2,2,2,2,2,2, # 40 - 47 + 2,2,2,2,2,2,2,2, # 48 - 4f + 2,2,2,2,2,2,2,2, # 50 - 57 + 2,2,2,2,2,2,2,2, # 58 - 5f + 2,2,2,2,2,2,2,2, # 60 - 67 + 2,2,2,2,2,2,2,2, # 68 - 6f + 2,2,2,2,2,2,2,2, # 70 - 77 + 2,2,2,2,2,2,2,1, # 78 - 7f + 3,3,3,3,3,2,2,3, # 80 - 87 + 3,3,3,3,3,3,3,3, # 88 - 8f + 3,3,3,3,3,3,3,3, # 90 - 97 + 3,3,3,3,3,3,3,3, # 98 - 9f + #0xa0 is illegal in sjis encoding, but some pages does + #contain such byte. We need to be more error forgiven. + 2,2,2,2,2,2,2,2, # a0 - a7 + 2,2,2,2,2,2,2,2, # a8 - af + 2,2,2,2,2,2,2,2, # b0 - b7 + 2,2,2,2,2,2,2,2, # b8 - bf + 2,2,2,2,2,2,2,2, # c0 - c7 + 2,2,2,2,2,2,2,2, # c8 - cf + 2,2,2,2,2,2,2,2, # d0 - d7 + 2,2,2,2,2,2,2,2, # d8 - df + 3,3,3,3,3,3,3,3, # e0 - e7 + 3,3,3,3,3,4,4,4, # e8 - ef + 3,3,3,3,3,3,3,3, # f0 - f7 + 3,3,3,3,3,0,0,0) # f8 - ff + + +SJIS_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START #10-17 +) + +SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0) + +SJIS_SM_MODEL = {'class_table': SJIS_CLS, + 'class_factor': 6, + 'state_table': SJIS_ST, + 'char_len_table': SJIS_CHAR_LEN_TABLE, + 'name': 'Shift_JIS'} + +# UCS2-BE + +UCS2BE_CLS = ( + 0,0,0,0,0,0,0,0, # 00 - 07 + 0,0,1,0,0,2,0,0, # 08 - 0f + 0,0,0,0,0,0,0,0, # 10 - 17 + 0,0,0,3,0,0,0,0, # 18 - 1f + 0,0,0,0,0,0,0,0, # 20 - 27 + 0,3,3,3,3,3,0,0, # 28 - 2f + 0,0,0,0,0,0,0,0, # 30 - 37 + 0,0,0,0,0,0,0,0, # 38 - 3f + 0,0,0,0,0,0,0,0, # 40 - 47 + 0,0,0,0,0,0,0,0, # 48 - 4f + 0,0,0,0,0,0,0,0, # 50 - 57 + 0,0,0,0,0,0,0,0, # 58 - 5f + 0,0,0,0,0,0,0,0, # 60 - 67 + 0,0,0,0,0,0,0,0, # 68 - 6f + 0,0,0,0,0,0,0,0, # 70 - 77 + 0,0,0,0,0,0,0,0, # 78 - 7f + 0,0,0,0,0,0,0,0, # 80 - 87 + 0,0,0,0,0,0,0,0, # 88 - 8f + 0,0,0,0,0,0,0,0, # 90 - 97 + 0,0,0,0,0,0,0,0, # 98 - 9f + 0,0,0,0,0,0,0,0, # a0 - a7 + 0,0,0,0,0,0,0,0, # a8 - af + 0,0,0,0,0,0,0,0, # b0 - b7 + 0,0,0,0,0,0,0,0, # b8 - bf + 0,0,0,0,0,0,0,0, # c0 - c7 + 0,0,0,0,0,0,0,0, # c8 - cf + 0,0,0,0,0,0,0,0, # d0 - d7 + 0,0,0,0,0,0,0,0, # d8 - df + 0,0,0,0,0,0,0,0, # e0 - e7 + 0,0,0,0,0,0,0,0, # e8 - ef + 0,0,0,0,0,0,0,0, # f0 - f7 + 0,0,0,0,0,0,4,5 # f8 - ff +) + +UCS2BE_ST = ( + 5, 7, 7,MachineState.ERROR, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,#10-17 + 6, 6, 6, 6, 6,MachineState.ITS_ME, 6, 6,#18-1f + 6, 6, 6, 6, 5, 7, 7,MachineState.ERROR,#20-27 + 5, 8, 6, 6,MachineState.ERROR, 6, 6, 6,#28-2f + 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) + +UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2) + +UCS2BE_SM_MODEL = {'class_table': UCS2BE_CLS, + 'class_factor': 6, + 'state_table': UCS2BE_ST, + 'char_len_table': UCS2BE_CHAR_LEN_TABLE, + 'name': 'UTF-16BE'} + +# UCS2-LE + +UCS2LE_CLS = ( + 0,0,0,0,0,0,0,0, # 00 - 07 + 0,0,1,0,0,2,0,0, # 08 - 0f + 0,0,0,0,0,0,0,0, # 10 - 17 + 0,0,0,3,0,0,0,0, # 18 - 1f + 0,0,0,0,0,0,0,0, # 20 - 27 + 0,3,3,3,3,3,0,0, # 28 - 2f + 0,0,0,0,0,0,0,0, # 30 - 37 + 0,0,0,0,0,0,0,0, # 38 - 3f + 0,0,0,0,0,0,0,0, # 40 - 47 + 0,0,0,0,0,0,0,0, # 48 - 4f + 0,0,0,0,0,0,0,0, # 50 - 57 + 0,0,0,0,0,0,0,0, # 58 - 5f + 0,0,0,0,0,0,0,0, # 60 - 67 + 0,0,0,0,0,0,0,0, # 68 - 6f + 0,0,0,0,0,0,0,0, # 70 - 77 + 0,0,0,0,0,0,0,0, # 78 - 7f + 0,0,0,0,0,0,0,0, # 80 - 87 + 0,0,0,0,0,0,0,0, # 88 - 8f + 0,0,0,0,0,0,0,0, # 90 - 97 + 0,0,0,0,0,0,0,0, # 98 - 9f + 0,0,0,0,0,0,0,0, # a0 - a7 + 0,0,0,0,0,0,0,0, # a8 - af + 0,0,0,0,0,0,0,0, # b0 - b7 + 0,0,0,0,0,0,0,0, # b8 - bf + 0,0,0,0,0,0,0,0, # c0 - c7 + 0,0,0,0,0,0,0,0, # c8 - cf + 0,0,0,0,0,0,0,0, # d0 - d7 + 0,0,0,0,0,0,0,0, # d8 - df + 0,0,0,0,0,0,0,0, # e0 - e7 + 0,0,0,0,0,0,0,0, # e8 - ef + 0,0,0,0,0,0,0,0, # f0 - f7 + 0,0,0,0,0,0,4,5 # f8 - ff +) + +UCS2LE_ST = ( + 6, 6, 7, 6, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 5, 5, 5,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#10-17 + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR, 6, 6,#18-1f + 7, 6, 8, 8, 5, 5, 5,MachineState.ERROR,#20-27 + 5, 5, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5,#28-2f + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) + +UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2) + +UCS2LE_SM_MODEL = {'class_table': UCS2LE_CLS, + 'class_factor': 6, + 'state_table': UCS2LE_ST, + 'char_len_table': UCS2LE_CHAR_LEN_TABLE, + 'name': 'UTF-16LE'} + +# UTF-8 + +UTF8_CLS = ( + 1,1,1,1,1,1,1,1, # 00 - 07 #allow 0x00 as a legal value + 1,1,1,1,1,1,0,0, # 08 - 0f + 1,1,1,1,1,1,1,1, # 10 - 17 + 1,1,1,0,1,1,1,1, # 18 - 1f + 1,1,1,1,1,1,1,1, # 20 - 27 + 1,1,1,1,1,1,1,1, # 28 - 2f + 1,1,1,1,1,1,1,1, # 30 - 37 + 1,1,1,1,1,1,1,1, # 38 - 3f + 1,1,1,1,1,1,1,1, # 40 - 47 + 1,1,1,1,1,1,1,1, # 48 - 4f + 1,1,1,1,1,1,1,1, # 50 - 57 + 1,1,1,1,1,1,1,1, # 58 - 5f + 1,1,1,1,1,1,1,1, # 60 - 67 + 1,1,1,1,1,1,1,1, # 68 - 6f + 1,1,1,1,1,1,1,1, # 70 - 77 + 1,1,1,1,1,1,1,1, # 78 - 7f + 2,2,2,2,3,3,3,3, # 80 - 87 + 4,4,4,4,4,4,4,4, # 88 - 8f + 4,4,4,4,4,4,4,4, # 90 - 97 + 4,4,4,4,4,4,4,4, # 98 - 9f + 5,5,5,5,5,5,5,5, # a0 - a7 + 5,5,5,5,5,5,5,5, # a8 - af + 5,5,5,5,5,5,5,5, # b0 - b7 + 5,5,5,5,5,5,5,5, # b8 - bf + 0,0,6,6,6,6,6,6, # c0 - c7 + 6,6,6,6,6,6,6,6, # c8 - cf + 6,6,6,6,6,6,6,6, # d0 - d7 + 6,6,6,6,6,6,6,6, # d8 - df + 7,8,8,8,8,8,8,8, # e0 - e7 + 8,8,8,8,8,9,8,8, # e8 - ef + 10,11,11,11,11,11,11,11, # f0 - f7 + 12,13,13,13,14,15,0,0 # f8 - ff +) + +UTF8_ST = ( + MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12, 10,#00-07 + 9, 11, 8, 7, 6, 5, 4, 3,#08-0f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#20-27 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#28-2f + MachineState.ERROR,MachineState.ERROR, 5, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#30-37 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#38-3f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#40-47 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#48-4f + MachineState.ERROR,MachineState.ERROR, 7, 7, 7, 7,MachineState.ERROR,MachineState.ERROR,#50-57 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#58-5f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 7, 7,MachineState.ERROR,MachineState.ERROR,#60-67 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#68-6f + MachineState.ERROR,MachineState.ERROR, 9, 9, 9, 9,MachineState.ERROR,MachineState.ERROR,#70-77 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#78-7f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 9,MachineState.ERROR,MachineState.ERROR,#80-87 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#88-8f + MachineState.ERROR,MachineState.ERROR, 12, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,#90-97 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#98-9f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12,MachineState.ERROR,MachineState.ERROR,#a0-a7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#a8-af + MachineState.ERROR,MachineState.ERROR, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b0-b7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b8-bf + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,#c0-c7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR #c8-cf +) + +UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) + +UTF8_SM_MODEL = {'class_table': UTF8_CLS, + 'class_factor': 16, + 'state_table': UTF8_ST, + 'char_len_table': UTF8_CHAR_LEN_TABLE, + 'name': 'UTF-8'} diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..100eaf1f484a56a3443f1506843fe9825c54deef GIT binary patch literal 242 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 self.SB_ENOUGH_REL_THRESHOLD: + confidence = self.get_confidence() + if confidence > self.POSITIVE_SHORTCUT_THRESHOLD: + self.logger.debug('%s confidence = %s, we have a winner', + charset_name, confidence) + self._state = ProbingState.FOUND_IT + elif confidence < self.NEGATIVE_SHORTCUT_THRESHOLD: + self.logger.debug('%s confidence = %s, below negative ' + 'shortcut threshhold %s', charset_name, + confidence, + self.NEGATIVE_SHORTCUT_THRESHOLD) + self._state = ProbingState.NOT_ME + + return self.state + + def get_confidence(self): + r = 0.01 + if self._total_seqs > 0: + r = ((1.0 * self._seq_counters[SequenceLikelihood.POSITIVE]) / + self._total_seqs / self._model.typical_positive_ratio) + r = r * self._freq_char / self._total_char + if r >= 1.0: + r = 0.99 + return r diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 0000000..bdeef4e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py @@ -0,0 +1,83 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetgroupprober import CharSetGroupProber +from .hebrewprober import HebrewProber +from .langbulgarianmodel import (ISO_8859_5_BULGARIAN_MODEL, + WINDOWS_1251_BULGARIAN_MODEL) +from .langgreekmodel import ISO_8859_7_GREEK_MODEL, WINDOWS_1253_GREEK_MODEL +from .langhebrewmodel import WINDOWS_1255_HEBREW_MODEL +# from .langhungarianmodel import (ISO_8859_2_HUNGARIAN_MODEL, +# WINDOWS_1250_HUNGARIAN_MODEL) +from .langrussianmodel import (IBM855_RUSSIAN_MODEL, IBM866_RUSSIAN_MODEL, + ISO_8859_5_RUSSIAN_MODEL, KOI8_R_RUSSIAN_MODEL, + MACCYRILLIC_RUSSIAN_MODEL, + WINDOWS_1251_RUSSIAN_MODEL) +from .langthaimodel import TIS_620_THAI_MODEL +from .langturkishmodel import ISO_8859_9_TURKISH_MODEL +from .sbcharsetprober import SingleByteCharSetProber + + +class SBCSGroupProber(CharSetGroupProber): + def __init__(self): + super(SBCSGroupProber, self).__init__() + hebrew_prober = HebrewProber() + logical_hebrew_prober = SingleByteCharSetProber(WINDOWS_1255_HEBREW_MODEL, + False, hebrew_prober) + # TODO: See if using ISO-8859-8 Hebrew model works better here, since + # it's actually the visual one + visual_hebrew_prober = SingleByteCharSetProber(WINDOWS_1255_HEBREW_MODEL, + True, hebrew_prober) + hebrew_prober.set_model_probers(logical_hebrew_prober, + visual_hebrew_prober) + # TODO: ORDER MATTERS HERE. I changed the order vs what was in master + # and several tests failed that did not before. Some thought + # should be put into the ordering, and we should consider making + # order not matter here, because that is very counter-intuitive. + self.probers = [ + SingleByteCharSetProber(WINDOWS_1251_RUSSIAN_MODEL), + SingleByteCharSetProber(KOI8_R_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_5_RUSSIAN_MODEL), + SingleByteCharSetProber(MACCYRILLIC_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM866_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM855_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_7_GREEK_MODEL), + SingleByteCharSetProber(WINDOWS_1253_GREEK_MODEL), + SingleByteCharSetProber(ISO_8859_5_BULGARIAN_MODEL), + SingleByteCharSetProber(WINDOWS_1251_BULGARIAN_MODEL), + # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) + # after we retrain model. + # SingleByteCharSetProber(ISO_8859_2_HUNGARIAN_MODEL), + # SingleByteCharSetProber(WINDOWS_1250_HUNGARIAN_MODEL), + SingleByteCharSetProber(TIS_620_THAI_MODEL), + SingleByteCharSetProber(ISO_8859_9_TURKISH_MODEL), + hebrew_prober, + logical_hebrew_prober, + visual_hebrew_prober, + ] + self.reset() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 0000000..9e29623 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py @@ -0,0 +1,92 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .mbcharsetprober import MultiByteCharSetProber +from .codingstatemachine import CodingStateMachine +from .chardistribution import SJISDistributionAnalysis +from .jpcntx import SJISContextAnalysis +from .mbcssm import SJIS_SM_MODEL +from .enums import ProbingState, MachineState + + +class SJISProber(MultiByteCharSetProber): + def __init__(self): + super(SJISProber, self).__init__() + self.coding_sm = CodingStateMachine(SJIS_SM_MODEL) + self.distribution_analyzer = SJISDistributionAnalysis() + self.context_analyzer = SJISContextAnalysis() + self.reset() + + def reset(self): + super(SJISProber, self).reset() + self.context_analyzer.reset() + + @property + def charset_name(self): + return self.context_analyzer.charset_name + + @property + def language(self): + return "Japanese" + + def feed(self, byte_str): + for i in range(len(byte_str)): + coding_state = self.coding_sm.next_state(byte_str[i]) + if coding_state == MachineState.ERROR: + self.logger.debug('%s %s prober hit error at byte %s', + self.charset_name, self.language, i) + self._state = ProbingState.NOT_ME + break + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte_str[0] + self.context_analyzer.feed(self._last_char[2 - char_len:], + char_len) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed(byte_str[i + 1 - char_len:i + 3 + - char_len], char_len) + self.distribution_analyzer.feed(byte_str[i - 1:i + 1], + char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if (self.context_analyzer.got_enough_data() and + (self.get_confidence() > self.SHORTCUT_THRESHOLD)): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self): + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 0000000..055a8ac --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py @@ -0,0 +1,286 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +""" +Module containing the UniversalDetector detector class, which is the primary +class a user of ``chardet`` should use. + +:author: Mark Pilgrim (initial port to Python) +:author: Shy Shalom (original C code) +:author: Dan Blanchard (major refactoring for 3.0) +:author: Ian Cordasco +""" + + +import codecs +import logging +import re + +from .charsetgroupprober import CharSetGroupProber +from .enums import InputState, LanguageFilter, ProbingState +from .escprober import EscCharSetProber +from .latin1prober import Latin1Prober +from .mbcsgroupprober import MBCSGroupProber +from .sbcsgroupprober import SBCSGroupProber + + +class UniversalDetector(object): + """ + The ``UniversalDetector`` class underlies the ``chardet.detect`` function + and coordinates all of the different charset probers. + + To get a ``dict`` containing an encoding and its confidence, you can simply + run: + + .. code:: + + u = UniversalDetector() + u.feed(some_bytes) + u.close() + detected = u.result + + """ + + MINIMUM_THRESHOLD = 0.20 + HIGH_BYTE_DETECTOR = re.compile(b'[\x80-\xFF]') + ESC_DETECTOR = re.compile(b'(\033|~{)') + WIN_BYTE_DETECTOR = re.compile(b'[\x80-\x9F]') + ISO_WIN_MAP = {'iso-8859-1': 'Windows-1252', + 'iso-8859-2': 'Windows-1250', + 'iso-8859-5': 'Windows-1251', + 'iso-8859-6': 'Windows-1256', + 'iso-8859-7': 'Windows-1253', + 'iso-8859-8': 'Windows-1255', + 'iso-8859-9': 'Windows-1254', + 'iso-8859-13': 'Windows-1257'} + + def __init__(self, lang_filter=LanguageFilter.ALL): + self._esc_charset_prober = None + self._charset_probers = [] + self.result = None + self.done = None + self._got_data = None + self._input_state = None + self._last_char = None + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + self._has_win_bytes = None + self.reset() + + def reset(self): + """ + Reset the UniversalDetector and all of its probers back to their + initial states. This is called by ``__init__``, so you only need to + call this directly in between analyses of different documents. + """ + self.result = {'encoding': None, 'confidence': 0.0, 'language': None} + self.done = False + self._got_data = False + self._has_win_bytes = False + self._input_state = InputState.PURE_ASCII + self._last_char = b'' + if self._esc_charset_prober: + self._esc_charset_prober.reset() + for prober in self._charset_probers: + prober.reset() + + def feed(self, byte_str): + """ + Takes a chunk of a document and feeds it through all of the relevant + charset probers. + + After calling ``feed``, you can check the value of the ``done`` + attribute to see if you need to continue feeding the + ``UniversalDetector`` more data, or if it has made a prediction + (in the ``result`` attribute). + + .. note:: + You should always call ``close`` when you're done feeding in your + document if ``done`` is not already ``True``. + """ + if self.done: + return + + if not len(byte_str): + return + + if not isinstance(byte_str, bytearray): + byte_str = bytearray(byte_str) + + # First check for known BOMs, since these are guaranteed to be correct + if not self._got_data: + # If the data starts with BOM, we know it is UTF + if byte_str.startswith(codecs.BOM_UTF8): + # EF BB BF UTF-8 with BOM + self.result = {'encoding': "UTF-8-SIG", + 'confidence': 1.0, + 'language': ''} + elif byte_str.startswith((codecs.BOM_UTF32_LE, + codecs.BOM_UTF32_BE)): + # FF FE 00 00 UTF-32, little-endian BOM + # 00 00 FE FF UTF-32, big-endian BOM + self.result = {'encoding': "UTF-32", + 'confidence': 1.0, + 'language': ''} + elif byte_str.startswith(b'\xFE\xFF\x00\x00'): + # FE FF 00 00 UCS-4, unusual octet order BOM (3412) + self.result = {'encoding': "X-ISO-10646-UCS-4-3412", + 'confidence': 1.0, + 'language': ''} + elif byte_str.startswith(b'\x00\x00\xFF\xFE'): + # 00 00 FF FE UCS-4, unusual octet order BOM (2143) + self.result = {'encoding': "X-ISO-10646-UCS-4-2143", + 'confidence': 1.0, + 'language': ''} + elif byte_str.startswith((codecs.BOM_LE, codecs.BOM_BE)): + # FF FE UTF-16, little endian BOM + # FE FF UTF-16, big endian BOM + self.result = {'encoding': "UTF-16", + 'confidence': 1.0, + 'language': ''} + + self._got_data = True + if self.result['encoding'] is not None: + self.done = True + return + + # If none of those matched and we've only see ASCII so far, check + # for high bytes and escape sequences + if self._input_state == InputState.PURE_ASCII: + if self.HIGH_BYTE_DETECTOR.search(byte_str): + self._input_state = InputState.HIGH_BYTE + elif self._input_state == InputState.PURE_ASCII and \ + self.ESC_DETECTOR.search(self._last_char + byte_str): + self._input_state = InputState.ESC_ASCII + + self._last_char = byte_str[-1:] + + # If we've seen escape sequences, use the EscCharSetProber, which + # uses a simple state machine to check for known escape sequences in + # HZ and ISO-2022 encodings, since those are the only encodings that + # use such sequences. + if self._input_state == InputState.ESC_ASCII: + if not self._esc_charset_prober: + self._esc_charset_prober = EscCharSetProber(self.lang_filter) + if self._esc_charset_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = {'encoding': + self._esc_charset_prober.charset_name, + 'confidence': + self._esc_charset_prober.get_confidence(), + 'language': + self._esc_charset_prober.language} + self.done = True + # If we've seen high bytes (i.e., those with values greater than 127), + # we need to do more complicated checks using all our multi-byte and + # single-byte probers that are left. The single-byte probers + # use character bigram distributions to determine the encoding, whereas + # the multi-byte probers use a combination of character unigram and + # bigram distributions. + elif self._input_state == InputState.HIGH_BYTE: + if not self._charset_probers: + self._charset_probers = [MBCSGroupProber(self.lang_filter)] + # If we're checking non-CJK encodings, use single-byte prober + if self.lang_filter & LanguageFilter.NON_CJK: + self._charset_probers.append(SBCSGroupProber()) + self._charset_probers.append(Latin1Prober()) + for prober in self._charset_probers: + if prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = {'encoding': prober.charset_name, + 'confidence': prober.get_confidence(), + 'language': prober.language} + self.done = True + break + if self.WIN_BYTE_DETECTOR.search(byte_str): + self._has_win_bytes = True + + def close(self): + """ + Stop analyzing the current document and come up with a final + prediction. + + :returns: The ``result`` attribute, a ``dict`` with the keys + `encoding`, `confidence`, and `language`. + """ + # Don't bother with checks if we're already done + if self.done: + return self.result + self.done = True + + if not self._got_data: + self.logger.debug('no data received!') + + # Default to ASCII if it is all we've seen so far + elif self._input_state == InputState.PURE_ASCII: + self.result = {'encoding': 'ascii', + 'confidence': 1.0, + 'language': ''} + + # If we have seen non-ASCII, return the best that met MINIMUM_THRESHOLD + elif self._input_state == InputState.HIGH_BYTE: + prober_confidence = None + max_prober_confidence = 0.0 + max_prober = None + for prober in self._charset_probers: + if not prober: + continue + prober_confidence = prober.get_confidence() + if prober_confidence > max_prober_confidence: + max_prober_confidence = prober_confidence + max_prober = prober + if max_prober and (max_prober_confidence > self.MINIMUM_THRESHOLD): + charset_name = max_prober.charset_name + lower_charset_name = max_prober.charset_name.lower() + confidence = max_prober.get_confidence() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith('iso-8859'): + if self._has_win_bytes: + charset_name = self.ISO_WIN_MAP.get(lower_charset_name, + charset_name) + self.result = {'encoding': charset_name, + 'confidence': confidence, + 'language': max_prober.language} + + # Log all prober confidences if none met MINIMUM_THRESHOLD + if self.logger.getEffectiveLevel() <= logging.DEBUG: + if self.result['encoding'] is None: + self.logger.debug('no probers hit minimum threshold') + for group_prober in self._charset_probers: + if not group_prober: + continue + if isinstance(group_prober, CharSetGroupProber): + for prober in group_prober.probers: + self.logger.debug('%s %s confidence = %s', + prober.charset_name, + prober.language, + prober.get_confidence()) + else: + self.logger.debug('%s %s confidence = %s', + group_prober.charset_name, + group_prober.language, + group_prober.get_confidence()) + return self.result diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 0000000..6c3196c --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py @@ -0,0 +1,82 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetprober import CharSetProber +from .enums import ProbingState, MachineState +from .codingstatemachine import CodingStateMachine +from .mbcssm import UTF8_SM_MODEL + + + +class UTF8Prober(CharSetProber): + ONE_CHAR_PROB = 0.5 + + def __init__(self): + super(UTF8Prober, self).__init__() + self.coding_sm = CodingStateMachine(UTF8_SM_MODEL) + self._num_mb_chars = None + self.reset() + + def reset(self): + super(UTF8Prober, self).reset() + self.coding_sm.reset() + self._num_mb_chars = 0 + + @property + def charset_name(self): + return "utf-8" + + @property + def language(self): + return "" + + def feed(self, byte_str): + for c in byte_str: + coding_state = self.coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + self._state = ProbingState.NOT_ME + break + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + elif coding_state == MachineState.START: + if self.coding_sm.get_current_charlen() >= 2: + self._num_mb_chars += 1 + + if self.state == ProbingState.DETECTING: + if self.get_confidence() > self.SHORTCUT_THRESHOLD: + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self): + unlike = 0.99 + if self._num_mb_chars < 6: + unlike *= self.ONE_CHAR_PROB ** self._num_mb_chars + return 1.0 - unlike + else: + return unlike diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 0000000..70369b9 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py @@ -0,0 +1,9 @@ +""" +This module exists only to simplify retrieving the version number of chardet +from within setup.py and from chardet subpackages. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +__version__ = "4.0.0" +VERSION = __version__.split('.') diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 0000000..b149ed7 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py @@ -0,0 +1,6 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from .initialise import init, deinit, reinit, colorama_text +from .ansi import Fore, Back, Style, Cursor +from .ansitowin32 import AnsiToWin32 + +__version__ = '0.4.4' diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e581ddf2750d943ab21d5cf2e3153722abb16029 GIT binary patch literal 485 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py new file mode 100644 index 0000000..11ec695 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py @@ -0,0 +1,102 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +''' +This module generates ANSI character codes to printing colors to terminals. +See: http://en.wikipedia.org/wiki/ANSI_escape_code +''' + +CSI = '\033[' +OSC = '\033]' +BEL = '\a' + + +def code_to_chars(code): + return CSI + str(code) + 'm' + +def set_title(title): + return OSC + '2;' + title + BEL + +def clear_screen(mode=2): + return CSI + str(mode) + 'J' + +def clear_line(mode=2): + return CSI + str(mode) + 'K' + + +class AnsiCodes(object): + def __init__(self): + # the subclasses declare class attributes which are numbers. + # Upon instantiation we define instance attributes, which are the same + # as the class attributes but wrapped with the ANSI escape sequence + for name in dir(self): + if not name.startswith('_'): + value = getattr(self, name) + setattr(self, name, code_to_chars(value)) + + +class AnsiCursor(object): + def UP(self, n=1): + return CSI + str(n) + 'A' + def DOWN(self, n=1): + return CSI + str(n) + 'B' + def FORWARD(self, n=1): + return CSI + str(n) + 'C' + def BACK(self, n=1): + return CSI + str(n) + 'D' + def POS(self, x=1, y=1): + return CSI + str(y) + ';' + str(x) + 'H' + + +class AnsiFore(AnsiCodes): + BLACK = 30 + RED = 31 + GREEN = 32 + YELLOW = 33 + BLUE = 34 + MAGENTA = 35 + CYAN = 36 + WHITE = 37 + RESET = 39 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 90 + LIGHTRED_EX = 91 + LIGHTGREEN_EX = 92 + LIGHTYELLOW_EX = 93 + LIGHTBLUE_EX = 94 + LIGHTMAGENTA_EX = 95 + LIGHTCYAN_EX = 96 + LIGHTWHITE_EX = 97 + + +class AnsiBack(AnsiCodes): + BLACK = 40 + RED = 41 + GREEN = 42 + YELLOW = 43 + BLUE = 44 + MAGENTA = 45 + CYAN = 46 + WHITE = 47 + RESET = 49 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 100 + LIGHTRED_EX = 101 + LIGHTGREEN_EX = 102 + LIGHTYELLOW_EX = 103 + LIGHTBLUE_EX = 104 + LIGHTMAGENTA_EX = 105 + LIGHTCYAN_EX = 106 + LIGHTWHITE_EX = 107 + + +class AnsiStyle(AnsiCodes): + BRIGHT = 1 + DIM = 2 + NORMAL = 22 + RESET_ALL = 0 + +Fore = AnsiFore() +Back = AnsiBack() +Style = AnsiStyle() +Cursor = AnsiCursor() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py new file mode 100644 index 0000000..6039a05 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py @@ -0,0 +1,258 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import re +import sys +import os + +from .ansi import AnsiFore, AnsiBack, AnsiStyle, Style, BEL +from .winterm import WinTerm, WinColor, WinStyle +from .win32 import windll, winapi_test + + +winterm = None +if windll is not None: + winterm = WinTerm() + + +class StreamWrapper(object): + ''' + Wraps a stream (such as stdout), acting as a transparent proxy for all + attribute access apart from method 'write()', which is delegated to our + Converter instance. + ''' + def __init__(self, wrapped, converter): + # double-underscore everything to prevent clashes with names of + # attributes on the wrapped stream object. + self.__wrapped = wrapped + self.__convertor = converter + + def __getattr__(self, name): + return getattr(self.__wrapped, name) + + def __enter__(self, *args, **kwargs): + # special method lookup bypasses __getattr__/__getattribute__, see + # https://stackoverflow.com/questions/12632894/why-doesnt-getattr-work-with-exit + # thus, contextlib magic methods are not proxied via __getattr__ + return self.__wrapped.__enter__(*args, **kwargs) + + def __exit__(self, *args, **kwargs): + return self.__wrapped.__exit__(*args, **kwargs) + + def write(self, text): + self.__convertor.write(text) + + def isatty(self): + stream = self.__wrapped + if 'PYCHARM_HOSTED' in os.environ: + if stream is not None and (stream is sys.__stdout__ or stream is sys.__stderr__): + return True + try: + stream_isatty = stream.isatty + except AttributeError: + return False + else: + return stream_isatty() + + @property + def closed(self): + stream = self.__wrapped + try: + return stream.closed + except AttributeError: + return True + + +class AnsiToWin32(object): + ''' + Implements a 'write()' method which, on Windows, will strip ANSI character + sequences from the text, and if outputting to a tty, will convert them into + win32 function calls. + ''' + ANSI_CSI_RE = re.compile('\001?\033\\[((?:\\d|;)*)([a-zA-Z])\002?') # Control Sequence Introducer + ANSI_OSC_RE = re.compile('\001?\033\\]([^\a]*)(\a)\002?') # Operating System Command + + def __init__(self, wrapped, convert=None, strip=None, autoreset=False): + # The wrapped stream (normally sys.stdout or sys.stderr) + self.wrapped = wrapped + + # should we reset colors to defaults after every .write() + self.autoreset = autoreset + + # create the proxy wrapping our output stream + self.stream = StreamWrapper(wrapped, self) + + on_windows = os.name == 'nt' + # We test if the WinAPI works, because even if we are on Windows + # we may be using a terminal that doesn't support the WinAPI + # (e.g. Cygwin Terminal). In this case it's up to the terminal + # to support the ANSI codes. + conversion_supported = on_windows and winapi_test() + + # should we strip ANSI sequences from our output? + if strip is None: + strip = conversion_supported or (not self.stream.closed and not self.stream.isatty()) + self.strip = strip + + # should we should convert ANSI sequences into win32 calls? + if convert is None: + convert = conversion_supported and not self.stream.closed and self.stream.isatty() + self.convert = convert + + # dict of ansi codes to win32 functions and parameters + self.win32_calls = self.get_win32_calls() + + # are we wrapping stderr? + self.on_stderr = self.wrapped is sys.stderr + + def should_wrap(self): + ''' + True if this class is actually needed. If false, then the output + stream will not be affected, nor will win32 calls be issued, so + wrapping stdout is not actually required. This will generally be + False on non-Windows platforms, unless optional functionality like + autoreset has been requested using kwargs to init() + ''' + return self.convert or self.strip or self.autoreset + + def get_win32_calls(self): + if self.convert and winterm: + return { + AnsiStyle.RESET_ALL: (winterm.reset_all, ), + AnsiStyle.BRIGHT: (winterm.style, WinStyle.BRIGHT), + AnsiStyle.DIM: (winterm.style, WinStyle.NORMAL), + AnsiStyle.NORMAL: (winterm.style, WinStyle.NORMAL), + AnsiFore.BLACK: (winterm.fore, WinColor.BLACK), + AnsiFore.RED: (winterm.fore, WinColor.RED), + AnsiFore.GREEN: (winterm.fore, WinColor.GREEN), + AnsiFore.YELLOW: (winterm.fore, WinColor.YELLOW), + AnsiFore.BLUE: (winterm.fore, WinColor.BLUE), + AnsiFore.MAGENTA: (winterm.fore, WinColor.MAGENTA), + AnsiFore.CYAN: (winterm.fore, WinColor.CYAN), + AnsiFore.WHITE: (winterm.fore, WinColor.GREY), + AnsiFore.RESET: (winterm.fore, ), + AnsiFore.LIGHTBLACK_EX: (winterm.fore, WinColor.BLACK, True), + AnsiFore.LIGHTRED_EX: (winterm.fore, WinColor.RED, True), + AnsiFore.LIGHTGREEN_EX: (winterm.fore, WinColor.GREEN, True), + AnsiFore.LIGHTYELLOW_EX: (winterm.fore, WinColor.YELLOW, True), + AnsiFore.LIGHTBLUE_EX: (winterm.fore, WinColor.BLUE, True), + AnsiFore.LIGHTMAGENTA_EX: (winterm.fore, WinColor.MAGENTA, True), + AnsiFore.LIGHTCYAN_EX: (winterm.fore, WinColor.CYAN, True), + AnsiFore.LIGHTWHITE_EX: (winterm.fore, WinColor.GREY, True), + AnsiBack.BLACK: (winterm.back, WinColor.BLACK), + AnsiBack.RED: (winterm.back, WinColor.RED), + AnsiBack.GREEN: (winterm.back, WinColor.GREEN), + AnsiBack.YELLOW: (winterm.back, WinColor.YELLOW), + AnsiBack.BLUE: (winterm.back, WinColor.BLUE), + AnsiBack.MAGENTA: (winterm.back, WinColor.MAGENTA), + AnsiBack.CYAN: (winterm.back, WinColor.CYAN), + AnsiBack.WHITE: (winterm.back, WinColor.GREY), + AnsiBack.RESET: (winterm.back, ), + AnsiBack.LIGHTBLACK_EX: (winterm.back, WinColor.BLACK, True), + AnsiBack.LIGHTRED_EX: (winterm.back, WinColor.RED, True), + AnsiBack.LIGHTGREEN_EX: (winterm.back, WinColor.GREEN, True), + AnsiBack.LIGHTYELLOW_EX: (winterm.back, WinColor.YELLOW, True), + AnsiBack.LIGHTBLUE_EX: (winterm.back, WinColor.BLUE, True), + AnsiBack.LIGHTMAGENTA_EX: (winterm.back, WinColor.MAGENTA, True), + AnsiBack.LIGHTCYAN_EX: (winterm.back, WinColor.CYAN, True), + AnsiBack.LIGHTWHITE_EX: (winterm.back, WinColor.GREY, True), + } + return dict() + + def write(self, text): + if self.strip or self.convert: + self.write_and_convert(text) + else: + self.wrapped.write(text) + self.wrapped.flush() + if self.autoreset: + self.reset_all() + + + def reset_all(self): + if self.convert: + self.call_win32('m', (0,)) + elif not self.strip and not self.stream.closed: + self.wrapped.write(Style.RESET_ALL) + + + def write_and_convert(self, text): + ''' + Write the given text to our wrapped stream, stripping any ANSI + sequences from the text, and optionally converting them into win32 + calls. + ''' + cursor = 0 + text = self.convert_osc(text) + for match in self.ANSI_CSI_RE.finditer(text): + start, end = match.span() + self.write_plain_text(text, cursor, start) + self.convert_ansi(*match.groups()) + cursor = end + self.write_plain_text(text, cursor, len(text)) + + + def write_plain_text(self, text, start, end): + if start < end: + self.wrapped.write(text[start:end]) + self.wrapped.flush() + + + def convert_ansi(self, paramstring, command): + if self.convert: + params = self.extract_params(command, paramstring) + self.call_win32(command, params) + + + def extract_params(self, command, paramstring): + if command in 'Hf': + params = tuple(int(p) if len(p) != 0 else 1 for p in paramstring.split(';')) + while len(params) < 2: + # defaults: + params = params + (1,) + else: + params = tuple(int(p) for p in paramstring.split(';') if len(p) != 0) + if len(params) == 0: + # defaults: + if command in 'JKm': + params = (0,) + elif command in 'ABCD': + params = (1,) + + return params + + + def call_win32(self, command, params): + if command == 'm': + for param in params: + if param in self.win32_calls: + func_args = self.win32_calls[param] + func = func_args[0] + args = func_args[1:] + kwargs = dict(on_stderr=self.on_stderr) + func(*args, **kwargs) + elif command in 'J': + winterm.erase_screen(params[0], on_stderr=self.on_stderr) + elif command in 'K': + winterm.erase_line(params[0], on_stderr=self.on_stderr) + elif command in 'Hf': # cursor position - absolute + winterm.set_cursor_position(params, on_stderr=self.on_stderr) + elif command in 'ABCD': # cursor position - relative + n = params[0] + # A - up, B - down, C - forward, D - back + x, y = {'A': (0, -n), 'B': (0, n), 'C': (n, 0), 'D': (-n, 0)}[command] + winterm.cursor_adjust(x, y, on_stderr=self.on_stderr) + + + def convert_osc(self, text): + for match in self.ANSI_OSC_RE.finditer(text): + start, end = match.span() + text = text[:start] + text[end:] + paramstring, command = match.groups() + if command == BEL: + if paramstring.count(";") == 1: + params = paramstring.split(";") + # 0 - change title and icon (we will only change title) + # 1 - change icon (we don't support this) + # 2 - change title + if params[0] in '02': + winterm.set_title(params[1]) + return text diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py new file mode 100644 index 0000000..430d066 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py @@ -0,0 +1,80 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import atexit +import contextlib +import sys + +from .ansitowin32 import AnsiToWin32 + + +orig_stdout = None +orig_stderr = None + +wrapped_stdout = None +wrapped_stderr = None + +atexit_done = False + + +def reset_all(): + if AnsiToWin32 is not None: # Issue #74: objects might become None at exit + AnsiToWin32(orig_stdout).reset_all() + + +def init(autoreset=False, convert=None, strip=None, wrap=True): + + if not wrap and any([autoreset, convert, strip]): + raise ValueError('wrap=False conflicts with any other arg=True') + + global wrapped_stdout, wrapped_stderr + global orig_stdout, orig_stderr + + orig_stdout = sys.stdout + orig_stderr = sys.stderr + + if sys.stdout is None: + wrapped_stdout = None + else: + sys.stdout = wrapped_stdout = \ + wrap_stream(orig_stdout, convert, strip, autoreset, wrap) + if sys.stderr is None: + wrapped_stderr = None + else: + sys.stderr = wrapped_stderr = \ + wrap_stream(orig_stderr, convert, strip, autoreset, wrap) + + global atexit_done + if not atexit_done: + atexit.register(reset_all) + atexit_done = True + + +def deinit(): + if orig_stdout is not None: + sys.stdout = orig_stdout + if orig_stderr is not None: + sys.stderr = orig_stderr + + +@contextlib.contextmanager +def colorama_text(*args, **kwargs): + init(*args, **kwargs) + try: + yield + finally: + deinit() + + +def reinit(): + if wrapped_stdout is not None: + sys.stdout = wrapped_stdout + if wrapped_stderr is not None: + sys.stderr = wrapped_stderr + + +def wrap_stream(stream, convert, strip, autoreset, wrap): + if wrap: + wrapper = AnsiToWin32(stream, + convert=convert, strip=strip, autoreset=autoreset) + if wrapper.should_wrap(): + stream = wrapper.stream + return stream diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py new file mode 100644 index 0000000..c2d8360 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py @@ -0,0 +1,152 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. + +# from winbase.h +STDOUT = -11 +STDERR = -12 + +try: + import ctypes + from ctypes import LibraryLoader + windll = LibraryLoader(ctypes.WinDLL) + from ctypes import wintypes +except (AttributeError, ImportError): + windll = None + SetConsoleTextAttribute = lambda *_: None + winapi_test = lambda *_: None +else: + from ctypes import byref, Structure, c_char, POINTER + + COORD = wintypes._COORD + + class CONSOLE_SCREEN_BUFFER_INFO(Structure): + """struct in wincon.h.""" + _fields_ = [ + ("dwSize", COORD), + ("dwCursorPosition", COORD), + ("wAttributes", wintypes.WORD), + ("srWindow", wintypes.SMALL_RECT), + ("dwMaximumWindowSize", COORD), + ] + def __str__(self): + return '(%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d)' % ( + self.dwSize.Y, self.dwSize.X + , self.dwCursorPosition.Y, self.dwCursorPosition.X + , self.wAttributes + , self.srWindow.Top, self.srWindow.Left, self.srWindow.Bottom, self.srWindow.Right + , self.dwMaximumWindowSize.Y, self.dwMaximumWindowSize.X + ) + + _GetStdHandle = windll.kernel32.GetStdHandle + _GetStdHandle.argtypes = [ + wintypes.DWORD, + ] + _GetStdHandle.restype = wintypes.HANDLE + + _GetConsoleScreenBufferInfo = windll.kernel32.GetConsoleScreenBufferInfo + _GetConsoleScreenBufferInfo.argtypes = [ + wintypes.HANDLE, + POINTER(CONSOLE_SCREEN_BUFFER_INFO), + ] + _GetConsoleScreenBufferInfo.restype = wintypes.BOOL + + _SetConsoleTextAttribute = windll.kernel32.SetConsoleTextAttribute + _SetConsoleTextAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + ] + _SetConsoleTextAttribute.restype = wintypes.BOOL + + _SetConsoleCursorPosition = windll.kernel32.SetConsoleCursorPosition + _SetConsoleCursorPosition.argtypes = [ + wintypes.HANDLE, + COORD, + ] + _SetConsoleCursorPosition.restype = wintypes.BOOL + + _FillConsoleOutputCharacterA = windll.kernel32.FillConsoleOutputCharacterA + _FillConsoleOutputCharacterA.argtypes = [ + wintypes.HANDLE, + c_char, + wintypes.DWORD, + COORD, + POINTER(wintypes.DWORD), + ] + _FillConsoleOutputCharacterA.restype = wintypes.BOOL + + _FillConsoleOutputAttribute = windll.kernel32.FillConsoleOutputAttribute + _FillConsoleOutputAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + wintypes.DWORD, + COORD, + POINTER(wintypes.DWORD), + ] + _FillConsoleOutputAttribute.restype = wintypes.BOOL + + _SetConsoleTitleW = windll.kernel32.SetConsoleTitleW + _SetConsoleTitleW.argtypes = [ + wintypes.LPCWSTR + ] + _SetConsoleTitleW.restype = wintypes.BOOL + + def _winapi_test(handle): + csbi = CONSOLE_SCREEN_BUFFER_INFO() + success = _GetConsoleScreenBufferInfo( + handle, byref(csbi)) + return bool(success) + + def winapi_test(): + return any(_winapi_test(h) for h in + (_GetStdHandle(STDOUT), _GetStdHandle(STDERR))) + + def GetConsoleScreenBufferInfo(stream_id=STDOUT): + handle = _GetStdHandle(stream_id) + csbi = CONSOLE_SCREEN_BUFFER_INFO() + success = _GetConsoleScreenBufferInfo( + handle, byref(csbi)) + return csbi + + def SetConsoleTextAttribute(stream_id, attrs): + handle = _GetStdHandle(stream_id) + return _SetConsoleTextAttribute(handle, attrs) + + def SetConsoleCursorPosition(stream_id, position, adjust=True): + position = COORD(*position) + # If the position is out of range, do nothing. + if position.Y <= 0 or position.X <= 0: + return + # Adjust for Windows' SetConsoleCursorPosition: + # 1. being 0-based, while ANSI is 1-based. + # 2. expecting (x,y), while ANSI uses (y,x). + adjusted_position = COORD(position.Y - 1, position.X - 1) + if adjust: + # Adjust for viewport's scroll position + sr = GetConsoleScreenBufferInfo(STDOUT).srWindow + adjusted_position.Y += sr.Top + adjusted_position.X += sr.Left + # Resume normal processing + handle = _GetStdHandle(stream_id) + return _SetConsoleCursorPosition(handle, adjusted_position) + + def FillConsoleOutputCharacter(stream_id, char, length, start): + handle = _GetStdHandle(stream_id) + char = c_char(char.encode()) + length = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + # Note that this is hard-coded for ANSI (vs wide) bytes. + success = _FillConsoleOutputCharacterA( + handle, char, length, start, byref(num_written)) + return num_written.value + + def FillConsoleOutputAttribute(stream_id, attr, length, start): + ''' FillConsoleOutputAttribute( hConsole, csbi.wAttributes, dwConSize, coordScreen, &cCharsWritten )''' + handle = _GetStdHandle(stream_id) + attribute = wintypes.WORD(attr) + length = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + # Note that this is hard-coded for ANSI (vs wide) bytes. + return _FillConsoleOutputAttribute( + handle, attribute, length, start, byref(num_written)) + + def SetConsoleTitle(title): + return _SetConsoleTitleW(title) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py new file mode 100644 index 0000000..0fdb4ec --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py @@ -0,0 +1,169 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from . import win32 + + +# from wincon.h +class WinColor(object): + BLACK = 0 + BLUE = 1 + GREEN = 2 + CYAN = 3 + RED = 4 + MAGENTA = 5 + YELLOW = 6 + GREY = 7 + +# from wincon.h +class WinStyle(object): + NORMAL = 0x00 # dim text, dim background + BRIGHT = 0x08 # bright text, dim background + BRIGHT_BACKGROUND = 0x80 # dim text, bright background + +class WinTerm(object): + + def __init__(self): + self._default = win32.GetConsoleScreenBufferInfo(win32.STDOUT).wAttributes + self.set_attrs(self._default) + self._default_fore = self._fore + self._default_back = self._back + self._default_style = self._style + # In order to emulate LIGHT_EX in windows, we borrow the BRIGHT style. + # So that LIGHT_EX colors and BRIGHT style do not clobber each other, + # we track them separately, since LIGHT_EX is overwritten by Fore/Back + # and BRIGHT is overwritten by Style codes. + self._light = 0 + + def get_attrs(self): + return self._fore + self._back * 16 + (self._style | self._light) + + def set_attrs(self, value): + self._fore = value & 7 + self._back = (value >> 4) & 7 + self._style = value & (WinStyle.BRIGHT | WinStyle.BRIGHT_BACKGROUND) + + def reset_all(self, on_stderr=None): + self.set_attrs(self._default) + self.set_console(attrs=self._default) + self._light = 0 + + def fore(self, fore=None, light=False, on_stderr=False): + if fore is None: + fore = self._default_fore + self._fore = fore + # Emulate LIGHT_EX with BRIGHT Style + if light: + self._light |= WinStyle.BRIGHT + else: + self._light &= ~WinStyle.BRIGHT + self.set_console(on_stderr=on_stderr) + + def back(self, back=None, light=False, on_stderr=False): + if back is None: + back = self._default_back + self._back = back + # Emulate LIGHT_EX with BRIGHT_BACKGROUND Style + if light: + self._light |= WinStyle.BRIGHT_BACKGROUND + else: + self._light &= ~WinStyle.BRIGHT_BACKGROUND + self.set_console(on_stderr=on_stderr) + + def style(self, style=None, on_stderr=False): + if style is None: + style = self._default_style + self._style = style + self.set_console(on_stderr=on_stderr) + + def set_console(self, attrs=None, on_stderr=False): + if attrs is None: + attrs = self.get_attrs() + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleTextAttribute(handle, attrs) + + def get_position(self, handle): + position = win32.GetConsoleScreenBufferInfo(handle).dwCursorPosition + # Because Windows coordinates are 0-based, + # and win32.SetConsoleCursorPosition expects 1-based. + position.X += 1 + position.Y += 1 + return position + + def set_cursor_position(self, position=None, on_stderr=False): + if position is None: + # I'm not currently tracking the position, so there is no default. + # position = self.get_position() + return + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleCursorPosition(handle, position) + + def cursor_adjust(self, x, y, on_stderr=False): + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + position = self.get_position(handle) + adjusted_position = (position.Y + y, position.X + x) + win32.SetConsoleCursorPosition(handle, adjusted_position, adjust=False) + + def erase_screen(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the screen. + # 1 should clear from the cursor to the beginning of the screen. + # 2 should clear the entire screen, and move cursor to (1,1) + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + # get the number of character cells in the current buffer + cells_in_screen = csbi.dwSize.X * csbi.dwSize.Y + # get number of character cells before current cursor position + cells_before_cursor = csbi.dwSize.X * csbi.dwCursorPosition.Y + csbi.dwCursorPosition.X + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = cells_in_screen - cells_before_cursor + elif mode == 1: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_before_cursor + elif mode == 2: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_in_screen + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + if mode == 2: + # put the cursor where needed + win32.SetConsoleCursorPosition(handle, (1, 1)) + + def erase_line(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the line. + # 1 should clear from the cursor to the beginning of the line. + # 2 should clear the entire line. + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = csbi.dwSize.X - csbi.dwCursorPosition.X + elif mode == 1: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwCursorPosition.X + elif mode == 2: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwSize.X + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + + def set_title(self, title): + win32.SetConsoleTitle(title) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..6878387 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2019 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.4' + +class DistlibException(Exception): + pass + +try: + from logging import NullHandler +except ImportError: # pragma: no cover + class NullHandler(logging.Handler): + def handle(self, record): pass + def emit(self, record): pass + def createLock(self): self.lock = None + +logger = logging.getLogger(__name__) +logger.addHandler(NullHandler()) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ce76a76b5313db78069baa21fd7346a626ad1e4 GIT binary patch literal 1104 zcmZ`&&2G~`5T3O+wv)6F3hEPZAcw|9?Gd3$v;w3mmmUzltc-U^P5j5&=}*M1JtCf= zJ@yHBm%Vc0%#91oI4unoOthmN&&)To-%QHY)gF+1slMW#1MrQFWeLdGp;Kq1G-#1Q z1lozjOVF;C=b$AzXKv)q1M+q<$Ymr2yn$j(0(MTH2;d(@d)lXHAK`;X@$xMc;usJv zd<-r{)Wz;a59JwL3PDv4U>JO-iZGscHb+~d?SzeG5oGMpsaHrLL_$O4w26)#?51^- zrSJAm60DlEEXG6E21*rij!M~{QhBLo8Q)iw`Z$ZTh35*4M`*43`8hl+a}2Y1YSKL1 zEt6S}MN@~zrJ2@MoM4D2Xp%I+T2-gbVOfL|EX@S#jcfD9za1W7aTHQR;li^udb%0b zX@eVtGmR-FtkNn}6sAiP>P7dVQfZMkN{y;hL$iTCKUb0pK#KOuP}u%>mSwNvLTA(r z`Ti2l+M!cFCUr}acFrMk7xRmx?r4wfj`o>#!xK+9@kaR0Y`>uMgUf3;fGaU>X}WT( ztTB6UJ%dSU^eutLr%>x1wymvkE(1xJuPt>vTDbpP&vYrr@QN;gnS#3|B<5-JkRA6) z%?Hcy>`J)#8{s?m!H=mKSHmYz?UULv#Hh^5WI7av7wc}VUScqAaGxR`F#<#NV7|Uw z^EPBW^o+|W%$n)2y2on3iYZxwZx@d#YX|UvE;UagfItLdMYLased}lCWReyW+gG$M zrl#elE$;r=^mZ-UVB3G4SEXt8j46%vuUEu&C)n&02AZ}t>oFi2+l#fnj`>$tHh8x9 b&pc-aYkqv-NoU|V?tt1`7tXJqHxR!87vt|{ literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2a6ecc4896d32f32e9380810218f44b5b6c1db6 GIT binary patch literal 31450 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 D2@ZV- literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a281c85a79fa28a4b42a84354c827619b6e0510 GIT binary patch literal 38418 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fc31d552238b35b370d241783db7c7a166fe69ff GIT binary patch literal 10272 zcma)C&2!vFc1Hsk0D~ER$+Es|%dor*If^*+hmzfuwbE)O%GO$|N4FP1QQdcgumZ(|Hb`}?@Q8u(#7as2^T-aC;Ue=jBV0 zCW~)nO%dPfnkv3aYb8f(BCR?kz^5KL#dBoPH zT=j6;F&TiSlrksb3(`K+{d>O;w?IQkdh&ke1%Z`qcETfDu|i`s!-H_fHT zz4or{VT=_8;vt@RVVy?M=t~wzG5!h0he5}+x;)tM+)h|Gzk!0J0;8cU{cf!b?t zEInzuU1E-VMk{pOX5hGAv!vP#{9TtvjjkPSCB{A5Z@1hq>X+8n_b!_K>9^|_ug_oq zfmw@9e0`_(jSRj`dd29Uf{P#G6aET~D`8b6S`nIg)7}lfYXkSQJ58W~FtvO}K z#JBF8cdE_=C=6%PnZlj2Gwsaa+jLGiui(2!6jNFc8`wp#6qTRK5JLrWLR0aY+q$S$hvLkEH#UPBt8gsWU1}!&9Vfi2RHGFR36JA3T zN!#pD7OfJqZY7cq)g$SM9kEzylwxVSglF1m30Jy9_l&4~Kv$;2fHAr6h_{etL zwgCQ4n0|+T89~8+Pbku~q>?>H%BaZAJm#r&*->aIK#2xICQzv0koK z5;+JHRe(gdH^LMxe!x4Tr)|1XbI(asVwotR+f6iJ9{5ZQ+w+8C>2{QqM875{YUp|` zJ_#LsE%8_J_4F?nw}9kD&)(tf&f=}0+3NuR;o@GvcksfdyXZb~d9&Sg!$x;M+6w%| zO*i11Zn%(L=FcxL?z;Z&B4EFmK6$_X?mLTNJ8~DmXUE2n#csR1*Z`Rm@I~5uMBK^H zU+?ZGMx)V&MjMTbv{nY1^V%fSSe5l>@?BETX_~a#@;{mrnJcl#|AdY(MN)?iSVtbn z9c7>}X;V^Z8P$PGi##aBrA;=_Vr^R+=xFtU5o`RXv3?*8N|A9`j!Q>uP>##Dq)%%D zGcvZ#!%AF=%_DhG!E-6D;CVH!ZdV5rF^eY-7{3*(hk7&-R}KItCOw{uWpV#Otk8G( zAU5ckc%p^as4Fm#0F~PB+$I!b;W7&);2;SgP1m?|aFR~mO#9xi>Dc5dByn0D?if4p3q1YROL;%A^vewLbZ z)XY#r`c9N?0L)>FVnunG?&xGEfo@KYB~iD7wx8%>)abzQaTWJ!ll&yUUc@s|c@O}s zcxQ8mzb+Vbd*N165>rW3`hp$pc^>unYl1>>CMXL$^HX$FCxZYr!KX>#AD}s@nz9BQ z(Z7nG$qadtnTo~?HjRIS$-k`ru0LI1EMxGT9VsAo8C+uq2*8#cv2Zeyx0OQytC#^E zuo~MMfIxQ*+!0{NtVh3CrW+0xTr79KlEr3t&Vpbcby5qGFD{L-9j6Yn(hjXA?9YY^ zx98bWd)Lhw5_X2GzFaFOCiKgraIYP0@oCILESy*`{w7`0%JNsxBnr6mDta|pELx(H z5UHMp#!1{9|(%&@!kfgDRvrY!ahoR~1P zzdEL3dBe7v+$tU5ey5BIVd{{pN-V*(xFDXVjZTL zX5z@ZEIj{X>2rqJ00uM*M}ld@r=~3Tr%7uNhVTygW<&Tg=_y;R>0)IP%?ma+U7nO2 zccZtNLYVAPYKBT-*K0>LHBrGLOqc^dX>+)_gf+gF6Fp;|8m1wzzXt{$&53q|2_Iy_ zQdHR_Q~$Sb6#!3FR=?^6P1_5v)iY*e&WR!r($ETVBhYVRmY*5}Mlr}X*7P^hU(1gX zzY077XNBxyOJcHe{hh?5jo*lRUC%v^JM${-jb_m4UhC64=!Ivb{@X8=a!CI|K|^9f z7WmIe&~hs1Ap|{QpGW|hObhchTOJejJ}5c!wq zr2d7MOPLR-Y5WASC5R1`ljvAa;S{uV6>6n)hZ=jfPhKcYG~@t1FXHcGV8U9d-o8s* zgzdVH-X=aF`J~B`X{c}z20Mw5hQ-#N^{0*rH>NJ~p`>bI%t%1mnFuf#t#2bYW9M#q zt_|qIvo{0JL*SQhu{tSmI5BdpH8ujn0*gthNjwH15PCCYll3PH(Zs{CJxQTc5%YE- zXTB%bRoZa_6~PbW+mZQOu>w0Xg)j(Mj5Xv}%3sOh`A9xQ4iRg#b01GRQ!Ch&P6_ny z3;MF4$Mckapg*3=Xf)7#e2k|qczz^!BE%9rzn{^ULI3G7o`N1cf0EIdpxG5P)480n z>Qo?SD0o(5Emn^dNZQOsOkl)U<6P4b;2LK%lc4!Knzb_(mjt)J72Ku~_L2R;oHNQ9 zQ2sM0)q?W3g7U;TCG0FL?K}_s3LB8slBii+ z5pD%N59yejrpzs5A9hp-LWxT8NA?H72U22-qKjb$jd|R=v3%$D(#mSR?LT^yI+!cN z7^h%CovkS9URhjpf@X-EfKrY+5)P3sh=-TM zqogzSl*3X&!6oN9gB9=b5Nn<@#x|$etH1Cq?9&7wT^dRiXZh0+Mj7v3b3*;{#KUZGz{Ci6*<5 z=y|6krhD8i&SX#?3ivtR7CLB7Oc^BuzPyUaU;RHrr941=W@vOzV>0^UK4`>!J-x3! zcR!^zo?)yy?8_SRjA#9Gg@t}jkTGjbH4}1&!jHi8h|J;$@ms_Y3!&Nu`*SKrlynx! z;x3~;;wsru$xfyB2dJ{C(m=(h1RJS1+OEW}X5;l8iN6ymju9)VbxP|%7|EOxRnsUU z9H{x?zck ziW21%a+it{(PUQEW z6aP6lrGk?De66@F;v*sVf7AVSG!Uauc>k>t32ZBb5rTWVIU5iV?7 ziN6O%iGpHqqM@vZVlAf$aSE!Cb*Pl%*MY7F^9xiq+iN705dPSj%OF2@37h?= ze*4Kn810LI!gHE7cdU8x(6xMzjzl&O^1?7uJ2=D0LNy;IgX&`;%0-rqqJIau6V*3G zeOWx3Yx&~EbA_=%L8<4VSUY!dPE@4luFqL%umG<9LWr%2im%n&LSYx7JP$7+kfSKz zLiXrF!3t%WF3K?!Gc7nSRmt$~D^`dDiY=;y)BHZ5q#*DwrFSuF)cH100LzIAX1DII zEdC62tza+wKv0Qs#O9vewC=BrsNzn`noFaeISVpGyysf;qzK1t*+_?K!m{~70hzwD z8G^bK@L?e_T~Z2h47=|w2&ve zI7cZjTz+8R@NdlO}PpbR6yf~s>= zhAT$X0=2^icQ@T9#S&c_av%`oGq4EH89xD!f=jViXpwQ|h0;BaK>~`^^Q0o%lfalC z*(j|;JvQR z9*L0by%3Vv;X)fnW5qjCD}e{OoeYIn7>2|kwrJR(mDbaF0;s!e}X<=qK3lq#K;$i|BNoF@8S*jv(4Yks}tW|5g(%vc}Xpr#rn^!UAz4>vJEN;Mi0+=5om#3cM0d za;ppT2ehXNS-vLoH8SuUNLz;?*(%0}67QIg0M1~M+b!&S+D)*hIA60~28u$`3>?L^ zsFB}zaEG=^x3}T7o1%Q~dBL9L);H^jxsU;dl-j^1t=zn4g}n_paaecp7$$zW`P1_( z+DvIGDl*;tAbA)d-d;sPY6Gj7s5Gw>bxpcPS&CBj7o(3mAQ8ahF7*fp#}P-)yhey4 zxT@7@WGyd7+p%(hoin4)=Fd{sw}C zl7l+^Axb|e;35zsNoVKCt)MNa&f(PU4;(ZF9n1Vlgjv7tI<^iinl)4Nm{+s!eK_#waZ`?sI zePf5-7*{Z+bimN!^bM_kz|LgjA;Z+5O06hxed%bpqS-S3H;x{caS&XEj1{C$#%ZYq zDNjoS!+$?E3ZBL>o`!?7!?+w*;wsMj^pH&4mH}Fmj_UhMfaX0{>j_5#pq-V;*L_9nDcO zEOiC7f)h-I@G5C`mOBw^KJ{*h;L>5E?y5GlAPD?F1(rF*z5I``%^y>3{tqefPEWsy3aNZR7`tBXER|gY$?dGItX_n?f?xc<}SpkM1uwK3RIW za_9bXQfW{u+K2-9g`^A%7~#hNfzNArX<{I<5Ql7u=7vqX>kjMIBj;>%PQ<6s)F#rL zV%!l4Qy@-6k$=#H5`~Uhg;}6eiDbg#zpWQ%@4R^uad)UpYi zp~{AQN><^k3>@6SSK-P)#$mE^@L*@y>&Qqzg{M{OJ$qddSI<;#4(mAcHqY(C}=2D7#OG#5)YK3QF=I1Z~#U> z^C|WJ=Ox>KRwR$`goV$MPf7Jl5uXDQa4q5_+64k<0ROFat3|GjQkVj(dFoIvW(}{F zMtt~L3Z)NDfI=Jv##y}leC{yJ73R}wFaoPxosVYwLA{LVA|kB;`WD6oUd9bg~7I_cpRalQaYp$fD;ci3-#{ zS0M;!-3UYCR7}@&;6Y#kQO?OB5{5g2U&V+TyIoUOmv3W};Wr+X5H=c#*`VJAAlX8{ z+GsrP+2UXyS9+s?@^7QTPh%{n&`q54@dfJ9p$#Vt@js!4(rFQaadL{n-*OUi1pLD~ z0lB+bd_v-BNGdZ`W6F5VFwL@Y3KhZo@}dls%QexSq_+Cq+FAY!Vz`F}zi_}&BV2!~ z%1n#viOm8?b8fF^}AAk40eAMV^02bP>p!bFLbcZizZOJ*83 z@87+9

O9X!411HC6XDET0sfN28Xg3Yz{`QDwj$S4??QImssVlk)!qio}Dz literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2cecd254d24704e121274ed5b484b380a243d75d GIT binary patch literal 5076 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee3832baa1bd69171f61cd9d79c5d1ce42f9a291 GIT binary patch literal 26604 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3176b72a93a1ac4b395a8e0fec90b07b3d160846 GIT binary patch literal 11078 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

*4j6Dnbx_5X$dI!+j6z8`9kv{S#$4j`!G) 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1830d4c9e98d6feb5218a3a1ce87c538de7f727 GIT binary patch literal 20191 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 JFqg?${|`4Y7tjCz literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9bb612c893c05288cb9e74edb66045d4354f142 GIT binary patch literal 27351 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 T7 'user[:passwd]', 'host[:port]'.""" + # global _userprog + # if _userprog is None: + # import re + # _userprog = re.compile('^(.*)@(.*)$') + + # match = _userprog.match(host) + # if match: return match.group(1, 2) + # return None, host + +else: # pragma: no cover + from io import StringIO + string_types = str, + text_type = str + from io import TextIOWrapper as file_type + import builtins + import configparser + import shutil + from urllib.parse import (urlparse, urlunparse, urljoin, quote, + unquote, urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, + HTTPBasicAuthHandler, HTTPPasswordMgr, + HTTPHandler, HTTPRedirectHandler, + build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + class CertificateError(ValueError): + pass + + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" + % (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" + % (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) + and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if not os.curdir in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if not normdir in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + +import shutil +import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + import re + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format(filename, + encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format(filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__(key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union(*self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError('Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError('Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover +## {{{ http://code.activestate.com/recipes/576693/ (r9) +# Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. +# Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args),)) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__,) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items,), inst_dict) + return self.__class__, (items,) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self)==len(other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + #If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext' : 'ext_convert', + 'cfg' : 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + #print d, rest + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int(idx) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + #rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance(value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance(value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and\ + isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000..f486994 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1345 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""PEP 376 implementation.""" + +from __future__ import unicode_literals + +import base64 +import codecs +import contextlib +import hashlib +import logging +import os +import posixpath +import sys +import zipimport + +from . import DistlibException, resources +from .compat import StringIO +from .version import get_scheme, UnsupportedVersionError +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (parse_requirement, cached_property, parse_name_and_version, + read_exports, write_exports, CSVReader, CSVWriter) + + +__all__ = ['Distribution', 'BaseInstalledDistribution', + 'InstalledDistribution', 'EggInfoDistribution', + 'DistributionPath'] + + +logger = logging.getLogger(__name__) + +EXPORTS_FILENAME = 'pydist-exports.json' +COMMANDS_FILENAME = 'pydist-commands.json' + +DIST_FILES = ('INSTALLER', METADATA_FILENAME, 'RECORD', 'REQUESTED', + 'RESOURCES', EXPORTS_FILENAME, 'SHARED') + +DISTINFO_EXT = '.dist-info' + + +class _Cache(object): + """ + A simple cache mapping names and .dist-info paths to distributions + """ + def __init__(self): + """ + Initialise an instance. There is normally one for each DistributionPath. + """ + self.name = {} + self.path = {} + self.generated = False + + def clear(self): + """ + Clear the cache, setting it to its initial state. + """ + self.name.clear() + self.path.clear() + self.generated = False + + def add(self, dist): + """ + Add a distribution to the cache. + :param dist: The distribution to add. + """ + if dist.path not in self.path: + self.path[dist.path] = dist + self.name.setdefault(dist.key, []).append(dist) + + +class DistributionPath(object): + """ + Represents a set of distributions installed on a path (typically sys.path). + """ + def __init__(self, path=None, include_egg=False): + """ + Create an instance from a path, optionally including legacy (distutils/ + setuptools/distribute) distributions. + :param path: The path to use, as a list of directories. If not specified, + sys.path is used. + :param include_egg: If True, this instance will look for and return legacy + distributions as well as those based on PEP 376. + """ + if path is None: + path = sys.path + self.path = path + self._include_dist = True + self._include_egg = include_egg + + self._cache = _Cache() + self._cache_egg = _Cache() + self._cache_enabled = True + self._scheme = get_scheme('default') + + def _get_cache_enabled(self): + return self._cache_enabled + + def _set_cache_enabled(self, value): + self._cache_enabled = value + + cache_enabled = property(_get_cache_enabled, _set_cache_enabled) + + def clear_cache(self): + """ + Clears the internal cache. + """ + self._cache.clear() + self._cache_egg.clear() + + + def _yield_distributions(self): + """ + Yield .dist-info and/or .egg(-info) distributions. + """ + # We need to check if we've seen some resources already, because on + # some Linux systems (e.g. some Debian/Ubuntu variants) there are + # symlinks which alias other files in the environment. + seen = set() + for path in self.path: + finder = resources.finder_for_path(path) + if finder is None: + continue + r = finder.find('') + if not r or not r.is_container: + continue + rset = sorted(r.resources) + for entry in rset: + r = finder.find(entry) + if not r or r.path in seen: + continue + try: + if self._include_dist and entry.endswith(DISTINFO_EXT): + possible_filenames = [METADATA_FILENAME, + WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME] + for metadata_filename in possible_filenames: + metadata_path = posixpath.join(entry, metadata_filename) + pydist = finder.find(metadata_path) + if pydist: + break + else: + continue + + with contextlib.closing(pydist.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + logger.debug('Found %s', r.path) + seen.add(r.path) + yield new_dist_class(r.path, metadata=metadata, + env=self) + elif self._include_egg and entry.endswith(('.egg-info', + '.egg')): + logger.debug('Found %s', r.path) + seen.add(r.path) + yield old_dist_class(r.path, self) + except Exception as e: + msg = 'Unable to read distribution at %s, perhaps due to bad metadata: %s' + logger.warning(msg, r.path, e) + import warnings + warnings.warn(msg % (r.path, e), stacklevel=2) + + def _generate_cache(self): + """ + Scan the path for distributions and populate the cache with + those that are found. + """ + gen_dist = not self._cache.generated + gen_egg = self._include_egg and not self._cache_egg.generated + if gen_dist or gen_egg: + for dist in self._yield_distributions(): + if isinstance(dist, InstalledDistribution): + self._cache.add(dist) + else: + self._cache_egg.add(dist) + + if gen_dist: + self._cache.generated = True + if gen_egg: + self._cache_egg.generated = True + + @classmethod + def distinfo_dirname(cls, name, version): + """ + The *name* and *version* parameters are converted into their + filename-escaped form, i.e. any ``'-'`` characters are replaced + with ``'_'`` other than the one in ``'dist-info'`` and the one + separating the name from the version number. + + :parameter name: is converted to a standard distribution name by replacing + any runs of non- alphanumeric characters with a single + ``'-'``. + :type name: string + :parameter version: is converted to a standard version string. Spaces + become dots, and all other non-alphanumeric characters + (except dots) become dashes, with runs of multiple + dashes condensed to a single dash. + :type version: string + :returns: directory name + :rtype: string""" + name = name.replace('-', '_') + return '-'.join([name, version]) + DISTINFO_EXT + + def get_distributions(self): + """ + Provides an iterator that looks for distributions and returns + :class:`InstalledDistribution` or + :class:`EggInfoDistribution` instances for each one of them. + + :rtype: iterator of :class:`InstalledDistribution` and + :class:`EggInfoDistribution` instances + """ + if not self._cache_enabled: + for dist in self._yield_distributions(): + yield dist + else: + self._generate_cache() + + for dist in self._cache.path.values(): + yield dist + + if self._include_egg: + for dist in self._cache_egg.path.values(): + yield dist + + def get_distribution(self, name): + """ + Looks for a named distribution on the path. + + This function only returns the first result found, as no more than one + value is expected. If nothing is found, ``None`` is returned. + + :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` + or ``None`` + """ + result = None + name = name.lower() + if not self._cache_enabled: + for dist in self._yield_distributions(): + if dist.key == name: + result = dist + break + else: + self._generate_cache() + + if name in self._cache.name: + result = self._cache.name[name][0] + elif self._include_egg and name in self._cache_egg.name: + result = self._cache_egg.name[name][0] + return result + + def provides_distribution(self, name, version=None): + """ + Iterates over all distributions to find which distributions provide *name*. + If a *version* is provided, it will be used to filter the results. + + This function only returns the first result found, since no more than + one values are expected. If the directory is not found, returns ``None``. + + :parameter version: a version specifier that indicates the version + required, conforming to the format in ``PEP-345`` + + :type name: string + :type version: string + """ + matcher = None + if version is not None: + try: + matcher = self._scheme.matcher('%s (%s)' % (name, version)) + except ValueError: + raise DistlibException('invalid name or version: %r, %r' % + (name, version)) + + for dist in self.get_distributions(): + # We hit a problem on Travis where enum34 was installed and doesn't + # have a provides attribute ... + if not hasattr(dist, 'provides'): + logger.debug('No "provides": %s', dist) + else: + provided = dist.provides + + for p in provided: + p_name, p_ver = parse_name_and_version(p) + if matcher is None: + if p_name == name: + yield dist + break + else: + if p_name == name and matcher.match(p_ver): + yield dist + break + + def get_file_path(self, name, relative_path): + """ + Return the path to a resource file. + """ + dist = self.get_distribution(name) + if dist is None: + raise LookupError('no distribution named %r found' % name) + return dist.get_resource_path(relative_path) + + def get_exported_entries(self, category, name=None): + """ + Return all of the exported entries in a particular category. + + :param category: The category to search for entries. + :param name: If specified, only entries with that name are returned. + """ + for dist in self.get_distributions(): + r = dist.exports + if category in r: + d = r[category] + if name is not None: + if name in d: + yield d[name] + else: + for v in d.values(): + yield v + + +class Distribution(object): + """ + A base class for distributions, whether installed or from indexes. + Either way, it must have some metadata, so that's all that's needed + for construction. + """ + + build_time_dependency = False + """ + Set to True if it's known to be only a build-time dependency (i.e. + not needed after installation). + """ + + requested = False + """A boolean that indicates whether the ``REQUESTED`` metadata file is + present (in other words, whether the package was installed by user + request or it was installed as a dependency).""" + + def __init__(self, metadata): + """ + Initialise an instance. + :param metadata: The instance of :class:`Metadata` describing this + distribution. + """ + self.metadata = metadata + self.name = metadata.name + self.key = self.name.lower() # for case-insensitive comparisons + self.version = metadata.version + self.locator = None + self.digest = None + self.extras = None # additional features requested + self.context = None # environment marker overrides + self.download_urls = set() + self.digests = {} + + @property + def source_url(self): + """ + The source archive download URL for this distribution. + """ + return self.metadata.source_url + + download_url = source_url # Backward compatibility + + @property + def name_and_version(self): + """ + A utility property which displays the name and version in parentheses. + """ + return '%s (%s)' % (self.name, self.version) + + @property + def provides(self): + """ + A set of distribution names and versions provided by this distribution. + :return: A set of "name (version)" strings. + """ + plist = self.metadata.provides + s = '%s (%s)' % (self.name, self.version) + if s not in plist: + plist.append(s) + return plist + + def _get_requirements(self, req_attr): + md = self.metadata + logger.debug('Getting requirements from metadata %r', md.todict()) + reqts = getattr(md, req_attr) + return set(md.get_requirements(reqts, extras=self.extras, + env=self.context)) + + @property + def run_requires(self): + return self._get_requirements('run_requires') + + @property + def meta_requires(self): + return self._get_requirements('meta_requires') + + @property + def build_requires(self): + return self._get_requirements('build_requires') + + @property + def test_requires(self): + return self._get_requirements('test_requires') + + @property + def dev_requires(self): + return self._get_requirements('dev_requires') + + def matches_requirement(self, req): + """ + Say if this instance matches (fulfills) a requirement. + :param req: The requirement to match. + :rtype req: str + :return: True if it matches, else False. + """ + # Requirement may contain extras - parse to lose those + # from what's passed to the matcher + r = parse_requirement(req) + scheme = get_scheme(self.metadata.scheme) + try: + matcher = scheme.matcher(r.requirement) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + result = False + for p in self.provides: + p_name, p_ver = parse_name_and_version(p) + if p_name != name: + continue + try: + result = matcher.match(p_ver) + break + except UnsupportedVersionError: + pass + return result + + def __repr__(self): + """ + Return a textual representation of this instance, + """ + if self.source_url: + suffix = ' [%s]' % self.source_url + else: + suffix = '' + return '' % (self.name, self.version, suffix) + + def __eq__(self, other): + """ + See if this distribution is the same as another. + :param other: The distribution to compare with. To be equal to one + another. distributions must have the same type, name, + version and source_url. + :return: True if it is the same, else False. + """ + if type(other) is not type(self): + result = False + else: + result = (self.name == other.name and + self.version == other.version and + self.source_url == other.source_url) + return result + + def __hash__(self): + """ + Compute hash in a way which matches the equality test. + """ + return hash(self.name) + hash(self.version) + hash(self.source_url) + + +class BaseInstalledDistribution(Distribution): + """ + This is the base class for installed distributions (whether PEP 376 or + legacy). + """ + + hasher = None + + def __init__(self, metadata, path, env=None): + """ + Initialise an instance. + :param metadata: An instance of :class:`Metadata` which describes the + distribution. This will normally have been initialised + from a metadata file in the ``path``. + :param path: The path of the ``.dist-info`` or ``.egg-info`` + directory for the distribution. + :param env: This is normally the :class:`DistributionPath` + instance where this distribution was found. + """ + super(BaseInstalledDistribution, self).__init__(metadata) + self.path = path + self.dist_path = env + + def get_hash(self, data, hasher=None): + """ + Get the hash of some data, using a particular hash algorithm, if + specified. + + :param data: The data to be hashed. + :type data: bytes + :param hasher: The name of a hash implementation, supported by hashlib, + or ``None``. Examples of valid values are ``'sha1'``, + ``'sha224'``, ``'sha384'``, '``sha256'``, ``'md5'`` and + ``'sha512'``. If no hasher is specified, the ``hasher`` + attribute of the :class:`InstalledDistribution` instance + is used. If the hasher is determined to be ``None``, MD5 + is used as the hashing algorithm. + :returns: The hash of the data. If a hasher was explicitly specified, + the returned hash will be prefixed with the specified hasher + followed by '='. + :rtype: str + """ + if hasher is None: + hasher = self.hasher + if hasher is None: + hasher = hashlib.md5 + prefix = '' + else: + hasher = getattr(hashlib, hasher) + prefix = '%s=' % self.hasher + digest = hasher(data).digest() + digest = base64.urlsafe_b64encode(digest).rstrip(b'=').decode('ascii') + return '%s%s' % (prefix, digest) + + +class InstalledDistribution(BaseInstalledDistribution): + """ + Created with the *path* of the ``.dist-info`` directory provided to the + constructor. It reads the metadata contained in ``pydist.json`` when it is + instantiated., or uses a passed in Metadata instance (useful for when + dry-run mode is being used). + """ + + hasher = 'sha256' + + def __init__(self, path, metadata=None, env=None): + self.modules = [] + self.finder = finder = resources.finder_for_path(path) + if finder is None: + raise ValueError('finder unavailable for %s' % path) + if env and env._cache_enabled and path in env._cache.path: + metadata = env._cache.path[path].metadata + elif metadata is None: + r = finder.find(METADATA_FILENAME) + # Temporary - for Wheel 0.23 support + if r is None: + r = finder.find(WHEEL_METADATA_FILENAME) + # Temporary - for legacy support + if r is None: + r = finder.find(LEGACY_METADATA_FILENAME) + if r is None: + raise ValueError('no %s found in %s' % (METADATA_FILENAME, + path)) + with contextlib.closing(r.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + + super(InstalledDistribution, self).__init__(metadata, path, env) + + if env and env._cache_enabled: + env._cache.add(self) + + r = finder.find('REQUESTED') + self.requested = r is not None + p = os.path.join(path, 'top_level.txt') + if os.path.exists(p): + with open(p, 'rb') as f: + data = f.read().decode('utf-8') + self.modules = data.splitlines() + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def _get_records(self): + """ + Get the list of installed files for the distribution + :return: A list of tuples of path, hash and size. Note that hash and + size might be ``None`` for some entries. The path is exactly + as stored in the file (which is as in PEP 376). + """ + results = [] + r = self.get_distinfo_resource('RECORD') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as record_reader: + # Base location is parent dir of .dist-info dir + #base_location = os.path.dirname(self.path) + #base_location = os.path.abspath(base_location) + for row in record_reader: + missing = [None for i in range(len(row), 3)] + path, checksum, size = row + missing + #if not os.path.isabs(path): + # path = path.replace('/', os.sep) + # path = os.path.join(base_location, path) + results.append((path, checksum, size)) + return results + + @cached_property + def exports(self): + """ + Return the information exported by this distribution. + :return: A dictionary of exports, mapping an export category to a dict + of :class:`ExportEntry` instances describing the individual + export entries, and keyed by name. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + result = self.read_exports() + return result + + def read_exports(self): + """ + Read exports data from a file in .ini format. + + :return: A dictionary of exports, mapping an export category to a list + of :class:`ExportEntry` instances describing the individual + export entries. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + with contextlib.closing(r.as_stream()) as stream: + result = read_exports(stream) + return result + + def write_exports(self, exports): + """ + Write a dictionary of exports to a file in .ini format. + :param exports: A dictionary of exports, mapping an export category to + a list of :class:`ExportEntry` instances describing the + individual export entries. + """ + rf = self.get_distinfo_file(EXPORTS_FILENAME) + with open(rf, 'w') as f: + write_exports(exports, f) + + def get_resource_path(self, relative_path): + """ + NOTE: This API may change in the future. + + Return the absolute path to a resource file with the given relative + path. + + :param relative_path: The path, relative to .dist-info, of the resource + of interest. + :return: The absolute path where the resource is to be found. + """ + r = self.get_distinfo_resource('RESOURCES') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as resources_reader: + for relative, destination in resources_reader: + if relative == relative_path: + return destination + raise KeyError('no resource file with relative path %r ' + 'is installed' % relative_path) + + def list_installed_files(self): + """ + Iterates over the ``RECORD`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: iterator of (path, hash, size) + """ + for result in self._get_records(): + yield result + + def write_installed_files(self, paths, prefix, dry_run=False): + """ + Writes the ``RECORD`` file, using the ``paths`` iterable passed in. Any + existing ``RECORD`` file is silently overwritten. + + prefix is used to determine when to write absolute paths. + """ + prefix = os.path.join(prefix, '') + base = os.path.dirname(self.path) + base_under_prefix = base.startswith(prefix) + base = os.path.join(base, '') + record_path = self.get_distinfo_file('RECORD') + logger.info('creating %s', record_path) + if dry_run: + return None + with CSVWriter(record_path) as writer: + for path in paths: + if os.path.isdir(path) or path.endswith(('.pyc', '.pyo')): + # do not put size and hash, as in PEP-376 + hash_value = size = '' + else: + size = '%d' % os.path.getsize(path) + with open(path, 'rb') as fp: + hash_value = self.get_hash(fp.read()) + if path.startswith(base) or (base_under_prefix and + path.startswith(prefix)): + path = os.path.relpath(path, base) + writer.writerow((path, hash_value, size)) + + # add the RECORD file itself + if record_path.startswith(base): + record_path = os.path.relpath(record_path, base) + writer.writerow((record_path, '', '')) + return record_path + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + base = os.path.dirname(self.path) + record_path = self.get_distinfo_file('RECORD') + for path, hash_value, size in self.list_installed_files(): + if not os.path.isabs(path): + path = os.path.join(base, path) + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + elif os.path.isfile(path): + actual_size = str(os.path.getsize(path)) + if size and actual_size != size: + mismatches.append((path, 'size', size, actual_size)) + elif hash_value: + if '=' in hash_value: + hasher = hash_value.split('=', 1)[0] + else: + hasher = None + + with open(path, 'rb') as f: + actual_hash = self.get_hash(f.read(), hasher) + if actual_hash != hash_value: + mismatches.append((path, 'hash', hash_value, actual_hash)) + return mismatches + + @cached_property + def shared_locations(self): + """ + A dictionary of shared locations whose keys are in the set 'prefix', + 'purelib', 'platlib', 'scripts', 'headers', 'data' and 'namespace'. + The corresponding value is the absolute path of that category for + this distribution, and takes into account any paths selected by the + user at installation time (e.g. via command-line arguments). In the + case of the 'namespace' key, this would be a list of absolute paths + for the roots of namespace packages in this distribution. + + The first time this property is accessed, the relevant information is + read from the SHARED file in the .dist-info directory. + """ + result = {} + shared_path = os.path.join(self.path, 'SHARED') + if os.path.isfile(shared_path): + with codecs.open(shared_path, 'r', encoding='utf-8') as f: + lines = f.read().splitlines() + for line in lines: + key, value = line.split('=', 1) + if key == 'namespace': + result.setdefault(key, []).append(value) + else: + result[key] = value + return result + + def write_shared_locations(self, paths, dry_run=False): + """ + Write shared location information to the SHARED file in .dist-info. + :param paths: A dictionary as described in the documentation for + :meth:`shared_locations`. + :param dry_run: If True, the action is logged but no file is actually + written. + :return: The path of the file written to. + """ + shared_path = os.path.join(self.path, 'SHARED') + logger.info('creating %s', shared_path) + if dry_run: + return None + lines = [] + for key in ('prefix', 'lib', 'headers', 'scripts', 'data'): + path = paths[key] + if os.path.isdir(paths[key]): + lines.append('%s=%s' % (key, path)) + for ns in paths.get('namespace', ()): + lines.append('namespace=%s' % ns) + + with codecs.open(shared_path, 'w', encoding='utf-8') as f: + f.write('\n'.join(lines)) + return shared_path + + def get_distinfo_resource(self, path): + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + finder = resources.finder_for_path(self.path) + if finder is None: + raise DistlibException('Unable to get a finder for %s' % self.path) + return finder.find(path) + + def get_distinfo_file(self, path): + """ + Returns a path located under the ``.dist-info`` directory. Returns a + string representing the path. + + :parameter path: a ``'/'``-separated path relative to the + ``.dist-info`` directory or an absolute path; + If *path* is an absolute path and doesn't start + with the ``.dist-info`` directory path, + a :class:`DistlibException` is raised + :type path: str + :rtype: str + """ + # Check if it is an absolute path # XXX use relpath, add tests + if path.find(os.sep) >= 0: + # it's an absolute path? + distinfo_dirname, path = path.split(os.sep)[-2:] + if distinfo_dirname != self.path.split(os.sep)[-1]: + raise DistlibException( + 'dist-info file %r does not belong to the %r %s ' + 'distribution' % (path, self.name, self.version)) + + # The file must be relative + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + + return os.path.join(self.path, path) + + def list_distinfo_files(self): + """ + Iterates over the ``RECORD`` entries and returns paths for each line if + the path is pointing to a file located in the ``.dist-info`` directory + or one of its subdirectories. + + :returns: iterator of paths + """ + base = os.path.dirname(self.path) + for path, checksum, size in self._get_records(): + # XXX add separator or use real relpath algo + if not os.path.isabs(path): + path = os.path.join(base, path) + if path.startswith(self.path): + yield path + + def __eq__(self, other): + return (isinstance(other, InstalledDistribution) and + self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +class EggInfoDistribution(BaseInstalledDistribution): + """Created with the *path* of the ``.egg-info`` directory or file provided + to the constructor. It reads the metadata contained in the file itself, or + if the given path happens to be a directory, the metadata is read from the + file ``PKG-INFO`` under that directory.""" + + requested = True # as we have no way of knowing, assume it was + shared_locations = {} + + def __init__(self, path, env=None): + def set_name_and_version(s, n, v): + s.name = n + s.key = n.lower() # for case-insensitive comparisons + s.version = v + + self.path = path + self.dist_path = env + if env and env._cache_enabled and path in env._cache_egg.path: + metadata = env._cache_egg.path[path].metadata + set_name_and_version(self, metadata.name, metadata.version) + else: + metadata = self._get_metadata(path) + + # Need to be set before caching + set_name_and_version(self, metadata.name, metadata.version) + + if env and env._cache_enabled: + env._cache_egg.add(self) + super(EggInfoDistribution, self).__init__(metadata, path, env) + + def _get_metadata(self, path): + requires = None + + def parse_requires_data(data): + """Create a list of dependencies from a requires.txt file. + + *data*: the contents of a setuptools-produced requires.txt file. + """ + reqs = [] + lines = data.splitlines() + for line in lines: + line = line.strip() + if line.startswith('['): + logger.warning('Unexpected line: quitting requirement scan: %r', + line) + break + r = parse_requirement(line) + if not r: + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: + logger.warning('extra requirements in requires.txt are ' + 'not supported') + if not r.constraints: + reqs.append(r.name) + else: + cons = ', '.join('%s%s' % c for c in r.constraints) + reqs.append('%s (%s)' % (r.name, cons)) + return reqs + + def parse_requires_path(req_path): + """Create a list of dependencies from a requires.txt file. + + *req_path*: the path to a setuptools-produced requires.txt file. + """ + + reqs = [] + try: + with codecs.open(req_path, 'r', 'utf-8') as fp: + reqs = parse_requires_data(fp.read()) + except IOError: + pass + return reqs + + tl_path = tl_data = None + if path.endswith('.egg'): + if os.path.isdir(path): + p = os.path.join(path, 'EGG-INFO') + meta_path = os.path.join(p, 'PKG-INFO') + metadata = Metadata(path=meta_path, scheme='legacy') + req_path = os.path.join(p, 'requires.txt') + tl_path = os.path.join(p, 'top_level.txt') + requires = parse_requires_path(req_path) + else: + # FIXME handle the case where zipfile is not available + zipf = zipimport.zipimporter(path) + fileobj = StringIO( + zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) + metadata = Metadata(fileobj=fileobj, scheme='legacy') + try: + data = zipf.get_data('EGG-INFO/requires.txt') + tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode('utf-8') + requires = parse_requires_data(data.decode('utf-8')) + except IOError: + requires = None + elif path.endswith('.egg-info'): + if os.path.isdir(path): + req_path = os.path.join(path, 'requires.txt') + requires = parse_requires_path(req_path) + path = os.path.join(path, 'PKG-INFO') + tl_path = os.path.join(path, 'top_level.txt') + metadata = Metadata(path=path, scheme='legacy') + else: + raise DistlibException('path must end with .egg-info or .egg, ' + 'got %r' % path) + + if requires: + metadata.add_requirements(requires) + # look for top-level modules in top_level.txt, if present + if tl_data is None: + if tl_path is not None and os.path.exists(tl_path): + with open(tl_path, 'rb') as f: + tl_data = f.read().decode('utf-8') + if not tl_data: + tl_data = [] + else: + tl_data = tl_data.splitlines() + self.modules = tl_data + return metadata + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + for path, _, _ in self.list_installed_files(): + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + return mismatches + + def list_installed_files(self): + """ + Iterates over the ``installed-files.txt`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: a list of (path, hash, size) + """ + + def _md5(path): + f = open(path, 'rb') + try: + content = f.read() + finally: + f.close() + return hashlib.md5(content).hexdigest() + + def _size(path): + return os.stat(path).st_size + + record_path = os.path.join(self.path, 'installed-files.txt') + result = [] + if os.path.exists(record_path): + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + p = os.path.normpath(os.path.join(self.path, line)) + # "./" is present as a marker between installed files + # and installation metadata files + if not os.path.exists(p): + logger.warning('Non-existent file: %s', p) + if p.endswith(('.pyc', '.pyo')): + continue + #otherwise fall through and fail + if not os.path.isdir(p): + result.append((p, _md5(p), _size(p))) + result.append((record_path, None, None)) + return result + + def list_distinfo_files(self, absolute=False): + """ + Iterates over the ``installed-files.txt`` entries and returns paths for + each line if the path is pointing to a file located in the + ``.egg-info`` directory or one of its subdirectories. + + :parameter absolute: If *absolute* is ``True``, each returned path is + transformed into a local absolute path. Otherwise the + raw value from ``installed-files.txt`` is returned. + :type absolute: boolean + :returns: iterator of paths + """ + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + skip = True + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + if line == './': + skip = False + continue + if not skip: + p = os.path.normpath(os.path.join(self.path, line)) + if p.startswith(self.path): + if absolute: + yield p + else: + yield line + + def __eq__(self, other): + return (isinstance(other, EggInfoDistribution) and + self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + +new_dist_class = InstalledDistribution +old_dist_class = EggInfoDistribution + + +class DependencyGraph(object): + """ + Represents a dependency graph between distributions. + + The dependency relationships are stored in an ``adjacency_list`` that maps + distributions to a list of ``(other, label)`` tuples where ``other`` + is a distribution and the edge is labeled with ``label`` (i.e. the version + specifier, if such was provided). Also, for more efficient traversal, for + every distribution ``x``, a list of predecessors is kept in + ``reverse_list[x]``. An edge from distribution ``a`` to + distribution ``b`` means that ``a`` depends on ``b``. If any missing + dependencies are found, they are stored in ``missing``, which is a + dictionary that maps distributions to a list of requirements that were not + provided by any other distributions. + """ + + def __init__(self): + self.adjacency_list = {} + self.reverse_list = {} + self.missing = {} + + def add_distribution(self, distribution): + """Add the *distribution* to the graph. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + """ + self.adjacency_list[distribution] = [] + self.reverse_list[distribution] = [] + #self.missing[distribution] = [] + + def add_edge(self, x, y, label=None): + """Add an edge from distribution *x* to distribution *y* with the given + *label*. + + :type x: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type y: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type label: ``str`` or ``None`` + """ + self.adjacency_list[x].append((y, label)) + # multiple edges are allowed, so be careful + if x not in self.reverse_list[y]: + self.reverse_list[y].append(x) + + def add_missing(self, distribution, requirement): + """ + Add a missing *requirement* for the given *distribution*. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + :type requirement: ``str`` + """ + logger.debug('%s missing %r', distribution, requirement) + self.missing.setdefault(distribution, []).append(requirement) + + def _repr_dist(self, dist): + return '%s %s' % (dist.name, dist.version) + + def repr_node(self, dist, level=1): + """Prints only a subgraph""" + output = [self._repr_dist(dist)] + for other, label in self.adjacency_list[dist]: + dist = self._repr_dist(other) + if label is not None: + dist = '%s [%s]' % (dist, label) + output.append(' ' * level + str(dist)) + suboutput = self.repr_node(other, level + 1) + subs = suboutput.split('\n') + output.extend(subs[1:]) + return '\n'.join(output) + + def to_dot(self, f, skip_disconnected=True): + """Writes a DOT output for the graph to the provided file *f*. + + If *skip_disconnected* is set to ``True``, then all distributions + that are not dependent on any other distribution are skipped. + + :type f: has to support ``file``-like operations + :type skip_disconnected: ``bool`` + """ + disconnected = [] + + f.write("digraph dependencies {\n") + for dist, adjs in self.adjacency_list.items(): + if len(adjs) == 0 and not skip_disconnected: + disconnected.append(dist) + for other, label in adjs: + if not label is None: + f.write('"%s" -> "%s" [label="%s"]\n' % + (dist.name, other.name, label)) + else: + f.write('"%s" -> "%s"\n' % (dist.name, other.name)) + if not skip_disconnected and len(disconnected) > 0: + f.write('subgraph disconnected {\n') + f.write('label = "Disconnected"\n') + f.write('bgcolor = red\n') + + for dist in disconnected: + f.write('"%s"' % dist.name) + f.write('\n') + f.write('}\n') + f.write('}\n') + + def topological_sort(self): + """ + Perform a topological sort of the graph. + :return: A tuple, the first element of which is a topologically sorted + list of distributions, and the second element of which is a + list of distributions that cannot be sorted because they have + circular dependencies and so form a cycle. + """ + result = [] + # Make a shallow copy of the adjacency list + alist = {} + for k, v in self.adjacency_list.items(): + alist[k] = v[:] + while True: + # See what we can remove in this run + to_remove = [] + for k, v in list(alist.items())[:]: + if not v: + to_remove.append(k) + del alist[k] + if not to_remove: + # What's left in alist (if anything) is a cycle. + break + # Remove from the adjacency list of others + for k, v in alist.items(): + alist[k] = [(d, r) for d, r in v if d not in to_remove] + logger.debug('Moving to result: %s', + ['%s (%s)' % (d.name, d.version) for d in to_remove]) + result.extend(to_remove) + return result, list(alist.keys()) + + def __repr__(self): + """Representation of the graph""" + output = [] + for dist, adjs in self.adjacency_list.items(): + output.append(self.repr_node(dist)) + return '\n'.join(output) + + +def make_graph(dists, scheme='default'): + """Makes a dependency graph from the given distributions. + + :parameter dists: a list of distributions + :type dists: list of :class:`distutils2.database.InstalledDistribution` and + :class:`distutils2.database.EggInfoDistribution` instances + :rtype: a :class:`DependencyGraph` instance + """ + scheme = get_scheme(scheme) + graph = DependencyGraph() + provided = {} # maps names to lists of (version, dist) tuples + + # first, build the graph and find out what's provided + for dist in dists: + graph.add_distribution(dist) + + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + provided.setdefault(name, []).append((version, dist)) + + # now make the edges + for dist in dists: + requires = (dist.run_requires | dist.meta_requires | + dist.build_requires | dist.dev_requires) + for req in requires: + try: + matcher = scheme.matcher(req) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + matched = False + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + graph.add_edge(dist, provider, req) + matched = True + break + if not matched: + graph.add_missing(dist, req) + return graph + + +def get_dependent_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + dependent on *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + dep = [dist] # dependent distributions + todo = graph.reverse_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop() + dep.append(d) + for succ in graph.reverse_list[d]: + if succ not in dep: + todo.append(succ) + + dep.pop(0) # remove dist from dep, was there to prevent infinite loops + return dep + + +def get_required_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + required by *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = [] # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop()[0] + req.append(d) + for pred in graph.adjacency_list[d]: + if pred not in req: + todo.append(pred) + + return req + + +def make_dist(name, version, **kwargs): + """ + A convenience method for making a dist given just a name and version. + """ + summary = kwargs.pop('summary', 'Placeholder for summary') + md = Metadata(**kwargs) + md.name = name + md.version = version + md.summary = summary or 'Placeholder for summary' + return Distribution(md) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000..b1fbbf8 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,509 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import hashlib +import logging +import os +import shutil +import subprocess +import tempfile +try: + from threading import Thread +except ImportError: + from dummy_threading import Thread + +from . import DistlibException +from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr, + urlparse, build_opener, string_types) +from .util import zip_dir, ServerProxy + +logger = logging.getLogger(__name__) + +DEFAULT_INDEX = 'https://pypi.org/pypi' +DEFAULT_REALM = 'pypi' + +class PackageIndex(object): + """ + This class represents a package index compatible with PyPI, the Python + Package Index. + """ + + boundary = b'----------ThIs_Is_tHe_distlib_index_bouNdaRY_$' + + def __init__(self, url=None): + """ + Initialise an instance. + + :param url: The URL of the index. If not specified, the URL for PyPI is + used. + """ + self.url = url or DEFAULT_INDEX + self.read_configuration() + scheme, netloc, path, params, query, frag = urlparse(self.url) + if params or query or frag or scheme not in ('http', 'https'): + raise DistlibException('invalid repository: %s' % self.url) + self.password_handler = None + self.ssl_verifier = None + self.gpg = None + self.gpg_home = None + with open(os.devnull, 'w') as sink: + # Use gpg by default rather than gpg2, as gpg2 insists on + # prompting for passwords + for s in ('gpg', 'gpg2'): + try: + rc = subprocess.check_call([s, '--version'], stdout=sink, + stderr=sink) + if rc == 0: + self.gpg = s + break + except OSError: + pass + + def _get_pypirc_command(self): + """ + Get the distutils command for interacting with PyPI configurations. + :return: the command. + """ + from .util import _get_pypirc_command as cmd + return cmd() + + def read_configuration(self): + """ + Read the PyPI access configuration as supported by distutils. This populates + ``username``, ``password``, ``realm`` and ``url`` attributes from the + configuration. + """ + from .util import _load_pypirc + cfg = _load_pypirc(self) + self.username = cfg.get('username') + self.password = cfg.get('password') + self.realm = cfg.get('realm', 'pypi') + self.url = cfg.get('repository', self.url) + + def save_configuration(self): + """ + Save the PyPI access configuration. You must have set ``username`` and + ``password`` attributes before calling this method. + """ + self.check_credentials() + from .util import _store_pypirc + _store_pypirc(self) + + def check_credentials(self): + """ + Check that ``username`` and ``password`` have been set, and raise an + exception if not. + """ + if self.username is None or self.password is None: + raise DistlibException('username and password must be set') + pm = HTTPPasswordMgr() + _, netloc, _, _, _, _ = urlparse(self.url) + pm.add_password(self.realm, netloc, self.username, self.password) + self.password_handler = HTTPBasicAuthHandler(pm) + + def register(self, metadata): + """ + Register a distribution on PyPI, using the provided metadata. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the distribution to be + registered. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + metadata.validate() + d = metadata.todict() + d[':action'] = 'verify' + request = self.encode_request(d.items(), []) + response = self.send_request(request) + d[':action'] = 'submit' + request = self.encode_request(d.items(), []) + return self.send_request(request) + + def _reader(self, name, stream, outbuf): + """ + Thread runner for reading lines of from a subprocess into a buffer. + + :param name: The logical name of the stream (used for logging only). + :param stream: The stream to read from. This will typically a pipe + connected to the output stream of a subprocess. + :param outbuf: The list to append the read lines to. + """ + while True: + s = stream.readline() + if not s: + break + s = s.decode('utf-8').rstrip() + outbuf.append(s) + logger.debug('%s: %s' % (name, s)) + stream.close() + + def get_sign_command(self, filename, signer, sign_password, + keystore=None): + """ + Return a suitable command for signing a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The signing command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + if sign_password is not None: + cmd.extend(['--batch', '--passphrase-fd', '0']) + td = tempfile.mkdtemp() + sf = os.path.join(td, os.path.basename(filename) + '.asc') + cmd.extend(['--detach-sign', '--armor', '--local-user', + signer, '--output', sf, filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd, sf + + def run_command(self, cmd, input_data=None): + """ + Run a command in a child process , passing it any input data specified. + + :param cmd: The command to run. + :param input_data: If specified, this must be a byte string containing + data to be sent to the child process. + :return: A tuple consisting of the subprocess' exit code, a list of + lines read from the subprocess' ``stdout``, and a list of + lines read from the subprocess' ``stderr``. + """ + kwargs = { + 'stdout': subprocess.PIPE, + 'stderr': subprocess.PIPE, + } + if input_data is not None: + kwargs['stdin'] = subprocess.PIPE + stdout = [] + stderr = [] + p = subprocess.Popen(cmd, **kwargs) + # We don't use communicate() here because we may need to + # get clever with interacting with the command + t1 = Thread(target=self._reader, args=('stdout', p.stdout, stdout)) + t1.start() + t2 = Thread(target=self._reader, args=('stderr', p.stderr, stderr)) + t2.start() + if input_data is not None: + p.stdin.write(input_data) + p.stdin.close() + + p.wait() + t1.join() + t2.join() + return p.returncode, stdout, stderr + + def sign_file(self, filename, signer, sign_password, keystore=None): + """ + Sign a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The absolute pathname of the file where the signature is + stored. + """ + cmd, sig_file = self.get_sign_command(filename, signer, sign_password, + keystore) + rc, stdout, stderr = self.run_command(cmd, + sign_password.encode('utf-8')) + if rc != 0: + raise DistlibException('sign command failed with error ' + 'code %s' % rc) + return sig_file + + def upload_file(self, metadata, filename, signer=None, sign_password=None, + filetype='sdist', pyversion='source', keystore=None): + """ + Upload a release file to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the file to be uploaded. + :param filename: The pathname of the file to be uploaded. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param filetype: The type of the file being uploaded. This is the + distutils command which produced that file, e.g. + ``sdist`` or ``bdist_wheel``. + :param pyversion: The version of Python which the release relates + to. For code compatible with any Python, this would + be ``source``, otherwise it would be e.g. ``3.2``. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.exists(filename): + raise DistlibException('not found: %s' % filename) + metadata.validate() + d = metadata.todict() + sig_file = None + if signer: + if not self.gpg: + logger.warning('no signing program available - not signed') + else: + sig_file = self.sign_file(filename, signer, sign_password, + keystore) + with open(filename, 'rb') as f: + file_data = f.read() + md5_digest = hashlib.md5(file_data).hexdigest() + sha256_digest = hashlib.sha256(file_data).hexdigest() + d.update({ + ':action': 'file_upload', + 'protocol_version': '1', + 'filetype': filetype, + 'pyversion': pyversion, + 'md5_digest': md5_digest, + 'sha256_digest': sha256_digest, + }) + files = [('content', os.path.basename(filename), file_data)] + if sig_file: + with open(sig_file, 'rb') as f: + sig_data = f.read() + files.append(('gpg_signature', os.path.basename(sig_file), + sig_data)) + shutil.rmtree(os.path.dirname(sig_file)) + request = self.encode_request(d.items(), files) + return self.send_request(request) + + def upload_documentation(self, metadata, doc_dir): + """ + Upload documentation to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the documentation to be + uploaded. + :param doc_dir: The pathname of the directory which contains the + documentation. This should be the directory that + contains the ``index.html`` for the documentation. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.isdir(doc_dir): + raise DistlibException('not a directory: %r' % doc_dir) + fn = os.path.join(doc_dir, 'index.html') + if not os.path.exists(fn): + raise DistlibException('not found: %r' % fn) + metadata.validate() + name, version = metadata.name, metadata.version + zip_data = zip_dir(doc_dir).getvalue() + fields = [(':action', 'doc_upload'), + ('name', name), ('version', version)] + files = [('content', name, zip_data)] + request = self.encode_request(fields, files) + return self.send_request(request) + + def get_verify_command(self, signature_filename, data_filename, + keystore=None): + """ + Return a suitable command for verifying a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The verifying command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + cmd.extend(['--verify', signature_filename, data_filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd + + def verify_signature(self, signature_filename, data_filename, + keystore=None): + """ + Verify a signature for a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: True if the signature was verified, else False. + """ + if not self.gpg: + raise DistlibException('verification unavailable because gpg ' + 'unavailable') + cmd = self.get_verify_command(signature_filename, data_filename, + keystore) + rc, stdout, stderr = self.run_command(cmd) + if rc not in (0, 1): + raise DistlibException('verify command failed with error ' + 'code %s' % rc) + return rc == 0 + + def download_file(self, url, destfile, digest=None, reporthook=None): + """ + This is a convenience method for downloading a file from an URL. + Normally, this will be a file from the index, though currently + no check is made for this (i.e. a file can be downloaded from + anywhere). + + The method is just like the :func:`urlretrieve` function in the + standard library, except that it allows digest computation to be + done during download and checking that the downloaded data + matched any expected value. + + :param url: The URL of the file to be downloaded (assumed to be + available via an HTTP GET request). + :param destfile: The pathname where the downloaded file is to be + saved. + :param digest: If specified, this must be a (hasher, value) + tuple, where hasher is the algorithm used (e.g. + ``'md5'``) and ``value`` is the expected value. + :param reporthook: The same as for :func:`urlretrieve` in the + standard library. + """ + if digest is None: + digester = None + logger.debug('No digest specified') + else: + if isinstance(digest, (list, tuple)): + hasher, digest = digest + else: + hasher = 'md5' + digester = getattr(hashlib, hasher)() + logger.debug('Digest specified: %s' % digest) + # The following code is equivalent to urlretrieve. + # We need to do it this way so that we can compute the + # digest of the file as we go. + with open(destfile, 'wb') as dfp: + # addinfourl is not a context manager on 2.x + # so we have to use try/finally + sfp = self.send_request(Request(url)) + try: + headers = sfp.info() + blocksize = 8192 + size = -1 + read = 0 + blocknum = 0 + if "content-length" in headers: + size = int(headers["Content-Length"]) + if reporthook: + reporthook(blocknum, blocksize, size) + while True: + block = sfp.read(blocksize) + if not block: + break + read += len(block) + dfp.write(block) + if digester: + digester.update(block) + blocknum += 1 + if reporthook: + reporthook(blocknum, blocksize, size) + finally: + sfp.close() + + # check that we got the whole file, if we can + if size >= 0 and read < size: + raise DistlibException( + 'retrieval incomplete: got only %d out of %d bytes' + % (read, size)) + # if we have a digest, it must match. + if digester: + actual = digester.hexdigest() + if digest != actual: + raise DistlibException('%s digest mismatch for %s: expected ' + '%s, got %s' % (hasher, destfile, + digest, actual)) + logger.debug('Digest verified: %s', digest) + + def send_request(self, req): + """ + Send a standard library :class:`Request` to PyPI and return its + response. + + :param req: The request to send. + :return: The HTTP response from PyPI (a standard library HTTPResponse). + """ + handlers = [] + if self.password_handler: + handlers.append(self.password_handler) + if self.ssl_verifier: + handlers.append(self.ssl_verifier) + opener = build_opener(*handlers) + return opener.open(req) + + def encode_request(self, fields, files): + """ + Encode fields and files for posting to an HTTP server. + + :param fields: The fields to send as a list of (fieldname, value) + tuples. + :param files: The files to send as a list of (fieldname, filename, + file_bytes) tuple. + """ + # Adapted from packaging, which in turn was adapted from + # http://code.activestate.com/recipes/146306 + + parts = [] + boundary = self.boundary + for k, values in fields: + if not isinstance(values, (list, tuple)): + values = [values] + + for v in values: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"' % + k).encode('utf-8'), + b'', + v.encode('utf-8'))) + for key, filename, value in files: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"; filename="%s"' % + (key, filename)).encode('utf-8'), + b'', + value)) + + parts.extend((b'--' + boundary + b'--', b'')) + + body = b'\r\n'.join(parts) + ct = b'multipart/form-data; boundary=' + boundary + headers = { + 'Content-type': ct, + 'Content-length': str(len(body)) + } + return Request(self.url, body, headers) + + def search(self, terms, operator=None): + if isinstance(terms, string_types): + terms = {'name': terms} + rpc_proxy = ServerProxy(self.url, timeout=3.0) + try: + return rpc_proxy.search(terms, operator or 'and') + finally: + rpc_proxy('close')() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000..c78bc9e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1300 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2015 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# + +import gzip +from io import BytesIO +import json +import logging +import os +import posixpath +import re +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import zlib + +from . import DistlibException +from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, + queue, quote, unescape, build_opener, + HTTPRedirectHandler as BaseRedirectHandler, text_type, + Request, HTTPError, URLError) +from .database import Distribution, DistributionPath, make_dist +from .metadata import Metadata, MetadataInvalidError +from .util import (cached_property, ensure_slash, split_filename, get_project_data, + parse_requirement, parse_name_and_version, ServerProxy, + normalize_name) +from .version import get_scheme, UnsupportedVersionError +from .wheel import Wheel, is_compatible + +logger = logging.getLogger(__name__) + +HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') +CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) +HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') +DEFAULT_INDEX = 'https://pypi.org/pypi' + +def get_all_distribution_names(url=None): + """ + Return all distribution names known by an index. + :param url: The URL of the index. + :return: A list of all known distribution names. + """ + if url is None: + url = DEFAULT_INDEX + client = ServerProxy(url, timeout=3.0) + try: + return client.list_packages() + finally: + client('close')() + +class RedirectHandler(BaseRedirectHandler): + """ + A class to work around a bug in some Python 3.2.x releases. + """ + # There's a bug in the base version for some 3.2.x + # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header + # returns e.g. /abc, it bails because it says the scheme '' + # is bogus, when actually it should use the request's + # URL for the scheme. See Python issue #13696. + def http_error_302(self, req, fp, code, msg, headers): + # Some servers (incorrectly) return multiple Location headers + # (so probably same goes for URI). Use first header. + newurl = None + for key in ('location', 'uri'): + if key in headers: + newurl = headers[key] + break + if newurl is None: # pragma: no cover + return + urlparts = urlparse(newurl) + if urlparts.scheme == '': + newurl = urljoin(req.get_full_url(), newurl) + if hasattr(headers, 'replace_header'): + headers.replace_header(key, newurl) + else: + headers[key] = newurl + return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, + headers) + + http_error_301 = http_error_303 = http_error_307 = http_error_302 + +class Locator(object): + """ + A base class for locators - things that locate distributions. + """ + source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') + binary_extensions = ('.egg', '.exe', '.whl') + excluded_extensions = ('.pdf',) + + # A list of tags indicating which wheels you want to match. The default + # value of None matches against the tags compatible with the running + # Python. If you want to match other values, set wheel_tags on a locator + # instance to a list of tuples (pyver, abi, arch) which you want to match. + wheel_tags = None + + downloadable_extensions = source_extensions + ('.whl',) + + def __init__(self, scheme='default'): + """ + Initialise an instance. + :param scheme: Because locators look for most recent versions, they + need to know the version scheme to use. This specifies + the current PEP-recommended scheme - use ``'legacy'`` + if you need to support existing distributions on PyPI. + """ + self._cache = {} + self.scheme = scheme + # Because of bugs in some of the handlers on some of the platforms, + # we use our own opener rather than just using urlopen. + self.opener = build_opener(RedirectHandler()) + # If get_project() is called from locate(), the matcher instance + # is set from the requirement passed to locate(). See issue #18 for + # why this can be useful to know. + self.matcher = None + self.errors = queue.Queue() + + def get_errors(self): + """ + Return any errors which have occurred. + """ + result = [] + while not self.errors.empty(): # pragma: no cover + try: + e = self.errors.get(False) + result.append(e) + except self.errors.Empty: + continue + self.errors.task_done() + return result + + def clear_errors(self): + """ + Clear any errors which may have been logged. + """ + # Just get the errors and throw them away + self.get_errors() + + def clear_cache(self): + self._cache.clear() + + def _get_scheme(self): + return self._scheme + + def _set_scheme(self, value): + self._scheme = value + + scheme = property(_get_scheme, _set_scheme) + + def _get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This should be implemented in subclasses. + + If called from a locate() request, self.matcher will be set to a + matcher for the requirement to satisfy, otherwise it will be None. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This calls _get_project to do all the work, and just implements a caching layer on top. + """ + if self._cache is None: # pragma: no cover + result = self._get_project(name) + elif name in self._cache: + result = self._cache[name] + else: + self.clear_errors() + result = self._get_project(name) + self._cache[name] = result + return result + + def score_url(self, url): + """ + Give an url a score which can be used to choose preferred URLs + for a given project release. + """ + t = urlparse(url) + basename = posixpath.basename(t.path) + compatible = True + is_wheel = basename.endswith('.whl') + is_downloadable = basename.endswith(self.downloadable_extensions) + if is_wheel: + compatible = is_compatible(Wheel(basename), self.wheel_tags) + return (t.scheme == 'https', 'pypi.org' in t.netloc, + is_downloadable, is_wheel, compatible, basename) + + def prefer_url(self, url1, url2): + """ + Choose one of two URLs where both are candidates for distribution + archives for the same version of a distribution (for example, + .tar.gz vs. zip). + + The current implementation favours https:// URLs over http://, archives + from PyPI over those from other locations, wheel compatibility (if a + wheel) and then the archive name. + """ + result = url2 + if url1: + s1 = self.score_url(url1) + s2 = self.score_url(url2) + if s1 > s2: + result = url1 + if result != url2: + logger.debug('Not replacing %r with %r', url1, url2) + else: + logger.debug('Replacing %r with %r', url1, url2) + return result + + def split_filename(self, filename, project_name): + """ + Attempt to split a filename in project name, version and Python version. + """ + return split_filename(filename, project_name) + + def convert_url_to_download_info(self, url, project_name): + """ + See if a URL is a candidate for a download URL for a project (the URL + has typically been scraped from an HTML page). + + If it is, a dictionary is returned with keys "name", "version", + "filename" and "url"; otherwise, None is returned. + """ + def same_project(name1, name2): + return normalize_name(name1) == normalize_name(name2) + + result = None + scheme, netloc, path, params, query, frag = urlparse(url) + if frag.lower().startswith('egg='): # pragma: no cover + logger.debug('%s: version hint in fragment: %r', + project_name, frag) + m = HASHER_HASH.match(frag) + if m: + algo, digest = m.groups() + else: + algo, digest = None, None + origpath = path + if path and path[-1] == '/': # pragma: no cover + path = path[:-1] + if path.endswith('.whl'): + try: + wheel = Wheel(path) + if not is_compatible(wheel, self.wheel_tags): + logger.debug('Wheel not compatible: %s', path) + else: + if project_name is None: + include = True + else: + include = same_project(wheel.name, project_name) + if include: + result = { + 'name': wheel.name, + 'version': wheel.version, + 'filename': wheel.filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + 'python-version': ', '.join( + ['.'.join(list(v[2:])) for v in wheel.pyver]), + } + except Exception as e: # pragma: no cover + logger.warning('invalid path for wheel: %s', path) + elif not path.endswith(self.downloadable_extensions): # pragma: no cover + logger.debug('Not downloadable: %s', path) + else: # downloadable extension + path = filename = posixpath.basename(path) + for ext in self.downloadable_extensions: + if path.endswith(ext): + path = path[:-len(ext)] + t = self.split_filename(path, project_name) + if not t: # pragma: no cover + logger.debug('No match for project/version: %s', path) + else: + name, version, pyver = t + if not project_name or same_project(project_name, name): + result = { + 'name': name, + 'version': version, + 'filename': filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + #'packagetype': 'sdist', + } + if pyver: # pragma: no cover + result['python-version'] = pyver + break + if result and algo: + result['%s_digest' % algo] = digest + return result + + def _get_digest(self, info): + """ + Get a digest from a dictionary by looking at a "digests" dictionary + or keys of the form 'algo_digest'. + + Returns a 2-tuple (algo, digest) if found, else None. Currently + looks only for SHA256, then MD5. + """ + result = None + if 'digests' in info: + digests = info['digests'] + for algo in ('sha256', 'md5'): + if algo in digests: + result = (algo, digests[algo]) + break + if not result: + for algo in ('sha256', 'md5'): + key = '%s_digest' % algo + if key in info: + result = (algo, info[key]) + break + return result + + def _update_version_data(self, result, info): + """ + Update a result dictionary (the final result from _get_project) with a + dictionary for a specific version, which typically holds information + gleaned from a filename or URL for an archive for the distribution. + """ + name = info.pop('name') + version = info.pop('version') + if version in result: + dist = result[version] + md = dist.metadata + else: + dist = make_dist(name, version, scheme=self.scheme) + md = dist.metadata + dist.digest = digest = self._get_digest(info) + url = info['url'] + result['digests'][url] = digest + if md.source_url != info['url']: + md.source_url = self.prefer_url(md.source_url, url) + result['urls'].setdefault(version, set()).add(url) + dist.locator = self + result[version] = dist + + def locate(self, requirement, prereleases=False): + """ + Find the most recent distribution which matches the given + requirement. + + :param requirement: A requirement of the form 'foo (1.0)' or perhaps + 'foo (>= 1.0, < 2.0, != 1.3)' + :param prereleases: If ``True``, allow pre-release versions + to be located. Otherwise, pre-release versions + are not returned. + :return: A :class:`Distribution` instance, or ``None`` if no such + distribution could be located. + """ + result = None + r = parse_requirement(requirement) + if r is None: # pragma: no cover + raise DistlibException('Not a valid requirement: %r' % requirement) + scheme = get_scheme(self.scheme) + self.matcher = matcher = scheme.matcher(r.requirement) + logger.debug('matcher: %s (%s)', matcher, type(matcher).__name__) + versions = self.get_project(r.name) + if len(versions) > 2: # urls and digests keys are present + # sometimes, versions are invalid + slist = [] + vcls = matcher.version_class + for k in versions: + if k in ('urls', 'digests'): + continue + try: + if not matcher.match(k): + pass # logger.debug('%s did not match %r', matcher, k) + else: + if prereleases or not vcls(k).is_prerelease: + slist.append(k) + # else: + # logger.debug('skipping pre-release ' + # 'version %s of %s', k, matcher.name) + except Exception: # pragma: no cover + logger.warning('error matching %s with %r', matcher, k) + pass # slist.append(k) + if len(slist) > 1: + slist = sorted(slist, key=scheme.key) + if slist: + logger.debug('sorted list: %s', slist) + version = slist[-1] + result = versions[version] + if result: + if r.extras: + result.extras = r.extras + result.download_urls = versions.get('urls', {}).get(version, set()) + d = {} + sd = versions.get('digests', {}) + for url in result.download_urls: + if url in sd: # pragma: no cover + d[url] = sd[url] + result.digests = d + self.matcher = None + return result + + +class PyPIRPCLocator(Locator): + """ + This locator uses XML-RPC to locate distributions. It therefore + cannot be used with simple mirrors (that only mirror file content). + """ + def __init__(self, url, **kwargs): + """ + Initialise an instance. + + :param url: The URL to use for XML-RPC. + :param kwargs: Passed to the superclass constructor. + """ + super(PyPIRPCLocator, self).__init__(**kwargs) + self.base_url = url + self.client = ServerProxy(url, timeout=3.0) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + return set(self.client.list_packages()) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + versions = self.client.package_releases(name, True) + for v in versions: + urls = self.client.release_urls(name, v) + data = self.client.release_data(name, v) + metadata = Metadata(scheme=self.scheme) + metadata.name = data['name'] + metadata.version = data['version'] + metadata.license = data.get('license') + metadata.keywords = data.get('keywords', []) + metadata.summary = data.get('summary') + dist = Distribution(metadata) + if urls: + info = urls[0] + metadata.source_url = info['url'] + dist.digest = self._get_digest(info) + dist.locator = self + result[v] = dist + for info in urls: + url = info['url'] + digest = self._get_digest(info) + result['urls'].setdefault(v, set()).add(url) + result['digests'][url] = digest + return result + +class PyPIJSONLocator(Locator): + """ + This locator uses PyPI's JSON interface. It's very limited in functionality + and probably not worth using. + """ + def __init__(self, url, **kwargs): + super(PyPIJSONLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + url = urljoin(self.base_url, '%s/json' % quote(name)) + try: + resp = self.opener.open(url) + data = resp.read().decode() # for now + d = json.loads(data) + md = Metadata(scheme=self.scheme) + data = d['info'] + md.name = data['name'] + md.version = data['version'] + md.license = data.get('license') + md.keywords = data.get('keywords', []) + md.summary = data.get('summary') + dist = Distribution(md) + dist.locator = self + urls = d['urls'] + result[md.version] = dist + for info in d['urls']: + url = info['url'] + dist.download_urls.add(url) + dist.digests[url] = self._get_digest(info) + result['urls'].setdefault(md.version, set()).add(url) + result['digests'][url] = self._get_digest(info) + # Now get other releases + for version, infos in d['releases'].items(): + if version == md.version: + continue # already done + omd = Metadata(scheme=self.scheme) + omd.name = md.name + omd.version = version + odist = Distribution(omd) + odist.locator = self + result[version] = odist + for info in infos: + url = info['url'] + odist.download_urls.add(url) + odist.digests[url] = self._get_digest(info) + result['urls'].setdefault(version, set()).add(url) + result['digests'][url] = self._get_digest(info) +# for info in urls: +# md.source_url = info['url'] +# dist.digest = self._get_digest(info) +# dist.locator = self +# for info in urls: +# url = info['url'] +# result['urls'].setdefault(md.version, set()).add(url) +# result['digests'][url] = self._get_digest(info) + except Exception as e: + self.errors.put(text_type(e)) + logger.exception('JSON fetch failed: %s', e) + return result + + +class Page(object): + """ + This class represents a scraped HTML page. + """ + # The following slightly hairy-looking regex just looks for the contents of + # an anchor link, which has an attribute "href" either immediately preceded + # or immediately followed by a "rel" attribute. The attribute values can be + # declared with double quotes, single quotes or no quotes - which leads to + # the length of the expression. + _href = re.compile(""" +(rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*))\\s+)? +href\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)) +(\\s+rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)))? +""", re.I | re.S | re.X) + _base = re.compile(r"""]+)""", re.I | re.S) + + def __init__(self, data, url): + """ + Initialise an instance with the Unicode page contents and the URL they + came from. + """ + self.data = data + self.base_url = self.url = url + m = self._base.search(self.data) + if m: + self.base_url = m.group(1) + + _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) + + @cached_property + def links(self): + """ + Return the URLs of all the links on a page together with information + about their "rel" attribute, for determining which ones to treat as + downloads and which ones to queue for further scraping. + """ + def clean(url): + "Tidy up an URL." + scheme, netloc, path, params, query, frag = urlparse(url) + return urlunparse((scheme, netloc, quote(path), + params, query, frag)) + + result = set() + for match in self._href.finditer(self.data): + d = match.groupdict('') + rel = (d['rel1'] or d['rel2'] or d['rel3'] or + d['rel4'] or d['rel5'] or d['rel6']) + url = d['url1'] or d['url2'] or d['url3'] + url = urljoin(self.base_url, url) + url = unescape(url) + url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url) + result.add((url, rel)) + # We sort the result, hoping to bring the most recent versions + # to the front + result = sorted(result, key=lambda t: t[0], reverse=True) + return result + + +class SimpleScrapingLocator(Locator): + """ + A locator which scrapes HTML pages to locate downloads for a distribution. + This runs multiple threads to do the I/O; performance is at least as good + as pip's PackageFinder, which works in an analogous fashion. + """ + + # These are used to deal with various Content-Encoding schemes. + decoders = { + 'deflate': zlib.decompress, + 'gzip': lambda b: gzip.GzipFile(fileobj=BytesIO(b)).read(), + 'none': lambda b: b, + } + + def __init__(self, url, timeout=None, num_workers=10, **kwargs): + """ + Initialise an instance. + :param url: The root URL to use for scraping. + :param timeout: The timeout, in seconds, to be applied to requests. + This defaults to ``None`` (no timeout specified). + :param num_workers: The number of worker threads you want to do I/O, + This defaults to 10. + :param kwargs: Passed to the superclass. + """ + super(SimpleScrapingLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + self.timeout = timeout + self._page_cache = {} + self._seen = set() + self._to_fetch = queue.Queue() + self._bad_hosts = set() + self.skip_externals = False + self.num_workers = num_workers + self._lock = threading.RLock() + # See issue #45: we need to be resilient when the locator is used + # in a thread, e.g. with concurrent.futures. We can't use self._lock + # as it is for coordinating our internal threads - the ones created + # in _prepare_threads. + self._gplock = threading.RLock() + self.platform_check = False # See issue #112 + + def _prepare_threads(self): + """ + Threads are created only when get_project is called, and terminate + before it returns. They are there primarily to parallelise I/O (i.e. + fetching web pages). + """ + self._threads = [] + for i in range(self.num_workers): + t = threading.Thread(target=self._fetch) + t.daemon = True + t.start() + self._threads.append(t) + + def _wait_threads(self): + """ + Tell all the threads to terminate (by sending a sentinel value) and + wait for them to do so. + """ + # Note that you need two loops, since you can't say which + # thread will get each sentinel + for t in self._threads: + self._to_fetch.put(None) # sentinel + for t in self._threads: + t.join() + self._threads = [] + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + with self._gplock: + self.result = result + self.project_name = name + url = urljoin(self.base_url, '%s/' % quote(name)) + self._seen.clear() + self._page_cache.clear() + self._prepare_threads() + try: + logger.debug('Queueing %s', url) + self._to_fetch.put(url) + self._to_fetch.join() + finally: + self._wait_threads() + del self.result + return result + + platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' + r'win(32|_amd64)|macosx_?\d+)\b', re.I) + + def _is_platform_dependent(self, url): + """ + Does an URL refer to a platform-specific download? + """ + return self.platform_dependent.search(url) + + def _process_download(self, url): + """ + See if an URL is a suitable download for a project. + + If it is, register information in the result dictionary (for + _get_project) about the specific version it's for. + + Note that the return value isn't actually used other than as a boolean + value. + """ + if self.platform_check and self._is_platform_dependent(url): + info = None + else: + info = self.convert_url_to_download_info(url, self.project_name) + logger.debug('process_download: %s -> %s', url, info) + if info: + with self._lock: # needed because self.result is shared + self._update_version_data(self.result, info) + return info + + def _should_queue(self, link, referrer, rel): + """ + Determine whether a link URL from a referring page and with a + particular "rel" attribute should be queued for scraping. + """ + scheme, netloc, path, _, _, _ = urlparse(link) + if path.endswith(self.source_extensions + self.binary_extensions + + self.excluded_extensions): + result = False + elif self.skip_externals and not link.startswith(self.base_url): + result = False + elif not referrer.startswith(self.base_url): + result = False + elif rel not in ('homepage', 'download'): + result = False + elif scheme not in ('http', 'https', 'ftp'): + result = False + elif self._is_platform_dependent(link): + result = False + else: + host = netloc.split(':', 1)[0] + if host.lower() == 'localhost': + result = False + else: + result = True + logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, + referrer, result) + return result + + def _fetch(self): + """ + Get a URL to fetch from the work queue, get the HTML page, examine its + links for download candidates and candidates for further scraping. + + This is a handy method to run in a thread. + """ + while True: + url = self._to_fetch.get() + try: + if url: + page = self.get_page(url) + if page is None: # e.g. after an error + continue + for link, rel in page.links: + if link not in self._seen: + try: + self._seen.add(link) + if (not self._process_download(link) and + self._should_queue(link, url, rel)): + logger.debug('Queueing %s from %s', link, url) + self._to_fetch.put(link) + except MetadataInvalidError: # e.g. invalid versions + pass + except Exception as e: # pragma: no cover + self.errors.put(text_type(e)) + finally: + # always do this, to avoid hangs :-) + self._to_fetch.task_done() + if not url: + #logger.debug('Sentinel seen, quitting.') + break + + def get_page(self, url): + """ + Get the HTML for an URL, possibly from an in-memory cache. + + XXX TODO Note: this cache is never actually cleared. It's assumed that + the data won't get stale over the lifetime of a locator instance (not + necessarily true for the default_locator). + """ + # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api + scheme, netloc, path, _, _, _ = urlparse(url) + if scheme == 'file' and os.path.isdir(url2pathname(path)): + url = urljoin(ensure_slash(url), 'index.html') + + if url in self._page_cache: + result = self._page_cache[url] + logger.debug('Returning %s from cache: %s', url, result) + else: + host = netloc.split(':', 1)[0] + result = None + if host in self._bad_hosts: + logger.debug('Skipping %s due to bad host %s', url, host) + else: + req = Request(url, headers={'Accept-encoding': 'identity'}) + try: + logger.debug('Fetching %s', url) + resp = self.opener.open(req, timeout=self.timeout) + logger.debug('Fetched %s', url) + headers = resp.info() + content_type = headers.get('Content-Type', '') + if HTML_CONTENT_TYPE.match(content_type): + final_url = resp.geturl() + data = resp.read() + encoding = headers.get('Content-Encoding') + if encoding: + decoder = self.decoders[encoding] # fail if not found + data = decoder(data) + encoding = 'utf-8' + m = CHARSET.search(content_type) + if m: + encoding = m.group(1) + try: + data = data.decode(encoding) + except UnicodeError: # pragma: no cover + data = data.decode('latin-1') # fallback + result = Page(data, final_url) + self._page_cache[final_url] = result + except HTTPError as e: + if e.code != 404: + logger.exception('Fetch failed: %s: %s', url, e) + except URLError as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + with self._lock: + self._bad_hosts.add(host) + except Exception as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + finally: + self._page_cache[url] = result # even if None (failure) + return result + + _distname_re = re.compile(']*>([^<]+)<') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + page = self.get_page(self.base_url) + if not page: + raise DistlibException('Unable to get %s' % self.base_url) + for match in self._distname_re.finditer(page.data): + result.add(match.group(1)) + return result + +class DirectoryLocator(Locator): + """ + This class locates distributions in a directory tree. + """ + + def __init__(self, path, **kwargs): + """ + Initialise an instance. + :param path: The root of the directory tree to search. + :param kwargs: Passed to the superclass constructor, + except for: + * recursive - if True (the default), subdirectories are + recursed into. If False, only the top-level directory + is searched, + """ + self.recursive = kwargs.pop('recursive', True) + super(DirectoryLocator, self).__init__(**kwargs) + path = os.path.abspath(path) + if not os.path.isdir(path): # pragma: no cover + raise DistlibException('Not a directory: %r' % path) + self.base_dir = path + + def should_include(self, filename, parent): + """ + Should a filename be considered as a candidate for a distribution + archive? As well as the filename, the directory which contains it + is provided, though not used by the current implementation. + """ + return filename.endswith(self.downloadable_extensions) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, name) + if info: + self._update_version_data(result, info) + if not self.recursive: + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, None) + if info: + result.add(info['name']) + if not self.recursive: + break + return result + +class JSONLocator(Locator): + """ + This locator uses special extended metadata (not available on PyPI) and is + the basis of performant dependency resolution in distlib. Other locators + require archive downloads before dependencies can be determined! As you + might imagine, that can be slow. + """ + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + data = get_project_data(name) + if data: + for info in data.get('files', []): + if info['ptype'] != 'sdist' or info['pyversion'] != 'source': + continue + # We don't store summary in project metadata as it makes + # the data bigger for no benefit during dependency + # resolution + dist = make_dist(data['name'], info['version'], + summary=data.get('summary', + 'Placeholder for summary'), + scheme=self.scheme) + md = dist.metadata + md.source_url = info['url'] + # TODO SHA256 digest + if 'digest' in info and info['digest']: + dist.digest = ('md5', info['digest']) + md.dependencies = info.get('requirements', {}) + dist.exports = info.get('exports', {}) + result[dist.version] = dist + result['urls'].setdefault(dist.version, set()).add(info['url']) + return result + +class DistPathLocator(Locator): + """ + This locator finds installed distributions in a path. It can be useful for + adding to an :class:`AggregatingLocator`. + """ + def __init__(self, distpath, **kwargs): + """ + Initialise an instance. + + :param distpath: A :class:`DistributionPath` instance to search. + """ + super(DistPathLocator, self).__init__(**kwargs) + assert isinstance(distpath, DistributionPath) + self.distpath = distpath + + def _get_project(self, name): + dist = self.distpath.get_distribution(name) + if dist is None: + result = {'urls': {}, 'digests': {}} + else: + result = { + dist.version: dist, + 'urls': {dist.version: set([dist.source_url])}, + 'digests': {dist.version: set([None])} + } + return result + + +class AggregatingLocator(Locator): + """ + This class allows you to chain and/or merge a list of locators. + """ + def __init__(self, *locators, **kwargs): + """ + Initialise an instance. + + :param locators: The list of locators to search. + :param kwargs: Passed to the superclass constructor, + except for: + * merge - if False (the default), the first successful + search from any of the locators is returned. If True, + the results from all locators are merged (this can be + slow). + """ + self.merge = kwargs.pop('merge', False) + self.locators = locators + super(AggregatingLocator, self).__init__(**kwargs) + + def clear_cache(self): + super(AggregatingLocator, self).clear_cache() + for locator in self.locators: + locator.clear_cache() + + def _set_scheme(self, value): + self._scheme = value + for locator in self.locators: + locator.scheme = value + + scheme = property(Locator.scheme.fget, _set_scheme) + + def _get_project(self, name): + result = {} + for locator in self.locators: + d = locator.get_project(name) + if d: + if self.merge: + files = result.get('urls', {}) + digests = result.get('digests', {}) + # next line could overwrite result['urls'], result['digests'] + result.update(d) + df = result.get('urls') + if files and df: + for k, v in files.items(): + if k in df: + df[k] |= v + else: + df[k] = v + dd = result.get('digests') + if digests and dd: + dd.update(digests) + else: + # See issue #18. If any dists are found and we're looking + # for specific constraints, we only return something if + # a match is found. For example, if a DirectoryLocator + # returns just foo (1.0) while we're looking for + # foo (>= 2.0), we'll pretend there was nothing there so + # that subsequent locators can be queried. Otherwise we + # would just return foo (1.0) which would then lead to a + # failure to find foo (>= 2.0), because other locators + # weren't searched. Note that this only matters when + # merge=False. + if self.matcher is None: + found = True + else: + found = False + for k in d: + if self.matcher.match(k): + found = True + break + if found: + result = d + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for locator in self.locators: + try: + result |= locator.get_distribution_names() + except NotImplementedError: + pass + return result + + +# We use a legacy scheme simply because most of the dists on PyPI use legacy +# versions which don't conform to PEP 426 / PEP 440. +default_locator = AggregatingLocator( + JSONLocator(), + SimpleScrapingLocator('https://pypi.org/simple/', + timeout=3.0), + scheme='legacy') + +locate = default_locator.locate + + +class DependencyFinder(object): + """ + Locate dependencies for distributions. + """ + + def __init__(self, locator=None): + """ + Initialise an instance, using the specified locator + to locate distributions. + """ + self.locator = locator or default_locator + self.scheme = get_scheme(self.locator.scheme) + + def add_distribution(self, dist): + """ + Add a distribution to the finder. This will update internal information + about who provides what. + :param dist: The distribution to add. + """ + logger.debug('adding distribution %s', dist) + name = dist.key + self.dists_by_name[name] = dist + self.dists[(name, dist.version)] = dist + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + self.provided.setdefault(name, set()).add((version, dist)) + + def remove_distribution(self, dist): + """ + Remove a distribution from the finder. This will update internal + information about who provides what. + :param dist: The distribution to remove. + """ + logger.debug('removing distribution %s', dist) + name = dist.key + del self.dists_by_name[name] + del self.dists[(name, dist.version)] + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Remove from provided: %s, %s, %s', name, version, dist) + s = self.provided[name] + s.remove((version, dist)) + if not s: + del self.provided[name] + + def get_matcher(self, reqt): + """ + Get a version matcher for a requirement. + :param reqt: The requirement + :type reqt: str + :return: A version matcher (an instance of + :class:`distlib.version.Matcher`). + """ + try: + matcher = self.scheme.matcher(reqt) + except UnsupportedVersionError: # pragma: no cover + # XXX compat-mode if cannot read the version + name = reqt.split()[0] + matcher = self.scheme.matcher(name) + return matcher + + def find_providers(self, reqt): + """ + Find the distributions which can fulfill a requirement. + + :param reqt: The requirement. + :type reqt: str + :return: A set of distribution which can fulfill the requirement. + """ + matcher = self.get_matcher(reqt) + name = matcher.key # case-insensitive + result = set() + provided = self.provided + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + result.add(provider) + break + return result + + def try_to_replace(self, provider, other, problems): + """ + Attempt to replace one provider with another. This is typically used + when resolving dependencies from multiple sources, e.g. A requires + (B >= 1.0) while C requires (B >= 1.1). + + For successful replacement, ``provider`` must meet all the requirements + which ``other`` fulfills. + + :param provider: The provider we are trying to replace with. + :param other: The provider we're trying to replace. + :param problems: If False is returned, this will contain what + problems prevented replacement. This is currently + a tuple of the literal string 'cantreplace', + ``provider``, ``other`` and the set of requirements + that ``provider`` couldn't fulfill. + :return: True if we can replace ``other`` with ``provider``, else + False. + """ + rlist = self.reqts[other] + unmatched = set() + for s in rlist: + matcher = self.get_matcher(s) + if not matcher.match(provider.version): + unmatched.add(s) + if unmatched: + # can't replace other with provider + problems.add(('cantreplace', provider, other, + frozenset(unmatched))) + result = False + else: + # can replace other with provider + self.remove_distribution(other) + del self.reqts[other] + for s in rlist: + self.reqts.setdefault(provider, set()).add(s) + self.add_distribution(provider) + result = True + return result + + def find(self, requirement, meta_extras=None, prereleases=False): + """ + Find a distribution and all distributions it depends on. + + :param requirement: The requirement specifying the distribution to + find, or a Distribution instance. + :param meta_extras: A list of meta extras such as :test:, :build: and + so on. + :param prereleases: If ``True``, allow pre-release versions to be + returned - otherwise, don't return prereleases + unless they're all that's available. + + Return a set of :class:`Distribution` instances and a set of + problems. + + The distributions returned should be such that they have the + :attr:`required` attribute set to ``True`` if they were + from the ``requirement`` passed to ``find()``, and they have the + :attr:`build_time_dependency` attribute set to ``True`` unless they + are post-installation dependencies of the ``requirement``. + + The problems should be a tuple consisting of the string + ``'unsatisfied'`` and the requirement which couldn't be satisfied + by any distribution known to the locator. + """ + + self.provided = {} + self.dists = {} + self.dists_by_name = {} + self.reqts = {} + + meta_extras = set(meta_extras or []) + if ':*:' in meta_extras: + meta_extras.remove(':*:') + # :meta: and :run: are implicitly included + meta_extras |= set([':test:', ':build:', ':dev:']) + + if isinstance(requirement, Distribution): + dist = odist = requirement + logger.debug('passed %s as requirement', odist) + else: + dist = odist = self.locator.locate(requirement, + prereleases=prereleases) + if dist is None: + raise DistlibException('Unable to locate %r' % requirement) + logger.debug('located %s', odist) + dist.requested = True + problems = set() + todo = set([dist]) + install_dists = set([odist]) + while todo: + dist = todo.pop() + name = dist.key # case-insensitive + if name not in self.dists_by_name: + self.add_distribution(dist) + else: + #import pdb; pdb.set_trace() + other = self.dists_by_name[name] + if other != dist: + self.try_to_replace(dist, other, problems) + + ireqts = dist.run_requires | dist.meta_requires + sreqts = dist.build_requires + ereqts = set() + if meta_extras and dist in install_dists: + for key in ('test', 'build', 'dev'): + e = ':%s:' % key + if e in meta_extras: + ereqts |= getattr(dist, '%s_requires' % key) + all_reqts = ireqts | sreqts | ereqts + for r in all_reqts: + providers = self.find_providers(r) + if not providers: + logger.debug('No providers found for %r', r) + provider = self.locator.locate(r, prereleases=prereleases) + # If no provider is found and we didn't consider + # prereleases, consider them now. + if provider is None and not prereleases: + provider = self.locator.locate(r, prereleases=True) + if provider is None: + logger.debug('Cannot satisfy %r', r) + problems.add(('unsatisfied', r)) + else: + n, v = provider.key, provider.version + if (n, v) not in self.dists: + todo.add(provider) + providers.add(provider) + if r in ireqts and dist in install_dists: + install_dists.add(provider) + logger.debug('Adding %s to install_dists', + provider.name_and_version) + for p in providers: + name = p.key + if name not in self.dists_by_name: + self.reqts.setdefault(p, set()).add(r) + else: + other = self.dists_by_name[name] + if other != p: + # see if other can be replaced by p + self.try_to_replace(p, other, problems) + + dists = set(self.dists.values()) + for dist in dists: + dist.build_time_dependency = dist not in install_dists + if dist.build_time_dependency: + logger.debug('%s is a build-time dependency only.', + dist.name_and_version) + logger.debug('find done for %s', odist) + return dists, problems diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000..ca0fe44 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,393 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2013 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + +class Manifest(object): + """A list of files built by on exploring the filesystem and filtered by + applying various patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, anchor=True) + #if not found: + # logger.warning('no previously-included files ' + # 'found matching %r', pattern) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, anchor=False) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found anywhere in ' + # 'distribution', pattern) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + found = self._exclude_pattern(pattern, prefix=thedir) + #if not found: + # logger.warning('no previously-included files ' + # 'matching %r found under directory %r', + # pattern, thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects

...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((elhs == 'python_version' or erhs == 'python_version') and + op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = NV(lhs) + rhs = NV(rhs) + elif elhs == 'python_version' and op in ('in', 'not in'): + lhs = NV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + +_DIGITS = re.compile(r'\d+\.\d+') + +def default_context(): + def format_full_version(info): + version = '%s.%s.%s' % (info.major, info.minor, info.micro) + kind = info.releaselevel + if kind != 'final': + version += kind[0] + str(info.serial) + return version + + if hasattr(sys, 'implementation'): + implementation_version = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + else: + implementation_version = '0' + implementation_name = '' + + ppv = platform.python_version() + m = _DIGITS.match(ppv) + pv = m.group(0) + result = { + 'implementation_name': implementation_name, + 'implementation_version': implementation_version, + 'os_name': os.name, + 'platform_machine': platform.machine(), + 'platform_python_implementation': platform.python_implementation(), + 'platform_release': platform.release(), + 'platform_system': platform.system(), + 'platform_version': platform.version(), + 'platform_in_venv': str(in_venv()), + 'python_full_version': ppv, + 'python_version': pv, + 'sys_platform': sys.platform, + } + return result + +DEFAULT_CONTEXT = default_context() +del default_context + +evaluator = Evaluator() + +def interpret(marker, execution_context=None): + """ + Interpret a marker and return a result depending on environment. + + :param marker: The marker to interpret. + :type marker: str + :param execution_context: The context used for name lookup. + :type execution_context: mapping + """ + try: + expr, rest = parse_marker(marker) + except Exception as e: + raise SyntaxError('Unable to interpret marker syntax: %s: %s' % (marker, e)) + if rest and rest[0] != '#': + raise SyntaxError('unexpected trailing data in marker: %s: %s' % (marker, rest)) + context = dict(DEFAULT_CONTEXT) + if execution_context: + context.update(execution_context) + return evaluator.evaluate(expr, context) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000..6a26b0a --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1058 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Implementation of the Metadata for Python packages PEPs. + +Supports all metadata formats (1.0, 1.1, 1.2, 1.3/2.1 and withdrawn 2.0). +""" +from __future__ import unicode_literals + +import codecs +from email import message_from_file +import json +import logging +import re + + +from . import DistlibException, __version__ +from .compat import StringIO, string_types, text_type +from .markers import interpret +from .util import extract_by_key, get_extras +from .version import get_scheme, PEP440_VERSION_RE + +logger = logging.getLogger(__name__) + + +class MetadataMissingError(DistlibException): + """A required metadata is missing""" + + +class MetadataConflictError(DistlibException): + """Attempt to read or write metadata fields that are conflictual.""" + + +class MetadataUnrecognizedVersionError(DistlibException): + """Unknown metadata version number.""" + + +class MetadataInvalidError(DistlibException): + """A metadata value is invalid""" + +# public API of this module +__all__ = ['Metadata', 'PKG_INFO_ENCODING', 'PKG_INFO_PREFERRED_VERSION'] + +# Encoding used for the PKG-INFO files +PKG_INFO_ENCODING = 'utf-8' + +# preferred version. Hopefully will be changed +# to 1.2 once PEP 345 is supported everywhere +PKG_INFO_PREFERRED_VERSION = '1.1' + +_LINE_PREFIX_1_2 = re.compile('\n \\|') +_LINE_PREFIX_PRE_1_2 = re.compile('\n ') +_241_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License') + +_314_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License', 'Classifier', 'Download-URL', 'Obsoletes', + 'Provides', 'Requires') + +_314_MARKERS = ('Obsoletes', 'Provides', 'Requires', 'Classifier', + 'Download-URL') + +_345_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External') + +_345_MARKERS = ('Provides-Dist', 'Requires-Dist', 'Requires-Python', + 'Obsoletes-Dist', 'Requires-External', 'Maintainer', + 'Maintainer-email', 'Project-URL') + +_426_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External', 'Private-Version', + 'Obsoleted-By', 'Setup-Requires-Dist', 'Extension', + 'Provides-Extra') + +_426_MARKERS = ('Private-Version', 'Provides-Extra', 'Obsoleted-By', + 'Setup-Requires-Dist', 'Extension') + +# See issue #106: Sometimes 'Requires' and 'Provides' occur wrongly in +# the metadata. Include them in the tuple literal below to allow them +# (for now). +# Ditto for Obsoletes - see issue #140. +_566_FIELDS = _426_FIELDS + ('Description-Content-Type', + 'Requires', 'Provides', 'Obsoletes') + +_566_MARKERS = ('Description-Content-Type',) + +_ALL_FIELDS = set() +_ALL_FIELDS.update(_241_FIELDS) +_ALL_FIELDS.update(_314_FIELDS) +_ALL_FIELDS.update(_345_FIELDS) +_ALL_FIELDS.update(_426_FIELDS) +_ALL_FIELDS.update(_566_FIELDS) + +EXTRA_RE = re.compile(r'''extra\s*==\s*("([^"]+)"|'([^']+)')''') + + +def _version2fieldlist(version): + if version == '1.0': + return _241_FIELDS + elif version == '1.1': + return _314_FIELDS + elif version == '1.2': + return _345_FIELDS + elif version in ('1.3', '2.1'): + # avoid adding field names if already there + return _345_FIELDS + tuple(f for f in _566_FIELDS if f not in _345_FIELDS) + elif version == '2.0': + return _426_FIELDS + raise MetadataUnrecognizedVersionError(version) + + +def _best_version(fields): + """Detect the best version depending on the fields used.""" + def _has_marker(keys, markers): + for marker in markers: + if marker in keys: + return True + return False + + keys = [] + for key, value in fields.items(): + if value in ([], 'UNKNOWN', None): + continue + keys.append(key) + + possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.0', '2.1'] + + # first let's try to see if a field is not part of one of the version + for key in keys: + if key not in _241_FIELDS and '1.0' in possible_versions: + possible_versions.remove('1.0') + logger.debug('Removed 1.0 due to %s', key) + if key not in _314_FIELDS and '1.1' in possible_versions: + possible_versions.remove('1.1') + logger.debug('Removed 1.1 due to %s', key) + if key not in _345_FIELDS and '1.2' in possible_versions: + possible_versions.remove('1.2') + logger.debug('Removed 1.2 due to %s', key) + if key not in _566_FIELDS and '1.3' in possible_versions: + possible_versions.remove('1.3') + logger.debug('Removed 1.3 due to %s', key) + if key not in _566_FIELDS and '2.1' in possible_versions: + if key != 'Description': # In 2.1, description allowed after headers + possible_versions.remove('2.1') + logger.debug('Removed 2.1 due to %s', key) + if key not in _426_FIELDS and '2.0' in possible_versions: + possible_versions.remove('2.0') + logger.debug('Removed 2.0 due to %s', key) + + # possible_version contains qualified versions + if len(possible_versions) == 1: + return possible_versions[0] # found ! + elif len(possible_versions) == 0: + logger.debug('Out of options - unknown metadata set: %s', fields) + raise MetadataConflictError('Unknown metadata set') + + # let's see if one unique marker is found + is_1_1 = '1.1' in possible_versions and _has_marker(keys, _314_MARKERS) + is_1_2 = '1.2' in possible_versions and _has_marker(keys, _345_MARKERS) + is_2_1 = '2.1' in possible_versions and _has_marker(keys, _566_MARKERS) + is_2_0 = '2.0' in possible_versions and _has_marker(keys, _426_MARKERS) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_0) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.0/2.1 fields') + + # we have the choice, 1.0, or 1.2, or 2.0 + # - 1.0 has a broken Summary field but works with all tools + # - 1.1 is to avoid + # - 1.2 fixes Summary but has little adoption + # - 2.0 adds more features and is very new + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_0: + # we couldn't find any specific marker + if PKG_INFO_PREFERRED_VERSION in possible_versions: + return PKG_INFO_PREFERRED_VERSION + if is_1_1: + return '1.1' + if is_1_2: + return '1.2' + if is_2_1: + return '2.1' + + return '2.0' + +# This follows the rules about transforming keys as described in +# https://www.python.org/dev/peps/pep-0566/#id17 +_ATTR2FIELD = { + name.lower().replace("-", "_"): name for name in _ALL_FIELDS +} +_FIELD2ATTR = {field: attr for attr, field in _ATTR2FIELD.items()} + +_PREDICATE_FIELDS = ('Requires-Dist', 'Obsoletes-Dist', 'Provides-Dist') +_VERSIONS_FIELDS = ('Requires-Python',) +_VERSION_FIELDS = ('Version',) +_LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes', + 'Requires', 'Provides', 'Obsoletes-Dist', + 'Provides-Dist', 'Requires-Dist', 'Requires-External', + 'Project-URL', 'Supported-Platform', 'Setup-Requires-Dist', + 'Provides-Extra', 'Extension') +_LISTTUPLEFIELDS = ('Project-URL',) + +_ELEMENTSFIELD = ('Keywords',) + +_UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description') + +_MISSING = object() + +_FILESAFE = re.compile('[^A-Za-z0-9.]+') + + +def _get_name_and_version(name, version, for_filename=False): + """Return the distribution name with version. + + If for_filename is true, return a filename-escaped form.""" + if for_filename: + # For both name and version any runs of non-alphanumeric or '.' + # characters are replaced with a single '-'. Additionally any + # spaces in the version string become '.' + name = _FILESAFE.sub('-', name) + version = _FILESAFE.sub('-', version.replace(' ', '.')) + return '%s-%s' % (name, version) + + +class LegacyMetadata(object): + """The legacy metadata of a release. + + Supports versions 1.0, 1.1, 1.2, 2.0 and 1.3/2.1 (auto-detected). You can + instantiate the class with one of these arguments (or none): + - *path*, the path to a metadata file + - *fileobj* give a file-like object with metadata as content + - *mapping* is a dict-like object + - *scheme* is a version scheme name + """ + # TODO document the mapping API and UNKNOWN default key + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._fields = {} + self.requires_files = [] + self._dependencies = None + self.scheme = scheme + if path is not None: + self.read(path) + elif fileobj is not None: + self.read_file(fileobj) + elif mapping is not None: + self.update(mapping) + self.set_metadata_version() + + def set_metadata_version(self): + self._fields['Metadata-Version'] = _best_version(self._fields) + + def _write_field(self, fileobj, name, value): + fileobj.write('%s: %s\n' % (name, value)) + + def __getitem__(self, name): + return self.get(name) + + def __setitem__(self, name, value): + return self.set(name, value) + + def __delitem__(self, name): + field_name = self._convert_name(name) + try: + del self._fields[field_name] + except KeyError: + raise KeyError(name) + + def __contains__(self, name): + return (name in self._fields or + self._convert_name(name) in self._fields) + + def _convert_name(self, name): + if name in _ALL_FIELDS: + return name + name = name.replace('-', '_').lower() + return _ATTR2FIELD.get(name, name) + + def _default_value(self, name): + if name in _LISTFIELDS or name in _ELEMENTSFIELD: + return [] + return 'UNKNOWN' + + def _remove_line_prefix(self, value): + if self.metadata_version in ('1.0', '1.1'): + return _LINE_PREFIX_PRE_1_2.sub('\n', value) + else: + return _LINE_PREFIX_1_2.sub('\n', value) + + def __getattr__(self, name): + if name in _ATTR2FIELD: + return self[name] + raise AttributeError(name) + + # + # Public API + # + +# dependencies = property(_get_dependencies, _set_dependencies) + + def get_fullname(self, filesafe=False): + """Return the distribution name with version. + + If filesafe is true, return a filename-escaped form.""" + return _get_name_and_version(self['Name'], self['Version'], filesafe) + + def is_field(self, name): + """return True if name is a valid metadata key""" + name = self._convert_name(name) + return name in _ALL_FIELDS + + def is_multi_field(self, name): + name = self._convert_name(name) + return name in _LISTFIELDS + + def read(self, filepath): + """Read the metadata values from a file path.""" + fp = codecs.open(filepath, 'r', encoding='utf-8') + try: + self.read_file(fp) + finally: + fp.close() + + def read_file(self, fileob): + """Read the metadata values from a file object.""" + msg = message_from_file(fileob) + self._fields['Metadata-Version'] = msg['metadata-version'] + + # When reading, get all the fields we can + for field in _ALL_FIELDS: + if field not in msg: + continue + if field in _LISTFIELDS: + # we can have multiple lines + values = msg.get_all(field) + if field in _LISTTUPLEFIELDS and values is not None: + values = [tuple(value.split(',')) for value in values] + self.set(field, values) + else: + # single line + value = msg[field] + if value is not None and value != 'UNKNOWN': + self.set(field, value) + + # PEP 566 specifies that the body be used for the description, if + # available + body = msg.get_payload() + self["Description"] = body if body else self["Description"] + # logger.debug('Attempting to set metadata for %s', self) + # self.set_metadata_version() + + def write(self, filepath, skip_unknown=False): + """Write the metadata fields to filepath.""" + fp = codecs.open(filepath, 'w', encoding='utf-8') + try: + self.write_file(fp, skip_unknown) + finally: + fp.close() + + def write_file(self, fileobject, skip_unknown=False): + """Write the PKG-INFO format data to a file object.""" + self.set_metadata_version() + + for field in _version2fieldlist(self['Metadata-Version']): + values = self.get(field) + if skip_unknown and values in ('UNKNOWN', [], ['UNKNOWN']): + continue + if field in _ELEMENTSFIELD: + self._write_field(fileobject, field, ','.join(values)) + continue + if field not in _LISTFIELDS: + if field == 'Description': + if self.metadata_version in ('1.0', '1.1'): + values = values.replace('\n', '\n ') + else: + values = values.replace('\n', '\n |') + values = [values] + + if field in _LISTTUPLEFIELDS: + values = [','.join(value) for value in values] + + for value in values: + self._write_field(fileobject, field, value) + + def update(self, other=None, **kwargs): + """Set metadata values from the given iterable `other` and kwargs. + + Behavior is like `dict.update`: If `other` has a ``keys`` method, + they are looped over and ``self[key]`` is assigned ``other[key]``. + Else, ``other`` is an iterable of ``(key, value)`` iterables. + + Keys that don't match a metadata field or that have an empty value are + dropped. + """ + def _set(key, value): + if key in _ATTR2FIELD and value: + self.set(self._convert_name(key), value) + + if not other: + # other is None or empty container + pass + elif hasattr(other, 'keys'): + for k in other.keys(): + _set(k, other[k]) + else: + for k, v in other: + _set(k, v) + + if kwargs: + for k, v in kwargs.items(): + _set(k, v) + + def set(self, name, value): + """Control then set a metadata field.""" + name = self._convert_name(name) + + if ((name in _ELEMENTSFIELD or name == 'Platform') and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [v.strip() for v in value.split(',')] + else: + value = [] + elif (name in _LISTFIELDS and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [value] + else: + value = [] + + if logger.isEnabledFor(logging.WARNING): + project_name = self['Name'] + + scheme = get_scheme(self.scheme) + if name in _PREDICATE_FIELDS and value is not None: + for v in value: + # check that the values are valid + if not scheme.is_valid_matcher(v.split(';')[0]): + logger.warning( + "'%s': '%s' is not valid (field '%s')", + project_name, v, name) + # FIXME this rejects UNKNOWN, is that right? + elif name in _VERSIONS_FIELDS and value is not None: + if not scheme.is_valid_constraint_list(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + elif name in _VERSION_FIELDS and value is not None: + if not scheme.is_valid_version(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + + if name in _UNICODEFIELDS: + if name == 'Description': + value = self._remove_line_prefix(value) + + self._fields[name] = value + + def get(self, name, default=_MISSING): + """Get a metadata field.""" + name = self._convert_name(name) + if name not in self._fields: + if default is _MISSING: + default = self._default_value(name) + return default + if name in _UNICODEFIELDS: + value = self._fields[name] + return value + elif name in _LISTFIELDS: + value = self._fields[name] + if value is None: + return [] + res = [] + for val in value: + if name not in _LISTTUPLEFIELDS: + res.append(val) + else: + # That's for Project-URL + res.append((val[0], val[1])) + return res + + elif name in _ELEMENTSFIELD: + value = self._fields[name] + if isinstance(value, string_types): + return value.split(',') + return self._fields[name] + + def check(self, strict=False): + """Check if the metadata is compliant. If strict is True then raise if + no Name or Version are provided""" + self.set_metadata_version() + + # XXX should check the versions (if the file was loaded) + missing, warnings = [], [] + + for attr in ('Name', 'Version'): # required by PEP 345 + if attr not in self: + missing.append(attr) + + if strict and missing != []: + msg = 'missing required metadata: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + + for attr in ('Home-page', 'Author'): + if attr not in self: + missing.append(attr) + + # checking metadata 1.2 (XXX needs to check 1.1, 1.0) + if self['Metadata-Version'] != '1.2': + return missing, warnings + + scheme = get_scheme(self.scheme) + + def are_valid_constraints(value): + for v in value: + if not scheme.is_valid_matcher(v.split(';')[0]): + return False + return True + + for fields, controller in ((_PREDICATE_FIELDS, are_valid_constraints), + (_VERSIONS_FIELDS, + scheme.is_valid_constraint_list), + (_VERSION_FIELDS, + scheme.is_valid_version)): + for field in fields: + value = self.get(field, None) + if value is not None and not controller(value): + warnings.append("Wrong value for '%s': %s" % (field, value)) + + return missing, warnings + + def todict(self, skip_missing=False): + """Return fields as a dict. + + Field names will be converted to use the underscore-lowercase style + instead of hyphen-mixed case (i.e. home_page instead of Home-page). + This is as per https://www.python.org/dev/peps/pep-0566/#id17. + """ + self.set_metadata_version() + + fields = _version2fieldlist(self['Metadata-Version']) + + data = {} + + for field_name in fields: + if not skip_missing or field_name in self._fields: + key = _FIELD2ATTR[field_name] + if key != 'project_url': + data[key] = self[field_name] + else: + data[key] = [','.join(u) for u in self[field_name]] + + return data + + def add_requirements(self, requirements): + if self['Metadata-Version'] == '1.1': + # we can't have 1.1 metadata *and* Setuptools requires + for field in ('Obsoletes', 'Requires', 'Provides'): + if field in self: + del self[field] + self['Requires-Dist'] += requirements + + # Mapping API + # TODO could add iter* variants + + def keys(self): + return list(_version2fieldlist(self['Metadata-Version'])) + + def __iter__(self): + for key in self.keys(): + yield key + + def values(self): + return [self[key] for key in self.keys()] + + def items(self): + return [(key, self[key]) for key in self.keys()] + + def __repr__(self): + return '<%s %s %s>' % (self.__class__.__name__, self.name, + self.version) + + +METADATA_FILENAME = 'pydist.json' +WHEEL_METADATA_FILENAME = 'metadata.json' +LEGACY_METADATA_FILENAME = 'METADATA' + + +class Metadata(object): + """ + The metadata of a release. This implementation uses 2.0 (JSON) + metadata where possible. If not possible, it wraps a LegacyMetadata + instance which handles the key-value metadata format. + """ + + METADATA_VERSION_MATCHER = re.compile(r'^\d+(\.\d+)*$') + + NAME_MATCHER = re.compile('^[0-9A-Z]([0-9A-Z_.-]*[0-9A-Z])?$', re.I) + + VERSION_MATCHER = PEP440_VERSION_RE + + SUMMARY_MATCHER = re.compile('.{1,2047}') + + METADATA_VERSION = '2.0' + + GENERATOR = 'distlib (%s)' % __version__ + + MANDATORY_KEYS = { + 'name': (), + 'version': (), + 'summary': ('legacy',), + } + + INDEX_KEYS = ('name version license summary description author ' + 'author_email keywords platform home_page classifiers ' + 'download_url') + + DEPENDENCY_KEYS = ('extras run_requires test_requires build_requires ' + 'dev_requires provides meta_requires obsoleted_by ' + 'supports_environments') + + SYNTAX_VALIDATORS = { + 'metadata_version': (METADATA_VERSION_MATCHER, ()), + 'name': (NAME_MATCHER, ('legacy',)), + 'version': (VERSION_MATCHER, ('legacy',)), + 'summary': (SUMMARY_MATCHER, ('legacy',)), + } + + __slots__ = ('_legacy', '_data', 'scheme') + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._legacy = None + self._data = None + self.scheme = scheme + #import pdb; pdb.set_trace() + if mapping is not None: + try: + self._validate_mapping(mapping, scheme) + self._data = mapping + except MetadataUnrecognizedVersionError: + self._legacy = LegacyMetadata(mapping=mapping, scheme=scheme) + self.validate() + else: + data = None + if path: + with open(path, 'rb') as f: + data = f.read() + elif fileobj: + data = fileobj.read() + if data is None: + # Initialised with no args - to be added + self._data = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + else: + if not isinstance(data, text_type): + data = data.decode('utf-8') + try: + self._data = json.loads(data) + self._validate_mapping(self._data, scheme) + except ValueError: + # Note: MetadataUnrecognizedVersionError does not + # inherit from ValueError (it's a DistlibException, + # which should not inherit from ValueError). + # The ValueError comes from the json.load - if that + # succeeds and we get a validation error, we want + # that to propagate + self._legacy = LegacyMetadata(fileobj=StringIO(data), + scheme=scheme) + self.validate() + + common_keys = set(('name', 'version', 'license', 'keywords', 'summary')) + + none_list = (None, list) + none_dict = (None, dict) + + mapped_keys = { + 'run_requires': ('Requires-Dist', list), + 'build_requires': ('Setup-Requires-Dist', list), + 'dev_requires': none_list, + 'test_requires': none_list, + 'meta_requires': none_list, + 'extras': ('Provides-Extra', list), + 'modules': none_list, + 'namespaces': none_list, + 'exports': none_dict, + 'commands': none_dict, + 'classifiers': ('Classifier', list), + 'source_url': ('Download-URL', None), + 'metadata_version': ('Metadata-Version', None), + } + + del none_list, none_dict + + def __getattribute__(self, key): + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, maker = mapped[key] + if self._legacy: + if lk is None: + result = None if maker is None else maker() + else: + result = self._legacy.get(lk) + else: + value = None if maker is None else maker() + if key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + result = self._data.get(key, value) + else: + # special cases for PEP 459 + sentinel = object() + result = sentinel + d = self._data.get('extensions') + if d: + if key == 'commands': + result = d.get('python.commands', value) + elif key == 'classifiers': + d = d.get('python.details') + if d: + result = d.get(key, value) + else: + d = d.get('python.exports') + if not d: + d = self._data.get('python.exports') + if d: + result = d.get(key, value) + if result is sentinel: + result = value + elif key not in common: + result = object.__getattribute__(self, key) + elif self._legacy: + result = self._legacy.get(key) + else: + result = self._data.get(key) + return result + + def _validate_value(self, key, value, scheme=None): + if key in self.SYNTAX_VALIDATORS: + pattern, exclusions = self.SYNTAX_VALIDATORS[key] + if (scheme or self.scheme) not in exclusions: + m = pattern.match(value) + if not m: + raise MetadataInvalidError("'%s' is an invalid value for " + "the '%s' property" % (value, + key)) + + def __setattr__(self, key, value): + self._validate_value(key, value) + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, _ = mapped[key] + if self._legacy: + if lk is None: + raise NotImplementedError + self._legacy[lk] = value + elif key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + self._data[key] = value + else: + # special cases for PEP 459 + d = self._data.setdefault('extensions', {}) + if key == 'commands': + d['python.commands'] = value + elif key == 'classifiers': + d = d.setdefault('python.details', {}) + d[key] = value + else: + d = d.setdefault('python.exports', {}) + d[key] = value + elif key not in common: + object.__setattr__(self, key, value) + else: + if key == 'keywords': + if isinstance(value, string_types): + value = value.strip() + if value: + value = value.split() + else: + value = [] + if self._legacy: + self._legacy[key] = value + else: + self._data[key] = value + + @property + def name_and_version(self): + return _get_name_and_version(self.name, self.version, True) + + @property + def provides(self): + if self._legacy: + result = self._legacy['Provides-Dist'] + else: + result = self._data.setdefault('provides', []) + s = '%s (%s)' % (self.name, self.version) + if s not in result: + result.append(s) + return result + + @provides.setter + def provides(self, value): + if self._legacy: + self._legacy['Provides-Dist'] = value + else: + self._data['provides'] = value + + def get_requirements(self, reqts, extras=None, env=None): + """ + Base method to get dependencies, given a set of extras + to satisfy and an optional environment context. + :param reqts: A list of sometimes-wanted dependencies, + perhaps dependent on extras and environment. + :param extras: A list of optional components being requested. + :param env: An optional environment for marker evaluation. + """ + if self._legacy: + result = reqts + else: + result = [] + extras = get_extras(extras or [], self.extras) + for d in reqts: + if 'extra' not in d and 'environment' not in d: + # unconditional + include = True + else: + if 'extra' not in d: + # Not extra-dependent - only environment-dependent + include = True + else: + include = d.get('extra') in extras + if include: + # Not excluded because of extras, check environment + marker = d.get('environment') + if marker: + include = interpret(marker, env) + if include: + result.extend(d['requires']) + for key in ('build', 'dev', 'test'): + e = ':%s:' % key + if e in extras: + extras.remove(e) + # A recursive call, but it should terminate since 'test' + # has been removed from the extras + reqts = self._data.get('%s_requires' % key, []) + result.extend(self.get_requirements(reqts, extras=extras, + env=env)) + return result + + @property + def dictionary(self): + if self._legacy: + return self._from_legacy() + return self._data + + @property + def dependencies(self): + if self._legacy: + raise NotImplementedError + else: + return extract_by_key(self._data, self.DEPENDENCY_KEYS) + + @dependencies.setter + def dependencies(self, value): + if self._legacy: + raise NotImplementedError + else: + self._data.update(value) + + def _validate_mapping(self, mapping, scheme): + if mapping.get('metadata_version') != self.METADATA_VERSION: + raise MetadataUnrecognizedVersionError() + missing = [] + for key, exclusions in self.MANDATORY_KEYS.items(): + if key not in mapping: + if scheme not in exclusions: + missing.append(key) + if missing: + msg = 'Missing metadata items: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + for k, v in mapping.items(): + self._validate_value(k, v, scheme) + + def validate(self): + if self._legacy: + missing, warnings = self._legacy.check(True) + if missing or warnings: + logger.warning('Metadata: missing: %s, warnings: %s', + missing, warnings) + else: + self._validate_mapping(self._data, self.scheme) + + def todict(self): + if self._legacy: + return self._legacy.todict(True) + else: + result = extract_by_key(self._data, self.INDEX_KEYS) + return result + + def _from_legacy(self): + assert self._legacy and not self._data + result = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + lmd = self._legacy.todict(True) # skip missing ones + for k in ('name', 'version', 'license', 'summary', 'description', + 'classifier'): + if k in lmd: + if k == 'classifier': + nk = 'classifiers' + else: + nk = k + result[nk] = lmd[k] + kw = lmd.get('Keywords', []) + if kw == ['']: + kw = [] + result['keywords'] = kw + keys = (('requires_dist', 'run_requires'), + ('setup_requires_dist', 'build_requires')) + for ok, nk in keys: + if ok in lmd and lmd[ok]: + result[nk] = [{'requires': lmd[ok]}] + result['provides'] = self.provides + author = {} + maintainer = {} + return result + + LEGACY_MAPPING = { + 'name': 'Name', + 'version': 'Version', + ('extensions', 'python.details', 'license'): 'License', + 'summary': 'Summary', + 'description': 'Description', + ('extensions', 'python.project', 'project_urls', 'Home'): 'Home-page', + ('extensions', 'python.project', 'contacts', 0, 'name'): 'Author', + ('extensions', 'python.project', 'contacts', 0, 'email'): 'Author-email', + 'source_url': 'Download-URL', + ('extensions', 'python.details', 'classifiers'): 'Classifier', + } + + def _to_legacy(self): + def process_entries(entries): + reqts = set() + for e in entries: + extra = e.get('extra') + env = e.get('environment') + rlist = e['requires'] + for r in rlist: + if not env and not extra: + reqts.add(r) + else: + marker = '' + if extra: + marker = 'extra == "%s"' % extra + if env: + if marker: + marker = '(%s) and %s' % (env, marker) + else: + marker = env + reqts.add(';'.join((r, marker))) + return reqts + + assert self._data and not self._legacy + result = LegacyMetadata() + nmd = self._data + # import pdb; pdb.set_trace() + for nk, ok in self.LEGACY_MAPPING.items(): + if not isinstance(nk, tuple): + if nk in nmd: + result[ok] = nmd[nk] + else: + d = nmd + found = True + for k in nk: + try: + d = d[k] + except (KeyError, IndexError): + found = False + break + if found: + result[ok] = d + r1 = process_entries(self.run_requires + self.meta_requires) + r2 = process_entries(self.build_requires + self.dev_requires) + if self.extras: + result['Provides-Extra'] = sorted(self.extras) + result['Requires-Dist'] = sorted(r1) + result['Setup-Requires-Dist'] = sorted(r2) + # TODO: any other fields wanted + return result + + def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): + if [path, fileobj].count(None) != 1: + raise ValueError('Exactly one of path and fileobj is needed') + self.validate() + if legacy: + if self._legacy: + legacy_md = self._legacy + else: + legacy_md = self._to_legacy() + if path: + legacy_md.write(path, skip_unknown=skip_unknown) + else: + legacy_md.write_file(fileobj, skip_unknown=skip_unknown) + else: + if self._legacy: + d = self._from_legacy() + else: + d = self._data + if fileobj: + json.dump(d, fileobj, ensure_ascii=True, indent=2, + sort_keys=True) + else: + with codecs.open(path, 'w', 'utf-8') as f: + json.dump(d, f, ensure_ascii=True, indent=2, + sort_keys=True) + + def add_requirements(self, requirements): + if self._legacy: + self._legacy.add_requirements(requirements) + else: + run_requires = self._data.setdefault('run_requires', []) + always = None + for entry in run_requires: + if 'environment' not in entry and 'extra' not in entry: + always = entry + break + if always is None: + always = { 'requires': requirements } + run_requires.insert(0, always) + else: + rset = set(always['requires']) | set(requirements) + always['requires'] = sorted(rset) + + def __repr__(self): + name = self.name or '(no name)' + version = self.version or 'no version' + return '<%s %s %s (%s)>' % (self.__class__.__name__, + self.metadata_version, name, version) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py @@ -0,0 +1,358 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import bisect +import io +import logging +import os +import pkgutil +import sys +import types +import zipimport + +from . import DistlibException +from .util import cached_property, get_cache_base, Cache + +logger = logging.getLogger(__name__) + + +cache = None # created when needed + + +class ResourceCache(Cache): + def __init__(self, base=None): + if base is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('resource-cache')) + super(ResourceCache, self).__init__(base) + + def is_stale(self, resource, path): + """ + Is the cache stale for the given resource? + + :param resource: The :class:`Resource` being cached. + :param path: The path of the resource in the cache. + :return: True if the cache is stale. + """ + # Cache invalidation is a hard problem :-) + return True + + def get(self, resource): + """ + Get a resource into the cache, + + :param resource: A :class:`Resource` instance. + :return: The pathname of the resource in the cache. + """ + prefix, path = resource.finder.get_cache_info(resource) + if prefix is None: + result = path + else: + result = os.path.join(self.base, self.prefix_to_dir(prefix), path) + dirname = os.path.dirname(result) + if not os.path.isdir(dirname): + os.makedirs(dirname) + if not os.path.exists(result): + stale = True + else: + stale = self.is_stale(resource, path) + if stale: + # write the bytes of the resource to the cache location + with open(result, 'wb') as f: + f.write(resource.bytes) + return result + + +class ResourceBase(object): + def __init__(self, finder, name): + self.finder = finder + self.name = name + + +class Resource(ResourceBase): + """ + A class representing an in-package resource, such as a data file. This is + not normally instantiated by user code, but rather by a + :class:`ResourceFinder` which manages the resource. + """ + is_container = False # Backwards compatibility + + def as_stream(self): + """ + Get the resource as a stream. + + This is not a property to make it obvious that it returns a new stream + each time. + """ + return self.finder.get_stream(self) + + @cached_property + def file_path(self): + global cache + if cache is None: + cache = ResourceCache() + return cache.get(self) + + @cached_property + def bytes(self): + return self.finder.get_bytes(self) + + @cached_property + def size(self): + return self.finder.get_size(self) + + +class ResourceContainer(ResourceBase): + is_container = True # Backwards compatibility + + @cached_property + def resources(self): + return self.finder.get_resources(self) + + +class ResourceFinder(object): + """ + Resource finder for file system resources. + """ + + if sys.platform.startswith('java'): + skipped_extensions = ('.pyc', '.pyo', '.class') + else: + skipped_extensions = ('.pyc', '.pyo') + + def __init__(self, module): + self.module = module + self.loader = getattr(module, '__loader__', None) + self.base = os.path.dirname(getattr(module, '__file__', '')) + + def _adjust_path(self, path): + return os.path.realpath(path) + + def _make_path(self, resource_name): + # Issue #50: need to preserve type of path on Python 2.x + # like os.path._get_sep + if isinstance(resource_name, bytes): # should only happen on 2.x + sep = b'/' + else: + sep = '/' + parts = resource_name.split(sep) + parts.insert(0, self.base) + result = os.path.join(*parts) + return self._adjust_path(result) + + def _find(self, path): + return os.path.exists(path) + + def get_cache_info(self, resource): + return None, resource.path + + def find(self, resource_name): + path = self._make_path(resource_name) + if not self._find(path): + result = None + else: + if self._is_directory(path): + result = ResourceContainer(self, resource_name) + else: + result = Resource(self, resource_name) + result.path = path + return result + + def get_stream(self, resource): + return open(resource.path, 'rb') + + def get_bytes(self, resource): + with open(resource.path, 'rb') as f: + return f.read() + + def get_size(self, resource): + return os.path.getsize(resource.path) + + def get_resources(self, resource): + def allowed(f): + return (f != '__pycache__' and not + f.endswith(self.skipped_extensions)) + return set([f for f in os.listdir(resource.path) if allowed(f)]) + + def is_container(self, resource): + return self._is_directory(resource.path) + + _is_directory = staticmethod(os.path.isdir) + + def iterator(self, resource_name): + resource = self.find(resource_name) + if resource is not None: + todo = [resource] + while todo: + resource = todo.pop(0) + yield resource + if resource.is_container: + rname = resource.name + for name in resource.resources: + if not rname: + new_name = name + else: + new_name = '/'.join([rname, name]) + child = self.find(new_name) + if child.is_container: + todo.append(child) + else: + yield child + + +class ZipResourceFinder(ResourceFinder): + """ + Resource finder for resources in .zip files. + """ + def __init__(self, module): + super(ZipResourceFinder, self).__init__(module) + archive = self.loader.archive + self.prefix_len = 1 + len(archive) + # PyPy doesn't have a _files attr on zipimporter, and you can't set one + if hasattr(self.loader, '_files'): + self._files = self.loader._files + else: + self._files = zipimport._zip_directory_cache[archive] + self.index = sorted(self._files) + + def _adjust_path(self, path): + return path + + def _find(self, path): + path = path[self.prefix_len:] + if path in self._files: + result = True + else: + if path and path[-1] != os.sep: + path = path + os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + if not result: + logger.debug('_find failed: %r %r', path, self.loader.prefix) + else: + logger.debug('_find worked: %r %r', path, self.loader.prefix) + return result + + def get_cache_info(self, resource): + prefix = self.loader.archive + path = resource.path[1 + len(prefix):] + return prefix, path + + def get_bytes(self, resource): + return self.loader.get_data(resource.path) + + def get_stream(self, resource): + return io.BytesIO(self.get_bytes(resource)) + + def get_size(self, resource): + path = resource.path[self.prefix_len:] + return self._files[path][3] + + def get_resources(self, resource): + path = resource.path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + plen = len(path) + result = set() + i = bisect.bisect(self.index, path) + while i < len(self.index): + if not self.index[i].startswith(path): + break + s = self.index[i][plen:] + result.add(s.split(os.sep, 1)[0]) # only immediate children + i += 1 + return result + + def _is_directory(self, path): + path = path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + return result + + +_finder_registry = { + type(None): ResourceFinder, + zipimport.zipimporter: ZipResourceFinder +} + +try: + # In Python 3.6, _frozen_importlib -> _frozen_importlib_external + try: + import _frozen_importlib_external as _fi + except ImportError: + import _frozen_importlib as _fi + _finder_registry[_fi.SourceFileLoader] = ResourceFinder + _finder_registry[_fi.FileFinder] = ResourceFinder + # See issue #146 + _finder_registry[_fi.SourcelessFileLoader] = ResourceFinder + del _fi +except (ImportError, AttributeError): + pass + + +def register_finder(loader, finder_maker): + _finder_registry[type(loader)] = finder_maker + + +_finder_cache = {} + + +def finder(package): + """ + Return a resource finder for a package. + :param package: The name of the package. + :return: A :class:`ResourceFinder` instance for the package. + """ + if package in _finder_cache: + result = _finder_cache[package] + else: + if package not in sys.modules: + __import__(package) + module = sys.modules[package] + path = getattr(module, '__path__', None) + if path is None: + raise DistlibException('You cannot get a finder for a module, ' + 'only for a package') + loader = getattr(module, '__loader__', None) + finder_maker = _finder_registry.get(type(loader)) + if finder_maker is None: + raise DistlibException('Unable to locate finder for %r' % package) + result = finder_maker(module) + _finder_cache[package] = result + return result + + +_dummy_module = types.ModuleType(str('__dummy__')) + + +def finder_for_path(path): + """ + Return a resource finder for a path, which should represent a container. + + :param path: The path. + :return: A :class:`ResourceFinder` instance for the path. + """ + result = None + # calls any path hooks, gets importer into cache + pkgutil.get_importer(path) + loader = sys.path_importer_cache.get(path) + finder = _finder_registry.get(type(loader)) + if finder: + module = _dummy_module + module.__file__ = os.path.join(path, '') + module.__loader__ = loader + result = finder(module) + return result diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..913912c --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,429 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2015 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from io import BytesIO +import logging +import os +import re +import struct +import sys + +from .compat import sysconfig, detect_encoding, ZipFile +from .resources import finder +from .util import (FileOperator, get_export_entry, convert_path, + get_executable, get_platform, in_venv) + +logger = logging.getLogger(__name__) + +_DEFAULT_MANIFEST = ''' + + + + + + + + + + + + +'''.strip() + +# check if Python is called on the first line with this expression +FIRST_LINE_RE = re.compile(b'^#!.*pythonw?[0-9.]*([ \t].*)?$') +SCRIPT_TEMPLATE = r'''# -*- coding: utf-8 -*- +import re +import sys +from %(module)s import %(import_name)s +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(%(func)s()) +''' + + +def enquote_executable(executable): + if ' ' in executable: + # make sure we quote only the executable in case of env + # for example /usr/bin/env "/dir with spaces/bin/jython" + # instead of "/usr/bin/env /dir with spaces/bin/jython" + # otherwise whole + if executable.startswith('/usr/bin/env '): + env, _executable = executable.split(' ', 1) + if ' ' in _executable and not _executable.startswith('"'): + executable = '%s "%s"' % (env, _executable) + else: + if not executable.startswith('"'): + executable = '"%s"' % executable + return executable + +# Keep the old name around (for now), as there is at least one project using it! +_enquote_executable = enquote_executable + +class ScriptMaker(object): + """ + A class to copy or create scripts from source scripts or callable + specifications. + """ + script_template = SCRIPT_TEMPLATE + + executable = None # for shebangs + + def __init__(self, source_dir, target_dir, add_launchers=True, + dry_run=False, fileop=None): + self.source_dir = source_dir + self.target_dir = target_dir + self.add_launchers = add_launchers + self.force = False + self.clobber = False + # It only makes sense to set mode bits on POSIX. + self.set_mode = (os.name == 'posix') or (os.name == 'java' and + os._name == 'posix') + self.variants = set(('', 'X.Y')) + self._fileop = fileop or FileOperator(dry_run) + + self._is_nt = os.name == 'nt' or ( + os.name == 'java' and os._name == 'nt') + self.version_info = sys.version_info + + def _get_alternate_executable(self, executable, options): + if options.get('gui', False) and self._is_nt: # pragma: no cover + dn, fn = os.path.split(executable) + fn = fn.replace('python', 'pythonw') + executable = os.path.join(dn, fn) + return executable + + if sys.platform.startswith('java'): # pragma: no cover + def _is_shell(self, executable): + """ + Determine if the specified executable is a script + (contains a #! line) + """ + try: + with open(executable) as fp: + return fp.read(2) == '#!' + except (OSError, IOError): + logger.warning('Failed to open %s', executable) + return False + + def _fix_jython_executable(self, executable): + if self._is_shell(executable): + # Workaround for Jython is not needed on Linux systems. + import java + + if java.lang.System.getProperty('os.name') == 'Linux': + return executable + elif executable.lower().endswith('jython.exe'): + # Use wrapper exe for Jython on Windows + return executable + return '/usr/bin/env %s' % executable + + def _build_shebang(self, executable, post_interp): + """ + Build a shebang line. In the simple case (on Windows, or a shebang line + which is not too long or contains spaces) use a simple formulation for + the shebang. Otherwise, use /bin/sh as the executable, with a contrived + shebang which allows the script to run either under Python or sh, using + suitable quoting. Thanks to Harald Nordgren for his input. + + See also: http://www.in-ulm.de/~mascheck/various/shebang/#length + https://hg.mozilla.org/mozilla-central/file/tip/mach + """ + if os.name != 'posix': + simple_shebang = True + else: + # Add 3 for '#!' prefix and newline suffix. + shebang_length = len(executable) + len(post_interp) + 3 + if sys.platform == 'darwin': + max_shebang_length = 512 + else: + max_shebang_length = 127 + simple_shebang = ((b' ' not in executable) and + (shebang_length <= max_shebang_length)) + + if simple_shebang: + result = b'#!' + executable + post_interp + b'\n' + else: + result = b'#!/bin/sh\n' + result += b"'''exec' " + executable + post_interp + b' "$0" "$@"\n' + result += b"' '''" + return result + + def _get_shebang(self, encoding, post_interp=b'', options=None): + enquote = True + if self.executable: + executable = self.executable + enquote = False # assume this will be taken care of + elif not sysconfig.is_python_build(): + executable = get_executable() + elif in_venv(): # pragma: no cover + executable = os.path.join(sysconfig.get_path('scripts'), + 'python%s' % sysconfig.get_config_var('EXE')) + else: # pragma: no cover + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), + sysconfig.get_config_var('EXE'))) + if not os.path.isfile(executable): + # for Python builds from source on Windows, no Python executables with + # a version suffix are created, so we use python.exe + executable = os.path.join(sysconfig.get_config_var('BINDIR'), + 'python%s' % (sysconfig.get_config_var('EXE'))) + if options: + executable = self._get_alternate_executable(executable, options) + + if sys.platform.startswith('java'): # pragma: no cover + executable = self._fix_jython_executable(executable) + + # Normalise case for Windows - COMMENTED OUT + # executable = os.path.normcase(executable) + # N.B. The normalising operation above has been commented out: See + # issue #124. Although paths in Windows are generally case-insensitive, + # they aren't always. For example, a path containing a ẞ (which is a + # LATIN CAPITAL LETTER SHARP S - U+1E9E) is normcased to ß (which is a + # LATIN SMALL LETTER SHARP S' - U+00DF). The two are not considered by + # Windows as equivalent in path names. + + # If the user didn't specify an executable, it may be necessary to + # cater for executable paths with spaces (not uncommon on Windows) + if enquote: + executable = enquote_executable(executable) + # Issue #51: don't use fsencode, since we later try to + # check that the shebang is decodable using utf-8. + executable = executable.encode('utf-8') + # in case of IronPython, play safe and enable frames support + if (sys.platform == 'cli' and '-X:Frames' not in post_interp + and '-X:FullFrames' not in post_interp): # pragma: no cover + post_interp += b' -X:Frames' + shebang = self._build_shebang(executable, post_interp) + # Python parser starts to read a script using UTF-8 until + # it gets a #coding:xxx cookie. The shebang has to be the + # first line of a file, the #coding:xxx cookie cannot be + # written before. So the shebang has to be decodable from + # UTF-8. + try: + shebang.decode('utf-8') + except UnicodeDecodeError: # pragma: no cover + raise ValueError( + 'The shebang (%r) is not decodable from utf-8' % shebang) + # If the script is encoded to a custom encoding (use a + # #coding:xxx cookie), the shebang has to be decodable from + # the script encoding too. + if encoding != 'utf-8': + try: + shebang.decode(encoding) + except UnicodeDecodeError: # pragma: no cover + raise ValueError( + 'The shebang (%r) is not decodable ' + 'from the script encoding (%r)' % (shebang, encoding)) + return shebang + + def _get_script_text(self, entry): + return self.script_template % dict(module=entry.prefix, + import_name=entry.suffix.split('.')[0], + func=entry.suffix) + + manifest = _DEFAULT_MANIFEST + + def get_manifest(self, exename): + base = os.path.basename(exename) + return self.manifest % base + + def _write_script(self, names, shebang, script_bytes, filenames, ext): + use_launcher = self.add_launchers and self._is_nt + linesep = os.linesep.encode('utf-8') + if not shebang.endswith(linesep): + shebang += linesep + if not use_launcher: + script_bytes = shebang + script_bytes + else: # pragma: no cover + if ext == 'py': + launcher = self._get_launcher('t') + else: + launcher = self._get_launcher('w') + stream = BytesIO() + with ZipFile(stream, 'w') as zf: + zf.writestr('__main__.py', script_bytes) + zip_data = stream.getvalue() + script_bytes = launcher + shebang + zip_data + for name in names: + outname = os.path.join(self.target_dir, name) + if use_launcher: # pragma: no cover + n, e = os.path.splitext(outname) + if e.startswith('.py'): + outname = n + outname = '%s.exe' % outname + try: + self._fileop.write_binary_file(outname, script_bytes) + except Exception: + # Failed writing an executable - it might be in use. + logger.warning('Failed to write executable - trying to ' + 'use .deleteme logic') + dfname = '%s.deleteme' % outname + if os.path.exists(dfname): + os.remove(dfname) # Not allowed to fail here + os.rename(outname, dfname) # nor here + self._fileop.write_binary_file(outname, script_bytes) + logger.debug('Able to replace executable using ' + '.deleteme logic') + try: + os.remove(dfname) + except Exception: + pass # still in use - ignore error + else: + if self._is_nt and not outname.endswith('.' + ext): # pragma: no cover + outname = '%s.%s' % (outname, ext) + if os.path.exists(outname) and not self.clobber: + logger.warning('Skipping existing file %s', outname) + continue + self._fileop.write_binary_file(outname, script_bytes) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + + variant_separator = '-' + + def get_script_filenames(self, name): + result = set() + if '' in self.variants: + result.add(name) + if 'X' in self.variants: + result.add('%s%s' % (name, self.version_info[0])) + if 'X.Y' in self.variants: + result.add('%s%s%s.%s' % (name, self.variant_separator, + self.version_info[0], self.version_info[1])) + return result + + def _make_script(self, entry, filenames, options=None): + post_interp = b'' + if options: + args = options.get('interpreter_args', []) + if args: + args = ' %s' % ' '.join(args) + post_interp = args.encode('utf-8') + shebang = self._get_shebang('utf-8', post_interp, options=options) + script = self._get_script_text(entry).encode('utf-8') + scriptnames = self.get_script_filenames(entry.name) + if options and options.get('gui', False): + ext = 'pyw' + else: + ext = 'py' + self._write_script(scriptnames, shebang, script, filenames, ext) + + def _copy_script(self, script, filenames): + adjust = False + script = os.path.join(self.source_dir, convert_path(script)) + outname = os.path.join(self.target_dir, os.path.basename(script)) + if not self.force and not self._fileop.newer(script, outname): + logger.debug('not copying %s (up-to-date)', script) + return + + # Always open the file, but ignore failures in dry-run mode -- + # that way, we'll get accurate feedback if we can read the + # script. + try: + f = open(script, 'rb') + except IOError: # pragma: no cover + if not self.dry_run: + raise + f = None + else: + first_line = f.readline() + if not first_line: # pragma: no cover + logger.warning('%s is an empty file (skipping)', script) + return + + match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n')) + if match: + adjust = True + post_interp = match.group(1) or b'' + + if not adjust: + if f: + f.close() + self._fileop.copy_file(script, outname) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + else: + logger.info('copying and adjusting %s -> %s', script, + self.target_dir) + if not self._fileop.dry_run: + encoding, lines = detect_encoding(f.readline) + f.seek(0) + shebang = self._get_shebang(encoding, post_interp) + if b'pythonw' in first_line: # pragma: no cover + ext = 'pyw' + else: + ext = 'py' + n = os.path.basename(outname) + self._write_script([n], shebang, f.read(), filenames, ext) + if f: + f.close() + + @property + def dry_run(self): + return self._fileop.dry_run + + @dry_run.setter + def dry_run(self, value): + self._fileop.dry_run = value + + if os.name == 'nt' or (os.name == 'java' and os._name == 'nt'): # pragma: no cover + # Executable launcher support. + # Launchers are from https://bitbucket.org/vinay.sajip/simple_launcher/ + + def _get_launcher(self, kind): + if struct.calcsize('P') == 8: # 64-bit + bits = '64' + else: + bits = '32' + platform_suffix = '-arm' if get_platform() == 'win-arm64' else '' + name = '%s%s%s.exe' % (kind, bits, platform_suffix) + # Issue 31: don't hardcode an absolute package name, but + # determine it relative to the current package + distlib_package = __name__.rsplit('.', 1)[0] + resource = finder(distlib_package).find(name) + if not resource: + msg = ('Unable to find resource %s in package %s' % (name, + distlib_package)) + raise ValueError(msg) + return resource.bytes + + # Public API follows + + def make(self, specification, options=None): + """ + Make a script. + + :param specification: The specification, which is either a valid export + entry specification (to make a script from a + callable) or a filename (to make a script by + copying from a source location). + :param options: A dictionary of options controlling script generation. + :return: A list of all absolute pathnames written to. + """ + filenames = [] + entry = get_export_entry(specification) + if entry is None: + self._copy_script(specification, filenames) + else: + self._make_script(entry, filenames, options=options) + return filenames + + def make_multiple(self, specifications, options=None): + """ + Take a list of specifications and make scripts from them, + :param specifications: A list of specifications. + :return: A list of all absolute pathnames written to, + """ + filenames = [] + for specification in specifications: + filenames.extend(self.make(specification, options)) + return filenames diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000..dd01849 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,1932 @@ +# +# Copyright (C) 2012-2021 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import codecs +from collections import deque +import contextlib +import csv +from glob import iglob as std_iglob +import io +import json +import logging +import os +import py_compile +import re +import socket +try: + import ssl +except ImportError: # pragma: no cover + ssl = None +import subprocess +import sys +import tarfile +import tempfile +import textwrap + +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import time + +from . import DistlibException +from .compat import (string_types, text_type, shutil, raw_input, StringIO, + cache_from_source, urlopen, urljoin, httplib, xmlrpclib, + splittype, HTTPHandler, BaseConfigurator, valid_ident, + Container, configparser, URLError, ZipFile, fsdecode, + unquote, urlparse) + +logger = logging.getLogger(__name__) + +# +# Requirement parsing code as per PEP 508 +# + +IDENTIFIER = re.compile(r'^([\w\.-]+)\s*') +VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*') +COMPARE_OP = re.compile(r'^(<=?|>=?|={2,3}|[~!]=)\s*') +MARKER_OP = re.compile(r'^((<=?)|(>=?)|={2,3}|[~!]=|in|not\s+in)\s*') +OR = re.compile(r'^or\b\s*') +AND = re.compile(r'^and\b\s*') +NON_SPACE = re.compile(r'(\S+)\s*') +STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)') + + +def parse_marker(marker_string): + """ + Parse a marker string and return a dictionary containing a marker expression. + + The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in + the expression grammar, or strings. A string contained in quotes is to be + interpreted as a literal string, and a string not contained in quotes is a + variable (such as os_name). + """ + def marker_var(remaining): + # either identifier, or literal string + m = IDENTIFIER.match(remaining) + if m: + result = m.groups()[0] + remaining = remaining[m.end():] + elif not remaining: + raise SyntaxError('unexpected end of input') + else: + q = remaining[0] + if q not in '\'"': + raise SyntaxError('invalid expression: %s' % remaining) + oq = '\'"'.replace(q, '') + remaining = remaining[1:] + parts = [q] + while remaining: + # either a string chunk, or oq, or q to terminate + if remaining[0] == q: + break + elif remaining[0] == oq: + parts.append(oq) + remaining = remaining[1:] + else: + m = STRING_CHUNK.match(remaining) + if not m: + raise SyntaxError('error in string literal: %s' % remaining) + parts.append(m.groups()[0]) + remaining = remaining[m.end():] + else: + s = ''.join(parts) + raise SyntaxError('unterminated string: %s' % s) + parts.append(q) + result = ''.join(parts) + remaining = remaining[1:].lstrip() # skip past closing quote + return result, remaining + + def marker_expr(remaining): + if remaining and remaining[0] == '(': + result, remaining = marker(remaining[1:].lstrip()) + if remaining[0] != ')': + raise SyntaxError('unterminated parenthesis: %s' % remaining) + remaining = remaining[1:].lstrip() + else: + lhs, remaining = marker_var(remaining) + while remaining: + m = MARKER_OP.match(remaining) + if not m: + break + op = m.groups()[0] + remaining = remaining[m.end():] + rhs, remaining = marker_var(remaining) + lhs = {'op': op, 'lhs': lhs, 'rhs': rhs} + result = lhs + return result, remaining + + def marker_and(remaining): + lhs, remaining = marker_expr(remaining) + while remaining: + m = AND.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_expr(remaining) + lhs = {'op': 'and', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + def marker(remaining): + lhs, remaining = marker_and(remaining) + while remaining: + m = OR.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_and(remaining) + lhs = {'op': 'or', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + return marker(marker_string) + + +def parse_requirement(req): + """ + Parse a requirement passed in as a string. Return a Container + whose attributes contain the various parts of the requirement. + """ + remaining = req.strip() + if not remaining or remaining.startswith('#'): + return None + m = IDENTIFIER.match(remaining) + if not m: + raise SyntaxError('name expected: %s' % remaining) + distname = m.groups()[0] + remaining = remaining[m.end():] + extras = mark_expr = versions = uri = None + if remaining and remaining[0] == '[': + i = remaining.find(']', 1) + if i < 0: + raise SyntaxError('unterminated extra: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + extras = [] + while s: + m = IDENTIFIER.match(s) + if not m: + raise SyntaxError('malformed extra: %s' % s) + extras.append(m.groups()[0]) + s = s[m.end():] + if not s: + break + if s[0] != ',': + raise SyntaxError('comma expected in extras: %s' % s) + s = s[1:].lstrip() + if not extras: + extras = None + if remaining: + if remaining[0] == '@': + # it's a URI + remaining = remaining[1:].lstrip() + m = NON_SPACE.match(remaining) + if not m: + raise SyntaxError('invalid URI: %s' % remaining) + uri = m.groups()[0] + t = urlparse(uri) + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not (t.scheme and t.netloc): + raise SyntaxError('Invalid URL: %s' % uri) + remaining = remaining[m.end():].lstrip() + else: + + def get_versions(ver_remaining): + """ + Return a list of operator, version tuples if any are + specified, else None. + """ + m = COMPARE_OP.match(ver_remaining) + versions = None + if m: + versions = [] + while True: + op = m.groups()[0] + ver_remaining = ver_remaining[m.end():] + m = VERSION_IDENTIFIER.match(ver_remaining) + if not m: + raise SyntaxError('invalid version: %s' % ver_remaining) + v = m.groups()[0] + versions.append((op, v)) + ver_remaining = ver_remaining[m.end():] + if not ver_remaining or ver_remaining[0] != ',': + break + ver_remaining = ver_remaining[1:].lstrip() + # Some packages have a trailing comma which would break things + # See issue #148 + if not ver_remaining: + break + m = COMPARE_OP.match(ver_remaining) + if not m: + raise SyntaxError('invalid constraint: %s' % ver_remaining) + if not versions: + versions = None + return versions, ver_remaining + + if remaining[0] != '(': + versions, remaining = get_versions(remaining) + else: + i = remaining.find(')', 1) + if i < 0: + raise SyntaxError('unterminated parenthesis: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + # As a special diversion from PEP 508, allow a version number + # a.b.c in parentheses as a synonym for ~= a.b.c (because this + # is allowed in earlier PEPs) + if COMPARE_OP.match(s): + versions, _ = get_versions(s) + else: + m = VERSION_IDENTIFIER.match(s) + if not m: + raise SyntaxError('invalid constraint: %s' % s) + v = m.groups()[0] + s = s[m.end():].lstrip() + if s: + raise SyntaxError('invalid constraint: %s' % s) + versions = [('~=', v)] + + if remaining: + if remaining[0] != ';': + raise SyntaxError('invalid requirement: %s' % remaining) + remaining = remaining[1:].lstrip() + + mark_expr, remaining = parse_marker(remaining) + + if remaining and remaining[0] != '#': + raise SyntaxError('unexpected trailing data: %s' % remaining) + + if not versions: + rs = distname + else: + rs = '%s %s' % (distname, ', '.join(['%s %s' % con for con in versions])) + return Container(name=distname, extras=extras, constraints=versions, + marker=mark_expr, url=uri, requirement=rs) + + +def get_resources_dests(resources_root, rules): + """Find destinations for resources files""" + + def get_rel_path(root, path): + # normalizes and returns a lstripped-/-separated path + root = root.replace(os.path.sep, '/') + path = path.replace(os.path.sep, '/') + assert path.startswith(root) + return path[len(root):].lstrip('/') + + destinations = {} + for base, suffix, dest in rules: + prefix = os.path.join(resources_root, base) + for abs_base in iglob(prefix): + abs_glob = os.path.join(abs_base, suffix) + for abs_path in iglob(abs_glob): + resource_file = get_rel_path(resources_root, abs_path) + if dest is None: # remove the entry if it was here + destinations.pop(resource_file, None) + else: + rel_path = get_rel_path(abs_base, abs_path) + rel_dest = dest.replace(os.path.sep, '/').rstrip('/') + destinations[resource_file] = rel_dest + '/' + rel_path + return destinations + + +def in_venv(): + if hasattr(sys, 'real_prefix'): + # virtualenv venvs + result = True + else: + # PEP 405 venvs + result = sys.prefix != getattr(sys, 'base_prefix', sys.prefix) + return result + + +def get_executable(): +# The __PYVENV_LAUNCHER__ dance is apparently no longer needed, as +# changes to the stub launcher mean that sys.executable always points +# to the stub on OS X +# if sys.platform == 'darwin' and ('__PYVENV_LAUNCHER__' +# in os.environ): +# result = os.environ['__PYVENV_LAUNCHER__'] +# else: +# result = sys.executable +# return result + # Avoid normcasing: see issue #143 + # result = os.path.normcase(sys.executable) + result = sys.executable + if not isinstance(result, text_type): + result = fsdecode(result) + return result + + +def proceed(prompt, allowed_chars, error_prompt=None, default=None): + p = prompt + while True: + s = raw_input(p) + p = prompt + if not s and default: + s = default + if s: + c = s[0].lower() + if c in allowed_chars: + break + if error_prompt: + p = '%c: %s\n%s' % (c, error_prompt, prompt) + return c + + +def extract_by_key(d, keys): + if isinstance(keys, string_types): + keys = keys.split() + result = {} + for key in keys: + if key in d: + result[key] = d[key] + return result + +def read_exports(stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + # Try to load as JSON, falling back on legacy format + data = stream.read() + stream = StringIO(data) + try: + jdata = json.load(stream) + result = jdata['extensions']['python.exports']['exports'] + for group, entries in result.items(): + for k, v in entries.items(): + s = '%s = %s' % (k, v) + entry = get_export_entry(s) + assert entry is not None + entries[k] = entry + return result + except Exception: + stream.seek(0, 0) + + def read_stream(cp, stream): + if hasattr(cp, 'read_file'): + cp.read_file(stream) + else: + cp.readfp(stream) + + cp = configparser.ConfigParser() + try: + read_stream(cp, stream) + except configparser.MissingSectionHeaderError: + stream.close() + data = textwrap.dedent(data) + stream = StringIO(data) + read_stream(cp, stream) + + result = {} + for key in cp.sections(): + result[key] = entries = {} + for name, value in cp.items(key): + s = '%s = %s' % (name, value) + entry = get_export_entry(s) + assert entry is not None + #entry.dist = self + entries[name] = entry + return result + + +def write_exports(exports, stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getwriter('utf-8')(stream) + cp = configparser.ConfigParser() + for k, v in exports.items(): + # TODO check k, v for valid values + cp.add_section(k) + for entry in v.values(): + if entry.suffix is None: + s = entry.prefix + else: + s = '%s:%s' % (entry.prefix, entry.suffix) + if entry.flags: + s = '%s [%s]' % (s, ', '.join(entry.flags)) + cp.set(k, entry.name, s) + cp.write(stream) + + +@contextlib.contextmanager +def tempdir(): + td = tempfile.mkdtemp() + try: + yield td + finally: + shutil.rmtree(td) + +@contextlib.contextmanager +def chdir(d): + cwd = os.getcwd() + try: + os.chdir(d) + yield + finally: + os.chdir(cwd) + + +@contextlib.contextmanager +def socket_timeout(seconds=15): + cto = socket.getdefaulttimeout() + try: + socket.setdefaulttimeout(seconds) + yield + finally: + socket.setdefaulttimeout(cto) + + +class cached_property(object): + def __init__(self, func): + self.func = func + #for attr in ('__name__', '__module__', '__doc__'): + # setattr(self, attr, getattr(func, attr, None)) + + def __get__(self, obj, cls=None): + if obj is None: + return self + value = self.func(obj) + object.__setattr__(obj, self.func.__name__, value) + #obj.__dict__[self.func.__name__] = value = self.func(obj) + return value + +def convert_path(pathname): + """Return 'pathname' as a name that will work on the native filesystem. + + The path is split on '/' and put back together again using the current + directory separator. Needed because filenames in the setup script are + always supplied in Unix style, and have to be converted to the local + convention before we can actually use them in the filesystem. Raises + ValueError on non-Unix-ish systems if 'pathname' either starts or + ends with a slash. + """ + if os.sep == '/': + return pathname + if not pathname: + return pathname + if pathname[0] == '/': + raise ValueError("path '%s' cannot be absolute" % pathname) + if pathname[-1] == '/': + raise ValueError("path '%s' cannot end with '/'" % pathname) + + paths = pathname.split('/') + while os.curdir in paths: + paths.remove(os.curdir) + if not paths: + return os.curdir + return os.path.join(*paths) + + +class FileOperator(object): + def __init__(self, dry_run=False): + self.dry_run = dry_run + self.ensured = set() + self._init_record() + + def _init_record(self): + self.record = False + self.files_written = set() + self.dirs_created = set() + + def record_as_written(self, path): + if self.record: + self.files_written.add(path) + + def newer(self, source, target): + """Tell if the target is newer than the source. + + Returns true if 'source' exists and is more recently modified than + 'target', or if 'source' exists and 'target' doesn't. + + Returns false if both exist and 'target' is the same age or younger + than 'source'. Raise PackagingFileError if 'source' does not exist. + + Note that this test is not very accurate: files created in the same + second will have the same "age". + """ + if not os.path.exists(source): + raise DistlibException("file '%r' does not exist" % + os.path.abspath(source)) + if not os.path.exists(target): + return True + + return os.stat(source).st_mtime > os.stat(target).st_mtime + + def copy_file(self, infile, outfile, check=True): + """Copy a file respecting dry-run and force flags. + """ + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying %s to %s', infile, outfile) + if not self.dry_run: + msg = None + if check: + if os.path.islink(outfile): + msg = '%s is a symlink' % outfile + elif os.path.exists(outfile) and not os.path.isfile(outfile): + msg = '%s is a non-regular file' % outfile + if msg: + raise ValueError(msg + ' which would be overwritten') + shutil.copyfile(infile, outfile) + self.record_as_written(outfile) + + def copy_stream(self, instream, outfile, encoding=None): + assert not os.path.isdir(outfile) + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying stream %s to %s', instream, outfile) + if not self.dry_run: + if encoding is None: + outstream = open(outfile, 'wb') + else: + outstream = codecs.open(outfile, 'w', encoding=encoding) + try: + shutil.copyfileobj(instream, outstream) + finally: + outstream.close() + self.record_as_written(outfile) + + def write_binary_file(self, path, data): + self.ensure_dir(os.path.dirname(path)) + if not self.dry_run: + if os.path.exists(path): + os.remove(path) + with open(path, 'wb') as f: + f.write(data) + self.record_as_written(path) + + def write_text_file(self, path, data, encoding): + self.write_binary_file(path, data.encode(encoding)) + + def set_mode(self, bits, mask, files): + if os.name == 'posix' or (os.name == 'java' and os._name == 'posix'): + # Set the executable bits (owner, group, and world) on + # all the files specified. + for f in files: + if self.dry_run: + logger.info("changing mode of %s", f) + else: + mode = (os.stat(f).st_mode | bits) & mask + logger.info("changing mode of %s to %o", f, mode) + os.chmod(f, mode) + + set_executable_mode = lambda s, f: s.set_mode(0o555, 0o7777, f) + + def ensure_dir(self, path): + path = os.path.abspath(path) + if path not in self.ensured and not os.path.exists(path): + self.ensured.add(path) + d, f = os.path.split(path) + self.ensure_dir(d) + logger.info('Creating %s' % path) + if not self.dry_run: + os.mkdir(path) + if self.record: + self.dirs_created.add(path) + + def byte_compile(self, path, optimize=False, force=False, prefix=None, hashed_invalidation=False): + dpath = cache_from_source(path, not optimize) + logger.info('Byte-compiling %s to %s', path, dpath) + if not self.dry_run: + if force or self.newer(path, dpath): + if not prefix: + diagpath = None + else: + assert path.startswith(prefix) + diagpath = path[len(prefix):] + compile_kwargs = {} + if hashed_invalidation and hasattr(py_compile, 'PycInvalidationMode'): + compile_kwargs['invalidation_mode'] = py_compile.PycInvalidationMode.CHECKED_HASH + py_compile.compile(path, dpath, diagpath, True, **compile_kwargs) # raise error + self.record_as_written(dpath) + return dpath + + def ensure_removed(self, path): + if os.path.exists(path): + if os.path.isdir(path) and not os.path.islink(path): + logger.debug('Removing directory tree at %s', path) + if not self.dry_run: + shutil.rmtree(path) + if self.record: + if path in self.dirs_created: + self.dirs_created.remove(path) + else: + if os.path.islink(path): + s = 'link' + else: + s = 'file' + logger.debug('Removing %s %s', s, path) + if not self.dry_run: + os.remove(path) + if self.record: + if path in self.files_written: + self.files_written.remove(path) + + def is_writable(self, path): + result = False + while not result: + if os.path.exists(path): + result = os.access(path, os.W_OK) + break + parent = os.path.dirname(path) + if parent == path: + break + path = parent + return result + + def commit(self): + """ + Commit recorded changes, turn off recording, return + changes. + """ + assert self.record + result = self.files_written, self.dirs_created + self._init_record() + return result + + def rollback(self): + if not self.dry_run: + for f in list(self.files_written): + if os.path.exists(f): + os.remove(f) + # dirs should all be empty now, except perhaps for + # __pycache__ subdirs + # reverse so that subdirs appear before their parents + dirs = sorted(self.dirs_created, reverse=True) + for d in dirs: + flist = os.listdir(d) + if flist: + assert flist == ['__pycache__'] + sd = os.path.join(d, flist[0]) + os.rmdir(sd) + os.rmdir(d) # should fail if non-empty + self._init_record() + +def resolve(module_name, dotted_path): + if module_name in sys.modules: + mod = sys.modules[module_name] + else: + mod = __import__(module_name) + if dotted_path is None: + result = mod + else: + parts = dotted_path.split('.') + result = getattr(mod, parts.pop(0)) + for p in parts: + result = getattr(result, p) + return result + + +class ExportEntry(object): + def __init__(self, name, prefix, suffix, flags): + self.name = name + self.prefix = prefix + self.suffix = suffix + self.flags = flags + + @cached_property + def value(self): + return resolve(self.prefix, self.suffix) + + def __repr__(self): # pragma: no cover + return '' % (self.name, self.prefix, + self.suffix, self.flags) + + def __eq__(self, other): + if not isinstance(other, ExportEntry): + result = False + else: + result = (self.name == other.name and + self.prefix == other.prefix and + self.suffix == other.suffix and + self.flags == other.flags) + return result + + __hash__ = object.__hash__ + + +ENTRY_RE = re.compile(r'''(?P(\w|[-.+])+) + \s*=\s*(?P(\w+)([:\.]\w+)*) + \s*(\[\s*(?P[\w-]+(=\w+)?(,\s*\w+(=\w+)?)*)\s*\])? + ''', re.VERBOSE) + +def get_export_entry(specification): + m = ENTRY_RE.search(specification) + if not m: + result = None + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + else: + d = m.groupdict() + name = d['name'] + path = d['callable'] + colons = path.count(':') + if colons == 0: + prefix, suffix = path, None + else: + if colons != 1: + raise DistlibException("Invalid specification " + "'%s'" % specification) + prefix, suffix = path.split(':') + flags = d['flags'] + if flags is None: + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + flags = [] + else: + flags = [f.strip() for f in flags.split(',')] + result = ExportEntry(name, prefix, suffix, flags) + return result + + +def get_cache_base(suffix=None): + """ + Return the default base location for distlib caches. If the directory does + not exist, it is created. Use the suffix provided for the base directory, + and default to '.distlib' if it isn't provided. + + On Windows, if LOCALAPPDATA is defined in the environment, then it is + assumed to be a directory, and will be the parent directory of the result. + On POSIX, and on Windows if LOCALAPPDATA is not defined, the user's home + directory - using os.expanduser('~') - will be the parent directory of + the result. + + The result is just the directory '.distlib' in the parent directory as + determined above, or with the name specified with ``suffix``. + """ + if suffix is None: + suffix = '.distlib' + if os.name == 'nt' and 'LOCALAPPDATA' in os.environ: + result = os.path.expandvars('$localappdata') + else: + # Assume posix, or old Windows + result = os.path.expanduser('~') + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if os.path.isdir(result): + usable = os.access(result, os.W_OK) + if not usable: + logger.warning('Directory exists but is not writable: %s', result) + else: + try: + os.makedirs(result) + usable = True + except OSError: + logger.warning('Unable to create %s', result, exc_info=True) + usable = False + if not usable: + result = tempfile.mkdtemp() + logger.warning('Default location unusable, using %s', result) + return os.path.join(result, suffix) + + +def path_to_cache_dir(path): + """ + Convert an absolute path to a directory name for use in a cache. + + The algorithm used is: + + #. On Windows, any ``':'`` in the drive is replaced with ``'---'``. + #. Any occurrence of ``os.sep`` is replaced with ``'--'``. + #. ``'.cache'`` is appended. + """ + d, p = os.path.splitdrive(os.path.abspath(path)) + if d: + d = d.replace(':', '---') + p = p.replace(os.sep, '--') + return d + p + '.cache' + + +def ensure_slash(s): + if not s.endswith('/'): + return s + '/' + return s + + +def parse_credentials(netloc): + username = password = None + if '@' in netloc: + prefix, netloc = netloc.rsplit('@', 1) + if ':' not in prefix: + username = prefix + else: + username, password = prefix.split(':', 1) + if username: + username = unquote(username) + if password: + password = unquote(password) + return username, password, netloc + + +def get_process_umask(): + result = os.umask(0o22) + os.umask(result) + return result + +def is_string_sequence(seq): + result = True + i = None + for i, s in enumerate(seq): + if not isinstance(s, string_types): + result = False + break + assert i is not None + return result + +PROJECT_NAME_AND_VERSION = re.compile('([a-z0-9_]+([.-][a-z_][a-z0-9_]*)*)-' + '([a-z0-9_.+-]+)', re.I) +PYTHON_VERSION = re.compile(r'-py(\d\.?\d?)') + + +def split_filename(filename, project_name=None): + """ + Extract name, version, python version from a filename (no extension) + + Return name, version, pyver or None + """ + result = None + pyver = None + filename = unquote(filename).replace(' ', '-') + m = PYTHON_VERSION.search(filename) + if m: + pyver = m.group(1) + filename = filename[:m.start()] + if project_name and len(filename) > len(project_name) + 1: + m = re.match(re.escape(project_name) + r'\b', filename) + if m: + n = m.end() + result = filename[:n], filename[n + 1:], pyver + if result is None: + m = PROJECT_NAME_AND_VERSION.match(filename) + if m: + result = m.group(1), m.group(3), pyver + return result + +# Allow spaces in name because of legacy dists like "Twisted Core" +NAME_VERSION_RE = re.compile(r'(?P[\w .-]+)\s*' + r'\(\s*(?P[^\s)]+)\)$') + +def parse_name_and_version(p): + """ + A utility method used to get name and version from a string. + + From e.g. a Provides-Dist value. + + :param p: A value in a form 'foo (1.0)' + :return: The name and version as a tuple. + """ + m = NAME_VERSION_RE.match(p) + if not m: + raise DistlibException('Ill-formed name/version string: \'%s\'' % p) + d = m.groupdict() + return d['name'].strip().lower(), d['ver'] + +def get_extras(requested, available): + result = set() + requested = set(requested or []) + available = set(available or []) + if '*' in requested: + requested.remove('*') + result |= available + for r in requested: + if r == '-': + result.add(r) + elif r.startswith('-'): + unwanted = r[1:] + if unwanted not in available: + logger.warning('undeclared extra: %s' % unwanted) + if unwanted in result: + result.remove(unwanted) + else: + if r not in available: + logger.warning('undeclared extra: %s' % r) + result.add(r) + return result +# +# Extended metadata functionality +# + +def _get_external_data(url): + result = {} + try: + # urlopen might fail if it runs into redirections, + # because of Python issue #13696. Fixed in locators + # using a custom redirect handler. + resp = urlopen(url) + headers = resp.info() + ct = headers.get('Content-Type') + if not ct.startswith('application/json'): + logger.debug('Unexpected response for JSON request: %s', ct) + else: + reader = codecs.getreader('utf-8')(resp) + #data = reader.read().decode('utf-8') + #result = json.loads(data) + result = json.load(reader) + except Exception as e: + logger.exception('Failed to get external data for %s: %s', url, e) + return result + +_external_data_base_url = 'https://www.red-dove.com/pypi/projects/' + +def get_project_data(name): + url = '%s/%s/project.json' % (name[0].upper(), name) + url = urljoin(_external_data_base_url, url) + result = _get_external_data(url) + return result + +def get_package_data(name, version): + url = '%s/%s/package-%s.json' % (name[0].upper(), name, version) + url = urljoin(_external_data_base_url, url) + return _get_external_data(url) + + +class Cache(object): + """ + A class implementing a cache for resources that need to live in the file system + e.g. shared libraries. This class was moved from resources to here because it + could be used by other modules, e.g. the wheel module. + """ + + def __init__(self, base): + """ + Initialise an instance. + + :param base: The base directory where the cache should be located. + """ + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if not os.path.isdir(base): # pragma: no cover + os.makedirs(base) + if (os.stat(base).st_mode & 0o77) != 0: + logger.warning('Directory \'%s\' is not private', base) + self.base = os.path.abspath(os.path.normpath(base)) + + def prefix_to_dir(self, prefix): + """ + Converts a resource prefix to a directory name in the cache. + """ + return path_to_cache_dir(prefix) + + def clear(self): + """ + Clear the cache. + """ + not_removed = [] + for fn in os.listdir(self.base): + fn = os.path.join(self.base, fn) + try: + if os.path.islink(fn) or os.path.isfile(fn): + os.remove(fn) + elif os.path.isdir(fn): + shutil.rmtree(fn) + except Exception: + not_removed.append(fn) + return not_removed + + +class EventMixin(object): + """ + A very simple publish/subscribe system. + """ + def __init__(self): + self._subscribers = {} + + def add(self, event, subscriber, append=True): + """ + Add a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be added (and called when the + event is published). + :param append: Whether to append or prepend the subscriber to an + existing subscriber list for the event. + """ + subs = self._subscribers + if event not in subs: + subs[event] = deque([subscriber]) + else: + sq = subs[event] + if append: + sq.append(subscriber) + else: + sq.appendleft(subscriber) + + def remove(self, event, subscriber): + """ + Remove a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be removed. + """ + subs = self._subscribers + if event not in subs: + raise ValueError('No subscribers: %r' % event) + subs[event].remove(subscriber) + + def get_subscribers(self, event): + """ + Return an iterator for the subscribers for an event. + :param event: The event to return subscribers for. + """ + return iter(self._subscribers.get(event, ())) + + def publish(self, event, *args, **kwargs): + """ + Publish a event and return a list of values returned by its + subscribers. + + :param event: The event to publish. + :param args: The positional arguments to pass to the event's + subscribers. + :param kwargs: The keyword arguments to pass to the event's + subscribers. + """ + result = [] + for subscriber in self.get_subscribers(event): + try: + value = subscriber(event, *args, **kwargs) + except Exception: + logger.exception('Exception during event publication') + value = None + result.append(value) + logger.debug('publish %s: args = %s, kwargs = %s, result = %s', + event, args, kwargs, result) + return result + +# +# Simple sequencing +# +class Sequencer(object): + def __init__(self): + self._preds = {} + self._succs = {} + self._nodes = set() # nodes with no preds/succs + + def add_node(self, node): + self._nodes.add(node) + + def remove_node(self, node, edges=False): + if node in self._nodes: + self._nodes.remove(node) + if edges: + for p in set(self._preds.get(node, ())): + self.remove(p, node) + for s in set(self._succs.get(node, ())): + self.remove(node, s) + # Remove empties + for k, v in list(self._preds.items()): + if not v: + del self._preds[k] + for k, v in list(self._succs.items()): + if not v: + del self._succs[k] + + def add(self, pred, succ): + assert pred != succ + self._preds.setdefault(succ, set()).add(pred) + self._succs.setdefault(pred, set()).add(succ) + + def remove(self, pred, succ): + assert pred != succ + try: + preds = self._preds[succ] + succs = self._succs[pred] + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of anything' % succ) + try: + preds.remove(pred) + succs.remove(succ) + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of %r' % (succ, pred)) + + def is_step(self, step): + return (step in self._preds or step in self._succs or + step in self._nodes) + + def get_steps(self, final): + if not self.is_step(final): + raise ValueError('Unknown: %r' % final) + result = [] + todo = [] + seen = set() + todo.append(final) + while todo: + step = todo.pop(0) + if step in seen: + # if a step was already seen, + # move it to the end (so it will appear earlier + # when reversed on return) ... but not for the + # final step, as that would be confusing for + # users + if step != final: + result.remove(step) + result.append(step) + else: + seen.add(step) + result.append(step) + preds = self._preds.get(step, ()) + todo.extend(preds) + return reversed(result) + + @property + def strong_connections(self): + #http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm + index_counter = [0] + stack = [] + lowlinks = {} + index = {} + result = [] + + graph = self._succs + + def strongconnect(node): + # set the depth index for this node to the smallest unused index + index[node] = index_counter[0] + lowlinks[node] = index_counter[0] + index_counter[0] += 1 + stack.append(node) + + # Consider successors + try: + successors = graph[node] + except Exception: + successors = [] + for successor in successors: + if successor not in lowlinks: + # Successor has not yet been visited + strongconnect(successor) + lowlinks[node] = min(lowlinks[node],lowlinks[successor]) + elif successor in stack: + # the successor is in the stack and hence in the current + # strongly connected component (SCC) + lowlinks[node] = min(lowlinks[node],index[successor]) + + # If `node` is a root node, pop the stack and generate an SCC + if lowlinks[node] == index[node]: + connected_component = [] + + while True: + successor = stack.pop() + connected_component.append(successor) + if successor == node: break + component = tuple(connected_component) + # storing the result + result.append(component) + + for node in graph: + if node not in lowlinks: + strongconnect(node) + + return result + + @property + def dot(self): + result = ['digraph G {'] + for succ in self._preds: + preds = self._preds[succ] + for pred in preds: + result.append(' %s -> %s;' % (pred, succ)) + for node in self._nodes: + result.append(' %s;' % node) + result.append('}') + return '\n'.join(result) + +# +# Unarchiving functionality for zip, tar, tgz, tbz, whl +# + +ARCHIVE_EXTENSIONS = ('.tar.gz', '.tar.bz2', '.tar', '.zip', + '.tgz', '.tbz', '.whl') + +def unarchive(archive_filename, dest_dir, format=None, check=True): + + def check_path(path): + if not isinstance(path, text_type): + path = path.decode('utf-8') + p = os.path.abspath(os.path.join(dest_dir, path)) + if not p.startswith(dest_dir) or p[plen] != os.sep: + raise ValueError('path outside destination: %r' % p) + + dest_dir = os.path.abspath(dest_dir) + plen = len(dest_dir) + archive = None + if format is None: + if archive_filename.endswith(('.zip', '.whl')): + format = 'zip' + elif archive_filename.endswith(('.tar.gz', '.tgz')): + format = 'tgz' + mode = 'r:gz' + elif archive_filename.endswith(('.tar.bz2', '.tbz')): + format = 'tbz' + mode = 'r:bz2' + elif archive_filename.endswith('.tar'): + format = 'tar' + mode = 'r' + else: # pragma: no cover + raise ValueError('Unknown format for %r' % archive_filename) + try: + if format == 'zip': + archive = ZipFile(archive_filename, 'r') + if check: + names = archive.namelist() + for name in names: + check_path(name) + else: + archive = tarfile.open(archive_filename, mode) + if check: + names = archive.getnames() + for name in names: + check_path(name) + if format != 'zip' and sys.version_info[0] < 3: + # See Python issue 17153. If the dest path contains Unicode, + # tarfile extraction fails on Python 2.x if a member path name + # contains non-ASCII characters - it leads to an implicit + # bytes -> unicode conversion using ASCII to decode. + for tarinfo in archive.getmembers(): + if not isinstance(tarinfo.name, text_type): + tarinfo.name = tarinfo.name.decode('utf-8') + archive.extractall(dest_dir) + + finally: + if archive: + archive.close() + + +def zip_dir(directory): + """zip a directory tree into a BytesIO object""" + result = io.BytesIO() + dlen = len(directory) + with ZipFile(result, "w") as zf: + for root, dirs, files in os.walk(directory): + for name in files: + full = os.path.join(root, name) + rel = root[dlen:] + dest = os.path.join(rel, name) + zf.write(full, dest) + return result + +# +# Simple progress bar +# + +UNITS = ('', 'K', 'M', 'G','T','P') + + +class Progress(object): + unknown = 'UNKNOWN' + + def __init__(self, minval=0, maxval=100): + assert maxval is None or maxval >= minval + self.min = self.cur = minval + self.max = maxval + self.started = None + self.elapsed = 0 + self.done = False + + def update(self, curval): + assert self.min <= curval + assert self.max is None or curval <= self.max + self.cur = curval + now = time.time() + if self.started is None: + self.started = now + else: + self.elapsed = now - self.started + + def increment(self, incr): + assert incr >= 0 + self.update(self.cur + incr) + + def start(self): + self.update(self.min) + return self + + def stop(self): + if self.max is not None: + self.update(self.max) + self.done = True + + @property + def maximum(self): + return self.unknown if self.max is None else self.max + + @property + def percentage(self): + if self.done: + result = '100 %' + elif self.max is None: + result = ' ?? %' + else: + v = 100.0 * (self.cur - self.min) / (self.max - self.min) + result = '%3d %%' % v + return result + + def format_duration(self, duration): + if (duration <= 0) and self.max is None or self.cur == self.min: + result = '??:??:??' + #elif duration < 1: + # result = '--:--:--' + else: + result = time.strftime('%H:%M:%S', time.gmtime(duration)) + return result + + @property + def ETA(self): + if self.done: + prefix = 'Done' + t = self.elapsed + #import pdb; pdb.set_trace() + else: + prefix = 'ETA ' + if self.max is None: + t = -1 + elif self.elapsed == 0 or (self.cur == self.min): + t = 0 + else: + #import pdb; pdb.set_trace() + t = float(self.max - self.min) + t /= self.cur - self.min + t = (t - 1) * self.elapsed + return '%s: %s' % (prefix, self.format_duration(t)) + + @property + def speed(self): + if self.elapsed == 0: + result = 0.0 + else: + result = (self.cur - self.min) / self.elapsed + for unit in UNITS: + if result < 1000: + break + result /= 1000.0 + return '%d %sB/s' % (result, unit) + +# +# Glob functionality +# + +RICH_GLOB = re.compile(r'\{([^}]*)\}') +_CHECK_RECURSIVE_GLOB = re.compile(r'[^/\\,{]\*\*|\*\*[^/\\,}]') +_CHECK_MISMATCH_SET = re.compile(r'^[^{]*\}|\{[^}]*$') + + +def iglob(path_glob): + """Extended globbing function that supports ** and {opt1,opt2,opt3}.""" + if _CHECK_RECURSIVE_GLOB.search(path_glob): + msg = """invalid glob %r: recursive glob "**" must be used alone""" + raise ValueError(msg % path_glob) + if _CHECK_MISMATCH_SET.search(path_glob): + msg = """invalid glob %r: mismatching set marker '{' or '}'""" + raise ValueError(msg % path_glob) + return _iglob(path_glob) + + +def _iglob(path_glob): + rich_path_glob = RICH_GLOB.split(path_glob, 1) + if len(rich_path_glob) > 1: + assert len(rich_path_glob) == 3, rich_path_glob + prefix, set, suffix = rich_path_glob + for item in set.split(','): + for path in _iglob(''.join((prefix, item, suffix))): + yield path + else: + if '**' not in path_glob: + for item in std_iglob(path_glob): + yield item + else: + prefix, radical = path_glob.split('**', 1) + if prefix == '': + prefix = '.' + if radical == '': + radical = '*' + else: + # we support both + radical = radical.lstrip('/') + radical = radical.lstrip('\\') + for path, dir, files in os.walk(prefix): + path = os.path.normpath(path) + for fn in _iglob(os.path.join(path, radical)): + yield fn + +if ssl: + from .compat import (HTTPSHandler as BaseHTTPSHandler, match_hostname, + CertificateError) + + +# +# HTTPSConnection which verifies certificates/matches domains +# + + class HTTPSConnection(httplib.HTTPSConnection): + ca_certs = None # set this to the path to the certs file (.pem) + check_domain = True # only used if ca_certs is not None + + # noinspection PyPropertyAccess + def connect(self): + sock = socket.create_connection((self.host, self.port), self.timeout) + if getattr(self, '_tunnel_host', False): + self.sock = sock + self._tunnel() + + context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) + if hasattr(ssl, 'OP_NO_SSLv2'): + context.options |= ssl.OP_NO_SSLv2 + if self.cert_file: + context.load_cert_chain(self.cert_file, self.key_file) + kwargs = {} + if self.ca_certs: + context.verify_mode = ssl.CERT_REQUIRED + context.load_verify_locations(cafile=self.ca_certs) + if getattr(ssl, 'HAS_SNI', False): + kwargs['server_hostname'] = self.host + + self.sock = context.wrap_socket(sock, **kwargs) + if self.ca_certs and self.check_domain: + try: + match_hostname(self.sock.getpeercert(), self.host) + logger.debug('Host verified: %s', self.host) + except CertificateError: # pragma: no cover + self.sock.shutdown(socket.SHUT_RDWR) + self.sock.close() + raise + + class HTTPSHandler(BaseHTTPSHandler): + def __init__(self, ca_certs, check_domain=True): + BaseHTTPSHandler.__init__(self) + self.ca_certs = ca_certs + self.check_domain = check_domain + + def _conn_maker(self, *args, **kwargs): + """ + This is called to create a connection instance. Normally you'd + pass a connection class to do_open, but it doesn't actually check for + a class, and just expects a callable. As long as we behave just as a + constructor would have, we should be OK. If it ever changes so that + we *must* pass a class, we'll create an UnsafeHTTPSConnection class + which just sets check_domain to False in the class definition, and + choose which one to pass to do_open. + """ + result = HTTPSConnection(*args, **kwargs) + if self.ca_certs: + result.ca_certs = self.ca_certs + result.check_domain = self.check_domain + return result + + def https_open(self, req): + try: + return self.do_open(self._conn_maker, req) + except URLError as e: + if 'certificate verify failed' in str(e.reason): + raise CertificateError('Unable to verify server certificate ' + 'for %s' % req.host) + else: + raise + + # + # To prevent against mixing HTTP traffic with HTTPS (examples: A Man-In-The- + # Middle proxy using HTTP listens on port 443, or an index mistakenly serves + # HTML containing a http://xyz link when it should be https://xyz), + # you can use the following handler class, which does not allow HTTP traffic. + # + # It works by inheriting from HTTPHandler - so build_opener won't add a + # handler for HTTP itself. + # + class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): + def http_open(self, req): + raise URLError('Unexpected HTTP request on what should be a secure ' + 'connection: %s' % req) + +# +# XML-RPC with timeouts +# +class Transport(xmlrpclib.Transport): + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.Transport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, x509 = self.get_host_info(host) + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPConnection(h) + return self._connection[1] + +if ssl: + class SafeTransport(xmlrpclib.SafeTransport): + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.SafeTransport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, kwargs = self.get_host_info(host) + if not kwargs: + kwargs = {} + kwargs['timeout'] = self.timeout + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPSConnection(h, None, + **kwargs) + return self._connection[1] + + +class ServerProxy(xmlrpclib.ServerProxy): + def __init__(self, uri, **kwargs): + self.timeout = timeout = kwargs.pop('timeout', None) + # The above classes only come into play if a timeout + # is specified + if timeout is not None: + # scheme = splittype(uri) # deprecated as of Python 3.8 + scheme = urlparse(uri)[0] + use_datetime = kwargs.get('use_datetime', 0) + if scheme == 'https': + tcls = SafeTransport + else: + tcls = Transport + kwargs['transport'] = t = tcls(timeout, use_datetime=use_datetime) + self.transport = t + xmlrpclib.ServerProxy.__init__(self, uri, **kwargs) + +# +# CSV functionality. This is provided because on 2.x, the csv module can't +# handle Unicode. However, we need to deal with Unicode in e.g. RECORD files. +# + +def _csv_open(fn, mode, **kwargs): + if sys.version_info[0] < 3: + mode += 'b' + else: + kwargs['newline'] = '' + # Python 3 determines encoding from locale. Force 'utf-8' + # file encoding to match other forced utf-8 encoding + kwargs['encoding'] = 'utf-8' + return open(fn, mode, **kwargs) + + +class CSVBase(object): + defaults = { + 'delimiter': str(','), # The strs are used because we need native + 'quotechar': str('"'), # str in the csv API (2.x won't take + 'lineterminator': str('\n') # Unicode) + } + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.stream.close() + + +class CSVReader(CSVBase): + def __init__(self, **kwargs): + if 'stream' in kwargs: + stream = kwargs['stream'] + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + self.stream = stream + else: + self.stream = _csv_open(kwargs['path'], 'r') + self.reader = csv.reader(self.stream, **self.defaults) + + def __iter__(self): + return self + + def next(self): + result = next(self.reader) + if sys.version_info[0] < 3: + for i, item in enumerate(result): + if not isinstance(item, text_type): + result[i] = item.decode('utf-8') + return result + + __next__ = next + +class CSVWriter(CSVBase): + def __init__(self, fn, **kwargs): + self.stream = _csv_open(fn, 'w') + self.writer = csv.writer(self.stream, **self.defaults) + + def writerow(self, row): + if sys.version_info[0] < 3: + r = [] + for item in row: + if isinstance(item, text_type): + item = item.encode('utf-8') + r.append(item) + row = r + self.writer.writerow(row) + +# +# Configurator functionality +# + +class Configurator(BaseConfigurator): + + value_converters = dict(BaseConfigurator.value_converters) + value_converters['inc'] = 'inc_convert' + + def __init__(self, config, base=None): + super(Configurator, self).__init__(config) + self.base = base or os.getcwd() + + def configure_custom(self, config): + def convert(o): + if isinstance(o, (list, tuple)): + result = type(o)([convert(i) for i in o]) + elif isinstance(o, dict): + if '()' in o: + result = self.configure_custom(o) + else: + result = {} + for k in o: + result[k] = convert(o[k]) + else: + result = self.convert(o) + return result + + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + args = config.pop('[]', ()) + if args: + args = tuple([convert(o) for o in args]) + items = [(k, convert(config[k])) for k in config if valid_ident(k)] + kwargs = dict(items) + result = c(*args, **kwargs) + if props: + for n, v in props.items(): + setattr(result, n, convert(v)) + return result + + def __getitem__(self, key): + result = self.config[key] + if isinstance(result, dict) and '()' in result: + self.config[key] = result = self.configure_custom(result) + return result + + def inc_convert(self, value): + """Default converter for the inc:// protocol.""" + if not os.path.isabs(value): + value = os.path.join(self.base, value) + with codecs.open(value, 'r', encoding='utf-8') as f: + result = json.load(f) + return result + + +class SubprocessMixin(object): + """ + Mixin for running subprocesses and capturing their output + """ + def __init__(self, verbose=False, progress=None): + self.verbose = verbose + self.progress = progress + + def reader(self, stream, context): + """ + Read lines from a subprocess' output stream and either pass to a progress + callable (if specified) or write progress information to sys.stderr. + """ + progress = self.progress + verbose = self.verbose + while True: + s = stream.readline() + if not s: + break + if progress is not None: + progress(s, context) + else: + if not verbose: + sys.stderr.write('.') + else: + sys.stderr.write(s.decode('utf-8')) + sys.stderr.flush() + stream.close() + + def run_command(self, cmd, **kwargs): + p = subprocess.Popen(cmd, stdout=subprocess.PIPE, + stderr=subprocess.PIPE, **kwargs) + t1 = threading.Thread(target=self.reader, args=(p.stdout, 'stdout')) + t1.start() + t2 = threading.Thread(target=self.reader, args=(p.stderr, 'stderr')) + t2.start() + p.wait() + t1.join() + t2.join() + if self.progress is not None: + self.progress('done.', 'main') + elif self.verbose: + sys.stderr.write('done.\n') + return p + + +def normalize_name(name): + """Normalize a python package name a la PEP 503""" + # https://www.python.org/dev/peps/pep-0503/#normalized-names + return re.sub('[-_.]+', '-', name).lower() + +# def _get_pypirc_command(): + # """ + # Get the distutils command for interacting with PyPI configurations. + # :return: the command. + # """ + # from distutils.core import Distribution + # from distutils.config import PyPIRCCommand + # d = Distribution() + # return PyPIRCCommand(d) + +class PyPIRCFile(object): + + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' + DEFAULT_REALM = 'pypi' + + def __init__(self, fn=None, url=None): + if fn is None: + fn = os.path.join(os.path.expanduser('~'), '.pypirc') + self.filename = fn + self.url = url + + def read(self): + result = {} + + if os.path.exists(self.filename): + repository = self.url or self.DEFAULT_REPOSITORY + + config = configparser.RawConfigParser() + config.read(self.filename) + sections = config.sections() + if 'distutils' in sections: + # let's get the list of servers + index_servers = config.get('distutils', 'index-servers') + _servers = [server.strip() for server in + index_servers.split('\n') + if server.strip() != ''] + if _servers == []: + # nothing set, let's try to get the default pypi + if 'pypi' in sections: + _servers = ['pypi'] + else: + for server in _servers: + result = {'server': server} + result['username'] = config.get(server, 'username') + + # optional params + for key, default in (('repository', self.DEFAULT_REPOSITORY), + ('realm', self.DEFAULT_REALM), + ('password', None)): + if config.has_option(server, key): + result[key] = config.get(server, key) + else: + result[key] = default + + # work around people having "repository" for the "pypi" + # section of their config set to the HTTP (rather than + # HTTPS) URL + if (server == 'pypi' and + repository in (self.DEFAULT_REPOSITORY, 'pypi')): + result['repository'] = self.DEFAULT_REPOSITORY + elif (result['server'] != repository and + result['repository'] != repository): + result = {} + elif 'server-login' in sections: + # old format + server = 'server-login' + if config.has_option(server, 'repository'): + repository = config.get(server, 'repository') + else: + repository = self.DEFAULT_REPOSITORY + result = { + 'username': config.get(server, 'username'), + 'password': config.get(server, 'password'), + 'repository': repository, + 'server': server, + 'realm': self.DEFAULT_REALM + } + return result + + def update(self, username, password): + # import pdb; pdb.set_trace() + config = configparser.RawConfigParser() + fn = self.filename + config.read(fn) + if not config.has_section('pypi'): + config.add_section('pypi') + config.set('pypi', 'username', username) + config.set('pypi', 'password', password) + with open(fn, 'w') as f: + config.write(f) + +def _load_pypirc(index): + """ + Read the PyPI access configuration as supported by distutils. + """ + return PyPIRCFile(url=index.url).read() + +def _store_pypirc(index): + PyPIRCFile().update(index.username, index.password) + +# +# get_platform()/get_host_platform() copied from Python 3.10.a0 source, with some minor +# tweaks +# + +def get_host_platform(): + """Return a string that identifies the current platform. This is used mainly to + distinguish platform-specific build directories and platform-specific built + distributions. Typically includes the OS name and version and the + architecture (as supplied by 'os.uname()'), although the exact information + included depends on the OS; eg. on Linux, the kernel version isn't + particularly important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + + """ + if os.name == 'nt': + if 'amd64' in sys.version.lower(): + return 'win-amd64' + if '(arm)' in sys.version.lower(): + return 'win-arm32' + if '(arm64)' in sys.version.lower(): + return 'win-arm64' + return sys.platform + + # Set for cross builds explicitly + if "_PYTHON_HOST_PLATFORM" in os.environ: + return os.environ["_PYTHON_HOST_PLATFORM"] + + if os.name != 'posix' or not hasattr(os, 'uname'): + # XXX what about the architecture? NT is Intel or Alpha, + # Mac OS is M68k or PPC, etc. + return sys.platform + + # Try to distinguish various flavours of Unix + + (osname, host, release, version, machine) = os.uname() + + # Convert the OS name to lowercase, remove '/' characters, and translate + # spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_').replace('/', '-') + + if osname[:5] == 'linux': + # At least on Linux/Intel, 'machine' is the processor -- + # i386, etc. + # XXX what about Alpha, SPARC, etc? + return "%s-%s" % (osname, machine) + + elif osname[:5] == 'sunos': + if release[0] >= '5': # SunOS 5 == Solaris 2 + osname = 'solaris' + release = '%d.%s' % (int(release[0]) - 3, release[2:]) + # We can't use 'platform.architecture()[0]' because a + # bootstrap problem. We use a dict to get an error + # if some suspicious happens. + bitness = {2147483647:'32bit', 9223372036854775807:'64bit'} + machine += '.%s' % bitness[sys.maxsize] + # fall through to standard osname-release-machine representation + elif osname[:3] == 'aix': + from _aix_support import aix_platform + return aix_platform() + elif osname[:6] == 'cygwin': + osname = 'cygwin' + rel_re = re.compile (r'[\d.]+', re.ASCII) + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == 'darwin': + import _osx_support, distutils.sysconfig + osname, release, machine = _osx_support.get_platform_osx( + distutils.sysconfig.get_config_vars(), + osname, release, machine) + + return '%s-%s-%s' % (osname, release, machine) + + +_TARGET_TO_PLAT = { + 'x86' : 'win32', + 'x64' : 'win-amd64', + 'arm' : 'win-arm32', +} + + +def get_platform(): + if os.name != 'nt': + return get_host_platform() + cross_compilation_target = os.environ.get('VSCMD_ARG_TGT_ARCH') + if cross_compilation_target not in _TARGET_TO_PLAT: + return get_host_platform() + return _TARGET_TO_PLAT[cross_compilation_target] diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 0000000..c7c8bb6 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,739 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2017 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Implementation of a flexible versioning scheme providing support for PEP-440, +setuptools-compatible and semantic versioning. +""" + +import logging +import re + +from .compat import string_types +from .util import parse_requirement + +__all__ = ['NormalizedVersion', 'NormalizedMatcher', + 'LegacyVersion', 'LegacyMatcher', + 'SemanticVersion', 'SemanticMatcher', + 'UnsupportedVersionError', 'get_scheme'] + +logger = logging.getLogger(__name__) + + +class UnsupportedVersionError(ValueError): + """This is an unsupported version.""" + pass + + +class Version(object): + def __init__(self, s): + self._string = s = s.strip() + self._parts = parts = self.parse(s) + assert isinstance(parts, tuple) + assert len(parts) > 0 + + def parse(self, s): + raise NotImplementedError('please implement in a subclass') + + def _check_compatible(self, other): + if type(self) != type(other): + raise TypeError('cannot compare %r and %r' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + def __lt__(self, other): + self._check_compatible(other) + return self._parts < other._parts + + def __gt__(self, other): + return not (self.__lt__(other) or self.__eq__(other)) + + def __le__(self, other): + return self.__lt__(other) or self.__eq__(other) + + def __ge__(self, other): + return self.__gt__(other) or self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self._parts) + + def __repr__(self): + return "%s('%s')" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + @property + def is_prerelease(self): + raise NotImplementedError('Please implement in subclasses.') + + +class Matcher(object): + version_class = None + + # value is either a callable or the name of a method + _operators = { + '<': lambda v, c, p: v < c, + '>': lambda v, c, p: v > c, + '<=': lambda v, c, p: v == c or v < c, + '>=': lambda v, c, p: v == c or v > c, + '==': lambda v, c, p: v == c, + '===': lambda v, c, p: v == c, + # by default, compatible => >=. + '~=': lambda v, c, p: v == c or v > c, + '!=': lambda v, c, p: v != c, + } + + # this is a method only to support alternative implementations + # via overriding + def parse_requirement(self, s): + return parse_requirement(s) + + def __init__(self, s): + if self.version_class is None: + raise ValueError('Please specify a version class') + self._string = s = s.strip() + r = self.parse_requirement(s) + if not r: + raise ValueError('Not valid: %r' % s) + self.name = r.name + self.key = self.name.lower() # for case-insensitive comparisons + clist = [] + if r.constraints: + # import pdb; pdb.set_trace() + for op, s in r.constraints: + if s.endswith('.*'): + if op not in ('==', '!='): + raise ValueError('\'.*\' not allowed for ' + '%r constraints' % op) + # Could be a partial version (e.g. for '2.*') which + # won't parse as a version, so keep it as a string + vn, prefix = s[:-2], True + # Just to check that vn is a valid version + self.version_class(vn) + else: + # Should parse as a version, so we can create an + # instance for the comparison + vn, prefix = self.version_class(s), False + clist.append((op, vn, prefix)) + self._parts = tuple(clist) + + def match(self, version): + """ + Check if the provided version matches the constraints. + + :param version: The version to match against this instance. + :type version: String or :class:`Version` instance. + """ + if isinstance(version, string_types): + version = self.version_class(version) + for operator, constraint, prefix in self._parts: + f = self._operators.get(operator) + if isinstance(f, string_types): + f = getattr(self, f) + if not f: + msg = ('%r not implemented ' + 'for %s' % (operator, self.__class__.__name__)) + raise NotImplementedError(msg) + if not f(version, constraint, prefix): + return False + return True + + @property + def exact_version(self): + result = None + if len(self._parts) == 1 and self._parts[0][0] in ('==', '==='): + result = self._parts[0][1] + return result + + def _check_compatible(self, other): + if type(self) != type(other) or self.name != other.name: + raise TypeError('cannot compare %s and %s' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self.key == other.key and self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self.key) + hash(self._parts) + + def __repr__(self): + return "%s(%r)" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + +PEP440_VERSION_RE = re.compile(r'^v?(\d+!)?(\d+(\.\d+)*)((a|b|c|rc)(\d+))?' + r'(\.(post)(\d+))?(\.(dev)(\d+))?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$') + + +def _pep_440_key(s): + s = s.strip() + m = PEP440_VERSION_RE.match(s) + if not m: + raise UnsupportedVersionError('Not a valid version: %s' % s) + groups = m.groups() + nums = tuple(int(v) for v in groups[1].split('.')) + while len(nums) > 1 and nums[-1] == 0: + nums = nums[:-1] + + if not groups[0]: + epoch = 0 + else: + epoch = int(groups[0][:-1]) + pre = groups[4:6] + post = groups[7:9] + dev = groups[10:12] + local = groups[13] + if pre == (None, None): + pre = () + else: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + else: + dev = dev[0], int(dev[1]) + if local is None: + local = () + else: + parts = [] + for part in local.split('.'): + # to ensure that numeric compares as > lexicographic, avoid + # comparing them directly, but encode a tuple which ensures + # correct sorting + if part.isdigit(): + part = (1, int(part)) + else: + part = (0, part) + parts.append(part) + local = tuple(parts) + if not pre: + # either before pre-release, or final release and after + if not post and dev: + # before pre-release + pre = ('a', -1) # to sort before a0 + else: + pre = ('z',) # to sort after all pre-releases + # now look at the state of post and dev. + if not post: + post = ('_',) # sort before 'a' + if not dev: + dev = ('final',) + + #print('%s -> %s' % (s, m.groups())) + return epoch, nums, pre, post, dev, local + + +_normalized_key = _pep_440_key + + +class NormalizedVersion(Version): + """A rational version. + + Good: + 1.2 # equivalent to "1.2.0" + 1.2.0 + 1.2a1 + 1.2.3a2 + 1.2.3b1 + 1.2.3c1 + 1.2.3.4 + TODO: fill this out + + Bad: + 1 # minimum two numbers + 1.2a # release level must have a release serial + 1.2.3b + """ + def parse(self, s): + result = _normalized_key(s) + # _normalized_key loses trailing zeroes in the release + # clause, since that's needed to ensure that X.Y == X.Y.0 == X.Y.0.0 + # However, PEP 440 prefix matching needs it: for example, + # (~= 1.4.5.0) matches differently to (~= 1.4.5.0.0). + m = PEP440_VERSION_RE.match(s) # must succeed + groups = m.groups() + self._release_clause = tuple(int(v) for v in groups[1].split('.')) + return result + + PREREL_TAGS = set(['a', 'b', 'c', 'rc', 'dev']) + + @property + def is_prerelease(self): + return any(t[0] in self.PREREL_TAGS for t in self._parts if t) + + +def _match_prefix(x, y): + x = str(x) + y = str(y) + if x == y: + return True + if not x.startswith(y): + return False + n = len(y) + return x[n] == '.' + + +class NormalizedMatcher(Matcher): + version_class = NormalizedVersion + + # value is either a callable or the name of a method + _operators = { + '~=': '_match_compatible', + '<': '_match_lt', + '>': '_match_gt', + '<=': '_match_le', + '>=': '_match_ge', + '==': '_match_eq', + '===': '_match_arbitrary', + '!=': '_match_ne', + } + + def _adjust_local(self, version, constraint, prefix): + if prefix: + strip_local = '+' not in constraint and version._parts[-1] + else: + # both constraint and version are + # NormalizedVersion instances. + # If constraint does not have a local component, + # ensure the version doesn't, either. + strip_local = not constraint._parts[-1] and version._parts[-1] + if strip_local: + s = version._string.split('+', 1)[0] + version = self.version_class(s) + return version, constraint + + def _match_lt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version >= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_gt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version <= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_le(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version <= constraint + + def _match_ge(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version >= constraint + + def _match_eq(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version == constraint) + else: + result = _match_prefix(version, constraint) + return result + + def _match_arbitrary(self, version, constraint, prefix): + return str(version) == str(constraint) + + def _match_ne(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version != constraint) + else: + result = not _match_prefix(version, constraint) + return result + + def _match_compatible(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version == constraint: + return True + if version < constraint: + return False +# if not prefix: +# return True + release_clause = constraint._release_clause + if len(release_clause) > 1: + release_clause = release_clause[:-1] + pfx = '.'.join([str(i) for i in release_clause]) + return _match_prefix(version, pfx) + +_REPLACEMENTS = ( + (re.compile('[.+-]$'), ''), # remove trailing puncts + (re.compile(r'^[.](\d)'), r'0.\1'), # .N -> 0.N at start + (re.compile('^[.-]'), ''), # remove leading puncts + (re.compile(r'^\((.*)\)$'), r'\1'), # remove parentheses + (re.compile(r'^v(ersion)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile(r'^r(ev)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\b(alfa|apha)\b'), 'alpha'), # misspelt alpha + (re.compile(r'\b(pre-alpha|prealpha)\b'), + 'pre.alpha'), # standardise + (re.compile(r'\(beta\)$'), 'beta'), # remove parentheses +) + +_SUFFIX_REPLACEMENTS = ( + (re.compile('^[:~._+-]+'), ''), # remove leading puncts + (re.compile('[,*")([\\]]'), ''), # remove unwanted chars + (re.compile('[~:+_ -]'), '.'), # replace illegal chars + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\.$'), ''), # trailing '.' +) + +_NUMERIC_PREFIX = re.compile(r'(\d+(\.\d+)*)') + + +def _suggest_semantic_version(s): + """ + Try to suggest a semantic form for a version for which + _suggest_normalized_version couldn't come up with anything. + """ + result = s.strip().lower() + for pat, repl in _REPLACEMENTS: + result = pat.sub(repl, result) + if not result: + result = '0.0.0' + + # Now look for numeric prefix, and separate it out from + # the rest. + #import pdb; pdb.set_trace() + m = _NUMERIC_PREFIX.match(result) + if not m: + prefix = '0.0.0' + suffix = result + else: + prefix = m.groups()[0].split('.') + prefix = [int(i) for i in prefix] + while len(prefix) < 3: + prefix.append(0) + if len(prefix) == 3: + suffix = result[m.end():] + else: + suffix = '.'.join([str(i) for i in prefix[3:]]) + result[m.end():] + prefix = prefix[:3] + prefix = '.'.join([str(i) for i in prefix]) + suffix = suffix.strip() + if suffix: + #import pdb; pdb.set_trace() + # massage the suffix. + for pat, repl in _SUFFIX_REPLACEMENTS: + suffix = pat.sub(repl, suffix) + + if not suffix: + result = prefix + else: + sep = '-' if 'dev' in suffix else '+' + result = prefix + sep + suffix + if not is_semver(result): + result = None + return result + + +def _suggest_normalized_version(s): + """Suggest a normalized version close to the given version string. + + If you have a version string that isn't rational (i.e. NormalizedVersion + doesn't like it) then you might be able to get an equivalent (or close) + rational version from this function. + + This does a number of simple normalizations to the given string, based + on observation of versions currently in use on PyPI. Given a dump of + those version during PyCon 2009, 4287 of them: + - 2312 (53.93%) match NormalizedVersion without change + with the automatic suggestion + - 3474 (81.04%) match when using this suggestion method + + @param s {str} An irrational version string. + @returns A rational version string, or None, if couldn't determine one. + """ + try: + _normalized_key(s) + return s # already rational + except UnsupportedVersionError: + pass + + rs = s.lower() + + # part of this could use maketrans + for orig, repl in (('-alpha', 'a'), ('-beta', 'b'), ('alpha', 'a'), + ('beta', 'b'), ('rc', 'c'), ('-final', ''), + ('-pre', 'c'), + ('-release', ''), ('.release', ''), ('-stable', ''), + ('+', '.'), ('_', '.'), (' ', ''), ('.final', ''), + ('final', '')): + rs = rs.replace(orig, repl) + + # if something ends with dev or pre, we add a 0 + rs = re.sub(r"pre$", r"pre0", rs) + rs = re.sub(r"dev$", r"dev0", rs) + + # if we have something like "b-2" or "a.2" at the end of the + # version, that is probably beta, alpha, etc + # let's remove the dash or dot + rs = re.sub(r"([abc]|rc)[\-\.](\d+)$", r"\1\2", rs) + + # 1.0-dev-r371 -> 1.0.dev371 + # 0.1-dev-r79 -> 0.1.dev79 + rs = re.sub(r"[\-\.](dev)[\-\.]?r?(\d+)$", r".\1\2", rs) + + # Clean: 2.0.a.3, 2.0.b1, 0.9.0~c1 + rs = re.sub(r"[.~]?([abc])\.?", r"\1", rs) + + # Clean: v0.3, v1.0 + if rs.startswith('v'): + rs = rs[1:] + + # Clean leading '0's on numbers. + #TODO: unintended side-effect on, e.g., "2003.05.09" + # PyPI stats: 77 (~2%) better + rs = re.sub(r"\b0+(\d+)(?!\d)", r"\1", rs) + + # Clean a/b/c with no version. E.g. "1.0a" -> "1.0a0". Setuptools infers + # zero. + # PyPI stats: 245 (7.56%) better + rs = re.sub(r"(\d+[abc])$", r"\g<1>0", rs) + + # the 'dev-rNNN' tag is a dev tag + rs = re.sub(r"\.?(dev-r|dev\.r)\.?(\d+)$", r".dev\2", rs) + + # clean the - when used as a pre delimiter + rs = re.sub(r"-(a|b|c)(\d+)$", r"\1\2", rs) + + # a terminal "dev" or "devel" can be changed into ".dev0" + rs = re.sub(r"[\.\-](dev|devel)$", r".dev0", rs) + + # a terminal "dev" can be changed into ".dev0" + rs = re.sub(r"(?![\.\-])dev$", r".dev0", rs) + + # a terminal "final" or "stable" can be removed + rs = re.sub(r"(final|stable)$", "", rs) + + # The 'r' and the '-' tags are post release tags + # 0.4a1.r10 -> 0.4a1.post10 + # 0.9.33-17222 -> 0.9.33.post17222 + # 0.9.33-r17222 -> 0.9.33.post17222 + rs = re.sub(r"\.?(r|-|-r)\.?(\d+)$", r".post\2", rs) + + # Clean 'r' instead of 'dev' usage: + # 0.9.33+r17222 -> 0.9.33.dev17222 + # 1.0dev123 -> 1.0.dev123 + # 1.0.git123 -> 1.0.dev123 + # 1.0.bzr123 -> 1.0.dev123 + # 0.1a0dev.123 -> 0.1a0.dev123 + # PyPI stats: ~150 (~4%) better + rs = re.sub(r"\.?(dev|git|bzr)\.?(\d+)$", r".dev\2", rs) + + # Clean '.pre' (normalized from '-pre' above) instead of 'c' usage: + # 0.2.pre1 -> 0.2c1 + # 0.2-c1 -> 0.2c1 + # 1.0preview123 -> 1.0c123 + # PyPI stats: ~21 (0.62%) better + rs = re.sub(r"\.?(pre|preview|-c)(\d+)$", r"c\g<2>", rs) + + # Tcl/Tk uses "px" for their post release markers + rs = re.sub(r"p(\d+)$", r".post\1", rs) + + try: + _normalized_key(rs) + except UnsupportedVersionError: + rs = None + return rs + +# +# Legacy version processing (distribute-compatible) +# + +_VERSION_PART = re.compile(r'([a-z]+|\d+|[\.-])', re.I) +_VERSION_REPLACE = { + 'pre': 'c', + 'preview': 'c', + '-': 'final-', + 'rc': 'c', + 'dev': '@', + '': None, + '.': None, +} + + +def _legacy_key(s): + def get_parts(s): + result = [] + for p in _VERSION_PART.split(s.lower()): + p = _VERSION_REPLACE.get(p, p) + if p: + if '0' <= p[:1] <= '9': + p = p.zfill(8) + else: + p = '*' + p + result.append(p) + result.append('*final') + return result + + result = [] + for p in get_parts(s): + if p.startswith('*'): + if p < '*final': + while result and result[-1] == '*final-': + result.pop() + while result and result[-1] == '00000000': + result.pop() + result.append(p) + return tuple(result) + + +class LegacyVersion(Version): + def parse(self, s): + return _legacy_key(s) + + @property + def is_prerelease(self): + result = False + for x in self._parts: + if (isinstance(x, string_types) and x.startswith('*') and + x < '*final'): + result = True + break + return result + + +class LegacyMatcher(Matcher): + version_class = LegacyVersion + + _operators = dict(Matcher._operators) + _operators['~='] = '_match_compatible' + + numeric_re = re.compile(r'^(\d+(\.\d+)*)') + + def _match_compatible(self, version, constraint, prefix): + if version < constraint: + return False + m = self.numeric_re.match(str(constraint)) + if not m: + logger.warning('Cannot compute compatible match for version %s ' + ' and constraint %s', version, constraint) + return True + s = m.groups()[0] + if '.' in s: + s = s.rsplit('.', 1)[0] + return _match_prefix(version, s) + +# +# Semantic versioning +# + +_SEMVER_RE = re.compile(r'^(\d+)\.(\d+)\.(\d+)' + r'(-[a-z0-9]+(\.[a-z0-9-]+)*)?' + r'(\+[a-z0-9]+(\.[a-z0-9-]+)*)?$', re.I) + + +def is_semver(s): + return _SEMVER_RE.match(s) + + +def _semantic_key(s): + def make_tuple(s, absent): + if s is None: + result = (absent,) + else: + parts = s[1:].split('.') + # We can't compare ints and strings on Python 3, so fudge it + # by zero-filling numeric values so simulate a numeric comparison + result = tuple([p.zfill(8) if p.isdigit() else p for p in parts]) + return result + + m = is_semver(s) + if not m: + raise UnsupportedVersionError(s) + groups = m.groups() + major, minor, patch = [int(i) for i in groups[:3]] + # choose the '|' and '*' so that versions sort correctly + pre, build = make_tuple(groups[3], '|'), make_tuple(groups[5], '*') + return (major, minor, patch), pre, build + + +class SemanticVersion(Version): + def parse(self, s): + return _semantic_key(s) + + @property + def is_prerelease(self): + return self._parts[1][0] != '|' + + +class SemanticMatcher(Matcher): + version_class = SemanticVersion + + +class VersionScheme(object): + def __init__(self, key, matcher, suggester=None): + self.key = key + self.matcher = matcher + self.suggester = suggester + + def is_valid_version(self, s): + try: + self.matcher.version_class(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_matcher(self, s): + try: + self.matcher(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_constraint_list(self, s): + """ + Used for processing some metadata fields + """ + # See issue #140. Be tolerant of a single trailing comma. + if s.endswith(','): + s = s[:-1] + return self.is_valid_matcher('dummy_name (%s)' % s) + + def suggest(self, s): + if self.suggester is None: + result = None + else: + result = self.suggester(s) + return result + +_SCHEMES = { + 'normalized': VersionScheme(_normalized_key, NormalizedMatcher, + _suggest_normalized_version), + 'legacy': VersionScheme(_legacy_key, LegacyMatcher, lambda self, s: s), + 'semantic': VersionScheme(_semantic_key, SemanticMatcher, + _suggest_semantic_version), +} + +_SCHEMES['default'] = _SCHEMES['normalized'] + + +def get_scheme(name): + if name not in _SCHEMES: + raise ValueError('unknown scheme name: %r' % name) + return _SCHEMES[name] diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000..48abfde --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1053 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2020 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import base64 +import codecs +import datetime +from email import message_from_file +import hashlib +import imp +import json +import logging +import os +import posixpath +import re +import shutil +import sys +import tempfile +import zipfile + +from . import __version__, DistlibException +from .compat import sysconfig, ZipFile, fsdecode, text_type, filter +from .database import InstalledDistribution +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (FileOperator, convert_path, CSVReader, CSVWriter, Cache, + cached_property, get_cache_base, read_exports, tempdir, + get_platform) +from .version import NormalizedVersion, UnsupportedVersionError + +logger = logging.getLogger(__name__) + +cache = None # created when needed + +if hasattr(sys, 'pypy_version_info'): # pragma: no cover + IMP_PREFIX = 'pp' +elif sys.platform.startswith('java'): # pragma: no cover + IMP_PREFIX = 'jy' +elif sys.platform == 'cli': # pragma: no cover + IMP_PREFIX = 'ip' +else: + IMP_PREFIX = 'cp' + +VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') +if not VER_SUFFIX: # pragma: no cover + VER_SUFFIX = '%s%s' % sys.version_info[:2] +PYVER = 'py' + VER_SUFFIX +IMPVER = IMP_PREFIX + VER_SUFFIX + +ARCH = get_platform().replace('-', '_').replace('.', '_') + +ABI = sysconfig.get_config_var('SOABI') +if ABI and ABI.startswith('cpython-'): + ABI = ABI.replace('cpython-', 'cp').split('-')[0] +else: + def _derive_abi(): + parts = ['cp', VER_SUFFIX] + if sysconfig.get_config_var('Py_DEBUG'): + parts.append('d') + if sysconfig.get_config_var('WITH_PYMALLOC'): + parts.append('m') + if sysconfig.get_config_var('Py_UNICODE_SIZE') == 4: + parts.append('u') + return ''.join(parts) + ABI = _derive_abi() + del _derive_abi + +FILENAME_RE = re.compile(r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))? +-(?P\w+\d+(\.\w+\d+)*) +-(?P\w+) +-(?P\w+(\.\w+)*) +\.whl$ +''', re.IGNORECASE | re.VERBOSE) + +NAME_VERSION_RE = re.compile(r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))?$ +''', re.IGNORECASE | re.VERBOSE) + +SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') +SHEBANG_DETAIL_RE = re.compile(br'^(\s*#!("[^"]+"|\S+))\s+(.*)$') +SHEBANG_PYTHON = b'#!python' +SHEBANG_PYTHONW = b'#!pythonw' + +if os.sep == '/': + to_posix = lambda o: o +else: + to_posix = lambda o: o.replace(os.sep, '/') + + +class Mounter(object): + def __init__(self): + self.impure_wheels = {} + self.libs = {} + + def add(self, pathname, extensions): + self.impure_wheels[pathname] = extensions + self.libs.update(extensions) + + def remove(self, pathname): + extensions = self.impure_wheels.pop(pathname) + for k, v in extensions: + if k in self.libs: + del self.libs[k] + + def find_module(self, fullname, path=None): + if fullname in self.libs: + result = self + else: + result = None + return result + + def load_module(self, fullname): + if fullname in sys.modules: + result = sys.modules[fullname] + else: + if fullname not in self.libs: + raise ImportError('unable to find extension for %s' % fullname) + result = imp.load_dynamic(fullname, self.libs[fullname]) + result.__loader__ = self + parts = fullname.rsplit('.', 1) + if len(parts) > 1: + result.__package__ = parts[0] + return result + +_hook = Mounter() + + +class Wheel(object): + """ + Class to build and install from Wheel files (PEP 427). + """ + + wheel_version = (1, 1) + hash_kind = 'sha256' + + def __init__(self, filename=None, sign=False, verify=False): + """ + Initialise an instance using a (valid) filename. + """ + self.sign = sign + self.should_verify = verify + self.buildver = '' + self.pyver = [PYVER] + self.abi = ['none'] + self.arch = ['any'] + self.dirname = os.getcwd() + if filename is None: + self.name = 'dummy' + self.version = '0.1' + self._filename = self.filename + else: + m = NAME_VERSION_RE.match(filename) + if m: + info = m.groupdict('') + self.name = info['nm'] + # Reinstate the local version separator + self.version = info['vn'].replace('_', '-') + self.buildver = info['bn'] + self._filename = self.filename + else: + dirname, filename = os.path.split(filename) + m = FILENAME_RE.match(filename) + if not m: + raise DistlibException('Invalid name or ' + 'filename: %r' % filename) + if dirname: + self.dirname = os.path.abspath(dirname) + self._filename = filename + info = m.groupdict('') + self.name = info['nm'] + self.version = info['vn'] + self.buildver = info['bn'] + self.pyver = info['py'].split('.') + self.abi = info['bi'].split('.') + self.arch = info['ar'].split('.') + + @property + def filename(self): + """ + Build and return a filename from the various components. + """ + if self.buildver: + buildver = '-' + self.buildver + else: + buildver = '' + pyver = '.'.join(self.pyver) + abi = '.'.join(self.abi) + arch = '.'.join(self.arch) + # replace - with _ as a local version separator + version = self.version.replace('-', '_') + return '%s-%s%s-%s-%s-%s.whl' % (self.name, version, buildver, + pyver, abi, arch) + + @property + def exists(self): + path = os.path.join(self.dirname, self.filename) + return os.path.isfile(path) + + @property + def tags(self): + for pyver in self.pyver: + for abi in self.abi: + for arch in self.arch: + yield pyver, abi, arch + + @cached_property + def metadata(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + wrapper = codecs.getreader('utf-8') + with ZipFile(pathname, 'r') as zf: + wheel_metadata = self.get_wheel_metadata(zf) + wv = wheel_metadata['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + # if file_version < (1, 1): + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, + # LEGACY_METADATA_FILENAME] + # else: + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] + fns = [WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + result = None + for fn in fns: + try: + metadata_filename = posixpath.join(info_dir, fn) + with zf.open(metadata_filename) as bf: + wf = wrapper(bf) + result = Metadata(fileobj=wf) + if result: + break + except KeyError: + pass + if not result: + raise ValueError('Invalid wheel, because metadata is ' + 'missing: looked in %s' % ', '.join(fns)) + return result + + def get_wheel_metadata(self, zf): + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + metadata_filename = posixpath.join(info_dir, 'WHEEL') + with zf.open(metadata_filename) as bf: + wf = codecs.getreader('utf-8')(bf) + message = message_from_file(wf) + return dict(message) + + @cached_property + def info(self): + pathname = os.path.join(self.dirname, self.filename) + with ZipFile(pathname, 'r') as zf: + result = self.get_wheel_metadata(zf) + return result + + def process_shebang(self, data): + m = SHEBANG_RE.match(data) + if m: + end = m.end() + shebang, data_after_shebang = data[:end], data[end:] + # Preserve any arguments after the interpreter + if b'pythonw' in shebang.lower(): + shebang_python = SHEBANG_PYTHONW + else: + shebang_python = SHEBANG_PYTHON + m = SHEBANG_DETAIL_RE.match(shebang) + if m: + args = b' ' + m.groups()[-1] + else: + args = b'' + shebang = shebang_python + args + data = shebang + data_after_shebang + else: + cr = data.find(b'\r') + lf = data.find(b'\n') + if cr < 0 or cr > lf: + term = b'\n' + else: + if data[cr:cr + 2] == b'\r\n': + term = b'\r\n' + else: + term = b'\r' + data = SHEBANG_PYTHON + term + data + return data + + def get_hash(self, data, hash_kind=None): + if hash_kind is None: + hash_kind = self.hash_kind + try: + hasher = getattr(hashlib, hash_kind) + except AttributeError: + raise DistlibException('Unsupported hash algorithm: %r' % hash_kind) + result = hasher(data).digest() + result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') + return hash_kind, result + + def write_record(self, records, record_path, base): + records = list(records) # make a copy, as mutated + p = to_posix(os.path.relpath(record_path, base)) + records.append((p, '', '')) + with CSVWriter(record_path) as writer: + for row in records: + writer.writerow(row) + + def write_records(self, info, libdir, archive_paths): + records = [] + distinfo, info_dir = info + hasher = getattr(hashlib, self.hash_kind) + for ap, p in archive_paths: + with open(p, 'rb') as f: + data = f.read() + digest = '%s=%s' % self.get_hash(data) + size = os.path.getsize(p) + records.append((ap, digest, size)) + + p = os.path.join(distinfo, 'RECORD') + self.write_record(records, p, libdir) + ap = to_posix(os.path.join(info_dir, 'RECORD')) + archive_paths.append((ap, p)) + + def build_zip(self, pathname, archive_paths): + with ZipFile(pathname, 'w', zipfile.ZIP_DEFLATED) as zf: + for ap, p in archive_paths: + logger.debug('Wrote %s to %s in wheel', p, ap) + zf.write(p, ap) + + def build(self, paths, tags=None, wheel_version=None): + """ + Build a wheel from files in specified paths, and use any specified tags + when determining the name of the wheel. + """ + if tags is None: + tags = {} + + libkey = list(filter(lambda o: o in paths, ('purelib', 'platlib')))[0] + if libkey == 'platlib': + is_pure = 'false' + default_pyver = [IMPVER] + default_abi = [ABI] + default_arch = [ARCH] + else: + is_pure = 'true' + default_pyver = [PYVER] + default_abi = ['none'] + default_arch = ['any'] + + self.pyver = tags.get('pyver', default_pyver) + self.abi = tags.get('abi', default_abi) + self.arch = tags.get('arch', default_arch) + + libdir = paths[libkey] + + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + archive_paths = [] + + # First, stuff which is not in site-packages + for key in ('data', 'headers', 'scripts'): + if key not in paths: + continue + path = paths[key] + if os.path.isdir(path): + for root, dirs, files in os.walk(path): + for fn in files: + p = fsdecode(os.path.join(root, fn)) + rp = os.path.relpath(p, path) + ap = to_posix(os.path.join(data_dir, key, rp)) + archive_paths.append((ap, p)) + if key == 'scripts' and not p.endswith('.exe'): + with open(p, 'rb') as f: + data = f.read() + data = self.process_shebang(data) + with open(p, 'wb') as f: + f.write(data) + + # Now, stuff which is in site-packages, other than the + # distinfo stuff. + path = libdir + distinfo = None + for root, dirs, files in os.walk(path): + if root == path: + # At the top level only, save distinfo for later + # and skip it for now + for i, dn in enumerate(dirs): + dn = fsdecode(dn) + if dn.endswith('.dist-info'): + distinfo = os.path.join(root, dn) + del dirs[i] + break + assert distinfo, '.dist-info directory expected, not found' + + for fn in files: + # comment out next suite to leave .pyc files in + if fsdecode(fn).endswith(('.pyc', '.pyo')): + continue + p = os.path.join(root, fn) + rp = to_posix(os.path.relpath(p, path)) + archive_paths.append((rp, p)) + + # Now distinfo. Assumed to be flat, i.e. os.listdir is enough. + files = os.listdir(distinfo) + for fn in files: + if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'): + p = fsdecode(os.path.join(distinfo, fn)) + ap = to_posix(os.path.join(info_dir, fn)) + archive_paths.append((ap, p)) + + wheel_metadata = [ + 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version), + 'Generator: distlib %s' % __version__, + 'Root-Is-Purelib: %s' % is_pure, + ] + for pyver, abi, arch in self.tags: + wheel_metadata.append('Tag: %s-%s-%s' % (pyver, abi, arch)) + p = os.path.join(distinfo, 'WHEEL') + with open(p, 'w') as f: + f.write('\n'.join(wheel_metadata)) + ap = to_posix(os.path.join(info_dir, 'WHEEL')) + archive_paths.append((ap, p)) + + # sort the entries by archive path. Not needed by any spec, but it + # keeps the archive listing and RECORD tidier than they would otherwise + # be. Use the number of path segments to keep directory entries together, + # and keep the dist-info stuff at the end. + def sorter(t): + ap = t[0] + n = ap.count('/') + if '.dist-info' in ap: + n += 10000 + return (n, ap) + archive_paths = sorted(archive_paths, key=sorter) + + # Now, at last, RECORD. + # Paths in here are archive paths - nothing else makes sense. + self.write_records((distinfo, info_dir), libdir, archive_paths) + # Now, ready to build the zip file + pathname = os.path.join(self.dirname, self.filename) + self.build_zip(pathname, archive_paths) + return pathname + + def skip_entry(self, arcname): + """ + Determine whether an archive entry should be skipped when verifying + or installing. + """ + # The signature file won't be in RECORD, + # and we don't currently don't do anything with it + # We also skip directories, as they won't be in RECORD + # either. See: + # + # https://github.com/pypa/wheel/issues/294 + # https://github.com/pypa/wheel/issues/287 + # https://github.com/pypa/wheel/pull/289 + # + return arcname.endswith(('/', '/RECORD.jws')) + + def install(self, paths, maker, **kwargs): + """ + Install a wheel to the specified paths. If kwarg ``warner`` is + specified, it should be a callable, which will be called with two + tuples indicating the wheel version of this software and the wheel + version in the file, if there is a discrepancy in the versions. + This can be used to issue any warnings to raise any exceptions. + If kwarg ``lib_only`` is True, only the purelib/platlib files are + installed, and the headers, scripts, data and dist-info metadata are + not written. If kwarg ``bytecode_hashed_invalidation`` is True, written + bytecode will try to use file-hash based invalidation (PEP-552) on + supported interpreter versions (CPython 2.7+). + + The return value is a :class:`InstalledDistribution` instance unless + ``options.lib_only`` is True, in which case the return value is ``None``. + """ + + dry_run = maker.dry_run + warner = kwargs.get('warner') + lib_only = kwargs.get('lib_only', False) + bc_hashed_invalidation = kwargs.get('bytecode_hashed_invalidation', False) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + if (file_version != self.wheel_version) and warner: + warner(self.wheel_version, file_version) + + if message['Root-Is-Purelib'] == 'true': + libdir = paths['purelib'] + else: + libdir = paths['platlib'] + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + data_pfx = posixpath.join(data_dir, '') + info_pfx = posixpath.join(info_dir, '') + script_pfx = posixpath.join(data_dir, 'scripts', '') + + # make a new instance rather than a copy of maker's, + # as we mutate it + fileop = FileOperator(dry_run=dry_run) + fileop.record = True # so we can rollback if needed + + bc = not sys.dont_write_bytecode # Double negatives. Lovely! + + outfiles = [] # for RECORD writing + + # for script copying/shebang processing + workdir = tempfile.mkdtemp() + # set target dir later + # we default add_launchers to False, as the + # Python Launcher should be used instead + maker.source_dir = workdir + maker.target_dir = None + try: + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + if lib_only and u_arcname.startswith((info_pfx, data_pfx)): + logger.debug('lib_only: skipping %s', u_arcname) + continue + is_script = (u_arcname.startswith(script_pfx) + and not u_arcname.endswith('.exe')) + + if u_arcname.startswith(data_pfx): + _, where, rp = u_arcname.split('/', 2) + outfile = os.path.join(paths[where], convert_path(rp)) + else: + # meant for site-packages. + if u_arcname in (wheel_metadata_name, record_name): + continue + outfile = os.path.join(libdir, convert_path(u_arcname)) + if not is_script: + with zf.open(arcname) as bf: + fileop.copy_stream(bf, outfile) + # Issue #147: permission bits aren't preserved. Using + # zf.extract(zinfo, libdir) should have worked, but didn't, + # see https://www.thetopsites.net/article/53834422.shtml + # So ... manually preserve permission bits as given in zinfo + if os.name == 'posix': + # just set the normal permission bits + os.chmod(outfile, (zinfo.external_attr >> 16) & 0x1FF) + outfiles.append(outfile) + # Double check the digest of the written file + if not dry_run and row[1]: + with open(outfile, 'rb') as bf: + data = bf.read() + _, newdigest = self.get_hash(data, kind) + if newdigest != digest: + raise DistlibException('digest mismatch ' + 'on write for ' + '%s' % outfile) + if bc and outfile.endswith('.py'): + try: + pyc = fileop.byte_compile(outfile, + hashed_invalidation=bc_hashed_invalidation) + outfiles.append(pyc) + except Exception: + # Don't give up if byte-compilation fails, + # but log it and perhaps warn the user + logger.warning('Byte-compilation failed', + exc_info=True) + else: + fn = os.path.basename(convert_path(arcname)) + workname = os.path.join(workdir, fn) + with zf.open(arcname) as bf: + fileop.copy_stream(bf, workname) + + dn, fn = os.path.split(outfile) + maker.target_dir = dn + filenames = maker.make(fn) + fileop.set_executable_mode(filenames) + outfiles.extend(filenames) + + if lib_only: + logger.debug('lib_only: returning None') + dist = None + else: + # Generate scripts + + # Try to get pydist.json so we can see if there are + # any commands to generate. If this fails (e.g. because + # of a legacy wheel), log a warning but don't give up. + commands = None + file_version = self.info['Wheel-Version'] + if file_version == '1.0': + # Use legacy info + ep = posixpath.join(info_dir, 'entry_points.txt') + try: + with zf.open(ep) as bwf: + epdata = read_exports(bwf) + commands = {} + for key in ('console', 'gui'): + k = '%s_scripts' % key + if k in epdata: + commands['wrap_%s' % key] = d = {} + for v in epdata[k].values(): + s = '%s:%s' % (v.prefix, v.suffix) + if v.flags: + s += ' [%s]' % ','.join(v.flags) + d[v.name] = s + except Exception: + logger.warning('Unable to read legacy script ' + 'metadata, so cannot generate ' + 'scripts') + else: + try: + with zf.open(metadata_name) as bwf: + wf = wrapper(bwf) + commands = json.load(wf).get('extensions') + if commands: + commands = commands.get('python.commands') + except Exception: + logger.warning('Unable to read JSON metadata, so ' + 'cannot generate scripts') + if commands: + console_scripts = commands.get('wrap_console', {}) + gui_scripts = commands.get('wrap_gui', {}) + if console_scripts or gui_scripts: + script_dir = paths.get('scripts', '') + if not os.path.isdir(script_dir): + raise ValueError('Valid script path not ' + 'specified') + maker.target_dir = script_dir + for k, v in console_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script) + fileop.set_executable_mode(filenames) + + if gui_scripts: + options = {'gui': True } + for k, v in gui_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script, options) + fileop.set_executable_mode(filenames) + + p = os.path.join(libdir, info_dir) + dist = InstalledDistribution(p) + + # Write SHARED + paths = dict(paths) # don't change passed in dict + del paths['purelib'] + del paths['platlib'] + paths['lib'] = libdir + p = dist.write_shared_locations(paths, dry_run) + if p: + outfiles.append(p) + + # Write RECORD + dist.write_installed_files(outfiles, paths['prefix'], + dry_run) + return dist + except Exception: # pragma: no cover + logger.exception('installation failed.') + fileop.rollback() + raise + finally: + shutil.rmtree(workdir) + + def _get_dylib_cache(self): + global cache + if cache is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('dylib-cache'), + '%s.%s' % sys.version_info[:2]) + cache = Cache(base) + return cache + + def _get_extensions(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + arcname = posixpath.join(info_dir, 'EXTENSIONS') + wrapper = codecs.getreader('utf-8') + result = [] + with ZipFile(pathname, 'r') as zf: + try: + with zf.open(arcname) as bf: + wf = wrapper(bf) + extensions = json.load(wf) + cache = self._get_dylib_cache() + prefix = cache.prefix_to_dir(pathname) + cache_base = os.path.join(cache.base, prefix) + if not os.path.isdir(cache_base): + os.makedirs(cache_base) + for name, relpath in extensions.items(): + dest = os.path.join(cache_base, convert_path(relpath)) + if not os.path.exists(dest): + extract = True + else: + file_time = os.stat(dest).st_mtime + file_time = datetime.datetime.fromtimestamp(file_time) + info = zf.getinfo(relpath) + wheel_time = datetime.datetime(*info.date_time) + extract = wheel_time > file_time + if extract: + zf.extract(relpath, cache_base) + result.append((name, dest)) + except KeyError: + pass + return result + + def is_compatible(self): + """ + Determine if a wheel is compatible with the running system. + """ + return is_compatible(self) + + def is_mountable(self): + """ + Determine if a wheel is asserted as mountable by its metadata. + """ + return True # for now - metadata details TBD + + def mount(self, append=False): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if not self.is_compatible(): + msg = 'Wheel %s not compatible with this Python.' % pathname + raise DistlibException(msg) + if not self.is_mountable(): + msg = 'Wheel %s is marked as not mountable.' % pathname + raise DistlibException(msg) + if pathname in sys.path: + logger.debug('%s already in path', pathname) + else: + if append: + sys.path.append(pathname) + else: + sys.path.insert(0, pathname) + extensions = self._get_extensions() + if extensions: + if _hook not in sys.meta_path: + sys.meta_path.append(_hook) + _hook.add(pathname, extensions) + + def unmount(self): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if pathname not in sys.path: + logger.debug('%s not in path', pathname) + else: + sys.path.remove(pathname) + if pathname in _hook.impure_wheels: + _hook.remove(pathname) + if not _hook.impure_wheels: + if _hook in sys.meta_path: + sys.meta_path.remove(_hook) + + def verify(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + # TODO version verification + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + # See issue #115: some wheels have .. in their entries, but + # in the filename ... e.g. __main__..py ! So the check is + # updated to look for .. in the directory portions + p = u_arcname.split('/') + if '..' in p: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + def update(self, modifier, dest_dir=None, **kwargs): + """ + Update the contents of a wheel in a generic way. The modifier should + be a callable which expects a dictionary argument: its keys are + archive-entry paths, and its values are absolute filesystem paths + where the contents the corresponding archive entries can be found. The + modifier is free to change the contents of the files pointed to, add + new entries and remove entries, before returning. This method will + extract the entire contents of the wheel to a temporary location, call + the modifier, and then use the passed (and possibly updated) + dictionary to write a new wheel. If ``dest_dir`` is specified, the new + wheel is written there -- otherwise, the original wheel is overwritten. + + The modifier should return True if it updated the wheel, else False. + This method returns the same value the modifier returns. + """ + + def get_version(path_map, info_dir): + version = path = None + key = '%s/%s' % (info_dir, LEGACY_METADATA_FILENAME) + if key not in path_map: + key = '%s/PKG-INFO' % info_dir + if key in path_map: + path = path_map[key] + version = Metadata(path=path).version + return version, path + + def update_version(version, path): + updated = None + try: + v = NormalizedVersion(version) + i = version.find('-') + if i < 0: + updated = '%s+1' % version + else: + parts = [int(s) for s in version[i + 1:].split('.')] + parts[-1] += 1 + updated = '%s+%s' % (version[:i], + '.'.join(str(i) for i in parts)) + except UnsupportedVersionError: + logger.debug('Cannot update non-compliant (PEP-440) ' + 'version %r', version) + if updated: + md = Metadata(path=path) + md.version = updated + legacy = path.endswith(LEGACY_METADATA_FILENAME) + md.write(path=path, legacy=legacy) + logger.debug('Version updated from %r to %r', version, + updated) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + record_name = posixpath.join(info_dir, 'RECORD') + with tempdir() as workdir: + with ZipFile(pathname, 'r') as zf: + path_map = {} + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if u_arcname == record_name: + continue + if '..' in u_arcname: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + zf.extract(zinfo, workdir) + path = os.path.join(workdir, convert_path(u_arcname)) + path_map[u_arcname] = path + + # Remember the version. + original_version, _ = get_version(path_map, info_dir) + # Files extracted. Call the modifier. + modified = modifier(path_map, **kwargs) + if modified: + # Something changed - need to build a new wheel. + current_version, path = get_version(path_map, info_dir) + if current_version and (current_version == original_version): + # Add or update local version to signify changes. + update_version(current_version, path) + # Decide where the new wheel goes. + if dest_dir is None: + fd, newpath = tempfile.mkstemp(suffix='.whl', + prefix='wheel-update-', + dir=workdir) + os.close(fd) + else: + if not os.path.isdir(dest_dir): + raise DistlibException('Not a directory: %r' % dest_dir) + newpath = os.path.join(dest_dir, self.filename) + archive_paths = list(path_map.items()) + distinfo = os.path.join(workdir, info_dir) + info = distinfo, info_dir + self.write_records(info, workdir, archive_paths) + self.build_zip(newpath, archive_paths) + if dest_dir is None: + shutil.copyfile(newpath, pathname) + return modified + +def _get_glibc_version(): + import platform + ver = platform.libc_ver() + result = [] + if ver[0] == 'glibc': + for s in ver[1].split('.'): + result.append(int(s) if s.isdigit() else 0) + result = tuple(result) + return result + +def compatible_tags(): + """ + Return (pyver, abi, arch) tuples compatible with this Python. + """ + versions = [VER_SUFFIX] + major = VER_SUFFIX[0] + for minor in range(sys.version_info[1] - 1, - 1, -1): + versions.append(''.join([major, str(minor)])) + + abis = [] + for suffix, _, _ in imp.get_suffixes(): + if suffix.startswith('.abi'): + abis.append(suffix.split('.', 2)[1]) + abis.sort() + if ABI != 'none': + abis.insert(0, ABI) + abis.append('none') + result = [] + + arches = [ARCH] + if sys.platform == 'darwin': + m = re.match(r'(\w+)_(\d+)_(\d+)_(\w+)$', ARCH) + if m: + name, major, minor, arch = m.groups() + minor = int(minor) + matches = [arch] + if arch in ('i386', 'ppc'): + matches.append('fat') + if arch in ('i386', 'ppc', 'x86_64'): + matches.append('fat3') + if arch in ('ppc64', 'x86_64'): + matches.append('fat64') + if arch in ('i386', 'x86_64'): + matches.append('intel') + if arch in ('i386', 'x86_64', 'intel', 'ppc', 'ppc64'): + matches.append('universal') + while minor >= 0: + for match in matches: + s = '%s_%s_%s_%s' % (name, major, minor, match) + if s != ARCH: # already there + arches.append(s) + minor -= 1 + + # Most specific - our Python version, ABI and arch + for abi in abis: + for arch in arches: + result.append((''.join((IMP_PREFIX, versions[0])), abi, arch)) + # manylinux + if abi != 'none' and sys.platform.startswith('linux'): + arch = arch.replace('linux_', '') + parts = _get_glibc_version() + if len(parts) == 2: + if parts >= (2, 5): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux1_%s' % arch)) + if parts >= (2, 12): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2010_%s' % arch)) + if parts >= (2, 17): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2014_%s' % arch)) + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux_%s_%s_%s' % (parts[0], parts[1], + arch))) + + # where no ABI / arch dependency, but IMP_PREFIX dependency + for i, version in enumerate(versions): + result.append((''.join((IMP_PREFIX, version)), 'none', 'any')) + if i == 0: + result.append((''.join((IMP_PREFIX, version[0])), 'none', 'any')) + + # no IMP_PREFIX, ABI or arch dependency + for i, version in enumerate(versions): + result.append((''.join(('py', version)), 'none', 'any')) + if i == 0: + result.append((''.join(('py', version[0])), 'none', 'any')) + + return set(result) + + +COMPATIBLE_TAGS = compatible_tags() + +del compatible_tags + + +def is_compatible(wheel, tags=None): + if not isinstance(wheel, Wheel): + wheel = Wheel(wheel) # assume it's a filename + result = False + if tags is None: + tags = COMPATIBLE_TAGS + for ver, abi, arch in tags: + if ver in wheel.pyver and abi in wheel.abi and arch in wheel.arch: + result = True + break + return result diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distro.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distro.py new file mode 100644 index 0000000..7892741 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/distro.py @@ -0,0 +1,1386 @@ +# Copyright 2015,2016,2017 Nir Cohen +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +The ``distro`` package (``distro`` stands for Linux Distribution) provides +information about the Linux distribution it runs on, such as a reliable +machine-readable distro ID, or version information. + +It is the recommended replacement for Python's original +:py:func:`platform.linux_distribution` function, but it provides much more +functionality. An alternative implementation became necessary because Python +3.5 deprecated this function, and Python 3.8 removed it altogether. Its +predecessor function :py:func:`platform.dist` was already deprecated since +Python 2.6 and removed in Python 3.8. Still, there are many cases in which +access to OS distribution information is needed. See `Python issue 1322 +`_ for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings + +__version__ = "1.6.0" + +# Use `if False` to avoid an ImportError on Python 2. After dropping Python 2 +# support, can use typing.TYPE_CHECKING instead. See: +# https://docs.python.org/3/library/typing.html#typing.TYPE_CHECKING +if False: # pragma: nocover + from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, + TypedDict, + Union, + ) + + VersionDict = TypedDict( + "VersionDict", {"major": str, "minor": str, "build_number": str} + ) + InfoDict = TypedDict( + "InfoDict", + { + "id": str, + "version": str, + "version_parts": VersionDict, + "like": str, + "codename": str, + }, + ) + + +_UNIXCONFDIR = os.environ.get("UNIXCONFDIR", "/etc") +_UNIXUSRLIBDIR = os.environ.get("UNIXUSRLIBDIR", "/usr/lib") +_OS_RELEASE_BASENAME = "os-release" + +#: Translation table for normalizing the "ID" attribute defined in os-release +#: files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as defined in the os-release file, translated to lower case, +#: with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_OS_ID = { + "ol": "oracle", # Oracle Linux +} + +#: Translation table for normalizing the "Distributor ID" attribute returned by +#: the lsb_release command, for use by the :func:`distro.id` method. +#: +#: * Key: Value as returned by the lsb_release command, translated to lower +#: case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_LSB_ID = { + "enterpriseenterpriseas": "oracle", # Oracle Enterprise Linux 4 + "enterpriseenterpriseserver": "oracle", # Oracle Linux 5 + "redhatenterpriseworkstation": "rhel", # RHEL 6, 7 Workstation + "redhatenterpriseserver": "rhel", # RHEL 6, 7 Server + "redhatenterprisecomputenode": "rhel", # RHEL 6 ComputeNode +} + +#: Translation table for normalizing the distro ID derived from the file name +#: of distro release files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as derived from the file name of a distro release file, +#: translated to lower case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_DISTRO_ID = { + "redhat": "rhel", # RHEL 6.x, 7.x +} + +# Pattern for content of distro release file (reversed) +_DISTRO_RELEASE_CONTENT_REVERSED_PATTERN = re.compile( + r"(?:[^)]*\)(.*)\()? *(?:STL )?([\d.+\-a-z]*\d) *(?:esaeler *)?(.+)" +) + +# Pattern for base file name of distro release file +_DISTRO_RELEASE_BASENAME_PATTERN = re.compile(r"(\w+)[-_](release|version)$") + +# Base file names to be ignored when searching for distro release file +_DISTRO_RELEASE_IGNORE_BASENAMES = ( + "debian_version", + "lsb-release", + "oem-release", + _OS_RELEASE_BASENAME, + "system-release", + "plesk-release", + "iredmail-release", +) + + +def linux_distribution(full_distribution_name=True): + # type: (bool) -> Tuple[str, str, str] + """ + .. deprecated:: 1.6.0 + + :func:`distro.linux_distribution()` is deprecated. It should only be + used as a compatibility shim with Python's + :py:func:`platform.linux_distribution()`. Please use :func:`distro.id`, + :func:`distro.version` and :func:`distro.name` instead. + + Return information about the current OS distribution as a tuple + ``(id_name, version, codename)`` with items as follows: + + * ``id_name``: If *full_distribution_name* is false, the result of + :func:`distro.id`. Otherwise, the result of :func:`distro.name`. + + * ``version``: The result of :func:`distro.version`. + + * ``codename``: The result of :func:`distro.codename`. + + The interface of this function is compatible with the original + :py:func:`platform.linux_distribution` function, supporting a subset of + its parameters. + + The data it returns may not exactly be the same, because it uses more data + sources than the original function, and that may lead to different data if + the OS distribution is not consistent across multiple data sources it + provides (there are indeed such distributions ...). + + Another reason for differences is the fact that the :func:`distro.id` + method normalizes the distro ID string to a reliable machine-readable value + for a number of popular OS distributions. + """ + warnings.warn( + "distro.linux_distribution() is deprecated. It should only be used as a " + "compatibility shim with Python's platform.linux_distribution(). Please use " + "distro.id(), distro.version() and distro.name() instead.", + DeprecationWarning, + stacklevel=2, + ) + return _distro.linux_distribution(full_distribution_name) + + +def id(): + # type: () -> str + """ + Return the distro ID of the current distribution, as a + machine-readable string. + + For a number of OS distributions, the returned distro ID value is + *reliable*, in the sense that it is documented and that it does not change + across releases of the distribution. + + This package maintains the following reliable distro ID values: + + ============== ========================================= + Distro ID Distribution + ============== ========================================= + "ubuntu" Ubuntu + "debian" Debian + "rhel" RedHat Enterprise Linux + "centos" CentOS + "fedora" Fedora + "sles" SUSE Linux Enterprise Server + "opensuse" openSUSE + "amazon" Amazon Linux + "arch" Arch Linux + "cloudlinux" CloudLinux OS + "exherbo" Exherbo Linux + "gentoo" GenToo Linux + "ibm_powerkvm" IBM PowerKVM + "kvmibm" KVM for IBM z Systems + "linuxmint" Linux Mint + "mageia" Mageia + "mandriva" Mandriva Linux + "parallels" Parallels + "pidora" Pidora + "raspbian" Raspbian + "oracle" Oracle Linux (and Oracle Enterprise Linux) + "scientific" Scientific Linux + "slackware" Slackware + "xenserver" XenServer + "openbsd" OpenBSD + "netbsd" NetBSD + "freebsd" FreeBSD + "midnightbsd" MidnightBSD + ============== ========================================= + + If you have a need to get distros for reliable IDs added into this set, + or if you find that the :func:`distro.id` function returns a different + distro ID for one of the listed distros, please create an issue in the + `distro issue tracker`_. + + **Lookup hierarchy and transformations:** + + First, the ID is obtained from the following sources, in the specified + order. The first available and non-empty value is used: + + * the value of the "ID" attribute of the os-release file, + + * the value of the "Distributor ID" attribute returned by the lsb_release + command, + + * the first part of the file name of the distro release file, + + The so determined ID value then passes the following transformations, + before it is returned by this method: + + * it is translated to lower case, + + * blanks (which should not be there anyway) are translated to underscores, + + * a normalization of the ID is performed, based upon + `normalization tables`_. The purpose of this normalization is to ensure + that the ID is as reliable as possible, even across incompatible changes + in the OS distributions. A common reason for an incompatible change is + the addition of an os-release file, or the addition of the lsb_release + command, with ID values that differ from what was previously determined + from the distro release file name. + """ + return _distro.id() + + +def name(pretty=False): + # type: (bool) -> str + """ + Return the name of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the name is returned without version or codename. + (e.g. "CentOS Linux") + + If *pretty* is true, the version and codename are appended. + (e.g. "CentOS Linux 7.1.1503 (Core)") + + **Lookup hierarchy:** + + The name is obtained from the following sources, in the specified order. + The first available and non-empty value is used: + + * If *pretty* is false: + + - the value of the "NAME" attribute of the os-release file, + + - the value of the "Distributor ID" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file. + + * If *pretty* is true: + + - the value of the "PRETTY_NAME" attribute of the os-release file, + + - the value of the "Description" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file, appended + with the value of the pretty version ("" and "" + fields) of the distro release file, if available. + """ + return _distro.name(pretty) + + +def version(pretty=False, best=False): + # type: (bool, bool) -> str + """ + Return the version of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the version is returned without codename (e.g. + "7.0"). + + If *pretty* is true, the codename in parenthesis is appended, if the + codename is non-empty (e.g. "7.0 (Maipo)"). + + Some distributions provide version numbers with different precisions in + the different sources of distribution information. Examining the different + sources in a fixed priority order does not always yield the most precise + version (e.g. for Debian 8.2, or CentOS 7.1). + + The *best* parameter can be used to control the approach for the returned + version: + + If *best* is false, the first non-empty version number in priority order of + the examined sources is returned. + + If *best* is true, the most precise version number out of all examined + sources is returned. + + **Lookup hierarchy:** + + In all cases, the version number is obtained from the following sources. + If *best* is false, this order represents the priority order: + + * the value of the "VERSION_ID" attribute of the os-release file, + * the value of the "Release" attribute returned by the lsb_release + command, + * the version number parsed from the "" field of the first line + of the distro release file, + * the version number parsed from the "PRETTY_NAME" attribute of the + os-release file, if it follows the format of the distro release files. + * the version number parsed from the "Description" attribute returned by + the lsb_release command, if it follows the format of the distro release + files. + """ + return _distro.version(pretty, best) + + +def version_parts(best=False): + # type: (bool) -> Tuple[str, str, str] + """ + Return the version of the current OS distribution as a tuple + ``(major, minor, build_number)`` with items as follows: + + * ``major``: The result of :func:`distro.major_version`. + + * ``minor``: The result of :func:`distro.minor_version`. + + * ``build_number``: The result of :func:`distro.build_number`. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.version_parts(best) + + +def major_version(best=False): + # type: (bool) -> str + """ + Return the major version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The major version is the first + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.major_version(best) + + +def minor_version(best=False): + # type: (bool) -> str + """ + Return the minor version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The minor version is the second + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.minor_version(best) + + +def build_number(best=False): + # type: (bool) -> str + """ + Return the build number of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The build number is the third part + of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.build_number(best) + + +def like(): + # type: () -> str + """ + Return a space-separated list of distro IDs of distributions that are + closely related to the current OS distribution in regards to packaging + and programming interfaces, for example distributions the current + distribution is a derivative from. + + **Lookup hierarchy:** + + This information item is only provided by the os-release file. + For details, see the description of the "ID_LIKE" attribute in the + `os-release man page + `_. + """ + return _distro.like() + + +def codename(): + # type: () -> str + """ + Return the codename for the release of the current OS distribution, + as a string. + + If the distribution does not have a codename, an empty string is returned. + + Note that the returned codename is not always really a codename. For + example, openSUSE returns "x86_64". This function does not handle such + cases in any special way and just returns the string it finds, if any. + + **Lookup hierarchy:** + + * the codename within the "VERSION" attribute of the os-release file, if + provided, + + * the value of the "Codename" attribute returned by the lsb_release + command, + + * the value of the "" field of the distro release file. + """ + return _distro.codename() + + +def info(pretty=False, best=False): + # type: (bool, bool) -> InfoDict + """ + Return certain machine-readable information items about the current OS + distribution in a dictionary, as shown in the following example: + + .. sourcecode:: python + + { + 'id': 'rhel', + 'version': '7.0', + 'version_parts': { + 'major': '7', + 'minor': '0', + 'build_number': '' + }, + 'like': 'fedora', + 'codename': 'Maipo' + } + + The dictionary structure and keys are always the same, regardless of which + information items are available in the underlying data sources. The values + for the various keys are as follows: + + * ``id``: The result of :func:`distro.id`. + + * ``version``: The result of :func:`distro.version`. + + * ``version_parts -> major``: The result of :func:`distro.major_version`. + + * ``version_parts -> minor``: The result of :func:`distro.minor_version`. + + * ``version_parts -> build_number``: The result of + :func:`distro.build_number`. + + * ``like``: The result of :func:`distro.like`. + + * ``codename``: The result of :func:`distro.codename`. + + For a description of the *pretty* and *best* parameters, see the + :func:`distro.version` method. + """ + return _distro.info(pretty, best) + + +def os_release_info(): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information items + from the os-release file data source of the current OS distribution. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_info() + + +def lsb_release_info(): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information items + from the lsb_release command data source of the current OS distribution. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_info() + + +def distro_release_info(): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_info() + + +def uname_info(): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + """ + return _distro.uname_info() + + +def os_release_attr(attribute): + # type: (str) -> str + """ + Return a single named information item from the os-release file data source + of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_attr(attribute) + + +def lsb_release_attr(attribute): + # type: (str) -> str + """ + Return a single named information item from the lsb_release command output + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_attr(attribute) + + +def distro_release_attr(attribute): + # type: (str) -> str + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_attr(attribute) + + +def uname_attr(attribute): + # type: (str) -> str + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + """ + return _distro.uname_attr(attribute) + + +try: + from functools import cached_property +except ImportError: + # Python < 3.8 + class cached_property(object): # type: ignore + """A version of @property which caches the value. On access, it calls the + underlying function and sets the value in `__dict__` so future accesses + will not re-call the property. + """ + + def __init__(self, f): + # type: (Callable[[Any], Any]) -> None + self._fname = f.__name__ + self._f = f + + def __get__(self, obj, owner): + # type: (Any, Type[Any]) -> Any + assert obj is not None, "call {} on an instance".format(self._fname) + ret = obj.__dict__[self._fname] = self._f(obj) + return ret + + +class LinuxDistribution(object): + """ + Provides information about a OS distribution. + + This package creates a private module-global instance of this class with + default initialization arguments, that is used by the + `consolidated accessor functions`_ and `single source accessor functions`_. + By using default initialization arguments, that module-global instance + returns data about the current OS distribution (i.e. the distro this + package runs on). + + Normally, it is not necessary to create additional instances of this class. + However, in situations where control is needed over the exact data sources + that are used, instances of this class can be created with a specific + distro release file, or a specific os-release file, or without invoking the + lsb_release command. + """ + + def __init__( + self, + include_lsb=True, + os_release_file="", + distro_release_file="", + include_uname=True, + root_dir=None, + ): + # type: (bool, str, str, bool, Optional[str]) -> None + """ + The initialization method of this class gathers information from the + available data sources, and stores that in private instance attributes. + Subsequent access to the information items uses these private instance + attributes, so that the data sources are read only once. + + Parameters: + + * ``include_lsb`` (bool): Controls whether the + `lsb_release command output`_ is included as a data source. + + If the lsb_release command is not available in the program execution + path, the data source for the lsb_release command will be empty. + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is to be used as a data source. + + An empty string (the default) will cause the default path name to + be used (see `os-release file`_ for details). + + If the specified or defaulted os-release file does not exist, the + data source for the os-release file will be empty. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is to be used as a data source. + + An empty string (the default) will cause a default search algorithm + to be used (see `distro release file`_ for details). + + If the specified distro release file does not exist, or if no default + distro release file can be found, the data source for the distro + release file will be empty. + + * ``include_uname`` (bool): Controls whether uname command output is + included as a data source. If the uname command is not available in + the program execution path the data source for the uname command will + be empty. + + * ``root_dir`` (string): The absolute path to the root directory to use + to find distro-related information files. + + Public instance attributes: + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``include_lsb`` (bool): The result of the ``include_lsb`` parameter. + This controls whether the lsb information will be loaded. + + * ``include_uname`` (bool): The result of the ``include_uname`` + parameter. This controls whether the uname information will + be loaded. + + Raises: + + * :py:exc:`IOError`: Some I/O issue with an os-release file or distro + release file. + + * :py:exc:`subprocess.CalledProcessError`: The lsb_release command had + some issue (other than not being available in the program execution + path). + + * :py:exc:`UnicodeError`: A data source has unexpected characters or + uses an unexpected encoding. + """ + self.root_dir = root_dir + self.etc_dir = os.path.join(root_dir, "etc") if root_dir else _UNIXCONFDIR + self.usr_lib_dir = ( + os.path.join(root_dir, "usr/lib") if root_dir else _UNIXUSRLIBDIR + ) + + if os_release_file: + self.os_release_file = os_release_file + else: + etc_dir_os_release_file = os.path.join(self.etc_dir, _OS_RELEASE_BASENAME) + usr_lib_os_release_file = os.path.join( + self.usr_lib_dir, _OS_RELEASE_BASENAME + ) + + # NOTE: The idea is to respect order **and** have it set + # at all times for API backwards compatibility. + if os.path.isfile(etc_dir_os_release_file) or not os.path.isfile( + usr_lib_os_release_file + ): + self.os_release_file = etc_dir_os_release_file + else: + self.os_release_file = usr_lib_os_release_file + + self.distro_release_file = distro_release_file or "" # updated later + self.include_lsb = include_lsb + self.include_uname = include_uname + + def __repr__(self): + # type: () -> str + """Return repr of all info""" + return ( + "LinuxDistribution(" + "os_release_file={self.os_release_file!r}, " + "distro_release_file={self.distro_release_file!r}, " + "include_lsb={self.include_lsb!r}, " + "include_uname={self.include_uname!r}, " + "_os_release_info={self._os_release_info!r}, " + "_lsb_release_info={self._lsb_release_info!r}, " + "_distro_release_info={self._distro_release_info!r}, " + "_uname_info={self._uname_info!r})".format(self=self) + ) + + def linux_distribution(self, full_distribution_name=True): + # type: (bool) -> Tuple[str, str, str] + """ + Return information about the OS distribution that is compatible + with Python's :func:`platform.linux_distribution`, supporting a subset + of its parameters. + + For details, see :func:`distro.linux_distribution`. + """ + return ( + self.name() if full_distribution_name else self.id(), + self.version(), + self.codename(), + ) + + def id(self): + # type: () -> str + """Return the distro ID of the OS distribution, as a string. + + For details, see :func:`distro.id`. + """ + + def normalize(distro_id, table): + # type: (str, Dict[str, str]) -> str + distro_id = distro_id.lower().replace(" ", "_") + return table.get(distro_id, distro_id) + + distro_id = self.os_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_OS_ID) + + distro_id = self.lsb_release_attr("distributor_id") + if distro_id: + return normalize(distro_id, NORMALIZED_LSB_ID) + + distro_id = self.distro_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + distro_id = self.uname_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + return "" + + def name(self, pretty=False): + # type: (bool) -> str + """ + Return the name of the OS distribution, as a string. + + For details, see :func:`distro.name`. + """ + name = ( + self.os_release_attr("name") + or self.lsb_release_attr("distributor_id") + or self.distro_release_attr("name") + or self.uname_attr("name") + ) + if pretty: + name = self.os_release_attr("pretty_name") or self.lsb_release_attr( + "description" + ) + if not name: + name = self.distro_release_attr("name") or self.uname_attr("name") + version = self.version(pretty=True) + if version: + name = name + " " + version + return name or "" + + def version(self, pretty=False, best=False): + # type: (bool, bool) -> str + """ + Return the version of the OS distribution, as a string. + + For details, see :func:`distro.version`. + """ + versions = [ + self.os_release_attr("version_id"), + self.lsb_release_attr("release"), + self.distro_release_attr("version_id"), + self._parse_distro_release_content(self.os_release_attr("pretty_name")).get( + "version_id", "" + ), + self._parse_distro_release_content( + self.lsb_release_attr("description") + ).get("version_id", ""), + self.uname_attr("release"), + ] + version = "" + if best: + # This algorithm uses the last version in priority order that has + # the best precision. If the versions are not in conflict, that + # does not matter; otherwise, using the last one instead of the + # first one might be considered a surprise. + for v in versions: + if v.count(".") > version.count(".") or version == "": + version = v + else: + for v in versions: + if v != "": + version = v + break + if pretty and version and self.codename(): + version = "{0} ({1})".format(version, self.codename()) + return version + + def version_parts(self, best=False): + # type: (bool) -> Tuple[str, str, str] + """ + Return the version of the OS distribution, as a tuple of version + numbers. + + For details, see :func:`distro.version_parts`. + """ + version_str = self.version(best=best) + if version_str: + version_regex = re.compile(r"(\d+)\.?(\d+)?\.?(\d+)?") + matches = version_regex.match(version_str) + if matches: + major, minor, build_number = matches.groups() + return major, minor or "", build_number or "" + return "", "", "" + + def major_version(self, best=False): + # type: (bool) -> str + """ + Return the major version number of the current distribution. + + For details, see :func:`distro.major_version`. + """ + return self.version_parts(best)[0] + + def minor_version(self, best=False): + # type: (bool) -> str + """ + Return the minor version number of the current distribution. + + For details, see :func:`distro.minor_version`. + """ + return self.version_parts(best)[1] + + def build_number(self, best=False): + # type: (bool) -> str + """ + Return the build number of the current distribution. + + For details, see :func:`distro.build_number`. + """ + return self.version_parts(best)[2] + + def like(self): + # type: () -> str + """ + Return the IDs of distributions that are like the OS distribution. + + For details, see :func:`distro.like`. + """ + return self.os_release_attr("id_like") or "" + + def codename(self): + # type: () -> str + """ + Return the codename of the OS distribution. + + For details, see :func:`distro.codename`. + """ + try: + # Handle os_release specially since distros might purposefully set + # this to empty string to have no codename + return self._os_release_info["codename"] + except KeyError: + return ( + self.lsb_release_attr("codename") + or self.distro_release_attr("codename") + or "" + ) + + def info(self, pretty=False, best=False): + # type: (bool, bool) -> InfoDict + """ + Return certain machine-readable information about the OS + distribution. + + For details, see :func:`distro.info`. + """ + return dict( + id=self.id(), + version=self.version(pretty, best), + version_parts=dict( + major=self.major_version(best), + minor=self.minor_version(best), + build_number=self.build_number(best), + ), + like=self.like(), + codename=self.codename(), + ) + + def os_release_info(self): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information + items from the os-release file data source of the OS distribution. + + For details, see :func:`distro.os_release_info`. + """ + return self._os_release_info + + def lsb_release_info(self): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information + items from the lsb_release command data source of the OS + distribution. + + For details, see :func:`distro.lsb_release_info`. + """ + return self._lsb_release_info + + def distro_release_info(self): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information + items from the distro release file data source of the OS + distribution. + + For details, see :func:`distro.distro_release_info`. + """ + return self._distro_release_info + + def uname_info(self): + # type: () -> Dict[str, str] + """ + Return a dictionary containing key-value pairs for the information + items from the uname command data source of the OS distribution. + + For details, see :func:`distro.uname_info`. + """ + return self._uname_info + + def os_release_attr(self, attribute): + # type: (str) -> str + """ + Return a single named information item from the os-release file data + source of the OS distribution. + + For details, see :func:`distro.os_release_attr`. + """ + return self._os_release_info.get(attribute, "") + + def lsb_release_attr(self, attribute): + # type: (str) -> str + """ + Return a single named information item from the lsb_release command + output data source of the OS distribution. + + For details, see :func:`distro.lsb_release_attr`. + """ + return self._lsb_release_info.get(attribute, "") + + def distro_release_attr(self, attribute): + # type: (str) -> str + """ + Return a single named information item from the distro release file + data source of the OS distribution. + + For details, see :func:`distro.distro_release_attr`. + """ + return self._distro_release_info.get(attribute, "") + + def uname_attr(self, attribute): + # type: (str) -> str + """ + Return a single named information item from the uname command + output data source of the OS distribution. + + For details, see :func:`distro.uname_attr`. + """ + return self._uname_info.get(attribute, "") + + @cached_property + def _os_release_info(self): + # type: () -> Dict[str, str] + """ + Get the information items from the specified os-release file. + + Returns: + A dictionary containing all information items. + """ + if os.path.isfile(self.os_release_file): + with open(self.os_release_file) as release_file: + return self._parse_os_release_content(release_file) + return {} + + @staticmethod + def _parse_os_release_content(lines): + # type: (TextIO) -> Dict[str, str] + """ + Parse the lines of an os-release file. + + Parameters: + + * lines: Iterable through the lines in the os-release file. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + lexer = shlex.shlex(lines, posix=True) + lexer.whitespace_split = True + + # The shlex module defines its `wordchars` variable using literals, + # making it dependent on the encoding of the Python source file. + # In Python 2.6 and 2.7, the shlex source file is encoded in + # 'iso-8859-1', and the `wordchars` variable is defined as a byte + # string. This causes a UnicodeDecodeError to be raised when the + # parsed content is a unicode object. The following fix resolves that + # (... but it should be fixed in shlex...): + if sys.version_info[0] == 2 and isinstance(lexer.wordchars, bytes): + lexer.wordchars = lexer.wordchars.decode("iso-8859-1") + + tokens = list(lexer) + for token in tokens: + # At this point, all shell-like parsing has been done (i.e. + # comments processed, quotes and backslash escape sequences + # processed, multi-line values assembled, trailing newlines + # stripped, etc.), so the tokens are now either: + # * variable assignments: var=value + # * commands or their arguments (not allowed in os-release) + if "=" in token: + k, v = token.split("=", 1) + props[k.lower()] = v + else: + # Ignore any tokens that are not variable assignments + pass + + if "version_codename" in props: + # os-release added a version_codename field. Use that in + # preference to anything else Note that some distros purposefully + # do not have code names. They should be setting + # version_codename="" + props["codename"] = props["version_codename"] + elif "ubuntu_codename" in props: + # Same as above but a non-standard field name used on older Ubuntus + props["codename"] = props["ubuntu_codename"] + elif "version" in props: + # If there is no version_codename, parse it from the version + match = re.search(r"(\(\D+\))|,(\s+)?\D+", props["version"]) + if match: + codename = match.group() + codename = codename.strip("()") + codename = codename.strip(",") + codename = codename.strip() + # codename appears within paranthese. + props["codename"] = codename + + return props + + @cached_property + def _lsb_release_info(self): + # type: () -> Dict[str, str] + """ + Get the information items from the lsb_release command output. + + Returns: + A dictionary containing all information items. + """ + if not self.include_lsb: + return {} + with open(os.devnull, "wb") as devnull: + try: + cmd = ("lsb_release", "-a") + stdout = subprocess.check_output(cmd, stderr=devnull) + # Command not found or lsb_release returned error + except (OSError, subprocess.CalledProcessError): + return {} + content = self._to_str(stdout).splitlines() + return self._parse_lsb_release_content(content) + + @staticmethod + def _parse_lsb_release_content(lines): + # type: (Iterable[str]) -> Dict[str, str] + """ + Parse the output of the lsb_release command. + + Parameters: + + * lines: Iterable through the lines of the lsb_release output. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + for line in lines: + kv = line.strip("\n").split(":", 1) + if len(kv) != 2: + # Ignore lines without colon. + continue + k, v = kv + props.update({k.replace(" ", "_").lower(): v.strip()}) + return props + + @cached_property + def _uname_info(self): + # type: () -> Dict[str, str] + with open(os.devnull, "wb") as devnull: + try: + cmd = ("uname", "-rs") + stdout = subprocess.check_output(cmd, stderr=devnull) + except OSError: + return {} + content = self._to_str(stdout).splitlines() + return self._parse_uname_content(content) + + @staticmethod + def _parse_uname_content(lines): + # type: (Sequence[str]) -> Dict[str, str] + props = {} + match = re.search(r"^([^\s]+)\s+([\d\.]+)", lines[0].strip()) + if match: + name, version = match.groups() + + # This is to prevent the Linux kernel version from + # appearing as the 'best' version on otherwise + # identifiable distributions. + if name == "Linux": + return {} + props["id"] = name.lower() + props["name"] = name + props["release"] = version + return props + + @staticmethod + def _to_str(text): + # type: (Union[bytes, str]) -> str + encoding = sys.getfilesystemencoding() + encoding = "utf-8" if encoding == "ascii" else encoding + + if sys.version_info[0] >= 3: + if isinstance(text, bytes): + return text.decode(encoding) + else: + if isinstance(text, unicode): # noqa + return text.encode(encoding) + + return text + + @cached_property + def _distro_release_info(self): + # type: () -> Dict[str, str] + """ + Get the information items from the specified distro release file. + + Returns: + A dictionary containing all information items. + """ + if self.distro_release_file: + # If it was specified, we use it and parse what we can, even if + # its file name or content does not match the expected pattern. + distro_info = self._parse_distro_release_file(self.distro_release_file) + basename = os.path.basename(self.distro_release_file) + # The file name pattern for user-specified distro release files + # is somewhat more tolerant (compared to when searching for the + # file), because we want to use what was specified as best as + # possible. + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if "name" in distro_info and "cloudlinux" in distro_info["name"].lower(): + distro_info["id"] = "cloudlinux" + elif match: + distro_info["id"] = match.group(1) + return distro_info + else: + try: + basenames = os.listdir(self.etc_dir) + # We sort for repeatability in cases where there are multiple + # distro specific files; e.g. CentOS, Oracle, Enterprise all + # containing `redhat-release` on top of their own. + basenames.sort() + except OSError: + # This may occur when /etc is not readable but we can't be + # sure about the *-release files. Check common entries of + # /etc for information. If they turn out to not be there the + # error is handled in `_parse_distro_release_file()`. + basenames = [ + "SuSE-release", + "arch-release", + "base-release", + "centos-release", + "fedora-release", + "gentoo-release", + "mageia-release", + "mandrake-release", + "mandriva-release", + "mandrivalinux-release", + "manjaro-release", + "oracle-release", + "redhat-release", + "sl-release", + "slackware-version", + ] + for basename in basenames: + if basename in _DISTRO_RELEASE_IGNORE_BASENAMES: + continue + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if match: + filepath = os.path.join(self.etc_dir, basename) + distro_info = self._parse_distro_release_file(filepath) + if "name" in distro_info: + # The name is always present if the pattern matches + self.distro_release_file = filepath + distro_info["id"] = match.group(1) + if "cloudlinux" in distro_info["name"].lower(): + distro_info["id"] = "cloudlinux" + return distro_info + return {} + + def _parse_distro_release_file(self, filepath): + # type: (str) -> Dict[str, str] + """ + Parse a distro release file. + + Parameters: + + * filepath: Path name of the distro release file. + + Returns: + A dictionary containing all information items. + """ + try: + with open(filepath) as fp: + # Only parse the first line. For instance, on SLES there + # are multiple lines. We don't want them... + return self._parse_distro_release_content(fp.readline()) + except (OSError, IOError): + # Ignore not being able to read a specific, seemingly version + # related file. + # See https://github.com/python-distro/distro/issues/162 + return {} + + @staticmethod + def _parse_distro_release_content(line): + # type: (str) -> Dict[str, str] + """ + Parse a line from a distro release file. + + Parameters: + * line: Line from the distro release file. Must be a unicode string + or a UTF-8 encoded byte string. + + Returns: + A dictionary containing all information items. + """ + matches = _DISTRO_RELEASE_CONTENT_REVERSED_PATTERN.match(line.strip()[::-1]) + distro_info = {} + if matches: + # regexp ensures non-None + distro_info["name"] = matches.group(3)[::-1] + if matches.group(2): + distro_info["version_id"] = matches.group(2)[::-1] + if matches.group(1): + distro_info["codename"] = matches.group(1)[::-1] + elif line: + distro_info["name"] = line.strip() + return distro_info + + +_distro = LinuxDistribution() + + +def main(): + # type: () -> None + logger = logging.getLogger(__name__) + logger.setLevel(logging.DEBUG) + logger.addHandler(logging.StreamHandler(sys.stdout)) + + parser = argparse.ArgumentParser(description="OS distro info tool") + parser.add_argument( + "--json", "-j", help="Output in machine readable format", action="store_true" + ) + + parser.add_argument( + "--root-dir", + "-r", + type=str, + dest="root_dir", + help="Path to the root filesystem directory (defaults to /)", + ) + + args = parser.parse_args() + + if args.root_dir: + dist = LinuxDistribution( + include_lsb=False, include_uname=False, root_dir=args.root_dir + ) + else: + dist = _distro + + if args.json: + logger.info(json.dumps(dist.info(), indent=4, sort_keys=True)) + else: + logger.info("Name: %s", dist.name(pretty=True)) + distribution_version = dist.version(pretty=True) + logger.info("Version: %s", distribution_version) + distribution_codename = dist.codename() + logger.info("Codename: %s", distribution_codename) + + +if __name__ == "__main__": + main() diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py new file mode 100644 index 0000000..d1d82f1 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py @@ -0,0 +1,35 @@ +""" +HTML parsing library based on the `WHATWG HTML specification +`_. The parser is designed to be compatible with +existing HTML found in the wild and implements well-defined error recovery that +is largely compatible with modern desktop web browsers. + +Example usage:: + + from pip._vendor import html5lib + with open("my_document.html", "rb") as f: + tree = html5lib.parse(f) + +For convenience, this module re-exports the following names: + +* :func:`~.html5parser.parse` +* :func:`~.html5parser.parseFragment` +* :class:`~.html5parser.HTMLParser` +* :func:`~.treebuilders.getTreeBuilder` +* :func:`~.treewalkers.getTreeWalker` +* :func:`~.serializer.serialize` +""" + +from __future__ import absolute_import, division, unicode_literals + +from .html5parser import HTMLParser, parse, parseFragment +from .treebuilders import getTreeBuilder +from .treewalkers import getTreeWalker +from .serializer import serialize + +__all__ = ["HTMLParser", "parse", "parseFragment", "getTreeBuilder", + "getTreeWalker", "serialize"] + +# this has to be at the top level, see how setup.py parses this +#: Distribution version number. +__version__ = "1.1" diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8130d6a6c6f7e055cbc6a7c572276eb7ce5419c6 GIT binary patch literal 1344 zcmaJ>&u`l{6qbL)cH}rsfuLt1r+R3l1zj&jS9HbJ^{@>C79fBwG$lRBgh^2#sVMGY z=Uvu6qPGFN?|;#Cr~V5&?U8bWBm*YHPkQ9j_kDanq!x=X!0SW(7yLF3g1?<}_Zp(} z8vkaECJ&MzALK(Zki%psN6AQzlkp(PNBLMB$VoDh(_|`V$;_`Eh(j4Bp?{u;xjaga z{PR>S%DuA@yZbG=>#ySa}rBF?k6W;T;T;zl~U)BO7RMwCdggDQk;0_VA zR+?zY)HR@Zi&{ct6ik;Ob`PnDR5|F%3EEm!BUDOKtyjKhB+G27*@h+6@~<_ zLMusXUPtsAsvOBsiqe+2v%bKj`5<==qH3s~p2;1}Rn|DIk&8KdM$UA4wj|7uV&$V9 ztknSI>syq_XX|OP48ym`k*NyVI8+%t!$aYTPP;V5M9ZOR$&dzv=z| z#I;Op?}S}>_g)m%f-}M2gN|+=*Wo7|i(onG9`t1BXINh< zxCPCG`84R?@qOOw?hbrDx`n@eKJjwU9pBfDD~tU~FA*0GZ{;i}dVdefULucHC z>p7bDql@U`r{&{rN?k8d+J%%Bjcqhgs@S)U&Yv`*D=mP-0wV(F20NnR^S|Qwm3&7#^H(g!{fgY nZfasmdBrWIQN8PCFZ=F( literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7b7d1076bab94a6f850aebbc0206c64649c0ca5 GIT binary patch literal 13899 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b9170fa19d156dc7e5680125c94c785beb88063 GIT binary patch literal 21716 zcmb_^dyHJydEb4_ojbF$PcC;!iloMrXlfGFB>BP0XHt-A`Vc%+q!Amra}H_+N8KGS|q7~sQtsX zWH&GqY5V(q=iYhkQb^nE;+}i%dEIl)_c-6{PIGiLZ{Y8X8{ZDfpEis?=R^Nr1`lU& zg}-GQhHv<0&8VBpX5Cu0>h`j2vdpSE^~`cc@^;OwXP2{eZ`qS)rE&rD&!K$(@_xzZYcuuP zfKI>7?YIfUU;;iB;>SdDd7y>`yKq z31-)hsxJgb{HcS6zi-`Ap9+p_-RtkWW%}85E8KkA_?#K!w~A=t_*0*^4jRFG{OOzK zELzVRx6I{Zjf}2m{)*x6|8;ZuK9=}1D7n9CEFb@{;m`U9UN`&$!FzAo%P0JU{-M{6 zqaO7-P#B9hxNXK6c?mME%rUra#n!^Zv4fS@ZyV|m`ri4{bSJnEd z^UX@Dj)jM(t~b@XEa6n}8s=E71Yv38Ms%gwIJFuy)oKvVCy#0U`%Ya88rM!?yH4qv z#}*!W_*96O&0{Op%jj}yqq=dbgl2wIow^d$Ywu_4Qnj(sio!?*<@&&U+(c^Y?yc{<~lM{*Z-)i-wVcgK9SJ$~$!*7*-U{O~+(7cX8s_Cyi$e&d}TlZnN|X5ui( zFmah=nRrZcO!7=dm=u_dG8tns&Sb*C+c4e^$J^m}I~;F^8Q=A@xVygR=Wx&Zd4B|V&oB6+xaYu0$8pd56W}b9@z~kc z%1WRDAJh*#ZU3Hr2Hh7|nyRR=H!Mb1%2Cm878}i|c%^(TC|;IsY}Q;sZBSLk=JiHC zU&P{YqaYOIIFW`q4v6}IZaALL~+&|0(F;4A9o z#tlw|+^BfHTB{W=2gR_~yj~2ejY?3gMtsq84>TTp@Xb-Af6VhDX9-C>9kXMU zguj$b-}J3j3(uBsU`OmlRYVIVJkO3@y#cYS*Bg5qO;A3Wm=!x=P+L(PbciBjuLRn! zMy1l@s0>{suIZX%W_xyUw-?fO15|6Hy@N}pdm0(v1QRsYzyy(E!Uqi=UgwQhy-llQ zMpg%h;7=Kw=G6ihh8C#hbH@a`#DcgMHG*W$R_B?&fF!nSK?4OBC68sr83D-fTAV1T z)t*G7kOGEd9>6-rOvh~R8(It74QxBt&|Qa*2hMKGxMi%Hp~u6xV{QV4H|>bCwmSAf z2ml>x-B1s8tp2hO8dxU~9c$XvHr(H_I~ssC0jNkHIIPA>8e)Mj=bL&8#l6MPIkIl` zG)iN)xv~-lQEXOstvw8ab#72Nfn)-!cFZaKd*;+TWA?5cVC#V$AkuYr;CVa{ilK*H zz}jyCI$Ss58QHA4X+mhZPs#v6UFOTK=<;5#El2mCbNZkwh&z{&RmLMFkaI%R0&m%Y zcwCAvs%Bk7@3y58Aaj{gz^?UkjOV!i0utBEo6~@Q-ppIO*3Om#SWKiNCJPo%BNG9S zed~3>VJ*f9xeatmH|!GHhwLOWfV*i%K%Se41R%4VGc`!>b|AjQ5jfnm(SBqIQwLFF z;dHH8fxz?xGU@pY>bAj-WGio*8dru+-DffO&*73|eA;XudDoW=pv5i%C-60Jf#^Vq zEui!*)8tk;zL_x~&jR^voi;jwnh$*(6VmW^%aFkueh>5ssjDS4 zi5sCT%6gbJuq+RK$?F8-{{tD)_bODbs-7rmq(IjC&0)ya~-fDi3Cr|@9MQg!KTfa(Ai_VVqmOvfe# z4^ZG+ShO+c_BLH}9O9zvZtUYUxS$`N z(>yA93jFf`AR3Ztmzpnt_=chR0$zF^LuT2hlOmHcLCL1z9`!PiJ|s5YqvZfu#IvzE!1VCx8#8d z=d_sBG0DMz*|z#SQQmhu_6(jsXGS9(W5uij^S^F>5!ewG2A}7$ix>4KkUb8pfV_(8 zkFY-Ogs{F`PyJCi>$M651u9oc)iXSJAoTEhHM%lqsRQU4o3HilYF9`2`=}C@c*tnq z_mQP%pLvSFriy1c>5pqYw{Pz8ewLrDHp=QoUonILH*B_4C5YYi>t(eX#<^;kbdPiCYIYrZ z<3n4s$!$A|q+k~;>z#saz3n=AFvq;*fP@^7)Pyx*sq1J`!8PzlR(}RpxPfF)Y=_8h z`wm3$j1Qq5cL?sjhkMq~`FY$uZ5V;bKI)I*IS&)Vgg^PZxjf=e`TI~(@TdL#xR3gW z#Vlbik0l0)aeo}V>4>_D*WUS)=T-As)ek6qr$Ezktro*mUA`DKMHJ@-EH&4IMztNN zg;b`8gk7mYN-sv`bqrN0t6-pe4?oHczX-O5cTzo2$Zyoj6+DP&4vD>~R8WbEX(oHgE)yh`8nFaD~fAB8bCb z*2jrivKr$NgvgtwZ$q4#;u$KXJd`pb|2wN}=SEpSgI4YewE_xjISO0I=aC<|Wq|#Y z@n`>Z8$|pRKllfTvL>?a;*nnm~+qt_MT$B1yv5ONV|&a28Q5QD`lKa-RW{?(q%3bi%+c- z!;PR)U8x5CN!=%{?W%WJoqw`BfC^U2%C7}LKWL6r2hTqDEGJ#VdsNX6fSRgI#jN;1 z*s6d%LGc9U6fw_oca%UYqH`LhxsQu2o*FbFh=L@l(w$5zTABY~oCW`ia5m2s6zw(f zfv~kft6NyAH5)-GY=J4Qa+&ddU^pteRxx2$p_aJ!RZ?4-F8%nqOYe*KD10>b8o~8v zfaYO5R%|lmbB?DTF_ypgE)v!jNXD z!j{}b(~c80JF9qX$2rkIF9G%A5y>Vpj~kHt!_v5+f@_Pdy56Ia^r!^F(lN<<==L#yxl&0m&MDj4saP8oq5U1c``smfLadm0h|I7Jfw06 zpwL%z{fVKXla7Bw@|9y02+_nGRSwB*t?z5(;Pi(# z=qAek0GH?h`7Go{$9u=I+V8o`=JZf;V260d^YoS-A|IyU&)wJ(dkgrfEouSO`dO+4 z(0HgEN;w2{;m}lsq2{9Ag|H8940RbQfbYy22l~q9GK;a9*EWtK-lPp38I4kzO0(67 z)Gwht&ZreICPgV|E~{x|k?jTd+=j-gLTcaPV?2WME@JL^m`BFaDqtK=rJQ z)qebiAZn>bSbU&{NuMm@{G21dB>Sy^UBL)fOkYIy$Z~ziEa+{s6lG`icafx~A%{c7 zHijBnv1mEpL(7mXbOIdYuKXi?=dQ(d`Nsz^1aX9mThAzn&0E$jm>nWpj3hK>2{u3- zOcxCc9w`mWZWgHk!H|emrp#88R&RkkDajjgfl`q$V1@z>Obx#PM32<{1 zuU`ool7Z9%b+>XQ@E5v`QWWDhsb54A=cp2&qdim6QX)8&D%@-pJDk|?27VPa{}Y#R zqe2FXm8Isx(oC+*o)qrJ0Q8 z(UQ7ok=^nr=U{)0wVXQ1v}1w#U>8N}Tmw`ZKI{V?QJyvk-&uFmi%@thKSRSEl_B4S zpY0hx+p!(s?YgO+_C2I8HZ0R`oM!o6#Pvn^&c=tTViZCm9MB9#91xh2B}d|h9T37 zGvpuFhQa=iQ1ugB;loHg96{5TYw;i|Sgs9D0W@%|0_dp-R452aK=qJ25aVtfq>F(A z$U*MWWyFw{aa2XH7{d|*P}AL-Sdl?oTNxi^rg0T+UXs<~oyltB8bnclo{q&0ST3SD z7i_fLSPk?ZOeGCUiBV1^h*09u%0ZT1axSEC09Oj@~#9JDMoLewSMVT#^ zCk)OQ;Jr2wsh>t^cDNKLk{fx~449%oC0lu#3!oJ^o7PnrpZp9s*z>r%!2Rbt8PEte z+RwsxW#PH6$5m)1n%>eeP{Pgk7B9X*-l+aDk|p)4NUJ;l9nT}kK_2}&Zn4Lmrngsp zjgOgC)og9V8ED=r(h}=N$hfDAQfec35qpZdQ6THWM(P+HS0YTh2Z9=Ov zjU4KLCHYMU_~8I%a7KiOX^gx&1(P4tbw2|GwitiFDPfBZ=VAQG%n*A>Kw0K*nGPKl z$$L&4FBuKo`w>!m)6Wyoq1kYa_tP6vMiT>CftPGK* zL7fXaowyuRl}kjG6V=8EDs)$xzSsna`&#E~UPFg!)KfTnZ|)u2OK zMjk1aH`>p{^5$*g7$p#InlnafcWb+^ymtKIM_+^Yfi%~(w^fEQoWj~ih~XUkfYE;c zyD&7^q!0|Trv=Xb#PP75dHHzw>O+gLtc`P7y7>#i>V?;0@1wyDVTCds^$K1F3o@86 zqYR+!t8b#D?;zvR6x;L*h)tR&(Oh0+;W*#hve;`v(Pe}KeS&zS`WE{^zg!JoQ=eeo ztgGLV`>;@>$I)|qoEz{snpqyq%^-33&EP?THP<|9T0e1e7VKsqciS?p9na3&Ga!7+ zoUuLAvaJ7=pLNW;DjvO^7&rj9-DChl@Z?bNj~Xpg&4F|vD}w{m$+0%tllM!Ji458Za=`qp^ zX3m^H=}+OF_bK=9R|*5G*N`mUDO|@{*t{OjKl14NA6=@D=cj+nQ${|AD{LSUB?_Vr z5I~DUD1k}^8C5J8iKU`LX&Hunq;xjX5=bjy4lbm`64=Sg7|>PL3Ut%@PRk4*(XOkl zQLz&`m}f@az)P!~!y5uIfZkY~8xsIQb0}Ze_8ZwnfnQu`wCdsxdKT8JcszYN2U_&u zsGcOdQ!wauodEF^Ors4L*j3akyCDaj#?& z?+R2M%s4eYsn22Rf?cT(ORP-)hNb_O$-iUr`%L~lk~j||UNY%E3=`xco_>x*K!#hG z8nfICgkTYaMHIHDz!%y_$u@Uc_U~?w>caWG7!_~Ip!na~>D?zQY~ zULw*8!aj{m*SrJ;4IU|aH*qR$T5Tv|SQ@1HTe6%NMInYj&soD$~f)(mi-J)l)!7r%u&)|jkec8@iDSFg~| z>N?Rx)Tf9DfDKS20uO=2buDPSw2?pZ0eBxLVa@_S3d^g&OP52{SP$p~y znnK9V5}pU)O21ZfLwQqHJLy9NACF9P3NdlEd9{ z2l5f+Cn!lfj!o{UBd{!(2lA$S$IFh1^5iAsfN!4In{RS*0}Oqa?9^qT6efT|!a$)0 z*GMc#)J26im6 z6w084`x!x2NME`JM4J)BcA;c(F6h+(@oQf@eCgWaL;SpL-SIR=UJlY6#NRfm1a;d- zQw*bq0}0I62Eya;+BJ*E!-Vl`?EGW)5=JjU3nEQXR!hXXcm$4`bhsht#$$T;wA!=) zXd(cE#%S50eTSOuG^{<$&zSA|_XgJBKm!^}1_M&Hl@sDOkfEE?holQgz}$hO4(caD zha9BvE>|;RJ|!EY0%%1ZB5DxP5FQowVs7Cap%A8(%1zt%XcP&bMBp`Q&;y3O{t~p! zb=&4xqdp4wP(cNo1S2Ydwdv?Kl)-$5GCvDuGSa^NA;gIz%u}{q(@GJMrF7=urj<>Y zFH)m*Vw{GuT7 zpZ|#FlSE6(NN$FKUe4PE@Q^7RB0i%UkWS&ksSX4!;8`2?cc1DSfLPlAc5+v^CxV@1 za-`kV2#rua*d8MX*f%B|C6hSH*v8csNJunU7(ZxGwnTTc*AS5d4l@_!gu|eQf_3|+ z@o51>UV(5In%Wl(0*7y$m_QG3G4cF%VK1OsRDX)u380|`3&G3L@UL0g+wifJn4jlo z3`+Js9sv~6awQByppnFtp2rBWE1x|m4T&Kj{3kScj6fh?8G{9kRxhZ>P={gTePC~n zptn1HE04-KcM*Sb$}Y{BOLHT8Du$G``*cDcKEmKDQ4#j2UbTVJBBE3O zv$9as&HOvwgV6i-c~5u~g=3-#~I^Pu9a1_*$RvJz(z@s0c=v*`h?g9VqNO; zVqkhe>(nX~2%NsCL{tV_XgVz-3VRjdR48Gf3kFQSl0iqoR#gUL@^>B7JOYHkjv_+^ zA%g!o%<4m$`VN>k)dEO+>R+M>oD)5aMtB~MFhuQT5JMlR+i4ImOtr0`4;KUtevIB1 ziK?XQF&tj){R8_4ZA=E+HAVE%Q{+*V1P8!w0?&dfq69XyU&c-SC6giYAjUq;cXAAb zCC&`LQHR$LupMA3gy7_roNI?h8m?WBzK513f%*VSskE5B%rW@>rP{`nu%=WQL8<-JVmi1P(f+f7p8RE(c2OOs_$G1K~3 zibJM)2W5LjRzO_GXfLI^=vnQlL6EU};8g=Vct&0&?#kZ2jU@ZV2;oWDH|*g7>@fG2 zyDYnyxM~u6oVvpa{xy?9l){%Ah#n!$zRF3Cp#>an*ctAQVD-@cq|JAsHF=xt&tYVE zv~>ZU(-TgGTERU;TnLsEoa(QTq_)8eEEt;O2;z61Pd+eN;WS+|qIV>3whs>OXJ5;K zZ6yS|Gvo=s#|$Y-6EP=Qr;V8;N_JHc)%FH354?14>zo^@TF=epnKd-OzSg_u*CiZU z5dcQaf)~k06U1%Ih6Di?A=|VU>5kzI=X6X1*?0?6Qa^`2?Zbl`HP~zbnw&>>E-%Pj zbd*X0QK&SS9Skh#%qWs{%xk7PB-TOr5MfzBEj~;^tF%`L|2A*{qBu#ree@DsWW^15 zf{Xp%KBaCJS?D6rL{=(jLWBVupj@Z^Ig_`Ue2d8-!l>UuS)0J%PP%XzPXM0*4vG_h z<+@;ILu5#I-QUU{U@Cv3Js=Nuh*K_;ER(@C#5vAMTp+*DT?r_2*Ggsw;o9vrupFX( z7o-p1fecLaPZ)R!BnE!M=FhLDU_<*UZRIDR%=RBWgQz=+tSlp#Sx2Q(5n-4roMc1l z3EGI*u)t_Wp6Al6D`3LhilJH(3CjqR;*vt_iG;ZN*BBZteY#Qtl+bjHVtGZ&2|;%- zajz~EpF@)YJ>??8W%Z!7fFI>?i0+VOMk&Jg{wLUl9&)A5_$8Kpg2@m#^71l~jJ`s6 z@Dvzxv_{ZAFbIQQ(*Yo$ThFTZ0X($9X?kGLTaT}<%>w{W30_!IikK}ArDn^|!D9;A z`9c>YTpG`iJs=~q5C>#&6?ULTw+TVh-9t!ebW&3u({L%j3mh1?AplJkQRyqBy2Ka= zI2+&z8>HAc|FaaI#M&gBUR~N_d)+mB<+#-RDz}zLv}GSP9lP)jjXUk>!R^&e7vbrs za3r5ez+{C9(}Lv{ypcjqu|1bF z@JEa}gDWHl|J&3TdV%sF@%`$D7{2}FvydLakg3cGxof?O7(~mS#FuoVm9?3uUxy5L z;W}r3j3JBJ+Fg#R71zDpCKNGvl*&De5VY7m)p+~!lqno47fyTe=8S0QWl{ zg`$Rt^K;EQKVFXW`jJ|9JgxH(hr%kN2ro4JrSd9%VL>_wmyTx!n_Oa04jO4Xq8zBn zia>=whDUuohABdgJYNMpf>WvAVByGm5Nr^BK+o7-4{pS+Zq`SP0{%DA`WpoQ8D!v$ zLBuI7j{4uZ!&u(bjO-Syw-{e$K~&H}Fx>9%Sbyz6zjxupaqae@loKVW11Tyk*(J`| zcpxz&V$dYM2ZKll`zhVI zuvVW!p0;WPHUh6rwE%ICt`yus+;A0NG8(`;X^$TnQ6JXr5kQ2m31JIoFd5rl6z8#S ze*s3amegbXB`Yig! zljn2~)@fh}pNcaZ95e|Ki*xvx>v>gPt;2=QZ&884DGtRBzw(MFyZ)qZ1tPX#z>7zd z2`8fuvAQWt?hjL3hZ1MuAJ~j@26#`*W&{~Zex5cp{>u|S-J(#LP=u7hW%<3H<}!d+ zB=iBK!aIAK6*(qlniSC&FVYh>Nb@B3z3>`8fMdLw;x*Xx@pSP6?@yUa$~o>nm*ms| zo4!e3A0nr_vs%IlA~Jzc+I#WhJ!iBJ6+h;TNHlaRweNe^IcbJBa1N5kri>t5liks} zR6=&sK-?+qs+KuAbnFPRSzDQiZV55>f+X%sTS=`Urr?wu9>eNr8cv?Whu8+@lO^HZ zaL~y*iNNt>|L@Xhkp^!x)HD;yHSs=?d%_PjR%^joepv=`P)AUc+SKv$GGy#}P*J~* zvGWiza#w%C%{z)!^BZ}5G65u`B^`I$alN+%<#rgn`>xxHcik1r3Zk)?&iEE}59hHL zZgF)JfP?0l<}NyFYtt7rss{o~$fyJquecNz092FJYmyYR!|N0~$`Ef?t- zJ1K@=h{X667mA`?Ws6)|nE&9{BE9eO@G%8HyGWI)lMM5u_e_2^=u~3Gu@sSZaY+h) z1_rPPiN1o!FQa14l8O_O9+Pr}I144yzM+qz9HLR%0lpuOBnVlDI_?|%wJA;I^yI7m z&7`LdJ%AS`VpfluV~@*QWSBvYIZ@x@+|^bylBlI&LMLn3N7`y&aMzx;4&cOrn~Z0V zNK+tli$RX`=J2Eu7GPOF@TR29!uf=gO3o>;hH13MH}|&nBX6|7hefu*+U^+EU$*ZV zVjTSkGa^IxR1m2UD2jz5Nhuzhif517$3zYTVTN2+-&%#eiAYIp>FeZdGsuW)XW=XS zqfqPahj8h5vjtl;stT$H{?NxbgG(X@d+Hp2{R2N(q`!KGw;!zARY&pmfs=%tvCEnj zF*lz42k zZ}dc5Q8s8!0`ZC|iOP})l)45kc(TVMuyDW*#=3WHOZIt*t=1f^L=CrIqX~;|0Aq$? z#BT{`pJWeOMQqbkmQ#l0U`M)2E|7M5b5+sGI9s$knjp19~VXkepJApyqK2n_MznLv}bq2 zU4+&}9QqZ`vu9-y`r-Tf=FlS!;_W9n5gwf$zT+u48kbSt{bRn1J+I&axD0;*e}JOdcu@9vOja0(!PsO-z-v#!c zMcFTM%LxTAPB2;u`ivbXq;=l0C5UJ4Vg5YHN(-kPex5{;sVH=XF&YW=W-FDqX-&7~n^d2w?fu3iTJv{WhCg)utj~<*V9wq_3lrh2c{e`3Ve2l+=n9KS)z! zOvahe>#x6Dn`CYQcp}G~I>Fp2COop@!|B&J=?7MgX79Um)nVT+Gx;`>*a-j;`7}uV z6FyJN=~&umH7Zd{9EkWnOZ_uex%&HK9q4(TBV1*om@F~*5fk!%!D$^9CAi;92$I-4 zt$zXL3Cz|ApGGnbRUI@alvuD1h%z>1^H;MFCyFnvk7mXMW;o{F$vd8v_Z)k|_MV=Y TH9j-3itDL~%SeBwaN_>}y#`if literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b73668104d037b6d786e920a3fa5bf8c8ef62d3 GIT binary patch literal 37362 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b6174adeccc726f3196fbba6e630dad52ab4ed77 GIT binary patch literal 161303 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�mr6IER7=~~LBxF3n?UK6^YCmh_%y=xa3|yS1$87(F_1so`{*V?GPF^%l$gk%`-wYIy8~u0qF0@?QLKnG?~_m}>LbX)`|?yo(d!@0e<2 zY+F0udD%o~I8hrM1I#bcZ^!gW?jM~=S?z^VyG?c`Wl3lZWwbA~NuFCxU_oh2Ux@VY zU3Jmfl+4(6kz4ZV6sW;5RgbwptYmE~-j5AhDZ@ldHJITWsd$KOYY}6H=eFtSS8Fd?LEhPk+_#7gG z?eUNkIjr`~p1O=^xnb(j*WH^x*)4O$1x|R}WWOReS3~1w%sf`_?ulE8B0!dL+AG|K zr{?3@dfoi1);gOKDpcCK#xp^aFHI{2*o{8t949uejXB&>|0eFFxb`+yCEVi9t47B0 z32(t|(sLzRf^>~>+O2F~SWZDGBW5se(aZ0ldWMc|<5vnN;-MuDqnOkACIlPRh!r6?*!-dau01Nm}X5uA1;-FR4zKyaFzD zwj3u5CW{N@JVVe53Y(8&^Yr*GukznZx{!d})}@8gzO^C>a8_iky$b&@F9cz09&z%{#zX4QVA@4?w;N@=VH7`|Hc zF1gxi(ZPMb^xtmtUMgEEmc2&2p55~{)Ll-*H@ogO)dERurpVO}+x~=2|mtE&X#`D(t z@9B-C5BAOroX~i`u!{)f{YQ8%S@T`~>nM?d*YR9u$oK-Pj8QD(ud$+4-ClT~lMTdZ zzY}fu)aB0Rb#nRC$>!4@{?t`?%GJYL*0 zmUZ~WZtio}c`;M-3o3OntDQ}49*LPHD+qPb7jZxO>PYmQe143xi5sT>Hx_oygU*)q zvHc3X=6nA2D4>7zL$tMCuV2);Yk8=(D5;C9Om6Y&IJdX1?rWT(HpATB@f^*si@Vs1 zJBrWrrTbty-13%hkS489zige8_GPuCH?EWFx=9f^4Kd$)0Q5z8K}WwH^q%5AvB877&uCHs|ljr0gNvaZN;&j@7eSLUVk zc(Mgr|3=#~NP-Q#46QE-+q4(b`GYFy8v47enlE$>3nQ5c(@=2qSiV?CUo~!md=)qf!VyZC9iK@`mnR9M$yd%h`!`@ z3JMIk7(q-3YKcdj*o5A4K~0g=_?e4IAJ7W7GKSHxtCZ}x>P#nvkbTYhr9xk~Tjz7n zqilT$*63i`CzK0b?5+3G6uzFlv>KY=55QKDPzPYq3GxYpXJ?k5<)poJ9Y!M)+{>JE zt`nN*H}{PM0u8*v89GsZY{CrCP>(p9*|?3g)NM|9Vz6l*b)plCrLkR}f?R&OlbpyX zpuqcFV#sRm^4sLnAz64*&6u54ZJIRav%!Zr&6DOZ1e(;w9*R3w!8~dZGbru-EMwM5 z!D0E;gzeDD_Mq#@E?v&;Q0tx0B>(2uIpImQzIH89fu>l=#XHr5`ns;cQ*5o1Lti%l+f#x$Sx<Ply`rc!5v zZmrd;uD{(&^@FeX_1v2`kXdoN6P-MER?WcQ=0qm5Lgc>sPtjc_w=tU<{0-!RmZaxQ zmgcgL@jNFzxzNQAuT*Bs@{%W}Yfjd7v#HK^vXeQB?J($S>zc~qyPNK!(@CejAUZjy zc5b3n2I``w&Y(OcUN3pI_YM#<4=G&dLh)V7TnwxUfnNF4;J75=&(b72CaC9TixFHY` z9G#!RYcVCD))?ma9jD*7urRePP=Cm)h<_k82k;!1L|H0nOFYv>_U+w^CZ0!nhNq^XV9(Q#9QW))34 zHFzToU8njtg5uFppln1PW`7mNyVfmEqH%z@Y_*g2WwnvYxi>nS_~QNpzhzEJV#nq6 zsE%9wdCQ%lBDEvDhD+b%#py_;Zg{idIwx!ME$*p{IQOhtrhdbo%k8~P>?#&LrF7m( zTTs9HF1yId$rUuB?h+d=aAFb@7(Lx!8>Dgcbfc4T6V?}Sg`2!o;GuST3U1|h>=oy@ z;#$kze4)K5FD9tmR^DfyogE$5UuTUiaBeRZtB<+X)?jXLop{;fUIr_!)nLPAbUE(1 zKKUc|{`w_eYuni!HR^*Z$(+O$(AUaky@z^Rw(1HguUzhD{BDx2Q!dx1Uh!QgE>dxB zZ@Nu;MY-JH<~=GkDwpdF-gkHd0&nkyyolZ~WR=`*7x!yxZ0*;%=z^);g_??goazoV zf4bip=E?hYt7{&hzYREN`mQalc2!%7goBNzxr2i6)S%8eONwVnULMxiz}#`!yNaIXO?`{Wt4j%RdM+~$O)`3qY&oKLm|3pD>~lE^AjV9{tfW3Oq!n?r9;)0#F<>vPS{dM7-+rc+ls z(dhv_`Xq~y(*sKIN!HA!2bAEGRDHT%^{bpsrt@2JmBONY|64eHl{3tX<(seeh4%iO zp#fo!E8EPI$sm}-o_y2k{7zQhxZT+6%}&;e{l4tPrso&yz^C*tMz2&c&`d0VPA@VW zZDZ)AD>(UsbNSORFG~V8RvmXiJFLZzSzKD;{)GZV9#&TjSffur#d5`Zv#`?u|-p zUEAE}Y(b_0UkBSpw_WcR-0*I=vDXnR)tSi$*Le>Axs9~)ba@wise5Bu)7$PQ%VvSd zU~TmdS6!=jGK<|ChRzM$`8+LHb!X#)xm|l+T~y%7tadM37awf#Rd;GXvFi=9`{r|Q zVvN1ZmEKbg#?@uLUTf?{vxOhXEEnFK`>l_y%YK8tcHT8*3;6YwXTE+GD|C`is}fAV za=Eto?7sGP`9Th^&Ck%L@uY4B+vfMUH}6IEZ}aQwGS{hv$H^?ucy^z6W44B8Ne$&O zdl7YYw0ftmvz?)OM@7M;E6&!|Q+YsP*xr6_El*upE3|C}P=Yt2YlCC`TdR@jmD;Y@ z8VrvH$2iT?J==Aa6PY19jn#a^~20sewZ$LeBjT4>`G{?)F zO=qyJy|JB{^-k80uG^To%xRwCjlXZbh(d!6cN=vr%l@F+upeGVT{Xz^;fz3oUX0vr zPyr6(x&85$2dbeN{?wAqMG1`IR(P#z-$K9yLijbbV4)z0mU^00#9KbL4P~#CZ~C(x3zYylaNu5-9)pd z``b=N4k0pjkst154a5o044CrE$?dh^Z4Xn8dOf(}dt`S-!7hK>-Oeyi-tS#p!D!x# zoMU%K?7Q%o6Pd~B7q6L4zt@Rz&NaBrb)l0)B0u5DL8LKGx)$(vK9*m_9R#2A?X*VO zYk^y;p(E$cU^cvi6Bb~NN(HgzNC%0gDd8t{g@xg4#7-&u6u)$5$0c3?li4E|OpY2$*^fwfMi zCak>|=WcK|smU8B5$B%mq&2o-62F3*k@?+#v-q3+$N{GD?B2RL8|U$72D0^=U|#Ir zQr%2`l@r&p0`v0g-Meg@nBT->kqY;l7hmaRXqcMc>kP3O`p?Z*yA}1u1;H0?<^Aq+ z8EAHXpS^4nzTpgj&0Q0GbYaQ-={kW2jAT*oaWisIlbI%j}RGrGkJAq2j9%AoyhFkn&OkJ z?AP|cuOkppGM6~n*`25`Sx6phTg3`$Z-JB36xz;ilC(> z$v8bf;Z}V))9%?pYr2x~$tBP1EN8L74&B`Jmt5xzvw{H@cUQ8p=?(Pk2vVD8CF@2( zab4G3!~Nt&mPzEJLm9wS?JK& z{@&X1H4^gASges`-q6!F=UGys6$PuYl4S+tGWf2B=S-e4Yq}k~(D^jP`u?0*W5-W$ z@8)dQ)#n5{Jo_JWYQ6F%Cp4#R{+QBdI`yB^<_#7(Z!ss>(>1KefBIyy|K#=L^WPZ> z1iJR6PGSzf`=nnex|LXdAC>5=osnX}E3mB5r$g;Cu6h0Rm6Fw4!LTpg=_|+@7$E$A z+}(MgCC6DFe9h6!)zRWBS?mc(ES7)?fp}pFyTArR3?bO^7Kk#MUAmeX-8(ZHT}&d` zvNW2J7i=w-Wm`6uMzh$)o4hZowjPM=ySStQIQHk7)1x>OrOGnWTlLhdH!q3(1ZX>n&$?#G^gNCdyCyvw zcW=%YGn{>D$}^TR!^6_CR=Auy+tuMUo0pBtHtx80b2S^-yw`37thzlfCm#vlHe9S8yO-q&mtW(B++*bPzRfG5BAK?Ey}RRnzY{Uv#86MXF$|p2^pDt`SOVGH zVdk`J((4aIdd-pMK8SaqAoiLr@qkN)j$8jFp=@gLi$t0)xvrZR&kKTI(p^JuWE~)=aiyTdFXPmTje?-F?CeJW>5`-p;$;GwD{DvS8iUpki2M* z1G>}W5A9dK?aiC33tjIvy*0`cOtYO4PTI5Na>oU}B)xvnbuUSe-23hNvGk{+lV2L| zspd$Vn_e28Olx=Nl=9Y>Cc}&WUz!e&cYA3%JYfH2iTQ(@7rtzfXuN%M$IDVz)Z@!i zS0wn$m$kWy@Ls;;ckk3&-tq6~nMY=qEYIFOtw$F9`ijKB;{1cm(zhck& zq4<4G_4k?!JSTPr)0qo8`S=}NeECR6C=U%h!@ z04L%gCqBKoedjK#VFZazeEK&q0XugsN)}IiW^2dJdXFjuap?dQ5uUBR6i@SQl6N;MkmV&eQZtl=q{N}Te1l^4_PYJXK z>8$XOXi;u?7S+5=SWiIq^%l0LAGRBjNDN=I@5YVAxF_Bj#tnjTi+Jqx z*-o@LMW?Mqt>a>>)8{);_q~b_TB`-CbNW4^|i9E5to= zY_U%#KOLQdq}u_v7^4m6q`i*9wLxIU3*MW{HU71qq*<h@lg{_vT$q z!Lot;J)=beaYpIybx_jw2cCCgu2Xu?c5!0vx_k4oAlj2IdQW_K^O7J8k2fyP^R16< zdemLnephIA0-xGSx&rxAYGtfO$GR2jq>=-Iq?G?PVIP9PrEBl5Tff2nhs}}DY|g~% zKD@bdUEIsf?bmg;xclz9-JZ^9jcx^aUKgJOaM+rL5w$}7-r}A){XS0N$C->29eG3` zeCcwc6XobFuBO{R9Q=>m>}93xm)!Mkdyq^X>K(mQU{| zhd(~WW82jj5*e97|LZ;$&LPE*viXXB#lZt$qVqSE-`*KR&7z{xkP9oqDS z^x{Hz^t>x3h&N&e_`SX~^cFj`*qIM)UfGkUJNoH?&aAsQRQH2?dVUdXSPc46CleC7 zxJ=&guF${XSagp(U;%ffRv-~YR>7FFuP+FU&` z`MK+zLAc|(gWajT+xmQ6I*kByucLK54|%e$X%CyL<0z`is+jFZ!GQ1q<^xMD+`vx9D5wg8G_8|7_D=Oj7q+6@p#@886a% zAC3KMy4{f&&|lN-&Rd#(w>xib`rYn`>e#1WasO+-@KITs-tO)T)bWLW_XXh!&|eIAPjkF>F9y6v=`4L% z(Zi-YjArQ2?+&9%wa{N2#(SFIwSRFK@A;71=FssQ(XA-{+pYAxBG3s+kFs=FIh}(_q-~aAL|ak5IU&4;XSVr`rYurh|pgg{(CHu zq2GO7bG01nzD~{TbS>Q9@b26R#EHO z>d(m^L*I9>i_dOtdIwF67h??ld3CB`{%&rF6A~=FBr3ao^I`%>KsSM&Ri;j~bUJ&g z5iBi$Kh(<^|E#)50(?}QM^2pm(noLIToIdhl+ta&#wJ#`ZA_aW#0sk45pJJ*Ig0()i?RyN=Ji=yx z*tjWbLpASH+rBkuHA5lx57`+{iMPX@02YMqUhLeZq0v4F;nc*=ar9|$2#Ra4nUmR+G@7vu_WG6NA(pzTJD4qV>Mz!!l0@ z1HFRaz#^461wHf9vE~uX&wXTzGQ7~huEnjGziD_pBdNMLWfdepbWkR|WB2uo!}dj` zCcD@CQLx46cT3y|6bmfQvNdn_ArB+3o3y@xZ#u)MSPb`r9rVDjneO7a4Wj0!-G!sk zOJlJUZf~L_7CUjz<|QO;%F;NVR4BYVK83i4TjEgWs%k-H*v9P`76ylNq& zESpbHB<-bs@$U8Z%JQ4MWM}!S%^(EHuNI5$PA9#O#eNHDeGxjeJH$xM&OZ8K-U-q1 zd6D<-bdK|Q)NVOgYkuEnf_nV`>}zGWhuB;uw)Q=o`I`YHUBUTj4|DJB|V90x%#s-J`{Qa93h6HwH&)%?it^FI>C%20SnA~)Y?%Z4K zdV>5RnVYVgV$Z(Cs(TKqsu#Z|Mr7xdDs|5>pL<~QV!&d2w5A>Q^^bDz;?vtDgkIgV z_(~;8ddXl`!aWIiC?k#ce`|k2{2Tj$N95W-8KJRp_*u_sjc%2_N5OL!0;@t0EV{3@ z3jyJYjD(oVJEJuz+Hp@dE`QU@fQb=gI9C4Sd$ z!H5<>Qn1?yiFDYBCmu7-P0jh8Ys3@G;-;7rTxuI0Py=dMo7&Era?x-ELh-P-a%}tl z*j78;?%G`s1^0!;;+PkFvrRqxh4zAGd=R~b6g zIEP;vUo#BXi}g~AcWrqB(?z|y*Yl@Jxm`J7J=xs8x4Q|P{k<-s?hbxH1hCiJ_CgI| z*!?fP`_-E(d-o>&XkfU`;CACBH;I$l^Ou_Jy*`+4&Gufuxx-(QUL5rY-b0m+mYb;XQ7@f2)?7+ z9o%&kbS|*(Ao#9MAVwwVZqD0o4}EJ?yZ?8~+V-Xk%qKQ4-1mIf(!S>}?&otJLfn@m z$G;{FPU3>!`e0DYCPY2k_jQ5nIdSX0l-Y4Fwoque+duy{#*54K3)r+KlZdK!+69;Q z_I+m5@afXt;WMo3HgOt=a`*m~j-Osx{j2;e9 zOv6t-7{lct=}JYoz0;yG15*4)&qv=&XcIvkenc^A)Ea zrB3fJa8X-Quw!2`ogpsv#c6CMY`Vb_{-MA4edpe=H8TZ&UEr;D>^rhN^e{u+E=@iA z@z7tMiBqoaeMi=Qx?43)-|N&IiGL8j-O;n3+`Poli(kk*oqRtU{2NFiSnau~nfot| z?Y3jU^>#_nia+L(eaBGT@vyXLZA4ji>^tT-Z|>NCb%=T{+P_nd4J6vJf9INLNdHE! zD~*lyF0%ikBh&=b^RQX|)vn0w{YmfSIEeuj7B=1R#epO`;J@Xn zqZ&T#p9uST;Gownwx{e-`1pYX@d4;2a)7@dh)ZX4L3~g*iT1$Vx?uvmIBYHOi)L8u z+~uSphmBLErS!m!VJVFxp9HD;(?OwtGH8GGG5ZV1xu~fRUtEu`VU+CN2@rJbFA0f9 zts(~wMsmu534o675pPXde9y;&i`OrCkRAk*iW;IXFh3< z4=qm77iB01l1Nh>#ewvyQozw1xbSm+%lo$uG%(W2fjDzCr_#mTblt!Q(o62sp&t&w zO4uys)l(m{Px{H^WI+p(MSyZj-D&JEVvSSb6fqD-UKn7ui@buUdn?fA!|7Z;GycW< zwzhk!u|;CT4~miA%Js<<@Yv?|ZjJbY8~Xa>+B1<}zdXTz+j??+dPE-7Pk*Bye|_=* z`xnjb*C#t8Xu83Sx_DCK`-C&WGQfu1%Z2|X{;^2;STT62%5v);c&$UL0Hk61M-NND@eL05AIONxs1Ti#Szj2 zDuoMwV6t^TCqj>ZZ?cVf&b=p64{N6H?vR_+)*|uVeB;|b;2Wqos2vlE4jXLnaXcgF`@UW*@a*Tb8a zESJH})vg^6=jIimZ=`_l1Yk!NmPmlKo0o@v=e0Qhci!13l9jX>Ybh|5UK#wNr2PuA zFYjcKsRR3*qEOHnzr|lf*t4gHuAOqI0)Xff*jPk#VbJ7jPTdy{^oGn;u!e1D z+D#{#MsaM#Q0}6&9^@%!TiYAo&)~-<)6`k#G9Ca~Ompd;v&gJDp7N8pRo!t>=pS9& zUylHm*7hp`XdUj85v(mIGtW?kWOOB9k9PFpwTM%~ung0T+uoF6E?8UQYxkRN*OJ!& zJTApvyYZ0MzPI1=y7&3jQLq#76;4{WNZqBJZY>G^J*^nJZScRg4F1&`>V=>`Y?|$I zo;W4&TRRlywq_R}!cpsYcln*43jI)1<1)tPbeHY-ZhqOKzq~-hNn+%+wi`zlm&QY% zbSV<1R)#txR&kw%@xryb=trw|U+#$e!mjO~wuGo_6U#JjIK4MakiBx4_qZZi7SGY>7{eshRUgMHRw=HZY> zY&M)}B3Dc}<6*m)+8%k2Z|NwMTjfe?-bS^+S5I1-*EYgZ(GGnp@OCX-25;jY0%Fq0 zdxyF)y=xD9Ae(v^(U=kjETpUFhVR|b-n?lz`9=DGF z#cM~`O~IYVBjFq!U61&4`!%Oc5X1ECOqgeOti|+g<;Dm(H`XUU?(d3tJ7lvgi@Rb- z9X8$6{($%F=q}FmTi>xc4_$vV&(-3p_QTt2d($6C2p4%X!?&I0V!pW1gqc44wHkkj zq5aAC!Lo0}l6LP)I&;>j-MVE>yD_DiylL@9ShzRvEB9=Ij2n|_%$qZA3=i!!8N;Jn zJK_Vj&5skV#$MQKRI#r;VB`>&YAo~8^Y8Olc)Tb2(2=MJ6MS%7zJT=v(k1p?R81og zS5dNiu~wgv=-s%sYZ05Ae=u~F%5XRsF^hu@=69d`s2x5U`kUJihWDq%Lf}&mc;H*#d29-> z&W8uRcMyorFFp7|b565JHiO*x+RZDXFqxuSjaQK#e4$mK8TQR_*zod_X4rGhurCb5 zUe>%;u{W+4p&snj>?`g&*elGJl^*oU?wyX-!6Z0+-1>4bPRj9%PP`+0(e^Og2YIMc zi92*QJQZ(%SWX%xcb#e_4qQBDkKeU9@0JCo{-8s9=pJ})(CEjstZi*Tp$}fSaoE@R zbTu4oieoN{TX(?@4-zj9{#ki=c&<1=58?bgej@af2Z`?B-&6uz9JeuoX!iU)_S0BP z&f4S7{w_{4&=)K^YMi_9>sBaP$Z=Qvfs^IRWG44FP?o9W!|INLz@;~j+YkkjEWh=x z@FoLJ4dAa4V3GE4JgiuYAk4B94YqEW=0zg*ExGg5-XDwzXeej&D>+OzkJ?vkuc<05P2jL0Z4|b1=pOPNyEf$zl zaqC)wULeVW(6zG`a;Md`fyi5)N|E zIFzlIR_FEUg|74Zl%o(%lhbX3iU>gTMWNln#OFU1sydzYl@i!S!(Yhi!7nJjgTj?OXhkhd<~`8WFrP zitczD(PanIlW2_gWQ47++kQ}$3O`_ZvlAN!JgN0VCzE^pe)-_JM( zDPhCcShjJ$H=@G|0x=x3`N55wVjWJ~3RQM|yIQ@I7>LkaoapnfvHMZNkaK*_GaUM+ z6~5xquHAfJEJ+Ebs@zDz=!;qFBy=luyV37xM-RIZT;kK0arDqyjNY{4SVtiCTPund zy25(p7EL#N)sc{0ta?Ayfw*ipLBSQhei-!fPSV7@n@{fxg3W~o7fYY2Ab&ndH2U?v z%3luYNWt5c`VuUuS>+Q4k3DZWd7gwe9z6DfUS-e@rUKI+RgZD-Se$m6`Q%~26hSx0!|fm;yb7!Q_qBsG zvqAGsCqEQ~#)(&YJI<@aS2dSuYxP*LS~++uTyKrvik&EXDd{O&}-9|UrDSmVPO z${>iBVAzHQf=O5`TAzm>-MsM7i=5p<39JlCX}Zqtp%_N(h>v`3#Z8MZd(bQh-9y_u z@bU|vCX9#G2G3D= z79o@B;vGw%^w%HUS~-*;)WDgh8}=`p#uzp}ilaT0FcGKWj)(SJs&<6Gh-IcZ)MT`_ z$@iKL^^?N8)1L^I5r*D=sEeK-h2b4q!q$&VSNs8-#XDi15SSe5y%Xj$zBSAf&90qR zs-hcWQSx+!c!z$NM_N0Gwr8Ez7q|Cm*-DcWI+F{d6Bc)jaX9na{jHhS^{jd&y)Hh# zT^&{IgUh#q-QNEh!kW(ta6_k&-Pp)J9%Ug|@PgTWOMLyqLEe4u+55tXy@#>x4|}jU z^JgDq9%k6Bl|zyGh=YI5{M~fJPhVE=oP0C0WY$p*(R9OJH2K)(#Z6=90#!QmVZWpU zo5S8UVDq6+e%&62yG<_PfNq7)oz3rK89K7CuxZyf&3MPfYv(-3I|vpS$$4v{zN=>Y z;VzJq;5s+ETuV=F`^MNl5Q;pveOqkf(Ar(N^?jVfN!*;<`1527q~+H48!oxX<!Y&KDGJ8t(%wl!x_8w$GQPyb>1e6@OqqG zfR1_7Sk$-Q?ji0VQCQ&nLe2oVHB3?CN8-&Y!-miWuc>Bb4_(< z_?2zM62*)3qd6PrK4wp;8^$%BpmUG4qUFy#b;i$R6(r&7m#D|BX0q51^TOfvK+@9t zj`+1r1VZjA3xgg~0JFT#Jw6yjai(ha=I%E(qVT8K7I%YZWmq-i`AbL6nlFeu;)`YD zi);2|xMtJv$SWYjBVtFxr16AY=&-+vvs{-wC3I7AA$tV;rZ~s$xG6nJt`+6A%b$Cj zn&z9*FY)eM#Z2h5@Xid!U>R$|L@kPS7l`%ts)KL9!%P+(|*uk^4|dPrxT! zm2@or`N#HHp72~`?E4d`AxR3HxSwUae01?`VP6+y$}hC-K&Jd$uuI4k4`_sbLZ*17 za3fjFGN(N=fP7u1>6myAK!iW{6ED@r?>A;krpQ1X$nD(=EWQXzQ{d2%De|ZF-D@d# zg46N&R7f!;Qgp==ZHVT7l)J(ICk7owiN$AogY zpE8G;BiwS~B=_KRQJF_!>`03udM;=^!sqJ^E^ZTX@wkod3p`tu;PSyECa*z}pr3)hdgzxZ}DjbLFpTRynCvTERor87gF2_bc z=`ZKDQy$;n*wsJQl8%jL8TNgPs&e;F%G1fHL)Xj^w~HD5EFxheMeN?}`x?Y9DB=kW zfBP>cVq4q89~o$-d`$IKyUQ@kqJ9jpE_<(j`7yEwuZ>2K^` z9J4bX1>d-_U(qc-Xh9yEj!(J!U4H6~i*s@={K6ZTH3sOt&^0YYl;PaFBSXA#Xz!8k zLc5!Pe8ThFxh4;Is$LG=?t-{m^0<-CIi4&6HZ9-h`+zrNHiB3~7yc@(`+vn#@-cFZ z+r^HYd{ZoTXr7=qPI!{O)7{hR0$dezwoci_vEhJ$q87~%3HyS8JT-;^V2Xwf!W0b` z5Yu)uQ#A9KMZBxSWATB6B)3`FXy&^e8|m~W#>9@tYhNQC_aH%TM9<`Le@J{Qz5)Zd zGrW4QE3xy}sUIhkK`80KNKRGf$0 zkOa=A9qK&5fux&~&Yx=fiz(wIj*mXMPS2?|AW5%NFQ_4j2m9it5f1ewi{`Q&Y41xL zdBc52#{e3|TkbrpENHu5dR`701&d4lykwwxzRfV<0b7}Y=aT&C=3Pm;vw#_+c#-Zn z)r^|2ZJKUCVNj69mLsfh_>O#k;M^AB;b%3I3NAQw#O^k2!MYbsgia%SPGcv+B706e zWiGYQ=}wgrYu)7;IS0E5g5)Q^IeNI}f+9V6w@1nTCI0Xb$cD}S#98$oNt`s=N#qkz zlAdzK{cM(}T-{LUcc)xEkbZK?&ntr&E^D$_TmJ$ZHnl)Ji*}(;k7)$ z_q2lU1k0B;QqWLv92T086Hv5kR0kGr+#CSJ#VT}eYsbc>CmiB=_*|HBL(fjQ^Zfbn z*6ePtK{~Q{`Q8)2*Z7JOM(MIH`8kp<;KT%wk6tP7~;4qJbKS!{*$QkOzOO=JAcg zhDEm->Q*SO$wb0zj% zDMve(R}(gm@m_Q^Md9BcpBkszuY!%Lp*Ub zEfO=09qm1_>fKz8AeM${2AHY6h&=;fne0k~?#FnkYY4eajO5R6T?n|fU*Vy!m7`0b z|8dj*(ez>m5FQoWL~`S@F!y(lqOO{|)8|ev@A~c4xYE4c$AC*5OKcx{YLE=uywY&< z(xZpluUMpXcbaIA_MTIHo8Q_MM+IH-Ta`iiyL^ij_HnuU(Inlv-@*q!U1o77>C-1g z#PUaz^6JMu2IDV=hu9@-LbP-=UN~FZk9Np6);x5=ujoIxD%UvHT$9JZUhUa9k1q(_ z1x|k+%F%FYn-}?W?p`m}8lHaZ=B3BNo7LMRbFofSP95bKWfNyu5y+eHDm3isC1LB3 z1bA_Wc1T9U21KzL25AzB&8LNCjCI0N*Ro$HLkPN>Y8I;Vr-G_+TC9()Q`9t0-D=sW z&fguJ!k0D+#pV^E*<&xCo=DnjW&5$k{q+TTLqi^JZjaCBU*vNcnxFgx^`1Rp_hZm? zmol_t=@Trcltn4x3LXvx^xw^UEV=#g49DV~VT+y(S!URVQ0G{B;hT((HNfpkWDA2n zy^OqWuo`pp{-q9T-n zv_DfIaq}L3d~$Jz-~Q&!?KdYsOP+soy8G~goBgH>Zw{Bj&2TY~a4<=K0p#a+%vV;9 z$6X5Da2!^S$A`8zw;xZ&hl?I>OH7Wt?Tvcj@fMu^Ei3i$ra;6t>UJEDMN~VECzU2n z-0_B&+;KeJQxDPUhlM9J;`+j}txY)ICMw6%9aqkMe34EaZzq|RT~D_p2L`ouOZN!S7vbx- zq(4rMdP}HLY{un1&gx2( zH`QmybZv7Pq`@vWlN}B|9VGDurIr0h>+gJ93wPanet~(!++r!6e!p9xq zlct z@Nr-GxIcWnIea`2KHd^O9tqW z;>iFuJb96iXU@0$nQgBLIlO14s@JxMZ`5W&y-so*cTbKN_sd~@zExhaNKj?ece<*xh?PFKimBoKyXTrYxi2rYV zrH=y_yz+vdyXa?Uzp(8WX0M#Ra@(6`H_cvj!TRq}#gAuRxc)!1x3=A|we8qay#5El z;Q#nIeyNed5B_h0z_AM*c=D}3y^;1%0;U+{|A?rpEQaJO%I=7n3A zKM!B=LNC&J=}xqg_h0_-&+I&~v1j))ZuX4bGpq{FXx`FtF_5ObC%dWjP zJdWRLF1q&G-G_Evdu{T|;!lr1@5lVCSB9S#&e{Be?c26*TMx4GFTAYx3;nv;*3+;3 znTS>GdH(TTdk%-^{BrMEK|qchidB{z8h|!ncR>6~28vNS^ua;n(av zs&dk=Stq$*J)G3_V6_$C6GzaWtp3YCy0z{3TbG2N32fT6XJhMP0Hk*y%3HTC-|%K5 zcJ1GW+Ss~McH-Pgc9ycsHx7H7g+Ha-ykco%>udKPxpD2s!((*~e-!?%%i^!4ZESsA zIQKWMy%-2uwE41~yRY|n!HZtc*B@{`JeyWe!VcbOhIaIKpB@Py#To~_j= zh<{)(_FDr8LC+w*hdUZPtsP;{k$CrB*7&zQ@0{6p;D}?tf6wux`MgGYMYN4WJv)Bm z*5x6INl(IM#||CX-R#nZ%`%k~_&>=4pOOMr;xivftxM$;~;eo=NH=gzE z?|AmsrN=?Ft$b^~u-N*F_$PY2L5(Dtel9t3=!QK9Uu>G%*m~NLo%>$A>;{s2?*Z@J z+Pd@_hqk?c<2|xo#|ZZ_U52xh;PnOc5JfKe6qCFTY?u+dlK(Hvj%;cA?Kd zobB-W)a)Xke=xh)=l_~r>ht$!t3Lnx?CC!L>+H*X{^!|O`23Hvuk!gHW?$p;-_8D{ z&wn%fQ$Bxp_Gf(l%h^>ve|z=~vu)e|+3e41|I^tw`~1hVZ}IsLXW#1c@6W!?=ND&x z!RHgRXZ!rk*>ipV`s_P>{+-!(`~0=p_xOB#_I*A-H~RsfzcTwFpP!liu+LA;p6Bxu zvmc#pTlv`R1==5({e;iQW-s*l!P!sweE;mHeg5+7XMDbA_F|vsXD{)2cJ?x#kIr7< z^O4!l`h3^yulaoE?63QLXm*{?x6O9@d~mkc=L56-zUBVe_1gE&)_lHccF^Z9&JO#0 z{cPRmYiCD%o|+x=dDrZ?&pT(EK3`+b-!^;o>~HwI?SjAQbK3>C&HhNsk=Ob|Ek|GL zDJ^F}>kqV?1+D+3pyCJb!`26 ztv?Z4|5od3W9wgQ{pr~HS6a>(kKfk%`q=vCTHhF3TUy@~TmMAM8D#elwf=l;{XH$` zkn9Pq=Y-bEZ)kl-l>J?;?~1Lzt@RgU>sPhDH?}^n<*f4k6)k60>oZ!;uGXito*!Eu z*K&TzKBD!PV(UX%&M?{gwVY+GU)FM_wcexUY-^p@dTDH((Rz7ooz`;B?diL;oOgEb z)N<~%9@29Dwce)X8qj)BYhP@=S<6*GcCVHzLF-LghhpmuTCN4M*J>S&t&>`=2C_S~ zem=Ht*K$3OxgxaVHKFIK(2LiFo-0FdCD`fxpV*66#Ra!*cU{n37H;F=f5CeGFQeWa z*!FR=;8P&sV>3_Rm)T>}+fG zn`ZxX^_yq^Wc8V|f4uswvwyJq=VyO^_1k8DZ}r<}UtIkQvoEYZYxczIvuD4x`kdKs zu0D768>`bO_s$+){l3}fSHFMuxz!(- zeRlN+XTP%gL$klNdiCrxt3N#Z^y-hyKDGM1*(X<@Kl{Y$kIp{6`eUQBx-xcXDG53K&>+51<2dgXny7cGwL${)@yTC`WUt^D8F zeD0Xe9n-mEI(JOxj_KSnojay;$8_$P&K=XaV>)+C=Z@*zF`YZ6bH{Z4^zC1oJEn8T zbnckW9n-mEI(JOxj_KSnojay;$8_$P&K=XaV>)+C=Z@*zF`a+i%5Tpd)45|hcTDGw z>D)1$JEn8Tbp9=~e>DGdvwt{uZ0C;c+_9ZIwsXgJ?%2*9+xc_0|K|4RhA3|M?~>16 zcJ-APUb$`f?+TLn?_YBH%C?n1UcGR2e#!ijZOy+gpRHWDdhr!ky4EhaGP&libbPLK ze6DP-xhox?E0SyOO2_94$A{zZUFrB-;rLt;uQ}uXmzA$}-OT>~bG%o6bM9K6yO!s! z<+*El?pmI^mglbJxodguTAsU>=dR_sYkBTkp1YRkuI0IFdH%eWPtIM-bJz0RwLEt% z&t1!N*Ye!8Ja;Y6UCVRV^4zsN|LNKL=6_}O%k!U^y?6ei*?Z|OJ}Hv6UdwX=85|N875^PRJY=GV>M zKHoKa+kE%zt@Ayz2j_cN-ZI}edtknQ_U8G4+5PkDXZOu-nB6;Ho82?NarUP9!Py(< zhi1PxKRkQG{HEFK=j*fA%{OMRogbOqJwG}-H9s~xIlp=3uKDrViTN$FJLj9TJLW$> zd(Hfnv)kvtFnjgnRDkC+WtTK+ilId^BuPT*LKC$syx5Q z*8Dr4+gh9F7h602x9uhRX5#s!w*S-iGF$8P{AsrT!*GMBfKmMKVpVYUq z&%f68-`M^sTkHG$Puu>k?VqvzSGLcvwKB}Fvi%*~ud}u0&%fUGU)X+wt(AZNjkf>H z_Rrc{|L5Oi`%i7Z*;W)Vf2Qp}w*3~{e`NdT?1z|O{;m4|!1mAE{(akTvlSuCzuoqW zwtvC)3%1X)6)()6ZTnlc&$0bY+vnPf9_HU+`|GyfX)A`9f0ymwvHfmak;MEj+WwmD z_t=Uj=HF}kxb64Z4^hSZ`}IF(`vbP0wf#ZcU$Olm+rMRdwe4qYf7tfZwm)Jk-k3kn z_LH{HxBZ0ekJ^ep=09fpG20i|e$@8IZN(zcHT&^Pw%6*v)Aq01zQcB>?L)TL*}mO&m#t`L zzT5V#wtH;FJoCM_Z?WBH`+)6!TM^LwfbIRZ*W2D_dxNcbXuf89kL``NqN4dh+c(-C zvLC-_dsttLG{4FA^|tG_ue05-6*0|^*xqe>)b^C^F(TXu)W1rG&SF} zy~FnBZC_*iN?Wnj{1iu80@~&Q zZ8L$kxj@@&plv?THX~@86SU0=+U5mqGlRCdLEG%0ZGO-;Lui{Lw9OLQ<_T>xg|@ju z+ian2zR)&fXqz*%%^KR~4Q(@rwz)&w?BTbVKeWvtL7;UqRws}U|OrveC(Kg#?n{TwuINIhM zZL^Mcj7Y=Gqy0NkZuZeO|FAIw`7P!kZL<)$c}Uw#q-`$JHXCW1kF?E5+U6u}vy!%X zN!!e%ZEn&wJ87Grw9Qc3<|u8ml(uTpVA|#|ZL^r)Vjj~rlaZUtw9RJP<}+Bv-o9ndAcG~7UZ8M&>IZxZHr)}QTzB;x)6WeA#a`PX#8Bp6C zsBIS1HV3H=sxp|;tO+Rf) zskYhFZ!w>0n^DQlsoG{$ZS$(OnN{1|s%>`FHot0{VYSV%+Gbg8^Q^X+R@+>wZMM}m z-)ft2wavNOW?gObuJ+E@ekiuhzU1a#ax<{DIau2)tZg3FHWO=`i?z+h+U8?zGqT@e zPS!Rnlbe^d&CJ^7W^J>xw)t7x46SXB);3FPo2RwS)Y|51ZL_tu`C8kIt!>WMHfw8} zx3$gO+U9O;v$wYSTiXn-Z4TEqi))+5waw((=5lSbxwiRS+l;PlPS-Z8`z_{mZ8JN$ zxn0}ru5EtTHp6S1w`UvFFJ>Hl%i>BpI0KhFL7 zarW1b^S^#v0rcYKdvkK zab?kuYm0tdT^x_NzUaplhCZ$_`f-)fkL!$nTxs;BrSbKdwjmaYfRPYm$Ck zmGtAfq#su%{kS&i$JI$cu21@Lg>pRN8l@jsDf+lh>Bp5yKdx2!akbKq>y>_7vGn7b zr5{%<{kU%F$CXPzu3h?Z_0o^)mwsHq^y3<)A6GH`xQ^+^l}tabW%_Y7(~s+!eq7P? z-)S2g{(uIa~>O+T(}`f+vBkL#O$T;cTN8mAvuImaWebNX?mqmOHyeq8PJ<9eqb zS3Lc==ILMEp8wCZ=RdA|^l|N@kE@@4T>tdr3aB5~K>fH1>c@3ZKdyxOaV^x3tD$~e z5B1}Us2|rv{kSUX$8}LZu8jI|ZPbseqkdc;_2UYuAJ<6zxJv5Bby7dBl#WMSEA``Q zNgvls{kUT4$2C(wuA2IB-PDgOr+!>J_2cTPAJ*YqWWZ%{tSN*uc>c=%!Kd!R+ah=tVE3JN9 zYxU!5>v+WVRzI$|^l{DA-`Sr3huZTWS6=$K_R`1IS3j=5`f&x;k87}gT!r=HI;&MktKd#66aYfdTYqEY^mG$GgtRGiq{kS&k$JJRsuFv{$h1QR2w0>Nr_2W9N zA6IJqxK``O)mlHU*ZOhAc0A&mtshry`nYcE$CX<@uHE`^_12H;w|-o~_2U|@A6Iex zxQ^?`m0Ulr<@#|o*N^MDeq7P@&KN|Kd$xqakbZP*L#v}%^4^ALDt3*WNjot*2WTKZ8SmF#uH?1L_yZZ6l85wLDt35i5Q3_cbr;xRg3RxSgkhReYSsSmAwGj(h z8?%tLQ43icw~)1w3t1bxkhReZSsTBQwGoVC+Qu+sZ4|?_gT@KV)tEL)Jz>WNi#Y)8()#N5f)h+ zW0AE{7Fio-k+qQ)SsQDSwb2$?8*h>A?5@8y<|1pOE_Q9)Mb<`MWNqw4)<$1sZTv;n zMqp%Z3`W*QVPtI_M%G4RWNj=))<$EFX&aA`wGkP+HYOu$qcXBKE+cCrGqN@|BWt5G zvNk>=Ya=wWHbx_BqcpNMP9tk0HL^BVBWt5IvNm2LYa=$YHfAGhqc*ZOZX;_WH?lT% zBWt5KvNnDrYa=+aHijc>qd2lQjw5R$IkGmEBWt5MvNoP0Ya=?xw2kS=+Nh3Q8`qJw zksVnZ+mW@=9a$USk+l&XSsUY#wNV~f8|RU=ksetW>yd6-Ty5lCyhq+eeB@osN8Uw! z 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%0Aozl z1{hpHeoWK}7-OPRz!(#?0>+rA7BI#{y?`+$Dh7-( zQ8QqSiK+o(OwIjT6QAuEo ziCO|qBg-86V(aEn5a)M#zcjJF(zshj4@HAV2p`61!GK9 zDwu;NY88wzQLSJKBZ0 z^qh=U|M9N(W<1)H)brqT0b6G*Rzh zjERZ|`!P}TV2p{X2V+dsJs4x6^1&DrwGYOasD3cUME!#?CMqC|F;N3yjEO1;V@%XR z7-OOm!Wa{^5XP9OhA_rNJ%lkPDk6+AQ4?W|iK+-=Ow>gfW1=#`7!$P-#+ay%FvdiE zgfS*6B#bdpBVmk*DhXpu)JYg)qEf;b6SWe?n5dR8#zeh@F(xV|%s~@16ULaRny?=e zbrZ&zsGKmyMD2tzCaNclF;PEZjGdG5$3zWQ(f^%=&PsL(LRM2&_qCaN@yF;S;sjEPDOV@%X)7-OPZ z!x$6w8pfEY*f7RK&4w{1sy2)TChItiGg--DoXJ`a<4jg_7-zDc!#I-_9mbig=`hY@RflmV>pF}xS=nKn$=VL% zOjdUoXR^M-IFl6~#+j_~FwSI^hjAwBJd870>0zA7S`Xt)R(lv{vfjfulNBGvnXLIR z&ScexaVG0Nj5AsJVVud@593T$f0)N6>pzS$Spi~yCTl>9Gg$>%XRO#+j@SG0tR#h;b%s zM2s_8C1RY(IuYYcR*D#BvR1@6lhq=|nXDHv&Sb@iaVBdaM zcEmVW{eOsmChJFxGg(1m9-FKoG0y+nsJ-k&8AMSO?%w>gn+6q78wC|);CnD|09n~dt)R)jvVM0fZ2_01?bkv#9QE5U)tqC2~CUn%B&{1(hN6iTxRVQ@R zozPKvLPzZh9n~jv)Su8%fkHYlbu4sLvW)fywJf9E;n6VuyZn}>DnUlO zc{~~CyvbST@~1<7cRs&5$ literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..40796cf13f9f650a1073c3c7241081786335086a GIT binary patch literal 88513 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 PGL*TbeV~0X_T~QtM^ozo literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_ihatexml.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_ihatexml.py new file mode 100644 index 0000000..3ff803c --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_ihatexml.py @@ -0,0 +1,289 @@ +from __future__ import absolute_import, division, unicode_literals + +import re +import warnings + +from .constants import DataLossWarning + +baseChar = """ +[#x0041-#x005A] | [#x0061-#x007A] | [#x00C0-#x00D6] | [#x00D8-#x00F6] | +[#x00F8-#x00FF] | [#x0100-#x0131] | [#x0134-#x013E] | [#x0141-#x0148] | +[#x014A-#x017E] | [#x0180-#x01C3] | [#x01CD-#x01F0] | [#x01F4-#x01F5] | +[#x01FA-#x0217] | [#x0250-#x02A8] | [#x02BB-#x02C1] | #x0386 | +[#x0388-#x038A] | #x038C | [#x038E-#x03A1] | [#x03A3-#x03CE] | +[#x03D0-#x03D6] | #x03DA | #x03DC | #x03DE | #x03E0 | [#x03E2-#x03F3] | +[#x0401-#x040C] | [#x040E-#x044F] | [#x0451-#x045C] | [#x045E-#x0481] | +[#x0490-#x04C4] | [#x04C7-#x04C8] | [#x04CB-#x04CC] | [#x04D0-#x04EB] | +[#x04EE-#x04F5] | [#x04F8-#x04F9] | [#x0531-#x0556] | #x0559 | +[#x0561-#x0586] | [#x05D0-#x05EA] | [#x05F0-#x05F2] | [#x0621-#x063A] | +[#x0641-#x064A] | [#x0671-#x06B7] | [#x06BA-#x06BE] | [#x06C0-#x06CE] | +[#x06D0-#x06D3] | #x06D5 | [#x06E5-#x06E6] | [#x0905-#x0939] | #x093D | +[#x0958-#x0961] | [#x0985-#x098C] | [#x098F-#x0990] | [#x0993-#x09A8] | +[#x09AA-#x09B0] | #x09B2 | [#x09B6-#x09B9] | [#x09DC-#x09DD] | +[#x09DF-#x09E1] | [#x09F0-#x09F1] | [#x0A05-#x0A0A] | [#x0A0F-#x0A10] | +[#x0A13-#x0A28] | [#x0A2A-#x0A30] | [#x0A32-#x0A33] | [#x0A35-#x0A36] | +[#x0A38-#x0A39] | [#x0A59-#x0A5C] | #x0A5E | [#x0A72-#x0A74] | +[#x0A85-#x0A8B] | #x0A8D | [#x0A8F-#x0A91] | [#x0A93-#x0AA8] | +[#x0AAA-#x0AB0] | [#x0AB2-#x0AB3] | [#x0AB5-#x0AB9] | #x0ABD | #x0AE0 | +[#x0B05-#x0B0C] | [#x0B0F-#x0B10] | [#x0B13-#x0B28] | [#x0B2A-#x0B30] | +[#x0B32-#x0B33] | [#x0B36-#x0B39] | #x0B3D | [#x0B5C-#x0B5D] | +[#x0B5F-#x0B61] | [#x0B85-#x0B8A] | [#x0B8E-#x0B90] | [#x0B92-#x0B95] | +[#x0B99-#x0B9A] | #x0B9C | [#x0B9E-#x0B9F] | [#x0BA3-#x0BA4] | +[#x0BA8-#x0BAA] | [#x0BAE-#x0BB5] | [#x0BB7-#x0BB9] | [#x0C05-#x0C0C] | +[#x0C0E-#x0C10] | [#x0C12-#x0C28] | [#x0C2A-#x0C33] | [#x0C35-#x0C39] | +[#x0C60-#x0C61] | [#x0C85-#x0C8C] | [#x0C8E-#x0C90] | [#x0C92-#x0CA8] | +[#x0CAA-#x0CB3] | [#x0CB5-#x0CB9] | #x0CDE | [#x0CE0-#x0CE1] | +[#x0D05-#x0D0C] | [#x0D0E-#x0D10] | [#x0D12-#x0D28] | [#x0D2A-#x0D39] | +[#x0D60-#x0D61] | [#x0E01-#x0E2E] | #x0E30 | [#x0E32-#x0E33] | +[#x0E40-#x0E45] | [#x0E81-#x0E82] | #x0E84 | [#x0E87-#x0E88] | #x0E8A | +#x0E8D | [#x0E94-#x0E97] | [#x0E99-#x0E9F] | [#x0EA1-#x0EA3] | #x0EA5 | +#x0EA7 | [#x0EAA-#x0EAB] | [#x0EAD-#x0EAE] | #x0EB0 | [#x0EB2-#x0EB3] | +#x0EBD | [#x0EC0-#x0EC4] | [#x0F40-#x0F47] | [#x0F49-#x0F69] | +[#x10A0-#x10C5] | [#x10D0-#x10F6] | #x1100 | [#x1102-#x1103] | +[#x1105-#x1107] | #x1109 | [#x110B-#x110C] | [#x110E-#x1112] | #x113C | +#x113E | #x1140 | #x114C | #x114E | #x1150 | [#x1154-#x1155] | #x1159 | +[#x115F-#x1161] | #x1163 | #x1165 | #x1167 | #x1169 | [#x116D-#x116E] | +[#x1172-#x1173] | #x1175 | #x119E | #x11A8 | #x11AB | [#x11AE-#x11AF] | +[#x11B7-#x11B8] | #x11BA | [#x11BC-#x11C2] | #x11EB | #x11F0 | #x11F9 | +[#x1E00-#x1E9B] | [#x1EA0-#x1EF9] | [#x1F00-#x1F15] | [#x1F18-#x1F1D] | +[#x1F20-#x1F45] | [#x1F48-#x1F4D] | [#x1F50-#x1F57] | #x1F59 | #x1F5B | +#x1F5D | [#x1F5F-#x1F7D] | [#x1F80-#x1FB4] | [#x1FB6-#x1FBC] | #x1FBE | +[#x1FC2-#x1FC4] | [#x1FC6-#x1FCC] | [#x1FD0-#x1FD3] | [#x1FD6-#x1FDB] | +[#x1FE0-#x1FEC] | [#x1FF2-#x1FF4] | [#x1FF6-#x1FFC] | #x2126 | +[#x212A-#x212B] | #x212E | [#x2180-#x2182] | [#x3041-#x3094] | +[#x30A1-#x30FA] | [#x3105-#x312C] | [#xAC00-#xD7A3]""" + +ideographic = """[#x4E00-#x9FA5] | #x3007 | [#x3021-#x3029]""" + +combiningCharacter = """ +[#x0300-#x0345] | [#x0360-#x0361] | [#x0483-#x0486] | [#x0591-#x05A1] | +[#x05A3-#x05B9] | [#x05BB-#x05BD] | #x05BF | [#x05C1-#x05C2] | #x05C4 | +[#x064B-#x0652] | #x0670 | [#x06D6-#x06DC] | [#x06DD-#x06DF] | +[#x06E0-#x06E4] | [#x06E7-#x06E8] | [#x06EA-#x06ED] | [#x0901-#x0903] | +#x093C | [#x093E-#x094C] | #x094D | [#x0951-#x0954] | [#x0962-#x0963] | +[#x0981-#x0983] | #x09BC | #x09BE | #x09BF | [#x09C0-#x09C4] | +[#x09C7-#x09C8] | [#x09CB-#x09CD] | #x09D7 | [#x09E2-#x09E3] | #x0A02 | +#x0A3C | #x0A3E | #x0A3F | [#x0A40-#x0A42] | [#x0A47-#x0A48] | +[#x0A4B-#x0A4D] | [#x0A70-#x0A71] | [#x0A81-#x0A83] | #x0ABC | +[#x0ABE-#x0AC5] | [#x0AC7-#x0AC9] | [#x0ACB-#x0ACD] | [#x0B01-#x0B03] | +#x0B3C | [#x0B3E-#x0B43] | [#x0B47-#x0B48] | [#x0B4B-#x0B4D] | +[#x0B56-#x0B57] | [#x0B82-#x0B83] | [#x0BBE-#x0BC2] | [#x0BC6-#x0BC8] | +[#x0BCA-#x0BCD] | #x0BD7 | [#x0C01-#x0C03] | [#x0C3E-#x0C44] | +[#x0C46-#x0C48] | [#x0C4A-#x0C4D] | [#x0C55-#x0C56] | [#x0C82-#x0C83] | +[#x0CBE-#x0CC4] | [#x0CC6-#x0CC8] | [#x0CCA-#x0CCD] | [#x0CD5-#x0CD6] | +[#x0D02-#x0D03] | [#x0D3E-#x0D43] | [#x0D46-#x0D48] | [#x0D4A-#x0D4D] | +#x0D57 | #x0E31 | [#x0E34-#x0E3A] | [#x0E47-#x0E4E] | #x0EB1 | +[#x0EB4-#x0EB9] | [#x0EBB-#x0EBC] | [#x0EC8-#x0ECD] | [#x0F18-#x0F19] | +#x0F35 | #x0F37 | #x0F39 | #x0F3E | #x0F3F | [#x0F71-#x0F84] | +[#x0F86-#x0F8B] | [#x0F90-#x0F95] | #x0F97 | [#x0F99-#x0FAD] | +[#x0FB1-#x0FB7] | #x0FB9 | [#x20D0-#x20DC] | #x20E1 | [#x302A-#x302F] | +#x3099 | #x309A""" + +digit = """ +[#x0030-#x0039] | [#x0660-#x0669] | [#x06F0-#x06F9] | [#x0966-#x096F] | +[#x09E6-#x09EF] | [#x0A66-#x0A6F] | [#x0AE6-#x0AEF] | [#x0B66-#x0B6F] | +[#x0BE7-#x0BEF] | [#x0C66-#x0C6F] | [#x0CE6-#x0CEF] | [#x0D66-#x0D6F] | +[#x0E50-#x0E59] | [#x0ED0-#x0ED9] | [#x0F20-#x0F29]""" + +extender = """ +#x00B7 | #x02D0 | #x02D1 | #x0387 | #x0640 | #x0E46 | #x0EC6 | #x3005 | +#[#x3031-#x3035] | [#x309D-#x309E] | [#x30FC-#x30FE]""" + +letter = " | ".join([baseChar, ideographic]) + +# Without the +name = " | ".join([letter, digit, ".", "-", "_", combiningCharacter, + extender]) +nameFirst = " | ".join([letter, "_"]) + +reChar = re.compile(r"#x([\d|A-F]{4,4})") +reCharRange = re.compile(r"\[#x([\d|A-F]{4,4})-#x([\d|A-F]{4,4})\]") + + +def charStringToList(chars): + charRanges = [item.strip() for item in chars.split(" | ")] + rv = [] + for item in charRanges: + foundMatch = False + for regexp in (reChar, reCharRange): + match = regexp.match(item) + if match is not None: + rv.append([hexToInt(item) for item in match.groups()]) + if len(rv[-1]) == 1: + rv[-1] = rv[-1] * 2 + foundMatch = True + break + if not foundMatch: + assert len(item) == 1 + + rv.append([ord(item)] * 2) + rv = normaliseCharList(rv) + return rv + + +def normaliseCharList(charList): + charList = sorted(charList) + for item in charList: + assert item[1] >= item[0] + rv = [] + i = 0 + while i < len(charList): + j = 1 + rv.append(charList[i]) + while i + j < len(charList) and charList[i + j][0] <= rv[-1][1] + 1: + rv[-1][1] = charList[i + j][1] + j += 1 + i += j + return rv + + +# We don't really support characters above the BMP :( +max_unicode = int("FFFF", 16) + + +def missingRanges(charList): + rv = [] + if charList[0] != 0: + rv.append([0, charList[0][0] - 1]) + for i, item in enumerate(charList[:-1]): + rv.append([item[1] + 1, charList[i + 1][0] - 1]) + if charList[-1][1] != max_unicode: + rv.append([charList[-1][1] + 1, max_unicode]) + return rv + + +def listToRegexpStr(charList): + rv = [] + for item in charList: + if item[0] == item[1]: + rv.append(escapeRegexp(chr(item[0]))) + else: + rv.append(escapeRegexp(chr(item[0])) + "-" + + escapeRegexp(chr(item[1]))) + return "[%s]" % "".join(rv) + + +def hexToInt(hex_str): + return int(hex_str, 16) + + +def escapeRegexp(string): + specialCharacters = (".", "^", "$", "*", "+", "?", "{", "}", + "[", "]", "|", "(", ")", "-") + for char in specialCharacters: + string = string.replace(char, "\\" + char) + + return string + +# output from the above +nonXmlNameBMPRegexp = re.compile('[\x00-,/:-@\\[-\\^`\\{-\xb6\xb8-\xbf\xd7\xf7\u0132-\u0133\u013f-\u0140\u0149\u017f\u01c4-\u01cc\u01f1-\u01f3\u01f6-\u01f9\u0218-\u024f\u02a9-\u02ba\u02c2-\u02cf\u02d2-\u02ff\u0346-\u035f\u0362-\u0385\u038b\u038d\u03a2\u03cf\u03d7-\u03d9\u03db\u03dd\u03df\u03e1\u03f4-\u0400\u040d\u0450\u045d\u0482\u0487-\u048f\u04c5-\u04c6\u04c9-\u04ca\u04cd-\u04cf\u04ec-\u04ed\u04f6-\u04f7\u04fa-\u0530\u0557-\u0558\u055a-\u0560\u0587-\u0590\u05a2\u05ba\u05be\u05c0\u05c3\u05c5-\u05cf\u05eb-\u05ef\u05f3-\u0620\u063b-\u063f\u0653-\u065f\u066a-\u066f\u06b8-\u06b9\u06bf\u06cf\u06d4\u06e9\u06ee-\u06ef\u06fa-\u0900\u0904\u093a-\u093b\u094e-\u0950\u0955-\u0957\u0964-\u0965\u0970-\u0980\u0984\u098d-\u098e\u0991-\u0992\u09a9\u09b1\u09b3-\u09b5\u09ba-\u09bb\u09bd\u09c5-\u09c6\u09c9-\u09ca\u09ce-\u09d6\u09d8-\u09db\u09de\u09e4-\u09e5\u09f2-\u0a01\u0a03-\u0a04\u0a0b-\u0a0e\u0a11-\u0a12\u0a29\u0a31\u0a34\u0a37\u0a3a-\u0a3b\u0a3d\u0a43-\u0a46\u0a49-\u0a4a\u0a4e-\u0a58\u0a5d\u0a5f-\u0a65\u0a75-\u0a80\u0a84\u0a8c\u0a8e\u0a92\u0aa9\u0ab1\u0ab4\u0aba-\u0abb\u0ac6\u0aca\u0ace-\u0adf\u0ae1-\u0ae5\u0af0-\u0b00\u0b04\u0b0d-\u0b0e\u0b11-\u0b12\u0b29\u0b31\u0b34-\u0b35\u0b3a-\u0b3b\u0b44-\u0b46\u0b49-\u0b4a\u0b4e-\u0b55\u0b58-\u0b5b\u0b5e\u0b62-\u0b65\u0b70-\u0b81\u0b84\u0b8b-\u0b8d\u0b91\u0b96-\u0b98\u0b9b\u0b9d\u0ba0-\u0ba2\u0ba5-\u0ba7\u0bab-\u0bad\u0bb6\u0bba-\u0bbd\u0bc3-\u0bc5\u0bc9\u0bce-\u0bd6\u0bd8-\u0be6\u0bf0-\u0c00\u0c04\u0c0d\u0c11\u0c29\u0c34\u0c3a-\u0c3d\u0c45\u0c49\u0c4e-\u0c54\u0c57-\u0c5f\u0c62-\u0c65\u0c70-\u0c81\u0c84\u0c8d\u0c91\u0ca9\u0cb4\u0cba-\u0cbd\u0cc5\u0cc9\u0cce-\u0cd4\u0cd7-\u0cdd\u0cdf\u0ce2-\u0ce5\u0cf0-\u0d01\u0d04\u0d0d\u0d11\u0d29\u0d3a-\u0d3d\u0d44-\u0d45\u0d49\u0d4e-\u0d56\u0d58-\u0d5f\u0d62-\u0d65\u0d70-\u0e00\u0e2f\u0e3b-\u0e3f\u0e4f\u0e5a-\u0e80\u0e83\u0e85-\u0e86\u0e89\u0e8b-\u0e8c\u0e8e-\u0e93\u0e98\u0ea0\u0ea4\u0ea6\u0ea8-\u0ea9\u0eac\u0eaf\u0eba\u0ebe-\u0ebf\u0ec5\u0ec7\u0ece-\u0ecf\u0eda-\u0f17\u0f1a-\u0f1f\u0f2a-\u0f34\u0f36\u0f38\u0f3a-\u0f3d\u0f48\u0f6a-\u0f70\u0f85\u0f8c-\u0f8f\u0f96\u0f98\u0fae-\u0fb0\u0fb8\u0fba-\u109f\u10c6-\u10cf\u10f7-\u10ff\u1101\u1104\u1108\u110a\u110d\u1113-\u113b\u113d\u113f\u1141-\u114b\u114d\u114f\u1151-\u1153\u1156-\u1158\u115a-\u115e\u1162\u1164\u1166\u1168\u116a-\u116c\u116f-\u1171\u1174\u1176-\u119d\u119f-\u11a7\u11a9-\u11aa\u11ac-\u11ad\u11b0-\u11b6\u11b9\u11bb\u11c3-\u11ea\u11ec-\u11ef\u11f1-\u11f8\u11fa-\u1dff\u1e9c-\u1e9f\u1efa-\u1eff\u1f16-\u1f17\u1f1e-\u1f1f\u1f46-\u1f47\u1f4e-\u1f4f\u1f58\u1f5a\u1f5c\u1f5e\u1f7e-\u1f7f\u1fb5\u1fbd\u1fbf-\u1fc1\u1fc5\u1fcd-\u1fcf\u1fd4-\u1fd5\u1fdc-\u1fdf\u1fed-\u1ff1\u1ff5\u1ffd-\u20cf\u20dd-\u20e0\u20e2-\u2125\u2127-\u2129\u212c-\u212d\u212f-\u217f\u2183-\u3004\u3006\u3008-\u3020\u3030\u3036-\u3040\u3095-\u3098\u309b-\u309c\u309f-\u30a0\u30fb\u30ff-\u3104\u312d-\u4dff\u9fa6-\uabff\ud7a4-\uffff]') # noqa + +nonXmlNameFirstBMPRegexp = re.compile('[\x00-@\\[-\\^`\\{-\xbf\xd7\xf7\u0132-\u0133\u013f-\u0140\u0149\u017f\u01c4-\u01cc\u01f1-\u01f3\u01f6-\u01f9\u0218-\u024f\u02a9-\u02ba\u02c2-\u0385\u0387\u038b\u038d\u03a2\u03cf\u03d7-\u03d9\u03db\u03dd\u03df\u03e1\u03f4-\u0400\u040d\u0450\u045d\u0482-\u048f\u04c5-\u04c6\u04c9-\u04ca\u04cd-\u04cf\u04ec-\u04ed\u04f6-\u04f7\u04fa-\u0530\u0557-\u0558\u055a-\u0560\u0587-\u05cf\u05eb-\u05ef\u05f3-\u0620\u063b-\u0640\u064b-\u0670\u06b8-\u06b9\u06bf\u06cf\u06d4\u06d6-\u06e4\u06e7-\u0904\u093a-\u093c\u093e-\u0957\u0962-\u0984\u098d-\u098e\u0991-\u0992\u09a9\u09b1\u09b3-\u09b5\u09ba-\u09db\u09de\u09e2-\u09ef\u09f2-\u0a04\u0a0b-\u0a0e\u0a11-\u0a12\u0a29\u0a31\u0a34\u0a37\u0a3a-\u0a58\u0a5d\u0a5f-\u0a71\u0a75-\u0a84\u0a8c\u0a8e\u0a92\u0aa9\u0ab1\u0ab4\u0aba-\u0abc\u0abe-\u0adf\u0ae1-\u0b04\u0b0d-\u0b0e\u0b11-\u0b12\u0b29\u0b31\u0b34-\u0b35\u0b3a-\u0b3c\u0b3e-\u0b5b\u0b5e\u0b62-\u0b84\u0b8b-\u0b8d\u0b91\u0b96-\u0b98\u0b9b\u0b9d\u0ba0-\u0ba2\u0ba5-\u0ba7\u0bab-\u0bad\u0bb6\u0bba-\u0c04\u0c0d\u0c11\u0c29\u0c34\u0c3a-\u0c5f\u0c62-\u0c84\u0c8d\u0c91\u0ca9\u0cb4\u0cba-\u0cdd\u0cdf\u0ce2-\u0d04\u0d0d\u0d11\u0d29\u0d3a-\u0d5f\u0d62-\u0e00\u0e2f\u0e31\u0e34-\u0e3f\u0e46-\u0e80\u0e83\u0e85-\u0e86\u0e89\u0e8b-\u0e8c\u0e8e-\u0e93\u0e98\u0ea0\u0ea4\u0ea6\u0ea8-\u0ea9\u0eac\u0eaf\u0eb1\u0eb4-\u0ebc\u0ebe-\u0ebf\u0ec5-\u0f3f\u0f48\u0f6a-\u109f\u10c6-\u10cf\u10f7-\u10ff\u1101\u1104\u1108\u110a\u110d\u1113-\u113b\u113d\u113f\u1141-\u114b\u114d\u114f\u1151-\u1153\u1156-\u1158\u115a-\u115e\u1162\u1164\u1166\u1168\u116a-\u116c\u116f-\u1171\u1174\u1176-\u119d\u119f-\u11a7\u11a9-\u11aa\u11ac-\u11ad\u11b0-\u11b6\u11b9\u11bb\u11c3-\u11ea\u11ec-\u11ef\u11f1-\u11f8\u11fa-\u1dff\u1e9c-\u1e9f\u1efa-\u1eff\u1f16-\u1f17\u1f1e-\u1f1f\u1f46-\u1f47\u1f4e-\u1f4f\u1f58\u1f5a\u1f5c\u1f5e\u1f7e-\u1f7f\u1fb5\u1fbd\u1fbf-\u1fc1\u1fc5\u1fcd-\u1fcf\u1fd4-\u1fd5\u1fdc-\u1fdf\u1fed-\u1ff1\u1ff5\u1ffd-\u2125\u2127-\u2129\u212c-\u212d\u212f-\u217f\u2183-\u3006\u3008-\u3020\u302a-\u3040\u3095-\u30a0\u30fb-\u3104\u312d-\u4dff\u9fa6-\uabff\ud7a4-\uffff]') # noqa + +# Simpler things +nonPubidCharRegexp = re.compile("[^\x20\x0D\x0Aa-zA-Z0-9\\-'()+,./:=?;!*#@$_%]") + + +class InfosetFilter(object): + replacementRegexp = re.compile(r"U[\dA-F]{5,5}") + + def __init__(self, + dropXmlnsLocalName=False, + dropXmlnsAttrNs=False, + preventDoubleDashComments=False, + preventDashAtCommentEnd=False, + replaceFormFeedCharacters=True, + preventSingleQuotePubid=False): + + self.dropXmlnsLocalName = dropXmlnsLocalName + self.dropXmlnsAttrNs = dropXmlnsAttrNs + + self.preventDoubleDashComments = preventDoubleDashComments + self.preventDashAtCommentEnd = preventDashAtCommentEnd + + self.replaceFormFeedCharacters = replaceFormFeedCharacters + + self.preventSingleQuotePubid = preventSingleQuotePubid + + self.replaceCache = {} + + def coerceAttribute(self, name, namespace=None): + if self.dropXmlnsLocalName and name.startswith("xmlns:"): + warnings.warn("Attributes cannot begin with xmlns", DataLossWarning) + return None + elif (self.dropXmlnsAttrNs and + namespace == "http://www.w3.org/2000/xmlns/"): + warnings.warn("Attributes cannot be in the xml namespace", DataLossWarning) + return None + else: + return self.toXmlName(name) + + def coerceElement(self, name): + return self.toXmlName(name) + + def coerceComment(self, data): + if self.preventDoubleDashComments: + while "--" in data: + warnings.warn("Comments cannot contain adjacent dashes", DataLossWarning) + data = data.replace("--", "- -") + if data.endswith("-"): + warnings.warn("Comments cannot end in a dash", DataLossWarning) + data += " " + return data + + def coerceCharacters(self, data): + if self.replaceFormFeedCharacters: + for _ in range(data.count("\x0C")): + warnings.warn("Text cannot contain U+000C", DataLossWarning) + data = data.replace("\x0C", " ") + # Other non-xml characters + return data + + def coercePubid(self, data): + dataOutput = data + for char in nonPubidCharRegexp.findall(data): + warnings.warn("Coercing non-XML pubid", DataLossWarning) + replacement = self.getReplacementCharacter(char) + dataOutput = dataOutput.replace(char, replacement) + if self.preventSingleQuotePubid and dataOutput.find("'") >= 0: + warnings.warn("Pubid cannot contain single quote", DataLossWarning) + dataOutput = dataOutput.replace("'", self.getReplacementCharacter("'")) + return dataOutput + + def toXmlName(self, name): + nameFirst = name[0] + nameRest = name[1:] + m = nonXmlNameFirstBMPRegexp.match(nameFirst) + if m: + warnings.warn("Coercing non-XML name: %s" % name, DataLossWarning) + nameFirstOutput = self.getReplacementCharacter(nameFirst) + else: + nameFirstOutput = nameFirst + + nameRestOutput = nameRest + replaceChars = set(nonXmlNameBMPRegexp.findall(nameRest)) + for char in replaceChars: + warnings.warn("Coercing non-XML name: %s" % name, DataLossWarning) + replacement = self.getReplacementCharacter(char) + nameRestOutput = nameRestOutput.replace(char, replacement) + return nameFirstOutput + nameRestOutput + + def getReplacementCharacter(self, char): + if char in self.replaceCache: + replacement = self.replaceCache[char] + else: + replacement = self.escapeChar(char) + return replacement + + def fromXmlName(self, name): + for item in set(self.replacementRegexp.findall(name)): + name = name.replace(item, self.unescapeChar(item)) + return name + + def escapeChar(self, char): + replacement = "U%05X" % ord(char) + self.replaceCache[char] = replacement + return replacement + + def unescapeChar(self, charcode): + return chr(int(charcode[1:], 16)) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py new file mode 100644 index 0000000..e0bb376 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py @@ -0,0 +1,918 @@ +from __future__ import absolute_import, division, unicode_literals + +from pip._vendor.six import text_type +from pip._vendor.six.moves import http_client, urllib + +import codecs +import re +from io import BytesIO, StringIO + +from pip._vendor import webencodings + +from .constants import EOF, spaceCharacters, asciiLetters, asciiUppercase +from .constants import _ReparseException +from . import _utils + +# Non-unicode versions of constants for use in the pre-parser +spaceCharactersBytes = frozenset([item.encode("ascii") for item in spaceCharacters]) +asciiLettersBytes = frozenset([item.encode("ascii") for item in asciiLetters]) +asciiUppercaseBytes = frozenset([item.encode("ascii") for item in asciiUppercase]) +spacesAngleBrackets = spaceCharactersBytes | frozenset([b">", b"<"]) + + +invalid_unicode_no_surrogate = "[\u0001-\u0008\u000B\u000E-\u001F\u007F-\u009F\uFDD0-\uFDEF\uFFFE\uFFFF\U0001FFFE\U0001FFFF\U0002FFFE\U0002FFFF\U0003FFFE\U0003FFFF\U0004FFFE\U0004FFFF\U0005FFFE\U0005FFFF\U0006FFFE\U0006FFFF\U0007FFFE\U0007FFFF\U0008FFFE\U0008FFFF\U0009FFFE\U0009FFFF\U000AFFFE\U000AFFFF\U000BFFFE\U000BFFFF\U000CFFFE\U000CFFFF\U000DFFFE\U000DFFFF\U000EFFFE\U000EFFFF\U000FFFFE\U000FFFFF\U0010FFFE\U0010FFFF]" # noqa + +if _utils.supports_lone_surrogates: + # Use one extra step of indirection and create surrogates with + # eval. Not using this indirection would introduce an illegal + # unicode literal on platforms not supporting such lone + # surrogates. + assert invalid_unicode_no_surrogate[-1] == "]" and invalid_unicode_no_surrogate.count("]") == 1 + invalid_unicode_re = re.compile(invalid_unicode_no_surrogate[:-1] + + eval('"\\uD800-\\uDFFF"') + # pylint:disable=eval-used + "]") +else: + invalid_unicode_re = re.compile(invalid_unicode_no_surrogate) + +non_bmp_invalid_codepoints = {0x1FFFE, 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, + 0x3FFFF, 0x4FFFE, 0x4FFFF, 0x5FFFE, 0x5FFFF, + 0x6FFFE, 0x6FFFF, 0x7FFFE, 0x7FFFF, 0x8FFFE, + 0x8FFFF, 0x9FFFE, 0x9FFFF, 0xAFFFE, 0xAFFFF, + 0xBFFFE, 0xBFFFF, 0xCFFFE, 0xCFFFF, 0xDFFFE, + 0xDFFFF, 0xEFFFE, 0xEFFFF, 0xFFFFE, 0xFFFFF, + 0x10FFFE, 0x10FFFF} + +ascii_punctuation_re = re.compile("[\u0009-\u000D\u0020-\u002F\u003A-\u0040\u005C\u005B-\u0060\u007B-\u007E]") + +# Cache for charsUntil() +charsUntilRegEx = {} + + +class BufferedStream(object): + """Buffering for streams that do not have buffering of their own + + The buffer is implemented as a list of chunks on the assumption that + joining many strings will be slow since it is O(n**2) + """ + + def __init__(self, stream): + self.stream = stream + self.buffer = [] + self.position = [-1, 0] # chunk number, offset + + def tell(self): + pos = 0 + for chunk in self.buffer[:self.position[0]]: + pos += len(chunk) + pos += self.position[1] + return pos + + def seek(self, pos): + assert pos <= self._bufferedBytes() + offset = pos + i = 0 + while len(self.buffer[i]) < offset: + offset -= len(self.buffer[i]) + i += 1 + self.position = [i, offset] + + def read(self, bytes): + if not self.buffer: + return self._readStream(bytes) + elif (self.position[0] == len(self.buffer) and + self.position[1] == len(self.buffer[-1])): + return self._readStream(bytes) + else: + return self._readFromBuffer(bytes) + + def _bufferedBytes(self): + return sum([len(item) for item in self.buffer]) + + def _readStream(self, bytes): + data = self.stream.read(bytes) + self.buffer.append(data) + self.position[0] += 1 + self.position[1] = len(data) + return data + + def _readFromBuffer(self, bytes): + remainingBytes = bytes + rv = [] + bufferIndex = self.position[0] + bufferOffset = self.position[1] + while bufferIndex < len(self.buffer) and remainingBytes != 0: + assert remainingBytes > 0 + bufferedData = self.buffer[bufferIndex] + + if remainingBytes <= len(bufferedData) - bufferOffset: + bytesToRead = remainingBytes + self.position = [bufferIndex, bufferOffset + bytesToRead] + else: + bytesToRead = len(bufferedData) - bufferOffset + self.position = [bufferIndex, len(bufferedData)] + bufferIndex += 1 + rv.append(bufferedData[bufferOffset:bufferOffset + bytesToRead]) + remainingBytes -= bytesToRead + + bufferOffset = 0 + + if remainingBytes: + rv.append(self._readStream(remainingBytes)) + + return b"".join(rv) + + +def HTMLInputStream(source, **kwargs): + # Work around Python bug #20007: read(0) closes the connection. + # http://bugs.python.org/issue20007 + if (isinstance(source, http_client.HTTPResponse) or + # Also check for addinfourl wrapping HTTPResponse + (isinstance(source, urllib.response.addbase) and + isinstance(source.fp, http_client.HTTPResponse))): + isUnicode = False + elif hasattr(source, "read"): + isUnicode = isinstance(source.read(0), text_type) + else: + isUnicode = isinstance(source, text_type) + + if isUnicode: + encodings = [x for x in kwargs if x.endswith("_encoding")] + if encodings: + raise TypeError("Cannot set an encoding with a unicode input, set %r" % encodings) + + return HTMLUnicodeInputStream(source, **kwargs) + else: + return HTMLBinaryInputStream(source, **kwargs) + + +class HTMLUnicodeInputStream(object): + """Provides a unicode stream of characters to the HTMLTokenizer. + + This class takes care of character encoding and removing or replacing + incorrect byte-sequences and also provides column and line tracking. + + """ + + _defaultChunkSize = 10240 + + def __init__(self, source): + """Initialises the HTMLInputStream. + + HTMLInputStream(source, [encoding]) -> Normalized stream from source + for use by html5lib. + + source can be either a file-object, local filename or a string. + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element) + + """ + + if not _utils.supports_lone_surrogates: + # Such platforms will have already checked for such + # surrogate errors, so no need to do this checking. + self.reportCharacterErrors = None + elif len("\U0010FFFF") == 1: + self.reportCharacterErrors = self.characterErrorsUCS4 + else: + self.reportCharacterErrors = self.characterErrorsUCS2 + + # List of where new lines occur + self.newLines = [0] + + self.charEncoding = (lookupEncoding("utf-8"), "certain") + self.dataStream = self.openStream(source) + + self.reset() + + def reset(self): + self.chunk = "" + self.chunkSize = 0 + self.chunkOffset = 0 + self.errors = [] + + # number of (complete) lines in previous chunks + self.prevNumLines = 0 + # number of columns in the last line of the previous chunk + self.prevNumCols = 0 + + # Deal with CR LF and surrogates split over chunk boundaries + self._bufferedCharacter = None + + def openStream(self, source): + """Produces a file object from source. + + source can be either a file object, local filename or a string. + + """ + # Already a file object + if hasattr(source, 'read'): + stream = source + else: + stream = StringIO(source) + + return stream + + def _position(self, offset): + chunk = self.chunk + nLines = chunk.count('\n', 0, offset) + positionLine = self.prevNumLines + nLines + lastLinePos = chunk.rfind('\n', 0, offset) + if lastLinePos == -1: + positionColumn = self.prevNumCols + offset + else: + positionColumn = offset - (lastLinePos + 1) + return (positionLine, positionColumn) + + def position(self): + """Returns (line, col) of the current position in the stream.""" + line, col = self._position(self.chunkOffset) + return (line + 1, col) + + def char(self): + """ Read one character from the stream or queue if available. Return + EOF when EOF is reached. + """ + # Read a new chunk from the input stream if necessary + if self.chunkOffset >= self.chunkSize: + if not self.readChunk(): + return EOF + + chunkOffset = self.chunkOffset + char = self.chunk[chunkOffset] + self.chunkOffset = chunkOffset + 1 + + return char + + def readChunk(self, chunkSize=None): + if chunkSize is None: + chunkSize = self._defaultChunkSize + + self.prevNumLines, self.prevNumCols = self._position(self.chunkSize) + + self.chunk = "" + self.chunkSize = 0 + self.chunkOffset = 0 + + data = self.dataStream.read(chunkSize) + + # Deal with CR LF and surrogates broken across chunks + if self._bufferedCharacter: + data = self._bufferedCharacter + data + self._bufferedCharacter = None + elif not data: + # We have no more data, bye-bye stream + return False + + if len(data) > 1: + lastv = ord(data[-1]) + if lastv == 0x0D or 0xD800 <= lastv <= 0xDBFF: + self._bufferedCharacter = data[-1] + data = data[:-1] + + if self.reportCharacterErrors: + self.reportCharacterErrors(data) + + # Replace invalid characters + data = data.replace("\r\n", "\n") + data = data.replace("\r", "\n") + + self.chunk = data + self.chunkSize = len(data) + + return True + + def characterErrorsUCS4(self, data): + for _ in range(len(invalid_unicode_re.findall(data))): + self.errors.append("invalid-codepoint") + + def characterErrorsUCS2(self, data): + # Someone picked the wrong compile option + # You lose + skip = False + for match in invalid_unicode_re.finditer(data): + if skip: + continue + codepoint = ord(match.group()) + pos = match.start() + # Pretty sure there should be endianness issues here + if _utils.isSurrogatePair(data[pos:pos + 2]): + # We have a surrogate pair! + char_val = _utils.surrogatePairToCodepoint(data[pos:pos + 2]) + if char_val in non_bmp_invalid_codepoints: + self.errors.append("invalid-codepoint") + skip = True + elif (codepoint >= 0xD800 and codepoint <= 0xDFFF and + pos == len(data) - 1): + self.errors.append("invalid-codepoint") + else: + skip = False + self.errors.append("invalid-codepoint") + + def charsUntil(self, characters, opposite=False): + """ Returns a string of characters from the stream up to but not + including any character in 'characters' or EOF. 'characters' must be + a container that supports the 'in' method and iteration over its + characters. + """ + + # Use a cache of regexps to find the required characters + try: + chars = charsUntilRegEx[(characters, opposite)] + except KeyError: + if __debug__: + for c in characters: + assert(ord(c) < 128) + regex = "".join(["\\x%02x" % ord(c) for c in characters]) + if not opposite: + regex = "^%s" % regex + chars = charsUntilRegEx[(characters, opposite)] = re.compile("[%s]+" % regex) + + rv = [] + + while True: + # Find the longest matching prefix + m = chars.match(self.chunk, self.chunkOffset) + if m is None: + # If nothing matched, and it wasn't because we ran out of chunk, + # then stop + if self.chunkOffset != self.chunkSize: + break + else: + end = m.end() + # If not the whole chunk matched, return everything + # up to the part that didn't match + if end != self.chunkSize: + rv.append(self.chunk[self.chunkOffset:end]) + self.chunkOffset = end + break + # If the whole remainder of the chunk matched, + # use it all and read the next chunk + rv.append(self.chunk[self.chunkOffset:]) + if not self.readChunk(): + # Reached EOF + break + + r = "".join(rv) + return r + + def unget(self, char): + # Only one character is allowed to be ungotten at once - it must + # be consumed again before any further call to unget + if char is not EOF: + if self.chunkOffset == 0: + # unget is called quite rarely, so it's a good idea to do + # more work here if it saves a bit of work in the frequently + # called char and charsUntil. + # So, just prepend the ungotten character onto the current + # chunk: + self.chunk = char + self.chunk + self.chunkSize += 1 + else: + self.chunkOffset -= 1 + assert self.chunk[self.chunkOffset] == char + + +class HTMLBinaryInputStream(HTMLUnicodeInputStream): + """Provides a unicode stream of characters to the HTMLTokenizer. + + This class takes care of character encoding and removing or replacing + incorrect byte-sequences and also provides column and line tracking. + + """ + + def __init__(self, source, override_encoding=None, transport_encoding=None, + same_origin_parent_encoding=None, likely_encoding=None, + default_encoding="windows-1252", useChardet=True): + """Initialises the HTMLInputStream. + + HTMLInputStream(source, [encoding]) -> Normalized stream from source + for use by html5lib. + + source can be either a file-object, local filename or a string. + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element) + + """ + # Raw Stream - for unicode objects this will encode to utf-8 and set + # self.charEncoding as appropriate + self.rawStream = self.openStream(source) + + HTMLUnicodeInputStream.__init__(self, self.rawStream) + + # Encoding Information + # Number of bytes to use when looking for a meta element with + # encoding information + self.numBytesMeta = 1024 + # Number of bytes to use when using detecting encoding using chardet + self.numBytesChardet = 100 + # Things from args + self.override_encoding = override_encoding + self.transport_encoding = transport_encoding + self.same_origin_parent_encoding = same_origin_parent_encoding + self.likely_encoding = likely_encoding + self.default_encoding = default_encoding + + # Determine encoding + self.charEncoding = self.determineEncoding(useChardet) + assert self.charEncoding[0] is not None + + # Call superclass + self.reset() + + def reset(self): + self.dataStream = self.charEncoding[0].codec_info.streamreader(self.rawStream, 'replace') + HTMLUnicodeInputStream.reset(self) + + def openStream(self, source): + """Produces a file object from source. + + source can be either a file object, local filename or a string. + + """ + # Already a file object + if hasattr(source, 'read'): + stream = source + else: + stream = BytesIO(source) + + try: + stream.seek(stream.tell()) + except Exception: + stream = BufferedStream(stream) + + return stream + + def determineEncoding(self, chardet=True): + # BOMs take precedence over everything + # This will also read past the BOM if present + charEncoding = self.detectBOM(), "certain" + if charEncoding[0] is not None: + return charEncoding + + # If we've been overridden, we've been overridden + charEncoding = lookupEncoding(self.override_encoding), "certain" + if charEncoding[0] is not None: + return charEncoding + + # Now check the transport layer + charEncoding = lookupEncoding(self.transport_encoding), "certain" + if charEncoding[0] is not None: + return charEncoding + + # Look for meta elements with encoding information + charEncoding = self.detectEncodingMeta(), "tentative" + if charEncoding[0] is not None: + return charEncoding + + # Parent document encoding + charEncoding = lookupEncoding(self.same_origin_parent_encoding), "tentative" + if charEncoding[0] is not None and not charEncoding[0].name.startswith("utf-16"): + return charEncoding + + # "likely" encoding + charEncoding = lookupEncoding(self.likely_encoding), "tentative" + if charEncoding[0] is not None: + return charEncoding + + # Guess with chardet, if available + if chardet: + try: + from pip._vendor.chardet.universaldetector import UniversalDetector + except ImportError: + pass + else: + buffers = [] + detector = UniversalDetector() + while not detector.done: + buffer = self.rawStream.read(self.numBytesChardet) + assert isinstance(buffer, bytes) + if not buffer: + break + buffers.append(buffer) + detector.feed(buffer) + detector.close() + encoding = lookupEncoding(detector.result['encoding']) + self.rawStream.seek(0) + if encoding is not None: + return encoding, "tentative" + + # Try the default encoding + charEncoding = lookupEncoding(self.default_encoding), "tentative" + if charEncoding[0] is not None: + return charEncoding + + # Fallback to html5lib's default if even that hasn't worked + return lookupEncoding("windows-1252"), "tentative" + + def changeEncoding(self, newEncoding): + assert self.charEncoding[1] != "certain" + newEncoding = lookupEncoding(newEncoding) + if newEncoding is None: + return + if newEncoding.name in ("utf-16be", "utf-16le"): + newEncoding = lookupEncoding("utf-8") + assert newEncoding is not None + elif newEncoding == self.charEncoding[0]: + self.charEncoding = (self.charEncoding[0], "certain") + else: + self.rawStream.seek(0) + self.charEncoding = (newEncoding, "certain") + self.reset() + raise _ReparseException("Encoding changed from %s to %s" % (self.charEncoding[0], newEncoding)) + + def detectBOM(self): + """Attempts to detect at BOM at the start of the stream. If + an encoding can be determined from the BOM return the name of the + encoding otherwise return None""" + bomDict = { + codecs.BOM_UTF8: 'utf-8', + codecs.BOM_UTF16_LE: 'utf-16le', codecs.BOM_UTF16_BE: 'utf-16be', + codecs.BOM_UTF32_LE: 'utf-32le', codecs.BOM_UTF32_BE: 'utf-32be' + } + + # Go to beginning of file and read in 4 bytes + string = self.rawStream.read(4) + assert isinstance(string, bytes) + + # Try detecting the BOM using bytes from the string + encoding = bomDict.get(string[:3]) # UTF-8 + seek = 3 + if not encoding: + # Need to detect UTF-32 before UTF-16 + encoding = bomDict.get(string) # UTF-32 + seek = 4 + if not encoding: + encoding = bomDict.get(string[:2]) # UTF-16 + seek = 2 + + # Set the read position past the BOM if one was found, otherwise + # set it to the start of the stream + if encoding: + self.rawStream.seek(seek) + return lookupEncoding(encoding) + else: + self.rawStream.seek(0) + return None + + def detectEncodingMeta(self): + """Report the encoding declared by the meta element + """ + buffer = self.rawStream.read(self.numBytesMeta) + assert isinstance(buffer, bytes) + parser = EncodingParser(buffer) + self.rawStream.seek(0) + encoding = parser.getEncoding() + + if encoding is not None and encoding.name in ("utf-16be", "utf-16le"): + encoding = lookupEncoding("utf-8") + + return encoding + + +class EncodingBytes(bytes): + """String-like object with an associated position and various extra methods + If the position is ever greater than the string length then an exception is + raised""" + def __new__(self, value): + assert isinstance(value, bytes) + return bytes.__new__(self, value.lower()) + + def __init__(self, value): + # pylint:disable=unused-argument + self._position = -1 + + def __iter__(self): + return self + + def __next__(self): + p = self._position = self._position + 1 + if p >= len(self): + raise StopIteration + elif p < 0: + raise TypeError + return self[p:p + 1] + + def next(self): + # Py2 compat + return self.__next__() + + def previous(self): + p = self._position + if p >= len(self): + raise StopIteration + elif p < 0: + raise TypeError + self._position = p = p - 1 + return self[p:p + 1] + + def setPosition(self, position): + if self._position >= len(self): + raise StopIteration + self._position = position + + def getPosition(self): + if self._position >= len(self): + raise StopIteration + if self._position >= 0: + return self._position + else: + return None + + position = property(getPosition, setPosition) + + def getCurrentByte(self): + return self[self.position:self.position + 1] + + currentByte = property(getCurrentByte) + + def skip(self, chars=spaceCharactersBytes): + """Skip past a list of characters""" + p = self.position # use property for the error-checking + while p < len(self): + c = self[p:p + 1] + if c not in chars: + self._position = p + return c + p += 1 + self._position = p + return None + + def skipUntil(self, chars): + p = self.position + while p < len(self): + c = self[p:p + 1] + if c in chars: + self._position = p + return c + p += 1 + self._position = p + return None + + def matchBytes(self, bytes): + """Look for a sequence of bytes at the start of a string. If the bytes + are found return True and advance the position to the byte after the + match. Otherwise return False and leave the position alone""" + rv = self.startswith(bytes, self.position) + if rv: + self.position += len(bytes) + return rv + + def jumpTo(self, bytes): + """Look for the next sequence of bytes matching a given sequence. If + a match is found advance the position to the last byte of the match""" + try: + self._position = self.index(bytes, self.position) + len(bytes) - 1 + except ValueError: + raise StopIteration + return True + + +class EncodingParser(object): + """Mini parser for detecting character encoding from meta elements""" + + def __init__(self, data): + """string - the data to work on for encoding detection""" + self.data = EncodingBytes(data) + self.encoding = None + + def getEncoding(self): + if b"") + + def handleMeta(self): + if self.data.currentByte not in spaceCharactersBytes: + # if we have ") + + def getAttribute(self): + """Return a name,value pair for the next attribute in the stream, + if one is found, or None""" + data = self.data + # Step 1 (skip chars) + c = data.skip(spaceCharactersBytes | frozenset([b"/"])) + assert c is None or len(c) == 1 + # Step 2 + if c in (b">", None): + return None + # Step 3 + attrName = [] + attrValue = [] + # Step 4 attribute name + while True: + if c == b"=" and attrName: + break + elif c in spaceCharactersBytes: + # Step 6! + c = data.skip() + break + elif c in (b"/", b">"): + return b"".join(attrName), b"" + elif c in asciiUppercaseBytes: + attrName.append(c.lower()) + elif c is None: + return None + else: + attrName.append(c) + # Step 5 + c = next(data) + # Step 7 + if c != b"=": + data.previous() + return b"".join(attrName), b"" + # Step 8 + next(data) + # Step 9 + c = data.skip() + # Step 10 + if c in (b"'", b'"'): + # 10.1 + quoteChar = c + while True: + # 10.2 + c = next(data) + # 10.3 + if c == quoteChar: + next(data) + return b"".join(attrName), b"".join(attrValue) + # 10.4 + elif c in asciiUppercaseBytes: + attrValue.append(c.lower()) + # 10.5 + else: + attrValue.append(c) + elif c == b">": + return b"".join(attrName), b"" + elif c in asciiUppercaseBytes: + attrValue.append(c.lower()) + elif c is None: + return None + else: + attrValue.append(c) + # Step 11 + while True: + c = next(data) + if c in spacesAngleBrackets: + return b"".join(attrName), b"".join(attrValue) + elif c in asciiUppercaseBytes: + attrValue.append(c.lower()) + elif c is None: + return None + else: + attrValue.append(c) + + +class ContentAttrParser(object): + def __init__(self, data): + assert isinstance(data, bytes) + self.data = data + + def parse(self): + try: + # Check if the attr name is charset + # otherwise return + self.data.jumpTo(b"charset") + self.data.position += 1 + self.data.skip() + if not self.data.currentByte == b"=": + # If there is no = sign keep looking for attrs + return None + self.data.position += 1 + self.data.skip() + # Look for an encoding between matching quote marks + if self.data.currentByte in (b'"', b"'"): + quoteMark = self.data.currentByte + self.data.position += 1 + oldPosition = self.data.position + if self.data.jumpTo(quoteMark): + return self.data[oldPosition:self.data.position] + else: + return None + else: + # Unquoted value + oldPosition = self.data.position + try: + self.data.skipUntil(spaceCharactersBytes) + return self.data[oldPosition:self.data.position] + except StopIteration: + # Return the whole remaining value + return self.data[oldPosition:] + except StopIteration: + return None + + +def lookupEncoding(encoding): + """Return the python codec name corresponding to an encoding or None if the + string doesn't correspond to a valid encoding.""" + if isinstance(encoding, bytes): + try: + encoding = encoding.decode("ascii") + except UnicodeDecodeError: + return None + + if encoding is not None: + try: + return webencodings.lookup(encoding) + except AttributeError: + return None + else: + return None diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py new file mode 100644 index 0000000..5f00253 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py @@ -0,0 +1,1735 @@ +from __future__ import absolute_import, division, unicode_literals + +from pip._vendor.six import unichr as chr + +from collections import deque, OrderedDict +from sys import version_info + +from .constants import spaceCharacters +from .constants import entities +from .constants import asciiLetters, asciiUpper2Lower +from .constants import digits, hexDigits, EOF +from .constants import tokenTypes, tagTokenTypes +from .constants import replacementCharacters + +from ._inputstream import HTMLInputStream + +from ._trie import Trie + +entitiesTrie = Trie(entities) + +if version_info >= (3, 7): + attributeMap = dict +else: + attributeMap = OrderedDict + + +class HTMLTokenizer(object): + """ This class takes care of tokenizing HTML. + + * self.currentToken + Holds the token that is currently being processed. + + * self.state + Holds a reference to the method to be invoked... XXX + + * self.stream + Points to HTMLInputStream object. + """ + + def __init__(self, stream, parser=None, **kwargs): + + self.stream = HTMLInputStream(stream, **kwargs) + self.parser = parser + + # Setup the initial tokenizer state + self.escapeFlag = False + self.lastFourChars = [] + self.state = self.dataState + self.escape = False + + # The current token being created + self.currentToken = None + super(HTMLTokenizer, self).__init__() + + def __iter__(self): + """ This is where the magic happens. + + We do our usually processing through the states and when we have a token + to return we yield the token which pauses processing until the next token + is requested. + """ + self.tokenQueue = deque([]) + # Start processing. When EOF is reached self.state will return False + # instead of True and the loop will terminate. + while self.state(): + while self.stream.errors: + yield {"type": tokenTypes["ParseError"], "data": self.stream.errors.pop(0)} + while self.tokenQueue: + yield self.tokenQueue.popleft() + + def consumeNumberEntity(self, isHex): + """This function returns either U+FFFD or the character based on the + decimal or hexadecimal representation. It also discards ";" if present. + If not present self.tokenQueue.append({"type": tokenTypes["ParseError"]}) is invoked. + """ + + allowed = digits + radix = 10 + if isHex: + allowed = hexDigits + radix = 16 + + charStack = [] + + # Consume all the characters that are in range while making sure we + # don't hit an EOF. + c = self.stream.char() + while c in allowed and c is not EOF: + charStack.append(c) + c = self.stream.char() + + # Convert the set of characters consumed to an int. + charAsInt = int("".join(charStack), radix) + + # Certain characters get replaced with others + if charAsInt in replacementCharacters: + char = replacementCharacters[charAsInt] + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "illegal-codepoint-for-numeric-entity", + "datavars": {"charAsInt": charAsInt}}) + elif ((0xD800 <= charAsInt <= 0xDFFF) or + (charAsInt > 0x10FFFF)): + char = "\uFFFD" + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "illegal-codepoint-for-numeric-entity", + "datavars": {"charAsInt": charAsInt}}) + else: + # Should speed up this check somehow (e.g. move the set to a constant) + if ((0x0001 <= charAsInt <= 0x0008) or + (0x000E <= charAsInt <= 0x001F) or + (0x007F <= charAsInt <= 0x009F) or + (0xFDD0 <= charAsInt <= 0xFDEF) or + charAsInt in frozenset([0x000B, 0xFFFE, 0xFFFF, 0x1FFFE, + 0x1FFFF, 0x2FFFE, 0x2FFFF, 0x3FFFE, + 0x3FFFF, 0x4FFFE, 0x4FFFF, 0x5FFFE, + 0x5FFFF, 0x6FFFE, 0x6FFFF, 0x7FFFE, + 0x7FFFF, 0x8FFFE, 0x8FFFF, 0x9FFFE, + 0x9FFFF, 0xAFFFE, 0xAFFFF, 0xBFFFE, + 0xBFFFF, 0xCFFFE, 0xCFFFF, 0xDFFFE, + 0xDFFFF, 0xEFFFE, 0xEFFFF, 0xFFFFE, + 0xFFFFF, 0x10FFFE, 0x10FFFF])): + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": + "illegal-codepoint-for-numeric-entity", + "datavars": {"charAsInt": charAsInt}}) + try: + # Try/except needed as UCS-2 Python builds' unichar only works + # within the BMP. + char = chr(charAsInt) + except ValueError: + v = charAsInt - 0x10000 + char = chr(0xD800 | (v >> 10)) + chr(0xDC00 | (v & 0x3FF)) + + # Discard the ; if present. Otherwise, put it back on the queue and + # invoke parseError on parser. + if c != ";": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "numeric-entity-without-semicolon"}) + self.stream.unget(c) + + return char + + def consumeEntity(self, allowedChar=None, fromAttribute=False): + # Initialise to the default output for when no entity is matched + output = "&" + + charStack = [self.stream.char()] + if (charStack[0] in spaceCharacters or charStack[0] in (EOF, "<", "&") or + (allowedChar is not None and allowedChar == charStack[0])): + self.stream.unget(charStack[0]) + + elif charStack[0] == "#": + # Read the next character to see if it's hex or decimal + hex = False + charStack.append(self.stream.char()) + if charStack[-1] in ("x", "X"): + hex = True + charStack.append(self.stream.char()) + + # charStack[-1] should be the first digit + if (hex and charStack[-1] in hexDigits) \ + or (not hex and charStack[-1] in digits): + # At least one digit found, so consume the whole number + self.stream.unget(charStack[-1]) + output = self.consumeNumberEntity(hex) + else: + # No digits found + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "expected-numeric-entity"}) + self.stream.unget(charStack.pop()) + output = "&" + "".join(charStack) + + else: + # At this point in the process might have named entity. Entities + # are stored in the global variable "entities". + # + # Consume characters and compare to these to a substring of the + # entity names in the list until the substring no longer matches. + while (charStack[-1] is not EOF): + if not entitiesTrie.has_keys_with_prefix("".join(charStack)): + break + charStack.append(self.stream.char()) + + # At this point we have a string that starts with some characters + # that may match an entity + # Try to find the longest entity the string will match to take care + # of ¬i for instance. + try: + entityName = entitiesTrie.longest_prefix("".join(charStack[:-1])) + entityLength = len(entityName) + except KeyError: + entityName = None + + if entityName is not None: + if entityName[-1] != ";": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "named-entity-without-semicolon"}) + if (entityName[-1] != ";" and fromAttribute and + (charStack[entityLength] in asciiLetters or + charStack[entityLength] in digits or + charStack[entityLength] == "=")): + self.stream.unget(charStack.pop()) + output = "&" + "".join(charStack) + else: + output = entities[entityName] + self.stream.unget(charStack.pop()) + output += "".join(charStack[entityLength:]) + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-named-entity"}) + self.stream.unget(charStack.pop()) + output = "&" + "".join(charStack) + + if fromAttribute: + self.currentToken["data"][-1][1] += output + else: + if output in spaceCharacters: + tokenType = "SpaceCharacters" + else: + tokenType = "Characters" + self.tokenQueue.append({"type": tokenTypes[tokenType], "data": output}) + + def processEntityInAttribute(self, allowedChar): + """This method replaces the need for "entityInAttributeValueState". + """ + self.consumeEntity(allowedChar=allowedChar, fromAttribute=True) + + def emitCurrentToken(self): + """This method is a generic handler for emitting the tags. It also sets + the state to "data" because that's what's needed after a token has been + emitted. + """ + token = self.currentToken + # Add token to the queue to be yielded + if (token["type"] in tagTokenTypes): + token["name"] = token["name"].translate(asciiUpper2Lower) + if token["type"] == tokenTypes["StartTag"]: + raw = token["data"] + data = attributeMap(raw) + if len(raw) > len(data): + # we had some duplicated attribute, fix so first wins + data.update(raw[::-1]) + token["data"] = data + + if token["type"] == tokenTypes["EndTag"]: + if token["data"]: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "attributes-in-end-tag"}) + if token["selfClosing"]: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "self-closing-flag-on-end-tag"}) + self.tokenQueue.append(token) + self.state = self.dataState + + # Below are the various tokenizer states worked out. + def dataState(self): + data = self.stream.char() + if data == "&": + self.state = self.entityDataState + elif data == "<": + self.state = self.tagOpenState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\u0000"}) + elif data is EOF: + # Tokenization ends. + return False + elif data in spaceCharacters: + # Directly after emitting a token you switch back to the "data + # state". At that point spaceCharacters are important so they are + # emitted separately. + self.tokenQueue.append({"type": tokenTypes["SpaceCharacters"], "data": + data + self.stream.charsUntil(spaceCharacters, True)}) + # No need to update lastFourChars here, since the first space will + # have already been appended to lastFourChars and will have broken + # any sequences + else: + chars = self.stream.charsUntil(("&", "<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def entityDataState(self): + self.consumeEntity() + self.state = self.dataState + return True + + def rcdataState(self): + data = self.stream.char() + if data == "&": + self.state = self.characterReferenceInRcdata + elif data == "<": + self.state = self.rcdataLessThanSignState + elif data == EOF: + # Tokenization ends. + return False + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data in spaceCharacters: + # Directly after emitting a token you switch back to the "data + # state". At that point spaceCharacters are important so they are + # emitted separately. + self.tokenQueue.append({"type": tokenTypes["SpaceCharacters"], "data": + data + self.stream.charsUntil(spaceCharacters, True)}) + # No need to update lastFourChars here, since the first space will + # have already been appended to lastFourChars and will have broken + # any sequences + else: + chars = self.stream.charsUntil(("&", "<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def characterReferenceInRcdata(self): + self.consumeEntity() + self.state = self.rcdataState + return True + + def rawtextState(self): + data = self.stream.char() + if data == "<": + self.state = self.rawtextLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data == EOF: + # Tokenization ends. + return False + else: + chars = self.stream.charsUntil(("<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def scriptDataState(self): + data = self.stream.char() + if data == "<": + self.state = self.scriptDataLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data == EOF: + # Tokenization ends. + return False + else: + chars = self.stream.charsUntil(("<", "\u0000")) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + chars}) + return True + + def plaintextState(self): + data = self.stream.char() + if data == EOF: + # Tokenization ends. + return False + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": + data + self.stream.charsUntil("\u0000")}) + return True + + def tagOpenState(self): + data = self.stream.char() + if data == "!": + self.state = self.markupDeclarationOpenState + elif data == "/": + self.state = self.closeTagOpenState + elif data in asciiLetters: + self.currentToken = {"type": tokenTypes["StartTag"], + "name": data, "data": [], + "selfClosing": False, + "selfClosingAcknowledged": False} + self.state = self.tagNameState + elif data == ">": + # XXX In theory it could be something besides a tag name. But + # do we really care? + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-tag-name-but-got-right-bracket"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<>"}) + self.state = self.dataState + elif data == "?": + # XXX In theory it could be something besides a tag name. But + # do we really care? + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-tag-name-but-got-question-mark"}) + self.stream.unget(data) + self.state = self.bogusCommentState + else: + # XXX + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-tag-name"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.stream.unget(data) + self.state = self.dataState + return True + + def closeTagOpenState(self): + data = self.stream.char() + if data in asciiLetters: + self.currentToken = {"type": tokenTypes["EndTag"], "name": data, + "data": [], "selfClosing": False} + self.state = self.tagNameState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-closing-tag-but-got-right-bracket"}) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-closing-tag-but-got-eof"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "": + self.emitCurrentToken() + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-tag-name"}) + self.state = self.dataState + elif data == "/": + self.state = self.selfClosingStartTagState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["name"] += "\uFFFD" + else: + self.currentToken["name"] += data + # (Don't use charsUntil here, because tag names are + # very short and it's faster to not do anything fancy) + return True + + def rcdataLessThanSignState(self): + data = self.stream.char() + if data == "/": + self.temporaryBuffer = "" + self.state = self.rcdataEndTagOpenState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.stream.unget(data) + self.state = self.rcdataState + return True + + def rcdataEndTagOpenState(self): + data = self.stream.char() + if data in asciiLetters: + self.temporaryBuffer += data + self.state = self.rcdataEndTagNameState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": ">"}) + self.state = self.scriptDataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + self.state = self.scriptDataEscapedState + elif data == EOF: + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.state = self.scriptDataEscapedState + return True + + def scriptDataEscapedLessThanSignState(self): + data = self.stream.char() + if data == "/": + self.temporaryBuffer = "" + self.state = self.scriptDataEscapedEndTagOpenState + elif data in asciiLetters: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<" + data}) + self.temporaryBuffer = data + self.state = self.scriptDataDoubleEscapeStartState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.stream.unget(data) + self.state = self.scriptDataEscapedState + return True + + def scriptDataEscapedEndTagOpenState(self): + data = self.stream.char() + if data in asciiLetters: + self.temporaryBuffer = data + self.state = self.scriptDataEscapedEndTagNameState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "" and appropriate: + self.currentToken = {"type": tokenTypes["EndTag"], + "name": self.temporaryBuffer, + "data": [], "selfClosing": False} + self.emitCurrentToken() + self.state = self.dataState + elif data in asciiLetters: + self.temporaryBuffer += data + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": ""))): + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + if self.temporaryBuffer.lower() == "script": + self.state = self.scriptDataDoubleEscapedState + else: + self.state = self.scriptDataEscapedState + elif data in asciiLetters: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.temporaryBuffer += data + else: + self.stream.unget(data) + self.state = self.scriptDataEscapedState + return True + + def scriptDataDoubleEscapedState(self): + data = self.stream.char() + if data == "-": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) + self.state = self.scriptDataDoubleEscapedDashState + elif data == "<": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.state = self.scriptDataDoubleEscapedLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-script-in-script"}) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + return True + + def scriptDataDoubleEscapedDashState(self): + data = self.stream.char() + if data == "-": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) + self.state = self.scriptDataDoubleEscapedDashDashState + elif data == "<": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.state = self.scriptDataDoubleEscapedLessThanSignState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + self.state = self.scriptDataDoubleEscapedState + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-script-in-script"}) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.state = self.scriptDataDoubleEscapedState + return True + + def scriptDataDoubleEscapedDashDashState(self): + data = self.stream.char() + if data == "-": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "-"}) + elif data == "<": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "<"}) + self.state = self.scriptDataDoubleEscapedLessThanSignState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": ">"}) + self.state = self.scriptDataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": "\uFFFD"}) + self.state = self.scriptDataDoubleEscapedState + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-script-in-script"}) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.state = self.scriptDataDoubleEscapedState + return True + + def scriptDataDoubleEscapedLessThanSignState(self): + data = self.stream.char() + if data == "/": + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": "/"}) + self.temporaryBuffer = "" + self.state = self.scriptDataDoubleEscapeEndState + else: + self.stream.unget(data) + self.state = self.scriptDataDoubleEscapedState + return True + + def scriptDataDoubleEscapeEndState(self): + data = self.stream.char() + if data in (spaceCharacters | frozenset(("/", ">"))): + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + if self.temporaryBuffer.lower() == "script": + self.state = self.scriptDataEscapedState + else: + self.state = self.scriptDataDoubleEscapedState + elif data in asciiLetters: + self.tokenQueue.append({"type": tokenTypes["Characters"], "data": data}) + self.temporaryBuffer += data + else: + self.stream.unget(data) + self.state = self.scriptDataDoubleEscapedState + return True + + def beforeAttributeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + self.stream.charsUntil(spaceCharacters, True) + elif data in asciiLetters: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data == ">": + self.emitCurrentToken() + elif data == "/": + self.state = self.selfClosingStartTagState + elif data in ("'", '"', "=", "<"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "invalid-character-in-attribute-name"}) + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"].append(["\uFFFD", ""]) + self.state = self.attributeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-attribute-name-but-got-eof"}) + self.state = self.dataState + else: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + return True + + def attributeNameState(self): + data = self.stream.char() + leavingThisState = True + emitToken = False + if data == "=": + self.state = self.beforeAttributeValueState + elif data in asciiLetters: + self.currentToken["data"][-1][0] += data +\ + self.stream.charsUntil(asciiLetters, True) + leavingThisState = False + elif data == ">": + # XXX If we emit here the attributes are converted to a dict + # without being checked and when the code below runs we error + # because data is a dict not a list + emitToken = True + elif data in spaceCharacters: + self.state = self.afterAttributeNameState + elif data == "/": + self.state = self.selfClosingStartTagState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][0] += "\uFFFD" + leavingThisState = False + elif data in ("'", '"', "<"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": + "invalid-character-in-attribute-name"}) + self.currentToken["data"][-1][0] += data + leavingThisState = False + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "eof-in-attribute-name"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][0] += data + leavingThisState = False + + if leavingThisState: + # Attributes are not dropped at this stage. That happens when the + # start tag token is emitted so values can still be safely appended + # to attributes, but we do want to report the parse error in time. + self.currentToken["data"][-1][0] = ( + self.currentToken["data"][-1][0].translate(asciiUpper2Lower)) + for name, _ in self.currentToken["data"][:-1]: + if self.currentToken["data"][-1][0] == name: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "duplicate-attribute"}) + break + # XXX Fix for above XXX + if emitToken: + self.emitCurrentToken() + return True + + def afterAttributeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + self.stream.charsUntil(spaceCharacters, True) + elif data == "=": + self.state = self.beforeAttributeValueState + elif data == ">": + self.emitCurrentToken() + elif data in asciiLetters: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data == "/": + self.state = self.selfClosingStartTagState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"].append(["\uFFFD", ""]) + self.state = self.attributeNameState + elif data in ("'", '"', "<"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "invalid-character-after-attribute-name"}) + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-end-of-tag-but-got-eof"}) + self.state = self.dataState + else: + self.currentToken["data"].append([data, ""]) + self.state = self.attributeNameState + return True + + def beforeAttributeValueState(self): + data = self.stream.char() + if data in spaceCharacters: + self.stream.charsUntil(spaceCharacters, True) + elif data == "\"": + self.state = self.attributeValueDoubleQuotedState + elif data == "&": + self.state = self.attributeValueUnQuotedState + self.stream.unget(data) + elif data == "'": + self.state = self.attributeValueSingleQuotedState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-attribute-value-but-got-right-bracket"}) + self.emitCurrentToken() + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + self.state = self.attributeValueUnQuotedState + elif data in ("=", "<", "`"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "equals-in-unquoted-attribute-value"}) + self.currentToken["data"][-1][1] += data + self.state = self.attributeValueUnQuotedState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-attribute-value-but-got-eof"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data + self.state = self.attributeValueUnQuotedState + return True + + def attributeValueDoubleQuotedState(self): + data = self.stream.char() + if data == "\"": + self.state = self.afterAttributeValueState + elif data == "&": + self.processEntityInAttribute('"') + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-attribute-value-double-quote"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data +\ + self.stream.charsUntil(("\"", "&", "\u0000")) + return True + + def attributeValueSingleQuotedState(self): + data = self.stream.char() + if data == "'": + self.state = self.afterAttributeValueState + elif data == "&": + self.processEntityInAttribute("'") + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-attribute-value-single-quote"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data +\ + self.stream.charsUntil(("'", "&", "\u0000")) + return True + + def attributeValueUnQuotedState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeAttributeNameState + elif data == "&": + self.processEntityInAttribute(">") + elif data == ">": + self.emitCurrentToken() + elif data in ('"', "'", "=", "<", "`"): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-character-in-unquoted-attribute-value"}) + self.currentToken["data"][-1][1] += data + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"][-1][1] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-attribute-value-no-quotes"}) + self.state = self.dataState + else: + self.currentToken["data"][-1][1] += data + self.stream.charsUntil( + frozenset(("&", ">", '"', "'", "=", "<", "`", "\u0000")) | spaceCharacters) + return True + + def afterAttributeValueState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeAttributeNameState + elif data == ">": + self.emitCurrentToken() + elif data == "/": + self.state = self.selfClosingStartTagState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-EOF-after-attribute-value"}) + self.stream.unget(data) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-character-after-attribute-value"}) + self.stream.unget(data) + self.state = self.beforeAttributeNameState + return True + + def selfClosingStartTagState(self): + data = self.stream.char() + if data == ">": + self.currentToken["selfClosing"] = True + self.emitCurrentToken() + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": + "unexpected-EOF-after-solidus-in-tag"}) + self.stream.unget(data) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-character-after-solidus-in-tag"}) + self.stream.unget(data) + self.state = self.beforeAttributeNameState + return True + + def bogusCommentState(self): + # Make a new comment token and give it as value all the characters + # until the first > or EOF (charsUntil checks for EOF automatically) + # and emit it. + data = self.stream.charsUntil(">") + data = data.replace("\u0000", "\uFFFD") + self.tokenQueue.append( + {"type": tokenTypes["Comment"], "data": data}) + + # Eat the character directly after the bogus comment which is either a + # ">" or an EOF. + self.stream.char() + self.state = self.dataState + return True + + def markupDeclarationOpenState(self): + charStack = [self.stream.char()] + if charStack[-1] == "-": + charStack.append(self.stream.char()) + if charStack[-1] == "-": + self.currentToken = {"type": tokenTypes["Comment"], "data": ""} + self.state = self.commentStartState + return True + elif charStack[-1] in ('d', 'D'): + matched = True + for expected in (('o', 'O'), ('c', 'C'), ('t', 'T'), + ('y', 'Y'), ('p', 'P'), ('e', 'E')): + charStack.append(self.stream.char()) + if charStack[-1] not in expected: + matched = False + break + if matched: + self.currentToken = {"type": tokenTypes["Doctype"], + "name": "", + "publicId": None, "systemId": None, + "correct": True} + self.state = self.doctypeState + return True + elif (charStack[-1] == "[" and + self.parser is not None and + self.parser.tree.openElements and + self.parser.tree.openElements[-1].namespace != self.parser.tree.defaultNamespace): + matched = True + for expected in ["C", "D", "A", "T", "A", "["]: + charStack.append(self.stream.char()) + if charStack[-1] != expected: + matched = False + break + if matched: + self.state = self.cdataSectionState + return True + + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-dashes-or-doctype"}) + + while charStack: + self.stream.unget(charStack.pop()) + self.state = self.bogusCommentState + return True + + def commentStartState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentStartDashState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "incorrect-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += data + self.state = self.commentState + return True + + def commentStartDashState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentEndState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "-\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "incorrect-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += "-" + data + self.state = self.commentState + return True + + def commentState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentEndDashState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "\uFFFD" + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "eof-in-comment"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += data + \ + self.stream.charsUntil(("-", "\u0000")) + return True + + def commentEndDashState(self): + data = self.stream.char() + if data == "-": + self.state = self.commentEndState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "-\uFFFD" + self.state = self.commentState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment-end-dash"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += "-" + data + self.state = self.commentState + return True + + def commentEndState(self): + data = self.stream.char() + if data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "--\uFFFD" + self.state = self.commentState + elif data == "!": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-bang-after-double-dash-in-comment"}) + self.state = self.commentEndBangState + elif data == "-": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-dash-after-double-dash-in-comment"}) + self.currentToken["data"] += data + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment-double-dash"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + # XXX + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-comment"}) + self.currentToken["data"] += "--" + data + self.state = self.commentState + return True + + def commentEndBangState(self): + data = self.stream.char() + if data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "-": + self.currentToken["data"] += "--!" + self.state = self.commentEndDashState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["data"] += "--!\uFFFD" + self.state = self.commentState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-comment-end-bang-state"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["data"] += "--!" + data + self.state = self.commentState + return True + + def doctypeState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeDoctypeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-doctype-name-but-got-eof"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "need-space-after-doctype"}) + self.stream.unget(data) + self.state = self.beforeDoctypeNameState + return True + + def beforeDoctypeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-doctype-name-but-got-right-bracket"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["name"] = "\uFFFD" + self.state = self.doctypeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-doctype-name-but-got-eof"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["name"] = data + self.state = self.doctypeNameState + return True + + def doctypeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) + self.state = self.afterDoctypeNameState + elif data == ">": + self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["name"] += "\uFFFD" + self.state = self.doctypeNameState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype-name"}) + self.currentToken["correct"] = False + self.currentToken["name"] = self.currentToken["name"].translate(asciiUpper2Lower) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["name"] += data + return True + + def afterDoctypeNameState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.currentToken["correct"] = False + self.stream.unget(data) + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + if data in ("p", "P"): + matched = True + for expected in (("u", "U"), ("b", "B"), ("l", "L"), + ("i", "I"), ("c", "C")): + data = self.stream.char() + if data not in expected: + matched = False + break + if matched: + self.state = self.afterDoctypePublicKeywordState + return True + elif data in ("s", "S"): + matched = True + for expected in (("y", "Y"), ("s", "S"), ("t", "T"), + ("e", "E"), ("m", "M")): + data = self.stream.char() + if data not in expected: + matched = False + break + if matched: + self.state = self.afterDoctypeSystemKeywordState + return True + + # All the characters read before the current 'data' will be + # [a-zA-Z], so they're garbage in the bogus doctype and can be + # discarded; only the latest character might be '>' or EOF + # and needs to be ungetted + self.stream.unget(data) + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "expected-space-or-right-bracket-in-doctype", "datavars": + {"data": data}}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + + return True + + def afterDoctypePublicKeywordState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeDoctypePublicIdentifierState + elif data in ("'", '"'): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.stream.unget(data) + self.state = self.beforeDoctypePublicIdentifierState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.stream.unget(data) + self.state = self.beforeDoctypePublicIdentifierState + return True + + def beforeDoctypePublicIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == "\"": + self.currentToken["publicId"] = "" + self.state = self.doctypePublicIdentifierDoubleQuotedState + elif data == "'": + self.currentToken["publicId"] = "" + self.state = self.doctypePublicIdentifierSingleQuotedState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def doctypePublicIdentifierDoubleQuotedState(self): + data = self.stream.char() + if data == "\"": + self.state = self.afterDoctypePublicIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["publicId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["publicId"] += data + return True + + def doctypePublicIdentifierSingleQuotedState(self): + data = self.stream.char() + if data == "'": + self.state = self.afterDoctypePublicIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["publicId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["publicId"] += data + return True + + def afterDoctypePublicIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.betweenDoctypePublicAndSystemIdentifiersState + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == '"': + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierDoubleQuotedState + elif data == "'": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierSingleQuotedState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def betweenDoctypePublicAndSystemIdentifiersState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data == '"': + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierDoubleQuotedState + elif data == "'": + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierSingleQuotedState + elif data == EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def afterDoctypeSystemKeywordState(self): + data = self.stream.char() + if data in spaceCharacters: + self.state = self.beforeDoctypeSystemIdentifierState + elif data in ("'", '"'): + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.stream.unget(data) + self.state = self.beforeDoctypeSystemIdentifierState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.stream.unget(data) + self.state = self.beforeDoctypeSystemIdentifierState + return True + + def beforeDoctypeSystemIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == "\"": + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierDoubleQuotedState + elif data == "'": + self.currentToken["systemId"] = "" + self.state = self.doctypeSystemIdentifierSingleQuotedState + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.currentToken["correct"] = False + self.state = self.bogusDoctypeState + return True + + def doctypeSystemIdentifierDoubleQuotedState(self): + data = self.stream.char() + if data == "\"": + self.state = self.afterDoctypeSystemIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["systemId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["systemId"] += data + return True + + def doctypeSystemIdentifierSingleQuotedState(self): + data = self.stream.char() + if data == "'": + self.state = self.afterDoctypeSystemIdentifierState + elif data == "\u0000": + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + self.currentToken["systemId"] += "\uFFFD" + elif data == ">": + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-end-of-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.currentToken["systemId"] += data + return True + + def afterDoctypeSystemIdentifierState(self): + data = self.stream.char() + if data in spaceCharacters: + pass + elif data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "eof-in-doctype"}) + self.currentToken["correct"] = False + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": + "unexpected-char-in-doctype"}) + self.state = self.bogusDoctypeState + return True + + def bogusDoctypeState(self): + data = self.stream.char() + if data == ">": + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + elif data is EOF: + # XXX EMIT + self.stream.unget(data) + self.tokenQueue.append(self.currentToken) + self.state = self.dataState + else: + pass + return True + + def cdataSectionState(self): + data = [] + while True: + data.append(self.stream.charsUntil("]")) + data.append(self.stream.charsUntil(">")) + char = self.stream.char() + if char == EOF: + break + else: + assert char == ">" + if data[-1][-2:] == "]]": + data[-1] = data[-1][:-2] + break + else: + data.append(char) + + data = "".join(data) # pylint:disable=redefined-variable-type + # Deal with null here rather than in the parser + nullCount = data.count("\u0000") + if nullCount > 0: + for _ in range(nullCount): + self.tokenQueue.append({"type": tokenTypes["ParseError"], + "data": "invalid-codepoint"}) + data = data.replace("\u0000", "\uFFFD") + if data: + self.tokenQueue.append({"type": tokenTypes["Characters"], + "data": data}) + self.state = self.dataState + return True diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py new file mode 100644 index 0000000..07bad5d --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py @@ -0,0 +1,5 @@ +from __future__ import absolute_import, division, unicode_literals + +from .py import Trie + +__all__ = ["Trie"] diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4d9a143fb0ee6755a2a7bddc2d8eda50ffe5d6e GIT binary patch literal 394 zcmYjMJ5B>J5cPUDA4Nn^aETz10RbIC6x1|OZ8O@ehs27#wrp=8m!RPkoPfKyrOFkk zumebpG;ii<-i+p%>2$(UyxI@aseWeiKX@XyDg8+T!9<~$F6u(_n(MMI3nsWIRiy{@ zAobO~ zljMep+|NdFg80;j-Vvh9@3=BUl^}Av-OJ(#u~7=~ow@914_|MvGMYd&YbQ0_nYP!| z1rN{0t-Wnp0(v3W%9cFZZCIHOmSo(L{OK?Kn_t3)x(z6~fS<|5{QL}jdiylpSvP3~ rth9hhCX9ns(CR9yF(fB|C_5Pt=XM*%*V>3)(M|U1v&Un0z$g40cKmSW literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69cacaf73a1db0a2171c82c7fd0c34f440e04740 GIT binary patch literal 1646 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 K0jMV1^!@=Y5Bw$o literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/_base.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/_base.py new file mode 100644 index 0000000..6b71975 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/_base.py @@ -0,0 +1,40 @@ +from __future__ import absolute_import, division, unicode_literals + +try: + from collections.abc import Mapping +except ImportError: # Python 2.7 + from collections import Mapping + + +class Trie(Mapping): + """Abstract base class for tries""" + + def keys(self, prefix=None): + # pylint:disable=arguments-differ + keys = super(Trie, self).keys() + + if prefix is None: + return set(keys) + + return {x for x in keys if x.startswith(prefix)} + + def has_keys_with_prefix(self, prefix): + for key in self.keys(): + if key.startswith(prefix): + return True + + return False + + def longest_prefix(self, prefix): + if prefix in self: + return prefix + + for i in range(1, len(prefix) + 1): + if prefix[:-i] in self: + return prefix[:-i] + + raise KeyError(prefix) + + def longest_prefix_item(self, prefix): + lprefix = self.longest_prefix(prefix) + return (lprefix, self[lprefix]) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/py.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/py.py new file mode 100644 index 0000000..c178b21 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/py.py @@ -0,0 +1,67 @@ +from __future__ import absolute_import, division, unicode_literals +from pip._vendor.six import text_type + +from bisect import bisect_left + +from ._base import Trie as ABCTrie + + +class Trie(ABCTrie): + def __init__(self, data): + if not all(isinstance(x, text_type) for x in data.keys()): + raise TypeError("All keys must be strings") + + self._data = data + self._keys = sorted(data.keys()) + self._cachestr = "" + self._cachepoints = (0, len(data)) + + def __contains__(self, key): + return key in self._data + + def __len__(self): + return len(self._data) + + def __iter__(self): + return iter(self._data) + + def __getitem__(self, key): + return self._data[key] + + def keys(self, prefix=None): + if prefix is None or prefix == "" or not self._keys: + return set(self._keys) + + if prefix.startswith(self._cachestr): + lo, hi = self._cachepoints + start = i = bisect_left(self._keys, prefix, lo, hi) + else: + start = i = bisect_left(self._keys, prefix) + + keys = set() + if start == len(self._keys): + return keys + + while self._keys[i].startswith(prefix): + keys.add(self._keys[i]) + i += 1 + + self._cachestr = prefix + self._cachepoints = (start, i) + + return keys + + def has_keys_with_prefix(self, prefix): + if prefix in self._data: + return True + + if prefix.startswith(self._cachestr): + lo, hi = self._cachepoints + i = bisect_left(self._keys, prefix, lo, hi) + else: + i = bisect_left(self._keys, prefix) + + if i == len(self._keys): + return False + + return self._keys[i].startswith(prefix) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_utils.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_utils.py new file mode 100644 index 0000000..d7c4926 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_utils.py @@ -0,0 +1,159 @@ +from __future__ import absolute_import, division, unicode_literals + +from types import ModuleType + +try: + from collections.abc import Mapping +except ImportError: + from collections import Mapping + +from pip._vendor.six import text_type, PY3 + +if PY3: + import xml.etree.ElementTree as default_etree +else: + try: + import xml.etree.cElementTree as default_etree + except ImportError: + import xml.etree.ElementTree as default_etree + + +__all__ = ["default_etree", "MethodDispatcher", "isSurrogatePair", + "surrogatePairToCodepoint", "moduleFactoryFactory", + "supports_lone_surrogates"] + + +# Platforms not supporting lone surrogates (\uD800-\uDFFF) should be +# caught by the below test. In general this would be any platform +# using UTF-16 as its encoding of unicode strings, such as +# Jython. This is because UTF-16 itself is based on the use of such +# surrogates, and there is no mechanism to further escape such +# escapes. +try: + _x = eval('"\\uD800"') # pylint:disable=eval-used + if not isinstance(_x, text_type): + # We need this with u"" because of http://bugs.jython.org/issue2039 + _x = eval('u"\\uD800"') # pylint:disable=eval-used + assert isinstance(_x, text_type) +except Exception: + supports_lone_surrogates = False +else: + supports_lone_surrogates = True + + +class MethodDispatcher(dict): + """Dict with 2 special properties: + + On initiation, keys that are lists, sets or tuples are converted to + multiple keys so accessing any one of the items in the original + list-like object returns the matching value + + md = MethodDispatcher({("foo", "bar"):"baz"}) + md["foo"] == "baz" + + A default value which can be set through the default attribute. + """ + + def __init__(self, items=()): + _dictEntries = [] + for name, value in items: + if isinstance(name, (list, tuple, frozenset, set)): + for item in name: + _dictEntries.append((item, value)) + else: + _dictEntries.append((name, value)) + dict.__init__(self, _dictEntries) + assert len(self) == len(_dictEntries) + self.default = None + + def __getitem__(self, key): + return dict.get(self, key, self.default) + + def __get__(self, instance, owner=None): + return BoundMethodDispatcher(instance, self) + + +class BoundMethodDispatcher(Mapping): + """Wraps a MethodDispatcher, binding its return values to `instance`""" + def __init__(self, instance, dispatcher): + self.instance = instance + self.dispatcher = dispatcher + + def __getitem__(self, key): + # see https://docs.python.org/3/reference/datamodel.html#object.__get__ + # on a function, __get__ is used to bind a function to an instance as a bound method + return self.dispatcher[key].__get__(self.instance) + + def get(self, key, default): + if key in self.dispatcher: + return self[key] + else: + return default + + def __iter__(self): + return iter(self.dispatcher) + + def __len__(self): + return len(self.dispatcher) + + def __contains__(self, key): + return key in self.dispatcher + + +# Some utility functions to deal with weirdness around UCS2 vs UCS4 +# python builds + +def isSurrogatePair(data): + return (len(data) == 2 and + ord(data[0]) >= 0xD800 and ord(data[0]) <= 0xDBFF and + ord(data[1]) >= 0xDC00 and ord(data[1]) <= 0xDFFF) + + +def surrogatePairToCodepoint(data): + char_val = (0x10000 + (ord(data[0]) - 0xD800) * 0x400 + + (ord(data[1]) - 0xDC00)) + return char_val + +# Module Factory Factory (no, this isn't Java, I know) +# Here to stop this being duplicated all over the place. + + +def moduleFactoryFactory(factory): + moduleCache = {} + + def moduleFactory(baseModule, *args, **kwargs): + if isinstance(ModuleType.__name__, type("")): + name = "_%s_factory" % baseModule.__name__ + else: + name = b"_%s_factory" % baseModule.__name__ + + kwargs_tuple = tuple(kwargs.items()) + + try: + return moduleCache[name][args][kwargs_tuple] + except KeyError: + mod = ModuleType(name) + objs = factory(baseModule, *args, **kwargs) + mod.__dict__.update(objs) + if "name" not in moduleCache: + moduleCache[name] = {} + if "args" not in moduleCache[name]: + moduleCache[name][args] = {} + if "kwargs" not in moduleCache[name][args]: + moduleCache[name][args][kwargs_tuple] = {} + moduleCache[name][args][kwargs_tuple] = mod + return mod + + return moduleFactory + + +def memoize(func): + cache = {} + + def wrapped(*args, **kwargs): + key = (tuple(args), tuple(kwargs.items())) + if key not in cache: + cache[key] = func(*args, **kwargs) + return cache[key] + + return wrapped diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py new file mode 100644 index 0000000..fe3e237 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py @@ -0,0 +1,2946 @@ +from __future__ import absolute_import, division, unicode_literals + +import string + +EOF = None + +E = { + "null-character": + "Null character in input stream, replaced with U+FFFD.", + "invalid-codepoint": + "Invalid codepoint in stream.", + "incorrectly-placed-solidus": + "Solidus (/) incorrectly placed in tag.", + "incorrect-cr-newline-entity": + "Incorrect CR newline entity, replaced with LF.", + "illegal-windows-1252-entity": + "Entity used with illegal number (windows-1252 reference).", + "cant-convert-numeric-entity": + "Numeric entity couldn't be converted to character " + "(codepoint U+%(charAsInt)08x).", + "illegal-codepoint-for-numeric-entity": + "Numeric entity represents an illegal codepoint: " + "U+%(charAsInt)08x.", + "numeric-entity-without-semicolon": + "Numeric entity didn't end with ';'.", + "expected-numeric-entity-but-got-eof": + "Numeric entity expected. Got end of file instead.", + "expected-numeric-entity": + "Numeric entity expected but none found.", + "named-entity-without-semicolon": + "Named entity didn't end with ';'.", + "expected-named-entity": + "Named entity expected. Got none.", + "attributes-in-end-tag": + "End tag contains unexpected attributes.", + 'self-closing-flag-on-end-tag': + "End tag contains unexpected self-closing flag.", + "expected-tag-name-but-got-right-bracket": + "Expected tag name. Got '>' instead.", + "expected-tag-name-but-got-question-mark": + "Expected tag name. Got '?' instead. (HTML doesn't " + "support processing instructions.)", + "expected-tag-name": + "Expected tag name. Got something else instead", + "expected-closing-tag-but-got-right-bracket": + "Expected closing tag. Got '>' instead. Ignoring ''.", + "expected-closing-tag-but-got-eof": + "Expected closing tag. Unexpected end of file.", + "expected-closing-tag-but-got-char": + "Expected closing tag. Unexpected character '%(data)s' found.", + "eof-in-tag-name": + "Unexpected end of file in the tag name.", + "expected-attribute-name-but-got-eof": + "Unexpected end of file. Expected attribute name instead.", + "eof-in-attribute-name": + "Unexpected end of file in attribute name.", + "invalid-character-in-attribute-name": + "Invalid character in attribute name", + "duplicate-attribute": + "Dropped duplicate attribute on tag.", + "expected-end-of-tag-name-but-got-eof": + "Unexpected end of file. Expected = or end of tag.", + "expected-attribute-value-but-got-eof": + "Unexpected end of file. Expected attribute value.", + "expected-attribute-value-but-got-right-bracket": + "Expected attribute value. Got '>' instead.", + 'equals-in-unquoted-attribute-value': + "Unexpected = in unquoted attribute", + 'unexpected-character-in-unquoted-attribute-value': + "Unexpected character in unquoted attribute", + "invalid-character-after-attribute-name": + "Unexpected character after attribute name.", + "unexpected-character-after-attribute-value": + "Unexpected character after attribute value.", + "eof-in-attribute-value-double-quote": + "Unexpected end of file in attribute value (\").", + "eof-in-attribute-value-single-quote": + "Unexpected end of file in attribute value (').", + "eof-in-attribute-value-no-quotes": + "Unexpected end of file in attribute value.", + "unexpected-EOF-after-solidus-in-tag": + "Unexpected end of file in tag. Expected >", + "unexpected-character-after-solidus-in-tag": + "Unexpected character after / in tag. Expected >", + "expected-dashes-or-doctype": + "Expected '--' or 'DOCTYPE'. Not found.", + "unexpected-bang-after-double-dash-in-comment": + "Unexpected ! after -- in comment", + "unexpected-space-after-double-dash-in-comment": + "Unexpected space after -- in comment", + "incorrect-comment": + "Incorrect comment.", + "eof-in-comment": + "Unexpected end of file in comment.", + "eof-in-comment-end-dash": + "Unexpected end of file in comment (-)", + "unexpected-dash-after-double-dash-in-comment": + "Unexpected '-' after '--' found in comment.", + "eof-in-comment-double-dash": + "Unexpected end of file in comment (--).", + "eof-in-comment-end-space-state": + "Unexpected end of file in comment.", + "eof-in-comment-end-bang-state": + "Unexpected end of file in comment.", + "unexpected-char-in-comment": + "Unexpected character in comment found.", + "need-space-after-doctype": + "No space after literal string 'DOCTYPE'.", + "expected-doctype-name-but-got-right-bracket": + "Unexpected > character. Expected DOCTYPE name.", + "expected-doctype-name-but-got-eof": + "Unexpected end of file. Expected DOCTYPE name.", + "eof-in-doctype-name": + "Unexpected end of file in DOCTYPE name.", + "eof-in-doctype": + "Unexpected end of file in DOCTYPE.", + "expected-space-or-right-bracket-in-doctype": + "Expected space or '>'. Got '%(data)s'", + "unexpected-end-of-doctype": + "Unexpected end of DOCTYPE.", + "unexpected-char-in-doctype": + "Unexpected character in DOCTYPE.", + "eof-in-innerhtml": + "XXX innerHTML EOF", + "unexpected-doctype": + "Unexpected DOCTYPE. Ignored.", + "non-html-root": + "html needs to be the first start tag.", + "expected-doctype-but-got-eof": + "Unexpected End of file. Expected DOCTYPE.", + "unknown-doctype": + "Erroneous DOCTYPE.", + "expected-doctype-but-got-chars": + "Unexpected non-space characters. Expected DOCTYPE.", + "expected-doctype-but-got-start-tag": + "Unexpected start tag (%(name)s). Expected DOCTYPE.", + "expected-doctype-but-got-end-tag": + "Unexpected end tag (%(name)s). Expected DOCTYPE.", + "end-tag-after-implied-root": + "Unexpected end tag (%(name)s) after the (implied) root element.", + "expected-named-closing-tag-but-got-eof": + "Unexpected end of file. Expected end tag (%(name)s).", + "two-heads-are-not-better-than-one": + "Unexpected start tag head in existing head. Ignored.", + "unexpected-end-tag": + "Unexpected end tag (%(name)s). Ignored.", + "unexpected-start-tag-out-of-my-head": + "Unexpected start tag (%(name)s) that can be in head. Moved.", + "unexpected-start-tag": + "Unexpected start tag (%(name)s).", + "missing-end-tag": + "Missing end tag (%(name)s).", + "missing-end-tags": + "Missing end tags (%(name)s).", + "unexpected-start-tag-implies-end-tag": + "Unexpected start tag (%(startName)s) " + "implies end tag (%(endName)s).", + "unexpected-start-tag-treated-as": + "Unexpected start tag (%(originalName)s). Treated as %(newName)s.", + "deprecated-tag": + "Unexpected start tag %(name)s. Don't use it!", + "unexpected-start-tag-ignored": + "Unexpected start tag %(name)s. Ignored.", + "expected-one-end-tag-but-got-another": + "Unexpected end tag (%(gotName)s). " + "Missing end tag (%(expectedName)s).", + "end-tag-too-early": + "End tag (%(name)s) seen too early. Expected other end tag.", + "end-tag-too-early-named": + "Unexpected end tag (%(gotName)s). Expected end tag (%(expectedName)s).", + "end-tag-too-early-ignored": + "End tag (%(name)s) seen too early. Ignored.", + "adoption-agency-1.1": + "End tag (%(name)s) violates step 1, " + "paragraph 1 of the adoption agency algorithm.", + "adoption-agency-1.2": + "End tag (%(name)s) violates step 1, " + "paragraph 2 of the adoption agency algorithm.", + "adoption-agency-1.3": + "End tag (%(name)s) violates step 1, " + "paragraph 3 of the adoption agency algorithm.", + "adoption-agency-4.4": + "End tag (%(name)s) violates step 4, " + "paragraph 4 of the adoption agency algorithm.", + "unexpected-end-tag-treated-as": + "Unexpected end tag (%(originalName)s). Treated as %(newName)s.", + "no-end-tag": + "This element (%(name)s) has no end tag.", + "unexpected-implied-end-tag-in-table": + "Unexpected implied end tag (%(name)s) in the table phase.", + "unexpected-implied-end-tag-in-table-body": + "Unexpected implied end tag (%(name)s) in the table body phase.", + "unexpected-char-implies-table-voodoo": + "Unexpected non-space characters in " + "table context caused voodoo mode.", + "unexpected-hidden-input-in-table": + "Unexpected input with type hidden in table context.", + "unexpected-form-in-table": + "Unexpected form in table context.", + "unexpected-start-tag-implies-table-voodoo": + "Unexpected start tag (%(name)s) in " + "table context caused voodoo mode.", + "unexpected-end-tag-implies-table-voodoo": + "Unexpected end tag (%(name)s) in " + "table context caused voodoo mode.", + "unexpected-cell-in-table-body": + "Unexpected table cell start tag (%(name)s) " + "in the table body phase.", + "unexpected-cell-end-tag": + "Got table cell end tag (%(name)s) " + "while required end tags are missing.", + "unexpected-end-tag-in-table-body": + "Unexpected end tag (%(name)s) in the table body phase. Ignored.", + "unexpected-implied-end-tag-in-table-row": + "Unexpected implied end tag (%(name)s) in the table row phase.", + "unexpected-end-tag-in-table-row": + "Unexpected end tag (%(name)s) in the table row phase. Ignored.", + "unexpected-select-in-select": + "Unexpected select start tag in the select phase " + "treated as select end tag.", + "unexpected-input-in-select": + "Unexpected input start tag in the select phase.", + "unexpected-start-tag-in-select": + "Unexpected start tag token (%(name)s in the select phase. " + "Ignored.", + "unexpected-end-tag-in-select": + "Unexpected end tag (%(name)s) in the select phase. Ignored.", + "unexpected-table-element-start-tag-in-select-in-table": + "Unexpected table element start tag (%(name)s) in the select in table phase.", + "unexpected-table-element-end-tag-in-select-in-table": + "Unexpected table element end tag (%(name)s) in the select in table phase.", + "unexpected-char-after-body": + "Unexpected non-space characters in the after body phase.", + "unexpected-start-tag-after-body": + "Unexpected start tag token (%(name)s)" + " in the after body phase.", + "unexpected-end-tag-after-body": + "Unexpected end tag token (%(name)s)" + " in the after body phase.", + "unexpected-char-in-frameset": + "Unexpected characters in the frameset phase. Characters ignored.", + "unexpected-start-tag-in-frameset": + "Unexpected start tag token (%(name)s)" + " in the frameset phase. Ignored.", + "unexpected-frameset-in-frameset-innerhtml": + "Unexpected end tag token (frameset) " + "in the frameset phase (innerHTML).", + "unexpected-end-tag-in-frameset": + "Unexpected end tag token (%(name)s)" + " in the frameset phase. Ignored.", + "unexpected-char-after-frameset": + "Unexpected non-space characters in the " + "after frameset phase. Ignored.", + "unexpected-start-tag-after-frameset": + "Unexpected start tag (%(name)s)" + " in the after frameset phase. Ignored.", + "unexpected-end-tag-after-frameset": + "Unexpected end tag (%(name)s)" + " in the after frameset phase. Ignored.", + "unexpected-end-tag-after-body-innerhtml": + "Unexpected end tag after body(innerHtml)", + "expected-eof-but-got-char": + "Unexpected non-space characters. Expected end of file.", + "expected-eof-but-got-start-tag": + "Unexpected start tag (%(name)s)" + ". Expected end of file.", + "expected-eof-but-got-end-tag": + "Unexpected end tag (%(name)s)" + ". Expected end of file.", + "eof-in-table": + "Unexpected end of file. Expected table content.", + "eof-in-select": + "Unexpected end of file. Expected select content.", + "eof-in-frameset": + "Unexpected end of file. Expected frameset content.", + "eof-in-script-in-script": + "Unexpected end of file. Expected script content.", + "eof-in-foreign-lands": + "Unexpected end of file. Expected foreign content", + "non-void-element-with-trailing-solidus": + "Trailing solidus not allowed on element %(name)s", + "unexpected-html-element-in-foreign-content": + "Element %(name)s not allowed in a non-html context", + "unexpected-end-tag-before-html": + "Unexpected end tag (%(name)s) before html.", + "unexpected-inhead-noscript-tag": + "Element %(name)s not allowed in a inhead-noscript context", + "eof-in-head-noscript": + "Unexpected end of file. Expected inhead-noscript content", + "char-in-head-noscript": + "Unexpected non-space character. Expected inhead-noscript content", + "XXX-undefined-error": + "Undefined error (this sucks and should be fixed)", +} + +namespaces = { + "html": "http://www.w3.org/1999/xhtml", + "mathml": "http://www.w3.org/1998/Math/MathML", + "svg": "http://www.w3.org/2000/svg", + "xlink": "http://www.w3.org/1999/xlink", + "xml": "http://www.w3.org/XML/1998/namespace", + "xmlns": "http://www.w3.org/2000/xmlns/" +} + +scopingElements = frozenset([ + (namespaces["html"], "applet"), + (namespaces["html"], "caption"), + (namespaces["html"], "html"), + (namespaces["html"], "marquee"), + (namespaces["html"], "object"), + (namespaces["html"], "table"), + (namespaces["html"], "td"), + (namespaces["html"], "th"), + (namespaces["mathml"], "mi"), + (namespaces["mathml"], "mo"), + (namespaces["mathml"], "mn"), + (namespaces["mathml"], "ms"), + (namespaces["mathml"], "mtext"), + (namespaces["mathml"], "annotation-xml"), + (namespaces["svg"], "foreignObject"), + (namespaces["svg"], "desc"), + (namespaces["svg"], "title"), +]) + +formattingElements = frozenset([ + (namespaces["html"], "a"), + (namespaces["html"], "b"), + (namespaces["html"], "big"), + (namespaces["html"], "code"), + (namespaces["html"], "em"), + (namespaces["html"], "font"), + (namespaces["html"], "i"), + (namespaces["html"], "nobr"), + (namespaces["html"], "s"), + (namespaces["html"], "small"), + (namespaces["html"], "strike"), + (namespaces["html"], "strong"), + (namespaces["html"], "tt"), + (namespaces["html"], "u") +]) + +specialElements = frozenset([ + (namespaces["html"], "address"), + (namespaces["html"], "applet"), + (namespaces["html"], "area"), + (namespaces["html"], "article"), + (namespaces["html"], "aside"), + (namespaces["html"], "base"), + (namespaces["html"], "basefont"), + (namespaces["html"], "bgsound"), + (namespaces["html"], "blockquote"), + (namespaces["html"], "body"), + (namespaces["html"], "br"), + (namespaces["html"], "button"), + (namespaces["html"], "caption"), + (namespaces["html"], "center"), + (namespaces["html"], "col"), + (namespaces["html"], "colgroup"), + (namespaces["html"], "command"), + (namespaces["html"], "dd"), + (namespaces["html"], "details"), + (namespaces["html"], "dir"), + (namespaces["html"], "div"), + (namespaces["html"], "dl"), + (namespaces["html"], "dt"), + (namespaces["html"], "embed"), + (namespaces["html"], "fieldset"), + (namespaces["html"], "figure"), + (namespaces["html"], "footer"), + (namespaces["html"], "form"), + (namespaces["html"], "frame"), + (namespaces["html"], "frameset"), + (namespaces["html"], "h1"), + (namespaces["html"], "h2"), + (namespaces["html"], "h3"), + (namespaces["html"], "h4"), + (namespaces["html"], "h5"), + (namespaces["html"], "h6"), + (namespaces["html"], "head"), + (namespaces["html"], "header"), + (namespaces["html"], "hr"), + (namespaces["html"], "html"), + (namespaces["html"], "iframe"), + # Note that image is commented out in the spec as "this isn't an + # element that can end up on the stack, so it doesn't matter," + (namespaces["html"], "image"), + (namespaces["html"], "img"), + (namespaces["html"], "input"), + (namespaces["html"], "isindex"), + (namespaces["html"], "li"), + (namespaces["html"], "link"), + (namespaces["html"], "listing"), + (namespaces["html"], "marquee"), + (namespaces["html"], "menu"), + (namespaces["html"], "meta"), + (namespaces["html"], "nav"), + (namespaces["html"], "noembed"), + (namespaces["html"], "noframes"), + (namespaces["html"], "noscript"), + (namespaces["html"], "object"), + (namespaces["html"], "ol"), + (namespaces["html"], "p"), + (namespaces["html"], "param"), + (namespaces["html"], "plaintext"), + (namespaces["html"], "pre"), + (namespaces["html"], "script"), + (namespaces["html"], "section"), + (namespaces["html"], "select"), + (namespaces["html"], "style"), + (namespaces["html"], "table"), + (namespaces["html"], "tbody"), + (namespaces["html"], "td"), + (namespaces["html"], "textarea"), + (namespaces["html"], "tfoot"), + (namespaces["html"], "th"), + (namespaces["html"], "thead"), + (namespaces["html"], "title"), + (namespaces["html"], "tr"), + (namespaces["html"], "ul"), + (namespaces["html"], "wbr"), + (namespaces["html"], "xmp"), + (namespaces["svg"], "foreignObject") +]) + +htmlIntegrationPointElements = frozenset([ + (namespaces["mathml"], "annotation-xml"), + (namespaces["svg"], "foreignObject"), + (namespaces["svg"], "desc"), + (namespaces["svg"], "title") +]) + +mathmlTextIntegrationPointElements = frozenset([ + (namespaces["mathml"], "mi"), + (namespaces["mathml"], "mo"), + (namespaces["mathml"], "mn"), + (namespaces["mathml"], "ms"), + (namespaces["mathml"], "mtext") +]) + +adjustSVGAttributes = { + "attributename": "attributeName", + "attributetype": "attributeType", + "basefrequency": "baseFrequency", + "baseprofile": "baseProfile", + "calcmode": "calcMode", + "clippathunits": "clipPathUnits", + "contentscripttype": "contentScriptType", + "contentstyletype": "contentStyleType", + "diffuseconstant": "diffuseConstant", + "edgemode": "edgeMode", + "externalresourcesrequired": "externalResourcesRequired", + "filterres": "filterRes", + "filterunits": "filterUnits", + "glyphref": "glyphRef", + "gradienttransform": "gradientTransform", + "gradientunits": "gradientUnits", + "kernelmatrix": "kernelMatrix", + "kernelunitlength": "kernelUnitLength", + "keypoints": "keyPoints", + "keysplines": "keySplines", + "keytimes": "keyTimes", + "lengthadjust": "lengthAdjust", + "limitingconeangle": "limitingConeAngle", + "markerheight": "markerHeight", + "markerunits": "markerUnits", + "markerwidth": "markerWidth", + "maskcontentunits": "maskContentUnits", + "maskunits": "maskUnits", + "numoctaves": "numOctaves", + "pathlength": "pathLength", + "patterncontentunits": "patternContentUnits", + "patterntransform": "patternTransform", + "patternunits": "patternUnits", + "pointsatx": "pointsAtX", + "pointsaty": "pointsAtY", + "pointsatz": "pointsAtZ", + "preservealpha": "preserveAlpha", + "preserveaspectratio": "preserveAspectRatio", + "primitiveunits": "primitiveUnits", + "refx": "refX", + "refy": "refY", + "repeatcount": "repeatCount", + "repeatdur": "repeatDur", + "requiredextensions": "requiredExtensions", + "requiredfeatures": "requiredFeatures", + "specularconstant": "specularConstant", + "specularexponent": "specularExponent", + "spreadmethod": "spreadMethod", + "startoffset": "startOffset", + "stddeviation": "stdDeviation", + "stitchtiles": "stitchTiles", + "surfacescale": "surfaceScale", + "systemlanguage": "systemLanguage", + "tablevalues": "tableValues", + "targetx": "targetX", + "targety": "targetY", + "textlength": "textLength", + "viewbox": "viewBox", + "viewtarget": "viewTarget", + "xchannelselector": "xChannelSelector", + "ychannelselector": "yChannelSelector", + "zoomandpan": "zoomAndPan" +} + +adjustMathMLAttributes = {"definitionurl": "definitionURL"} + +adjustForeignAttributes = { + "xlink:actuate": ("xlink", "actuate", namespaces["xlink"]), + "xlink:arcrole": ("xlink", "arcrole", namespaces["xlink"]), + "xlink:href": ("xlink", "href", namespaces["xlink"]), + "xlink:role": ("xlink", "role", namespaces["xlink"]), + "xlink:show": ("xlink", "show", namespaces["xlink"]), + "xlink:title": ("xlink", "title", namespaces["xlink"]), + "xlink:type": ("xlink", "type", namespaces["xlink"]), + "xml:base": ("xml", "base", namespaces["xml"]), + "xml:lang": ("xml", "lang", namespaces["xml"]), + "xml:space": ("xml", "space", namespaces["xml"]), + "xmlns": (None, "xmlns", namespaces["xmlns"]), + "xmlns:xlink": ("xmlns", "xlink", namespaces["xmlns"]) +} + +unadjustForeignAttributes = {(ns, local): qname for qname, (prefix, local, ns) in + adjustForeignAttributes.items()} + +spaceCharacters = frozenset([ + "\t", + "\n", + "\u000C", + " ", + "\r" +]) + +tableInsertModeElements = frozenset([ + "table", + "tbody", + "tfoot", + "thead", + "tr" +]) + +asciiLowercase = frozenset(string.ascii_lowercase) +asciiUppercase = frozenset(string.ascii_uppercase) +asciiLetters = frozenset(string.ascii_letters) +digits = frozenset(string.digits) +hexDigits = frozenset(string.hexdigits) + +asciiUpper2Lower = {ord(c): ord(c.lower()) for c in string.ascii_uppercase} + +# Heading elements need to be ordered +headingElements = ( + "h1", + "h2", + "h3", + "h4", + "h5", + "h6" +) + +voidElements = frozenset([ + "base", + "command", + "event-source", + "link", + "meta", + "hr", + "br", + "img", + "embed", + "param", + "area", + "col", + "input", + "source", + "track" +]) + +cdataElements = frozenset(['title', 'textarea']) + +rcdataElements = frozenset([ + 'style', + 'script', + 'xmp', + 'iframe', + 'noembed', + 'noframes', + 'noscript' +]) + +booleanAttributes = { + "": frozenset(["irrelevant", "itemscope"]), + "style": frozenset(["scoped"]), + "img": frozenset(["ismap"]), + "audio": frozenset(["autoplay", "controls"]), + "video": frozenset(["autoplay", "controls"]), + "script": frozenset(["defer", "async"]), + "details": frozenset(["open"]), + "datagrid": frozenset(["multiple", "disabled"]), + "command": frozenset(["hidden", "disabled", "checked", "default"]), + "hr": frozenset(["noshade"]), + "menu": frozenset(["autosubmit"]), + "fieldset": frozenset(["disabled", "readonly"]), + "option": frozenset(["disabled", "readonly", "selected"]), + "optgroup": frozenset(["disabled", "readonly"]), + "button": frozenset(["disabled", "autofocus"]), + "input": frozenset(["disabled", "readonly", "required", "autofocus", "checked", "ismap"]), + "select": frozenset(["disabled", "readonly", "autofocus", "multiple"]), + "output": frozenset(["disabled", "readonly"]), + "iframe": frozenset(["seamless"]), +} + +# entitiesWindows1252 has to be _ordered_ and needs to have an index. It +# therefore can't be a frozenset. +entitiesWindows1252 = ( + 8364, # 0x80 0x20AC EURO SIGN + 65533, # 0x81 UNDEFINED + 8218, # 0x82 0x201A SINGLE LOW-9 QUOTATION MARK + 402, # 0x83 0x0192 LATIN SMALL LETTER F WITH HOOK + 8222, # 0x84 0x201E DOUBLE LOW-9 QUOTATION MARK + 8230, # 0x85 0x2026 HORIZONTAL ELLIPSIS + 8224, # 0x86 0x2020 DAGGER + 8225, # 0x87 0x2021 DOUBLE DAGGER + 710, # 0x88 0x02C6 MODIFIER LETTER CIRCUMFLEX ACCENT + 8240, # 0x89 0x2030 PER MILLE SIGN + 352, # 0x8A 0x0160 LATIN CAPITAL LETTER S WITH CARON + 8249, # 0x8B 0x2039 SINGLE LEFT-POINTING ANGLE QUOTATION MARK + 338, # 0x8C 0x0152 LATIN CAPITAL LIGATURE OE + 65533, # 0x8D UNDEFINED + 381, # 0x8E 0x017D LATIN CAPITAL LETTER Z WITH CARON + 65533, # 0x8F UNDEFINED + 65533, # 0x90 UNDEFINED + 8216, # 0x91 0x2018 LEFT SINGLE QUOTATION MARK + 8217, # 0x92 0x2019 RIGHT SINGLE QUOTATION MARK + 8220, # 0x93 0x201C LEFT DOUBLE QUOTATION MARK + 8221, # 0x94 0x201D RIGHT DOUBLE QUOTATION MARK + 8226, # 0x95 0x2022 BULLET + 8211, # 0x96 0x2013 EN DASH + 8212, # 0x97 0x2014 EM DASH + 732, # 0x98 0x02DC SMALL TILDE + 8482, # 0x99 0x2122 TRADE MARK SIGN + 353, # 0x9A 0x0161 LATIN SMALL LETTER S WITH CARON + 8250, # 0x9B 0x203A SINGLE RIGHT-POINTING ANGLE QUOTATION MARK + 339, # 0x9C 0x0153 LATIN SMALL LIGATURE OE + 65533, # 0x9D UNDEFINED + 382, # 0x9E 0x017E LATIN SMALL LETTER Z WITH CARON + 376 # 0x9F 0x0178 LATIN CAPITAL LETTER Y WITH DIAERESIS +) + +xmlEntities = frozenset(['lt;', 'gt;', 'amp;', 'apos;', 'quot;']) + +entities = { + "AElig": "\xc6", + "AElig;": "\xc6", + "AMP": "&", + "AMP;": "&", + "Aacute": "\xc1", + "Aacute;": "\xc1", + "Abreve;": "\u0102", + "Acirc": "\xc2", + "Acirc;": "\xc2", + "Acy;": "\u0410", + "Afr;": "\U0001d504", + "Agrave": "\xc0", + "Agrave;": "\xc0", + "Alpha;": "\u0391", + "Amacr;": "\u0100", + "And;": "\u2a53", + "Aogon;": "\u0104", + "Aopf;": "\U0001d538", + "ApplyFunction;": "\u2061", + "Aring": "\xc5", + "Aring;": "\xc5", + "Ascr;": "\U0001d49c", + "Assign;": "\u2254", + "Atilde": "\xc3", + "Atilde;": "\xc3", + "Auml": "\xc4", + "Auml;": "\xc4", + "Backslash;": "\u2216", + "Barv;": "\u2ae7", + "Barwed;": "\u2306", + "Bcy;": "\u0411", + "Because;": "\u2235", + "Bernoullis;": "\u212c", + "Beta;": "\u0392", + "Bfr;": "\U0001d505", + "Bopf;": "\U0001d539", + "Breve;": "\u02d8", + "Bscr;": "\u212c", + "Bumpeq;": "\u224e", + "CHcy;": "\u0427", + "COPY": "\xa9", + "COPY;": "\xa9", + "Cacute;": "\u0106", + "Cap;": "\u22d2", + "CapitalDifferentialD;": "\u2145", + "Cayleys;": "\u212d", + "Ccaron;": "\u010c", + "Ccedil": "\xc7", + "Ccedil;": "\xc7", + "Ccirc;": "\u0108", + "Cconint;": "\u2230", + "Cdot;": "\u010a", + "Cedilla;": "\xb8", + "CenterDot;": "\xb7", + "Cfr;": "\u212d", + "Chi;": "\u03a7", + "CircleDot;": "\u2299", + "CircleMinus;": "\u2296", + "CirclePlus;": "\u2295", + "CircleTimes;": "\u2297", + "ClockwiseContourIntegral;": "\u2232", + "CloseCurlyDoubleQuote;": "\u201d", + "CloseCurlyQuote;": "\u2019", + "Colon;": "\u2237", + "Colone;": "\u2a74", + "Congruent;": "\u2261", + "Conint;": "\u222f", + "ContourIntegral;": "\u222e", + "Copf;": "\u2102", + "Coproduct;": "\u2210", + "CounterClockwiseContourIntegral;": "\u2233", + "Cross;": "\u2a2f", + "Cscr;": "\U0001d49e", + "Cup;": "\u22d3", + "CupCap;": "\u224d", + "DD;": "\u2145", + "DDotrahd;": "\u2911", + "DJcy;": "\u0402", + "DScy;": "\u0405", + "DZcy;": "\u040f", + "Dagger;": "\u2021", + "Darr;": "\u21a1", + "Dashv;": "\u2ae4", + "Dcaron;": "\u010e", + "Dcy;": "\u0414", + "Del;": "\u2207", + "Delta;": "\u0394", + "Dfr;": "\U0001d507", + "DiacriticalAcute;": "\xb4", + "DiacriticalDot;": "\u02d9", + "DiacriticalDoubleAcute;": "\u02dd", + "DiacriticalGrave;": "`", + "DiacriticalTilde;": "\u02dc", + "Diamond;": "\u22c4", + "DifferentialD;": "\u2146", + "Dopf;": "\U0001d53b", + "Dot;": "\xa8", + "DotDot;": "\u20dc", + "DotEqual;": "\u2250", + "DoubleContourIntegral;": "\u222f", + "DoubleDot;": "\xa8", + "DoubleDownArrow;": "\u21d3", + "DoubleLeftArrow;": "\u21d0", + "DoubleLeftRightArrow;": "\u21d4", + "DoubleLeftTee;": "\u2ae4", + "DoubleLongLeftArrow;": "\u27f8", + "DoubleLongLeftRightArrow;": "\u27fa", + "DoubleLongRightArrow;": "\u27f9", + "DoubleRightArrow;": "\u21d2", + "DoubleRightTee;": "\u22a8", + "DoubleUpArrow;": "\u21d1", + "DoubleUpDownArrow;": "\u21d5", + "DoubleVerticalBar;": "\u2225", + "DownArrow;": "\u2193", + "DownArrowBar;": "\u2913", + "DownArrowUpArrow;": "\u21f5", + "DownBreve;": "\u0311", + "DownLeftRightVector;": "\u2950", + "DownLeftTeeVector;": "\u295e", + "DownLeftVector;": "\u21bd", + "DownLeftVectorBar;": "\u2956", + "DownRightTeeVector;": "\u295f", + "DownRightVector;": "\u21c1", + "DownRightVectorBar;": "\u2957", + "DownTee;": "\u22a4", + "DownTeeArrow;": "\u21a7", + "Downarrow;": "\u21d3", + "Dscr;": "\U0001d49f", + "Dstrok;": "\u0110", + "ENG;": "\u014a", + "ETH": "\xd0", + "ETH;": "\xd0", + "Eacute": "\xc9", + "Eacute;": "\xc9", + "Ecaron;": "\u011a", + "Ecirc": "\xca", + "Ecirc;": "\xca", + "Ecy;": "\u042d", + "Edot;": "\u0116", + "Efr;": "\U0001d508", + "Egrave": "\xc8", + "Egrave;": "\xc8", + "Element;": "\u2208", + "Emacr;": "\u0112", + "EmptySmallSquare;": "\u25fb", + "EmptyVerySmallSquare;": "\u25ab", + "Eogon;": "\u0118", + "Eopf;": "\U0001d53c", + "Epsilon;": "\u0395", + "Equal;": "\u2a75", + "EqualTilde;": "\u2242", + "Equilibrium;": "\u21cc", + "Escr;": "\u2130", + "Esim;": "\u2a73", + "Eta;": "\u0397", + "Euml": "\xcb", + "Euml;": "\xcb", + "Exists;": "\u2203", + "ExponentialE;": "\u2147", + "Fcy;": "\u0424", + "Ffr;": "\U0001d509", + "FilledSmallSquare;": "\u25fc", + "FilledVerySmallSquare;": "\u25aa", + "Fopf;": "\U0001d53d", + "ForAll;": "\u2200", + "Fouriertrf;": "\u2131", + "Fscr;": "\u2131", + "GJcy;": "\u0403", + "GT": ">", + "GT;": ">", + "Gamma;": "\u0393", + "Gammad;": "\u03dc", + "Gbreve;": "\u011e", + "Gcedil;": "\u0122", + "Gcirc;": "\u011c", + "Gcy;": "\u0413", + "Gdot;": "\u0120", + "Gfr;": "\U0001d50a", + "Gg;": "\u22d9", + "Gopf;": "\U0001d53e", + "GreaterEqual;": "\u2265", + "GreaterEqualLess;": "\u22db", + "GreaterFullEqual;": "\u2267", + "GreaterGreater;": "\u2aa2", + "GreaterLess;": "\u2277", + "GreaterSlantEqual;": "\u2a7e", + "GreaterTilde;": "\u2273", + "Gscr;": "\U0001d4a2", + "Gt;": "\u226b", + "HARDcy;": "\u042a", + "Hacek;": "\u02c7", + "Hat;": "^", + "Hcirc;": "\u0124", + "Hfr;": "\u210c", + "HilbertSpace;": "\u210b", + "Hopf;": "\u210d", + "HorizontalLine;": "\u2500", + "Hscr;": "\u210b", + "Hstrok;": "\u0126", + "HumpDownHump;": "\u224e", + "HumpEqual;": "\u224f", + "IEcy;": "\u0415", + "IJlig;": "\u0132", + "IOcy;": "\u0401", + "Iacute": "\xcd", + "Iacute;": "\xcd", + "Icirc": "\xce", + "Icirc;": "\xce", + "Icy;": "\u0418", + "Idot;": "\u0130", + "Ifr;": "\u2111", + "Igrave": "\xcc", + "Igrave;": "\xcc", + "Im;": "\u2111", + "Imacr;": "\u012a", + "ImaginaryI;": "\u2148", + "Implies;": "\u21d2", + "Int;": "\u222c", + "Integral;": "\u222b", + "Intersection;": "\u22c2", + "InvisibleComma;": "\u2063", + "InvisibleTimes;": "\u2062", + "Iogon;": "\u012e", + "Iopf;": "\U0001d540", + "Iota;": "\u0399", + "Iscr;": "\u2110", + "Itilde;": "\u0128", + "Iukcy;": "\u0406", + "Iuml": "\xcf", + "Iuml;": "\xcf", + "Jcirc;": "\u0134", + "Jcy;": "\u0419", + "Jfr;": "\U0001d50d", + "Jopf;": "\U0001d541", + "Jscr;": "\U0001d4a5", + "Jsercy;": "\u0408", + "Jukcy;": "\u0404", + "KHcy;": "\u0425", + "KJcy;": "\u040c", + "Kappa;": "\u039a", + "Kcedil;": "\u0136", + "Kcy;": "\u041a", + "Kfr;": "\U0001d50e", + "Kopf;": "\U0001d542", + "Kscr;": "\U0001d4a6", + "LJcy;": "\u0409", + "LT": "<", + "LT;": "<", + "Lacute;": "\u0139", + "Lambda;": "\u039b", + "Lang;": "\u27ea", + "Laplacetrf;": "\u2112", + "Larr;": "\u219e", + "Lcaron;": "\u013d", + "Lcedil;": "\u013b", + "Lcy;": "\u041b", + "LeftAngleBracket;": "\u27e8", + "LeftArrow;": "\u2190", + "LeftArrowBar;": "\u21e4", + "LeftArrowRightArrow;": "\u21c6", + "LeftCeiling;": "\u2308", + "LeftDoubleBracket;": "\u27e6", + "LeftDownTeeVector;": "\u2961", + "LeftDownVector;": "\u21c3", + "LeftDownVectorBar;": "\u2959", + "LeftFloor;": "\u230a", + "LeftRightArrow;": "\u2194", + "LeftRightVector;": "\u294e", + "LeftTee;": "\u22a3", + "LeftTeeArrow;": "\u21a4", + "LeftTeeVector;": "\u295a", + "LeftTriangle;": "\u22b2", + "LeftTriangleBar;": "\u29cf", + "LeftTriangleEqual;": "\u22b4", + "LeftUpDownVector;": "\u2951", + "LeftUpTeeVector;": "\u2960", + "LeftUpVector;": "\u21bf", + "LeftUpVectorBar;": "\u2958", + "LeftVector;": "\u21bc", + "LeftVectorBar;": "\u2952", + "Leftarrow;": "\u21d0", + "Leftrightarrow;": "\u21d4", + "LessEqualGreater;": "\u22da", + "LessFullEqual;": "\u2266", + "LessGreater;": "\u2276", + "LessLess;": "\u2aa1", + "LessSlantEqual;": "\u2a7d", + "LessTilde;": "\u2272", + "Lfr;": "\U0001d50f", + "Ll;": "\u22d8", + "Lleftarrow;": "\u21da", + "Lmidot;": "\u013f", + "LongLeftArrow;": "\u27f5", + "LongLeftRightArrow;": "\u27f7", + "LongRightArrow;": "\u27f6", + "Longleftarrow;": "\u27f8", + "Longleftrightarrow;": "\u27fa", + "Longrightarrow;": "\u27f9", + "Lopf;": "\U0001d543", + "LowerLeftArrow;": "\u2199", + "LowerRightArrow;": "\u2198", + "Lscr;": "\u2112", + "Lsh;": "\u21b0", + "Lstrok;": "\u0141", + "Lt;": "\u226a", + "Map;": "\u2905", + "Mcy;": "\u041c", + "MediumSpace;": "\u205f", + "Mellintrf;": "\u2133", + "Mfr;": "\U0001d510", + "MinusPlus;": "\u2213", + "Mopf;": "\U0001d544", + "Mscr;": "\u2133", + "Mu;": "\u039c", + "NJcy;": "\u040a", + "Nacute;": "\u0143", + "Ncaron;": "\u0147", + "Ncedil;": "\u0145", + "Ncy;": "\u041d", + "NegativeMediumSpace;": "\u200b", + "NegativeThickSpace;": "\u200b", + "NegativeThinSpace;": "\u200b", + "NegativeVeryThinSpace;": "\u200b", + "NestedGreaterGreater;": "\u226b", + "NestedLessLess;": "\u226a", + "NewLine;": "\n", + "Nfr;": "\U0001d511", + "NoBreak;": "\u2060", + "NonBreakingSpace;": "\xa0", + "Nopf;": "\u2115", + "Not;": "\u2aec", + "NotCongruent;": "\u2262", + "NotCupCap;": "\u226d", + "NotDoubleVerticalBar;": "\u2226", + "NotElement;": "\u2209", + "NotEqual;": "\u2260", + "NotEqualTilde;": "\u2242\u0338", + "NotExists;": "\u2204", + "NotGreater;": "\u226f", + "NotGreaterEqual;": "\u2271", + "NotGreaterFullEqual;": "\u2267\u0338", + "NotGreaterGreater;": "\u226b\u0338", + "NotGreaterLess;": "\u2279", + "NotGreaterSlantEqual;": "\u2a7e\u0338", + "NotGreaterTilde;": "\u2275", + "NotHumpDownHump;": "\u224e\u0338", + "NotHumpEqual;": "\u224f\u0338", + "NotLeftTriangle;": "\u22ea", + "NotLeftTriangleBar;": "\u29cf\u0338", + "NotLeftTriangleEqual;": "\u22ec", + "NotLess;": "\u226e", + "NotLessEqual;": "\u2270", + "NotLessGreater;": "\u2278", + "NotLessLess;": "\u226a\u0338", + "NotLessSlantEqual;": "\u2a7d\u0338", + "NotLessTilde;": "\u2274", + "NotNestedGreaterGreater;": "\u2aa2\u0338", + "NotNestedLessLess;": "\u2aa1\u0338", + "NotPrecedes;": "\u2280", + "NotPrecedesEqual;": "\u2aaf\u0338", + "NotPrecedesSlantEqual;": "\u22e0", + "NotReverseElement;": "\u220c", + "NotRightTriangle;": "\u22eb", + "NotRightTriangleBar;": "\u29d0\u0338", + "NotRightTriangleEqual;": "\u22ed", + "NotSquareSubset;": "\u228f\u0338", + "NotSquareSubsetEqual;": "\u22e2", + "NotSquareSuperset;": "\u2290\u0338", + "NotSquareSupersetEqual;": "\u22e3", + "NotSubset;": "\u2282\u20d2", + "NotSubsetEqual;": "\u2288", + "NotSucceeds;": "\u2281", + "NotSucceedsEqual;": "\u2ab0\u0338", + "NotSucceedsSlantEqual;": "\u22e1", + "NotSucceedsTilde;": "\u227f\u0338", + "NotSuperset;": "\u2283\u20d2", + "NotSupersetEqual;": "\u2289", + "NotTilde;": "\u2241", + "NotTildeEqual;": "\u2244", + "NotTildeFullEqual;": "\u2247", + "NotTildeTilde;": "\u2249", + "NotVerticalBar;": "\u2224", + "Nscr;": "\U0001d4a9", + "Ntilde": "\xd1", + "Ntilde;": "\xd1", + "Nu;": "\u039d", + "OElig;": "\u0152", + "Oacute": "\xd3", + "Oacute;": "\xd3", + "Ocirc": "\xd4", + "Ocirc;": "\xd4", + "Ocy;": "\u041e", + "Odblac;": "\u0150", + "Ofr;": "\U0001d512", + "Ograve": "\xd2", + "Ograve;": "\xd2", + "Omacr;": "\u014c", + "Omega;": "\u03a9", + "Omicron;": "\u039f", + "Oopf;": "\U0001d546", + "OpenCurlyDoubleQuote;": "\u201c", + "OpenCurlyQuote;": "\u2018", + "Or;": "\u2a54", + "Oscr;": "\U0001d4aa", + "Oslash": "\xd8", + "Oslash;": "\xd8", + "Otilde": "\xd5", + "Otilde;": "\xd5", + "Otimes;": "\u2a37", + "Ouml": "\xd6", + "Ouml;": "\xd6", + "OverBar;": "\u203e", + "OverBrace;": "\u23de", + "OverBracket;": "\u23b4", + "OverParenthesis;": "\u23dc", + "PartialD;": "\u2202", + "Pcy;": "\u041f", + "Pfr;": "\U0001d513", + "Phi;": "\u03a6", + "Pi;": "\u03a0", + "PlusMinus;": "\xb1", + "Poincareplane;": "\u210c", + "Popf;": "\u2119", + "Pr;": "\u2abb", + "Precedes;": "\u227a", + "PrecedesEqual;": "\u2aaf", + "PrecedesSlantEqual;": "\u227c", + "PrecedesTilde;": "\u227e", + "Prime;": "\u2033", + "Product;": "\u220f", + "Proportion;": "\u2237", + "Proportional;": "\u221d", + "Pscr;": "\U0001d4ab", + "Psi;": "\u03a8", + "QUOT": "\"", + "QUOT;": "\"", + "Qfr;": "\U0001d514", + "Qopf;": "\u211a", + "Qscr;": "\U0001d4ac", + "RBarr;": "\u2910", + "REG": "\xae", + "REG;": "\xae", + "Racute;": "\u0154", + "Rang;": "\u27eb", + "Rarr;": "\u21a0", + "Rarrtl;": "\u2916", + "Rcaron;": "\u0158", + "Rcedil;": "\u0156", + "Rcy;": "\u0420", + "Re;": "\u211c", + "ReverseElement;": "\u220b", + "ReverseEquilibrium;": "\u21cb", + "ReverseUpEquilibrium;": "\u296f", + "Rfr;": "\u211c", + "Rho;": "\u03a1", + "RightAngleBracket;": "\u27e9", + "RightArrow;": "\u2192", + "RightArrowBar;": "\u21e5", + "RightArrowLeftArrow;": "\u21c4", + "RightCeiling;": "\u2309", + "RightDoubleBracket;": "\u27e7", + "RightDownTeeVector;": "\u295d", + "RightDownVector;": "\u21c2", + "RightDownVectorBar;": "\u2955", + "RightFloor;": "\u230b", + "RightTee;": "\u22a2", + "RightTeeArrow;": "\u21a6", + "RightTeeVector;": "\u295b", + "RightTriangle;": "\u22b3", + "RightTriangleBar;": "\u29d0", + "RightTriangleEqual;": "\u22b5", + "RightUpDownVector;": "\u294f", + "RightUpTeeVector;": "\u295c", + "RightUpVector;": "\u21be", + "RightUpVectorBar;": "\u2954", + "RightVector;": "\u21c0", + "RightVectorBar;": "\u2953", + "Rightarrow;": "\u21d2", + "Ropf;": "\u211d", + "RoundImplies;": "\u2970", + "Rrightarrow;": "\u21db", + "Rscr;": "\u211b", + "Rsh;": "\u21b1", + "RuleDelayed;": "\u29f4", + "SHCHcy;": "\u0429", + "SHcy;": "\u0428", + "SOFTcy;": "\u042c", + "Sacute;": "\u015a", + "Sc;": "\u2abc", + "Scaron;": "\u0160", + "Scedil;": "\u015e", + "Scirc;": "\u015c", + "Scy;": "\u0421", + "Sfr;": "\U0001d516", + "ShortDownArrow;": "\u2193", + "ShortLeftArrow;": "\u2190", + "ShortRightArrow;": "\u2192", + "ShortUpArrow;": "\u2191", + "Sigma;": "\u03a3", + "SmallCircle;": "\u2218", + "Sopf;": "\U0001d54a", + "Sqrt;": "\u221a", + "Square;": "\u25a1", + "SquareIntersection;": "\u2293", + "SquareSubset;": "\u228f", + "SquareSubsetEqual;": "\u2291", + "SquareSuperset;": "\u2290", + "SquareSupersetEqual;": "\u2292", + "SquareUnion;": "\u2294", + "Sscr;": "\U0001d4ae", + "Star;": "\u22c6", + "Sub;": "\u22d0", + "Subset;": "\u22d0", + "SubsetEqual;": "\u2286", + "Succeeds;": "\u227b", + "SucceedsEqual;": "\u2ab0", + "SucceedsSlantEqual;": "\u227d", + "SucceedsTilde;": "\u227f", + "SuchThat;": "\u220b", + "Sum;": "\u2211", + "Sup;": "\u22d1", + "Superset;": "\u2283", + "SupersetEqual;": "\u2287", + "Supset;": "\u22d1", + "THORN": "\xde", + "THORN;": "\xde", + "TRADE;": "\u2122", + "TSHcy;": "\u040b", + "TScy;": "\u0426", + "Tab;": "\t", + "Tau;": "\u03a4", + "Tcaron;": "\u0164", + "Tcedil;": "\u0162", + "Tcy;": "\u0422", + "Tfr;": "\U0001d517", + "Therefore;": "\u2234", + "Theta;": "\u0398", + "ThickSpace;": "\u205f\u200a", + "ThinSpace;": "\u2009", + "Tilde;": "\u223c", + "TildeEqual;": "\u2243", + "TildeFullEqual;": "\u2245", + "TildeTilde;": "\u2248", + "Topf;": "\U0001d54b", + "TripleDot;": "\u20db", + "Tscr;": "\U0001d4af", + "Tstrok;": "\u0166", + "Uacute": "\xda", + "Uacute;": "\xda", + "Uarr;": "\u219f", + "Uarrocir;": "\u2949", + "Ubrcy;": "\u040e", + "Ubreve;": "\u016c", + "Ucirc": "\xdb", + "Ucirc;": "\xdb", + "Ucy;": "\u0423", + "Udblac;": "\u0170", + "Ufr;": "\U0001d518", + "Ugrave": "\xd9", + "Ugrave;": "\xd9", + "Umacr;": "\u016a", + "UnderBar;": "_", + "UnderBrace;": "\u23df", + "UnderBracket;": "\u23b5", + "UnderParenthesis;": "\u23dd", + "Union;": "\u22c3", + "UnionPlus;": "\u228e", + "Uogon;": "\u0172", + "Uopf;": "\U0001d54c", + "UpArrow;": "\u2191", + "UpArrowBar;": "\u2912", + "UpArrowDownArrow;": "\u21c5", + "UpDownArrow;": "\u2195", + "UpEquilibrium;": "\u296e", + "UpTee;": "\u22a5", + "UpTeeArrow;": "\u21a5", + "Uparrow;": "\u21d1", + "Updownarrow;": "\u21d5", + "UpperLeftArrow;": "\u2196", + "UpperRightArrow;": "\u2197", + "Upsi;": "\u03d2", + "Upsilon;": "\u03a5", + "Uring;": "\u016e", + "Uscr;": "\U0001d4b0", + "Utilde;": "\u0168", + "Uuml": "\xdc", + "Uuml;": "\xdc", + "VDash;": "\u22ab", + "Vbar;": "\u2aeb", + "Vcy;": "\u0412", + "Vdash;": "\u22a9", + "Vdashl;": "\u2ae6", + "Vee;": "\u22c1", + "Verbar;": "\u2016", + "Vert;": "\u2016", + "VerticalBar;": "\u2223", + "VerticalLine;": "|", + "VerticalSeparator;": "\u2758", + "VerticalTilde;": "\u2240", + "VeryThinSpace;": "\u200a", + "Vfr;": "\U0001d519", + "Vopf;": "\U0001d54d", + "Vscr;": "\U0001d4b1", + "Vvdash;": "\u22aa", + "Wcirc;": "\u0174", + "Wedge;": "\u22c0", + "Wfr;": "\U0001d51a", + "Wopf;": "\U0001d54e", + "Wscr;": "\U0001d4b2", + "Xfr;": "\U0001d51b", + "Xi;": "\u039e", + "Xopf;": "\U0001d54f", + "Xscr;": "\U0001d4b3", + "YAcy;": "\u042f", + "YIcy;": "\u0407", + "YUcy;": "\u042e", + "Yacute": "\xdd", + "Yacute;": "\xdd", + "Ycirc;": "\u0176", + "Ycy;": "\u042b", + "Yfr;": "\U0001d51c", + "Yopf;": "\U0001d550", + "Yscr;": "\U0001d4b4", + "Yuml;": "\u0178", + "ZHcy;": "\u0416", + "Zacute;": "\u0179", + "Zcaron;": "\u017d", + "Zcy;": "\u0417", + "Zdot;": "\u017b", + "ZeroWidthSpace;": "\u200b", + "Zeta;": "\u0396", + "Zfr;": "\u2128", + "Zopf;": "\u2124", + "Zscr;": "\U0001d4b5", + "aacute": "\xe1", + "aacute;": "\xe1", + "abreve;": "\u0103", + "ac;": "\u223e", + "acE;": "\u223e\u0333", + "acd;": "\u223f", + "acirc": "\xe2", + "acirc;": "\xe2", + "acute": "\xb4", + "acute;": "\xb4", + "acy;": "\u0430", + "aelig": "\xe6", + "aelig;": "\xe6", + "af;": "\u2061", + "afr;": "\U0001d51e", + "agrave": "\xe0", + "agrave;": "\xe0", + "alefsym;": "\u2135", + "aleph;": "\u2135", + "alpha;": "\u03b1", + "amacr;": "\u0101", + "amalg;": "\u2a3f", + "amp": "&", + "amp;": "&", + "and;": "\u2227", + "andand;": "\u2a55", + "andd;": "\u2a5c", + "andslope;": "\u2a58", + "andv;": "\u2a5a", + "ang;": "\u2220", + "ange;": "\u29a4", + "angle;": "\u2220", + "angmsd;": "\u2221", + "angmsdaa;": "\u29a8", + "angmsdab;": "\u29a9", + "angmsdac;": "\u29aa", + "angmsdad;": "\u29ab", + "angmsdae;": "\u29ac", + "angmsdaf;": "\u29ad", + "angmsdag;": "\u29ae", + "angmsdah;": "\u29af", + "angrt;": "\u221f", + "angrtvb;": "\u22be", + "angrtvbd;": "\u299d", + "angsph;": "\u2222", + "angst;": "\xc5", + "angzarr;": "\u237c", + "aogon;": "\u0105", + "aopf;": "\U0001d552", + "ap;": "\u2248", + "apE;": "\u2a70", + "apacir;": "\u2a6f", + "ape;": "\u224a", + "apid;": "\u224b", + "apos;": "'", + "approx;": "\u2248", + "approxeq;": "\u224a", + "aring": "\xe5", + "aring;": "\xe5", + "ascr;": "\U0001d4b6", + "ast;": "*", + "asymp;": "\u2248", + "asympeq;": "\u224d", + "atilde": "\xe3", + "atilde;": "\xe3", + "auml": "\xe4", + "auml;": "\xe4", + "awconint;": "\u2233", + "awint;": "\u2a11", + "bNot;": "\u2aed", + "backcong;": "\u224c", + "backepsilon;": "\u03f6", + "backprime;": "\u2035", + "backsim;": "\u223d", + "backsimeq;": "\u22cd", + "barvee;": "\u22bd", + "barwed;": "\u2305", + "barwedge;": "\u2305", + "bbrk;": "\u23b5", + "bbrktbrk;": "\u23b6", + "bcong;": "\u224c", + "bcy;": "\u0431", + "bdquo;": "\u201e", + "becaus;": "\u2235", + "because;": "\u2235", + "bemptyv;": "\u29b0", + "bepsi;": "\u03f6", + "bernou;": "\u212c", + "beta;": "\u03b2", + "beth;": "\u2136", + "between;": "\u226c", + "bfr;": "\U0001d51f", + "bigcap;": "\u22c2", + "bigcirc;": "\u25ef", + "bigcup;": "\u22c3", + "bigodot;": "\u2a00", + "bigoplus;": "\u2a01", + "bigotimes;": "\u2a02", + "bigsqcup;": "\u2a06", + "bigstar;": "\u2605", + "bigtriangledown;": "\u25bd", + "bigtriangleup;": "\u25b3", + "biguplus;": "\u2a04", + "bigvee;": "\u22c1", + "bigwedge;": "\u22c0", + "bkarow;": "\u290d", + "blacklozenge;": "\u29eb", + "blacksquare;": "\u25aa", + "blacktriangle;": "\u25b4", + "blacktriangledown;": "\u25be", + "blacktriangleleft;": "\u25c2", + "blacktriangleright;": "\u25b8", + "blank;": "\u2423", + "blk12;": "\u2592", + "blk14;": "\u2591", + "blk34;": "\u2593", + "block;": "\u2588", + "bne;": "=\u20e5", + "bnequiv;": "\u2261\u20e5", + "bnot;": "\u2310", + "bopf;": "\U0001d553", + "bot;": "\u22a5", + "bottom;": "\u22a5", + "bowtie;": "\u22c8", + "boxDL;": "\u2557", + "boxDR;": "\u2554", + "boxDl;": "\u2556", + "boxDr;": "\u2553", + "boxH;": "\u2550", + "boxHD;": "\u2566", + "boxHU;": "\u2569", + "boxHd;": "\u2564", + "boxHu;": "\u2567", + "boxUL;": "\u255d", + "boxUR;": "\u255a", + "boxUl;": "\u255c", + "boxUr;": "\u2559", + "boxV;": "\u2551", + "boxVH;": "\u256c", + "boxVL;": "\u2563", + "boxVR;": "\u2560", + "boxVh;": "\u256b", + "boxVl;": "\u2562", + "boxVr;": "\u255f", + "boxbox;": "\u29c9", + "boxdL;": "\u2555", + "boxdR;": "\u2552", + "boxdl;": "\u2510", + "boxdr;": "\u250c", + "boxh;": "\u2500", + "boxhD;": "\u2565", + "boxhU;": "\u2568", + "boxhd;": "\u252c", + "boxhu;": "\u2534", + "boxminus;": "\u229f", + "boxplus;": "\u229e", + "boxtimes;": "\u22a0", + "boxuL;": "\u255b", + "boxuR;": "\u2558", + "boxul;": "\u2518", + "boxur;": "\u2514", + "boxv;": "\u2502", + "boxvH;": "\u256a", + "boxvL;": "\u2561", + "boxvR;": "\u255e", + "boxvh;": "\u253c", + "boxvl;": "\u2524", + "boxvr;": "\u251c", + "bprime;": "\u2035", + "breve;": "\u02d8", + "brvbar": "\xa6", + "brvbar;": "\xa6", + "bscr;": "\U0001d4b7", + "bsemi;": "\u204f", + "bsim;": "\u223d", + "bsime;": "\u22cd", + "bsol;": "\\", + "bsolb;": "\u29c5", + "bsolhsub;": "\u27c8", + "bull;": "\u2022", + "bullet;": "\u2022", + "bump;": "\u224e", + "bumpE;": "\u2aae", + "bumpe;": "\u224f", + "bumpeq;": "\u224f", + "cacute;": "\u0107", + "cap;": "\u2229", + "capand;": "\u2a44", + "capbrcup;": "\u2a49", + "capcap;": "\u2a4b", + "capcup;": "\u2a47", + "capdot;": "\u2a40", + "caps;": "\u2229\ufe00", + "caret;": "\u2041", + "caron;": "\u02c7", + "ccaps;": "\u2a4d", + "ccaron;": "\u010d", + "ccedil": "\xe7", + "ccedil;": "\xe7", + "ccirc;": "\u0109", + "ccups;": "\u2a4c", + "ccupssm;": "\u2a50", + "cdot;": "\u010b", + "cedil": "\xb8", + "cedil;": "\xb8", + "cemptyv;": "\u29b2", + "cent": "\xa2", + "cent;": "\xa2", + "centerdot;": "\xb7", + "cfr;": "\U0001d520", + "chcy;": "\u0447", + "check;": "\u2713", + "checkmark;": "\u2713", + "chi;": "\u03c7", + "cir;": "\u25cb", + "cirE;": "\u29c3", + "circ;": "\u02c6", + "circeq;": "\u2257", + "circlearrowleft;": "\u21ba", + "circlearrowright;": "\u21bb", + "circledR;": "\xae", + "circledS;": "\u24c8", + "circledast;": "\u229b", + "circledcirc;": "\u229a", + "circleddash;": "\u229d", + "cire;": "\u2257", + "cirfnint;": "\u2a10", + "cirmid;": "\u2aef", + "cirscir;": "\u29c2", + "clubs;": "\u2663", + "clubsuit;": "\u2663", + "colon;": ":", + "colone;": "\u2254", + "coloneq;": "\u2254", + "comma;": ",", + "commat;": "@", + "comp;": "\u2201", + "compfn;": "\u2218", + "complement;": "\u2201", + "complexes;": "\u2102", + "cong;": "\u2245", + "congdot;": "\u2a6d", + "conint;": "\u222e", + "copf;": "\U0001d554", + "coprod;": "\u2210", + "copy": "\xa9", + "copy;": "\xa9", + "copysr;": "\u2117", + "crarr;": "\u21b5", + "cross;": "\u2717", + "cscr;": "\U0001d4b8", + "csub;": "\u2acf", + "csube;": "\u2ad1", + "csup;": "\u2ad0", + "csupe;": "\u2ad2", + "ctdot;": "\u22ef", + "cudarrl;": "\u2938", + "cudarrr;": "\u2935", + "cuepr;": "\u22de", + "cuesc;": "\u22df", + "cularr;": "\u21b6", + "cularrp;": "\u293d", + "cup;": "\u222a", + "cupbrcap;": "\u2a48", + "cupcap;": "\u2a46", + "cupcup;": "\u2a4a", + "cupdot;": "\u228d", + "cupor;": "\u2a45", + "cups;": "\u222a\ufe00", + "curarr;": "\u21b7", + "curarrm;": "\u293c", + "curlyeqprec;": "\u22de", + "curlyeqsucc;": "\u22df", + "curlyvee;": "\u22ce", + "curlywedge;": "\u22cf", + "curren": "\xa4", + "curren;": "\xa4", + "curvearrowleft;": "\u21b6", + "curvearrowright;": "\u21b7", + "cuvee;": "\u22ce", + "cuwed;": "\u22cf", + "cwconint;": "\u2232", + "cwint;": "\u2231", + "cylcty;": "\u232d", + "dArr;": "\u21d3", + "dHar;": "\u2965", + "dagger;": "\u2020", + "daleth;": "\u2138", + "darr;": "\u2193", + "dash;": "\u2010", + "dashv;": "\u22a3", + "dbkarow;": "\u290f", + "dblac;": "\u02dd", + "dcaron;": "\u010f", + "dcy;": "\u0434", + "dd;": "\u2146", + "ddagger;": "\u2021", + "ddarr;": "\u21ca", + "ddotseq;": "\u2a77", + "deg": "\xb0", + "deg;": "\xb0", + "delta;": "\u03b4", + "demptyv;": "\u29b1", + "dfisht;": "\u297f", + "dfr;": "\U0001d521", + "dharl;": "\u21c3", + "dharr;": "\u21c2", + "diam;": "\u22c4", + "diamond;": "\u22c4", + "diamondsuit;": "\u2666", + "diams;": "\u2666", + "die;": "\xa8", + "digamma;": "\u03dd", + "disin;": "\u22f2", + "div;": "\xf7", + "divide": "\xf7", + "divide;": "\xf7", + "divideontimes;": "\u22c7", + "divonx;": "\u22c7", + "djcy;": "\u0452", + "dlcorn;": "\u231e", + "dlcrop;": "\u230d", + "dollar;": "$", + "dopf;": "\U0001d555", + "dot;": "\u02d9", + "doteq;": "\u2250", + "doteqdot;": "\u2251", + "dotminus;": "\u2238", + "dotplus;": "\u2214", + "dotsquare;": "\u22a1", + "doublebarwedge;": "\u2306", + "downarrow;": "\u2193", + "downdownarrows;": "\u21ca", + "downharpoonleft;": "\u21c3", + "downharpoonright;": "\u21c2", + "drbkarow;": "\u2910", + "drcorn;": "\u231f", + "drcrop;": "\u230c", + "dscr;": "\U0001d4b9", + "dscy;": "\u0455", + "dsol;": "\u29f6", + "dstrok;": "\u0111", + "dtdot;": "\u22f1", + "dtri;": "\u25bf", + "dtrif;": "\u25be", + "duarr;": "\u21f5", + "duhar;": "\u296f", + "dwangle;": "\u29a6", + "dzcy;": "\u045f", + "dzigrarr;": "\u27ff", + "eDDot;": "\u2a77", + "eDot;": "\u2251", + "eacute": "\xe9", + "eacute;": "\xe9", + "easter;": "\u2a6e", + "ecaron;": "\u011b", + "ecir;": "\u2256", + "ecirc": "\xea", + "ecirc;": "\xea", + "ecolon;": "\u2255", + "ecy;": "\u044d", + "edot;": "\u0117", + "ee;": "\u2147", + "efDot;": "\u2252", + "efr;": "\U0001d522", + "eg;": "\u2a9a", + "egrave": "\xe8", + "egrave;": "\xe8", + "egs;": "\u2a96", + "egsdot;": "\u2a98", + "el;": "\u2a99", + "elinters;": "\u23e7", + "ell;": "\u2113", + "els;": "\u2a95", + "elsdot;": "\u2a97", + "emacr;": "\u0113", + "empty;": "\u2205", + "emptyset;": "\u2205", + "emptyv;": "\u2205", + "emsp13;": "\u2004", + "emsp14;": "\u2005", + "emsp;": "\u2003", + "eng;": "\u014b", + "ensp;": "\u2002", + "eogon;": "\u0119", + "eopf;": "\U0001d556", + "epar;": "\u22d5", + "eparsl;": "\u29e3", + "eplus;": "\u2a71", + "epsi;": "\u03b5", + "epsilon;": "\u03b5", + "epsiv;": "\u03f5", + "eqcirc;": "\u2256", + "eqcolon;": "\u2255", + "eqsim;": "\u2242", + "eqslantgtr;": "\u2a96", + "eqslantless;": "\u2a95", + "equals;": "=", + "equest;": "\u225f", + "equiv;": "\u2261", + "equivDD;": "\u2a78", + "eqvparsl;": "\u29e5", + "erDot;": "\u2253", + "erarr;": "\u2971", + "escr;": "\u212f", + "esdot;": "\u2250", + "esim;": "\u2242", + "eta;": "\u03b7", + "eth": "\xf0", + "eth;": "\xf0", + "euml": "\xeb", + "euml;": "\xeb", + "euro;": "\u20ac", + "excl;": "!", + "exist;": "\u2203", + "expectation;": "\u2130", + "exponentiale;": "\u2147", + "fallingdotseq;": "\u2252", + "fcy;": "\u0444", + "female;": "\u2640", + "ffilig;": "\ufb03", + "fflig;": "\ufb00", + "ffllig;": "\ufb04", + "ffr;": "\U0001d523", + "filig;": "\ufb01", + "fjlig;": "fj", + "flat;": "\u266d", + "fllig;": "\ufb02", + "fltns;": "\u25b1", + "fnof;": "\u0192", + "fopf;": "\U0001d557", + "forall;": "\u2200", + "fork;": "\u22d4", + "forkv;": "\u2ad9", + "fpartint;": "\u2a0d", + "frac12": "\xbd", + "frac12;": "\xbd", + "frac13;": "\u2153", + "frac14": "\xbc", + "frac14;": "\xbc", + "frac15;": "\u2155", + "frac16;": "\u2159", + "frac18;": "\u215b", + "frac23;": "\u2154", + "frac25;": "\u2156", + "frac34": "\xbe", + "frac34;": "\xbe", + "frac35;": "\u2157", + "frac38;": "\u215c", + "frac45;": "\u2158", + "frac56;": "\u215a", + "frac58;": "\u215d", + "frac78;": "\u215e", + "frasl;": "\u2044", + "frown;": "\u2322", + "fscr;": "\U0001d4bb", + "gE;": "\u2267", + "gEl;": "\u2a8c", + "gacute;": "\u01f5", + "gamma;": "\u03b3", + "gammad;": "\u03dd", + "gap;": "\u2a86", + "gbreve;": "\u011f", + "gcirc;": "\u011d", + "gcy;": "\u0433", + "gdot;": "\u0121", + "ge;": "\u2265", + "gel;": "\u22db", + "geq;": "\u2265", + "geqq;": "\u2267", + "geqslant;": "\u2a7e", + "ges;": "\u2a7e", + "gescc;": "\u2aa9", + "gesdot;": "\u2a80", + "gesdoto;": "\u2a82", + "gesdotol;": "\u2a84", + "gesl;": "\u22db\ufe00", + "gesles;": "\u2a94", + "gfr;": "\U0001d524", + "gg;": "\u226b", + "ggg;": "\u22d9", + "gimel;": "\u2137", + "gjcy;": "\u0453", + "gl;": "\u2277", + "glE;": "\u2a92", + "gla;": "\u2aa5", + "glj;": "\u2aa4", + "gnE;": "\u2269", + "gnap;": "\u2a8a", + "gnapprox;": "\u2a8a", + "gne;": "\u2a88", + "gneq;": "\u2a88", + "gneqq;": "\u2269", + "gnsim;": "\u22e7", + "gopf;": "\U0001d558", + "grave;": "`", + "gscr;": "\u210a", + "gsim;": "\u2273", + "gsime;": "\u2a8e", + "gsiml;": "\u2a90", + "gt": ">", + "gt;": ">", + "gtcc;": "\u2aa7", + "gtcir;": "\u2a7a", + "gtdot;": "\u22d7", + "gtlPar;": "\u2995", + "gtquest;": "\u2a7c", + "gtrapprox;": "\u2a86", + "gtrarr;": "\u2978", + "gtrdot;": "\u22d7", + "gtreqless;": "\u22db", + "gtreqqless;": "\u2a8c", + "gtrless;": "\u2277", + "gtrsim;": "\u2273", + "gvertneqq;": "\u2269\ufe00", + "gvnE;": "\u2269\ufe00", + "hArr;": "\u21d4", + "hairsp;": "\u200a", + "half;": "\xbd", + "hamilt;": "\u210b", + "hardcy;": "\u044a", + "harr;": "\u2194", + "harrcir;": "\u2948", + "harrw;": "\u21ad", + "hbar;": "\u210f", + "hcirc;": "\u0125", + "hearts;": "\u2665", + "heartsuit;": "\u2665", + "hellip;": "\u2026", + "hercon;": "\u22b9", + "hfr;": "\U0001d525", + "hksearow;": "\u2925", + "hkswarow;": "\u2926", + "hoarr;": "\u21ff", + "homtht;": "\u223b", + "hookleftarrow;": "\u21a9", + "hookrightarrow;": "\u21aa", + "hopf;": "\U0001d559", + "horbar;": "\u2015", + "hscr;": "\U0001d4bd", + "hslash;": "\u210f", + "hstrok;": "\u0127", + "hybull;": "\u2043", + "hyphen;": "\u2010", + "iacute": "\xed", + "iacute;": "\xed", + "ic;": "\u2063", + "icirc": "\xee", + "icirc;": "\xee", + "icy;": "\u0438", + "iecy;": "\u0435", + "iexcl": "\xa1", + "iexcl;": "\xa1", + "iff;": "\u21d4", + "ifr;": "\U0001d526", + "igrave": "\xec", + "igrave;": "\xec", + "ii;": "\u2148", + "iiiint;": "\u2a0c", + "iiint;": "\u222d", + "iinfin;": "\u29dc", + "iiota;": "\u2129", + "ijlig;": "\u0133", + "imacr;": "\u012b", + "image;": "\u2111", + "imagline;": "\u2110", + "imagpart;": "\u2111", + "imath;": "\u0131", + "imof;": "\u22b7", + "imped;": "\u01b5", + "in;": "\u2208", + "incare;": "\u2105", + "infin;": "\u221e", + "infintie;": "\u29dd", + "inodot;": "\u0131", + "int;": "\u222b", + "intcal;": "\u22ba", + "integers;": "\u2124", + "intercal;": "\u22ba", + "intlarhk;": "\u2a17", + "intprod;": "\u2a3c", + "iocy;": "\u0451", + "iogon;": "\u012f", + "iopf;": "\U0001d55a", + "iota;": "\u03b9", + "iprod;": "\u2a3c", + "iquest": "\xbf", + "iquest;": "\xbf", + "iscr;": "\U0001d4be", + "isin;": "\u2208", + "isinE;": "\u22f9", + "isindot;": "\u22f5", + "isins;": "\u22f4", + "isinsv;": "\u22f3", + "isinv;": "\u2208", + "it;": "\u2062", + "itilde;": "\u0129", + "iukcy;": "\u0456", + "iuml": "\xef", + "iuml;": "\xef", + "jcirc;": "\u0135", + "jcy;": "\u0439", + "jfr;": "\U0001d527", + "jmath;": "\u0237", + "jopf;": "\U0001d55b", + "jscr;": "\U0001d4bf", + "jsercy;": "\u0458", + "jukcy;": "\u0454", + "kappa;": "\u03ba", + "kappav;": "\u03f0", + "kcedil;": "\u0137", + "kcy;": "\u043a", + "kfr;": "\U0001d528", + "kgreen;": "\u0138", + "khcy;": "\u0445", + "kjcy;": "\u045c", + "kopf;": "\U0001d55c", + "kscr;": "\U0001d4c0", + "lAarr;": "\u21da", + "lArr;": "\u21d0", + "lAtail;": "\u291b", + "lBarr;": "\u290e", + "lE;": "\u2266", + "lEg;": "\u2a8b", + "lHar;": "\u2962", + "lacute;": "\u013a", + "laemptyv;": "\u29b4", + "lagran;": "\u2112", + "lambda;": "\u03bb", + "lang;": "\u27e8", + "langd;": "\u2991", + "langle;": "\u27e8", + "lap;": "\u2a85", + "laquo": "\xab", + "laquo;": "\xab", + "larr;": "\u2190", + "larrb;": "\u21e4", + "larrbfs;": "\u291f", + "larrfs;": "\u291d", + "larrhk;": "\u21a9", + "larrlp;": "\u21ab", + "larrpl;": "\u2939", + "larrsim;": "\u2973", + "larrtl;": "\u21a2", + "lat;": "\u2aab", + "latail;": "\u2919", + "late;": "\u2aad", + "lates;": "\u2aad\ufe00", + "lbarr;": "\u290c", + "lbbrk;": "\u2772", + "lbrace;": "{", + "lbrack;": "[", + "lbrke;": "\u298b", + "lbrksld;": "\u298f", + "lbrkslu;": "\u298d", + "lcaron;": "\u013e", + "lcedil;": "\u013c", + "lceil;": "\u2308", + "lcub;": "{", + "lcy;": "\u043b", + "ldca;": "\u2936", + "ldquo;": "\u201c", + "ldquor;": "\u201e", + "ldrdhar;": "\u2967", + "ldrushar;": "\u294b", + "ldsh;": "\u21b2", + "le;": "\u2264", + "leftarrow;": "\u2190", + "leftarrowtail;": "\u21a2", + "leftharpoondown;": "\u21bd", + "leftharpoonup;": "\u21bc", + "leftleftarrows;": "\u21c7", + "leftrightarrow;": "\u2194", + "leftrightarrows;": "\u21c6", + "leftrightharpoons;": "\u21cb", + "leftrightsquigarrow;": "\u21ad", + "leftthreetimes;": "\u22cb", + "leg;": "\u22da", + "leq;": "\u2264", + "leqq;": "\u2266", + "leqslant;": "\u2a7d", + "les;": "\u2a7d", + "lescc;": "\u2aa8", + "lesdot;": "\u2a7f", + "lesdoto;": "\u2a81", + "lesdotor;": "\u2a83", + "lesg;": "\u22da\ufe00", + "lesges;": "\u2a93", + "lessapprox;": "\u2a85", + "lessdot;": "\u22d6", + "lesseqgtr;": "\u22da", + "lesseqqgtr;": "\u2a8b", + "lessgtr;": "\u2276", + "lesssim;": "\u2272", + "lfisht;": "\u297c", + "lfloor;": "\u230a", + "lfr;": "\U0001d529", + "lg;": "\u2276", + "lgE;": "\u2a91", + "lhard;": "\u21bd", + "lharu;": "\u21bc", + "lharul;": "\u296a", + "lhblk;": "\u2584", + "ljcy;": "\u0459", + "ll;": "\u226a", + "llarr;": "\u21c7", + "llcorner;": "\u231e", + "llhard;": "\u296b", + "lltri;": "\u25fa", + "lmidot;": "\u0140", + "lmoust;": "\u23b0", + "lmoustache;": "\u23b0", + "lnE;": "\u2268", + "lnap;": "\u2a89", + "lnapprox;": "\u2a89", + "lne;": "\u2a87", + "lneq;": "\u2a87", + "lneqq;": "\u2268", + "lnsim;": "\u22e6", + "loang;": "\u27ec", + "loarr;": "\u21fd", + "lobrk;": "\u27e6", + "longleftarrow;": "\u27f5", + "longleftrightarrow;": "\u27f7", + "longmapsto;": "\u27fc", + "longrightarrow;": "\u27f6", + "looparrowleft;": "\u21ab", + "looparrowright;": "\u21ac", + "lopar;": "\u2985", + "lopf;": "\U0001d55d", + "loplus;": "\u2a2d", + "lotimes;": "\u2a34", + "lowast;": "\u2217", + "lowbar;": "_", + "loz;": "\u25ca", + "lozenge;": "\u25ca", + "lozf;": "\u29eb", + "lpar;": "(", + "lparlt;": "\u2993", + "lrarr;": "\u21c6", + "lrcorner;": "\u231f", + "lrhar;": "\u21cb", + "lrhard;": "\u296d", + "lrm;": "\u200e", + "lrtri;": "\u22bf", + "lsaquo;": "\u2039", + "lscr;": "\U0001d4c1", + "lsh;": "\u21b0", + "lsim;": "\u2272", + "lsime;": "\u2a8d", + "lsimg;": "\u2a8f", + "lsqb;": "[", + "lsquo;": "\u2018", + "lsquor;": "\u201a", + "lstrok;": "\u0142", + "lt": "<", + "lt;": "<", + "ltcc;": "\u2aa6", + "ltcir;": "\u2a79", + "ltdot;": "\u22d6", + "lthree;": "\u22cb", + "ltimes;": "\u22c9", + "ltlarr;": "\u2976", + "ltquest;": "\u2a7b", + "ltrPar;": "\u2996", + "ltri;": "\u25c3", + "ltrie;": "\u22b4", + "ltrif;": "\u25c2", + "lurdshar;": "\u294a", + "luruhar;": "\u2966", + "lvertneqq;": "\u2268\ufe00", + "lvnE;": "\u2268\ufe00", + "mDDot;": "\u223a", + "macr": "\xaf", + "macr;": "\xaf", + "male;": "\u2642", + "malt;": "\u2720", + "maltese;": "\u2720", + "map;": "\u21a6", + "mapsto;": "\u21a6", + "mapstodown;": "\u21a7", + "mapstoleft;": "\u21a4", + "mapstoup;": "\u21a5", + "marker;": "\u25ae", + "mcomma;": "\u2a29", + "mcy;": "\u043c", + "mdash;": "\u2014", + "measuredangle;": "\u2221", + "mfr;": "\U0001d52a", + "mho;": "\u2127", + "micro": "\xb5", + "micro;": "\xb5", + "mid;": "\u2223", + "midast;": "*", + "midcir;": "\u2af0", + "middot": "\xb7", + "middot;": "\xb7", + "minus;": "\u2212", + "minusb;": "\u229f", + "minusd;": "\u2238", + "minusdu;": "\u2a2a", + "mlcp;": "\u2adb", + "mldr;": "\u2026", + "mnplus;": "\u2213", + "models;": "\u22a7", + "mopf;": "\U0001d55e", + "mp;": "\u2213", + "mscr;": "\U0001d4c2", + "mstpos;": "\u223e", + "mu;": "\u03bc", + "multimap;": "\u22b8", + "mumap;": "\u22b8", + "nGg;": "\u22d9\u0338", + "nGt;": "\u226b\u20d2", + "nGtv;": "\u226b\u0338", + "nLeftarrow;": "\u21cd", + "nLeftrightarrow;": "\u21ce", + "nLl;": "\u22d8\u0338", + "nLt;": "\u226a\u20d2", + "nLtv;": "\u226a\u0338", + "nRightarrow;": "\u21cf", + "nVDash;": "\u22af", + "nVdash;": "\u22ae", + "nabla;": "\u2207", + "nacute;": "\u0144", + "nang;": "\u2220\u20d2", + "nap;": "\u2249", + "napE;": "\u2a70\u0338", + "napid;": "\u224b\u0338", + "napos;": "\u0149", + "napprox;": "\u2249", + "natur;": "\u266e", + "natural;": "\u266e", + "naturals;": "\u2115", + "nbsp": "\xa0", + "nbsp;": "\xa0", + "nbump;": "\u224e\u0338", + "nbumpe;": "\u224f\u0338", + "ncap;": "\u2a43", + "ncaron;": "\u0148", + "ncedil;": "\u0146", + "ncong;": "\u2247", + "ncongdot;": "\u2a6d\u0338", + "ncup;": "\u2a42", + "ncy;": "\u043d", + "ndash;": "\u2013", + "ne;": "\u2260", + "neArr;": "\u21d7", + "nearhk;": "\u2924", + "nearr;": "\u2197", + "nearrow;": "\u2197", + "nedot;": "\u2250\u0338", + "nequiv;": "\u2262", + "nesear;": "\u2928", + "nesim;": "\u2242\u0338", + "nexist;": "\u2204", + "nexists;": "\u2204", + "nfr;": "\U0001d52b", + "ngE;": "\u2267\u0338", + "nge;": "\u2271", + "ngeq;": "\u2271", + "ngeqq;": "\u2267\u0338", + "ngeqslant;": "\u2a7e\u0338", + "nges;": "\u2a7e\u0338", + "ngsim;": "\u2275", + "ngt;": "\u226f", + "ngtr;": "\u226f", + "nhArr;": "\u21ce", + "nharr;": "\u21ae", + "nhpar;": "\u2af2", + "ni;": "\u220b", + "nis;": "\u22fc", + "nisd;": "\u22fa", + "niv;": "\u220b", + "njcy;": "\u045a", + "nlArr;": "\u21cd", + "nlE;": "\u2266\u0338", + "nlarr;": "\u219a", + "nldr;": "\u2025", + "nle;": "\u2270", + "nleftarrow;": "\u219a", + "nleftrightarrow;": "\u21ae", + "nleq;": "\u2270", + "nleqq;": "\u2266\u0338", + "nleqslant;": "\u2a7d\u0338", + "nles;": "\u2a7d\u0338", + "nless;": "\u226e", + "nlsim;": "\u2274", + "nlt;": "\u226e", + "nltri;": "\u22ea", + "nltrie;": "\u22ec", + "nmid;": "\u2224", + "nopf;": "\U0001d55f", + "not": "\xac", + "not;": "\xac", + "notin;": "\u2209", + "notinE;": "\u22f9\u0338", + "notindot;": "\u22f5\u0338", + "notinva;": "\u2209", + "notinvb;": "\u22f7", + "notinvc;": "\u22f6", + "notni;": "\u220c", + "notniva;": "\u220c", + "notnivb;": "\u22fe", + "notnivc;": "\u22fd", + "npar;": "\u2226", + "nparallel;": "\u2226", + "nparsl;": "\u2afd\u20e5", + "npart;": "\u2202\u0338", + "npolint;": "\u2a14", + "npr;": "\u2280", + "nprcue;": "\u22e0", + "npre;": "\u2aaf\u0338", + "nprec;": "\u2280", + "npreceq;": "\u2aaf\u0338", + "nrArr;": "\u21cf", + "nrarr;": "\u219b", + "nrarrc;": "\u2933\u0338", + "nrarrw;": "\u219d\u0338", + "nrightarrow;": "\u219b", + "nrtri;": "\u22eb", + "nrtrie;": "\u22ed", + "nsc;": "\u2281", + "nsccue;": "\u22e1", + "nsce;": "\u2ab0\u0338", + "nscr;": "\U0001d4c3", + "nshortmid;": "\u2224", + "nshortparallel;": "\u2226", + "nsim;": "\u2241", + "nsime;": "\u2244", + "nsimeq;": "\u2244", + "nsmid;": "\u2224", + "nspar;": "\u2226", + "nsqsube;": "\u22e2", + "nsqsupe;": "\u22e3", + "nsub;": "\u2284", + "nsubE;": "\u2ac5\u0338", + "nsube;": "\u2288", + "nsubset;": "\u2282\u20d2", + "nsubseteq;": "\u2288", + "nsubseteqq;": "\u2ac5\u0338", + "nsucc;": "\u2281", + "nsucceq;": "\u2ab0\u0338", + "nsup;": "\u2285", + "nsupE;": "\u2ac6\u0338", + "nsupe;": "\u2289", + "nsupset;": "\u2283\u20d2", + "nsupseteq;": "\u2289", + "nsupseteqq;": "\u2ac6\u0338", + "ntgl;": "\u2279", + "ntilde": "\xf1", + "ntilde;": "\xf1", + "ntlg;": "\u2278", + "ntriangleleft;": "\u22ea", + "ntrianglelefteq;": "\u22ec", + "ntriangleright;": "\u22eb", + "ntrianglerighteq;": "\u22ed", + "nu;": "\u03bd", + "num;": "#", + "numero;": "\u2116", + "numsp;": "\u2007", + "nvDash;": "\u22ad", + "nvHarr;": "\u2904", + "nvap;": "\u224d\u20d2", + "nvdash;": "\u22ac", + "nvge;": "\u2265\u20d2", + "nvgt;": ">\u20d2", + "nvinfin;": "\u29de", + "nvlArr;": "\u2902", + "nvle;": "\u2264\u20d2", + "nvlt;": "<\u20d2", + "nvltrie;": "\u22b4\u20d2", + "nvrArr;": "\u2903", + "nvrtrie;": "\u22b5\u20d2", + "nvsim;": "\u223c\u20d2", + "nwArr;": "\u21d6", + "nwarhk;": "\u2923", + "nwarr;": "\u2196", + "nwarrow;": "\u2196", + "nwnear;": "\u2927", + "oS;": "\u24c8", + "oacute": "\xf3", + "oacute;": "\xf3", + "oast;": "\u229b", + "ocir;": "\u229a", + "ocirc": "\xf4", + "ocirc;": "\xf4", + "ocy;": "\u043e", + "odash;": "\u229d", + "odblac;": "\u0151", + "odiv;": "\u2a38", + "odot;": "\u2299", + "odsold;": "\u29bc", + "oelig;": "\u0153", + "ofcir;": "\u29bf", + "ofr;": "\U0001d52c", + "ogon;": "\u02db", + "ograve": "\xf2", + "ograve;": "\xf2", + "ogt;": "\u29c1", + "ohbar;": "\u29b5", + "ohm;": "\u03a9", + "oint;": "\u222e", + "olarr;": "\u21ba", + "olcir;": "\u29be", + "olcross;": "\u29bb", + "oline;": "\u203e", + "olt;": "\u29c0", + "omacr;": "\u014d", + "omega;": "\u03c9", + "omicron;": "\u03bf", + "omid;": "\u29b6", + "ominus;": "\u2296", + "oopf;": "\U0001d560", + "opar;": "\u29b7", + "operp;": "\u29b9", + "oplus;": "\u2295", + "or;": "\u2228", + "orarr;": "\u21bb", + "ord;": "\u2a5d", + "order;": "\u2134", + "orderof;": "\u2134", + "ordf": "\xaa", + "ordf;": "\xaa", + "ordm": "\xba", + "ordm;": "\xba", + "origof;": "\u22b6", + "oror;": "\u2a56", + "orslope;": "\u2a57", + "orv;": "\u2a5b", + "oscr;": "\u2134", + "oslash": "\xf8", + "oslash;": "\xf8", + "osol;": "\u2298", + "otilde": "\xf5", + "otilde;": "\xf5", + "otimes;": "\u2297", + "otimesas;": "\u2a36", + "ouml": "\xf6", + "ouml;": "\xf6", + "ovbar;": "\u233d", + "par;": "\u2225", + "para": "\xb6", + "para;": "\xb6", + "parallel;": "\u2225", + "parsim;": "\u2af3", + "parsl;": "\u2afd", + "part;": "\u2202", + "pcy;": "\u043f", + "percnt;": "%", + "period;": ".", + "permil;": "\u2030", + "perp;": "\u22a5", + "pertenk;": "\u2031", + "pfr;": "\U0001d52d", + "phi;": "\u03c6", + "phiv;": "\u03d5", + "phmmat;": "\u2133", + "phone;": "\u260e", + "pi;": "\u03c0", + "pitchfork;": "\u22d4", + "piv;": "\u03d6", + "planck;": "\u210f", + "planckh;": "\u210e", + "plankv;": "\u210f", + "plus;": "+", + "plusacir;": "\u2a23", + "plusb;": "\u229e", + "pluscir;": "\u2a22", + "plusdo;": "\u2214", + "plusdu;": "\u2a25", + "pluse;": "\u2a72", + "plusmn": "\xb1", + "plusmn;": "\xb1", + "plussim;": "\u2a26", + "plustwo;": "\u2a27", + "pm;": "\xb1", + "pointint;": "\u2a15", + "popf;": "\U0001d561", + "pound": "\xa3", + "pound;": "\xa3", + "pr;": "\u227a", + "prE;": "\u2ab3", + "prap;": "\u2ab7", + "prcue;": "\u227c", + "pre;": "\u2aaf", + "prec;": "\u227a", + "precapprox;": "\u2ab7", + "preccurlyeq;": "\u227c", + "preceq;": "\u2aaf", + "precnapprox;": "\u2ab9", + "precneqq;": "\u2ab5", + "precnsim;": "\u22e8", + "precsim;": "\u227e", + "prime;": "\u2032", + "primes;": "\u2119", + "prnE;": "\u2ab5", + "prnap;": "\u2ab9", + "prnsim;": "\u22e8", + "prod;": "\u220f", + "profalar;": "\u232e", + "profline;": "\u2312", + "profsurf;": "\u2313", + "prop;": "\u221d", + "propto;": "\u221d", + "prsim;": "\u227e", + "prurel;": "\u22b0", + "pscr;": "\U0001d4c5", + "psi;": "\u03c8", + "puncsp;": "\u2008", + "qfr;": "\U0001d52e", + "qint;": "\u2a0c", + "qopf;": "\U0001d562", + "qprime;": "\u2057", + "qscr;": "\U0001d4c6", + "quaternions;": "\u210d", + "quatint;": "\u2a16", + "quest;": "?", + "questeq;": "\u225f", + "quot": "\"", + "quot;": "\"", + "rAarr;": "\u21db", + "rArr;": "\u21d2", + "rAtail;": "\u291c", + "rBarr;": "\u290f", + "rHar;": "\u2964", + "race;": "\u223d\u0331", + "racute;": "\u0155", + "radic;": "\u221a", + "raemptyv;": "\u29b3", + "rang;": "\u27e9", + "rangd;": "\u2992", + "range;": "\u29a5", + "rangle;": "\u27e9", + "raquo": "\xbb", + "raquo;": "\xbb", + "rarr;": "\u2192", + "rarrap;": "\u2975", + "rarrb;": "\u21e5", + "rarrbfs;": "\u2920", + "rarrc;": "\u2933", + "rarrfs;": "\u291e", + "rarrhk;": "\u21aa", + "rarrlp;": "\u21ac", + "rarrpl;": "\u2945", + "rarrsim;": "\u2974", + "rarrtl;": "\u21a3", + "rarrw;": "\u219d", + "ratail;": "\u291a", + "ratio;": "\u2236", + "rationals;": "\u211a", + "rbarr;": "\u290d", + "rbbrk;": "\u2773", + "rbrace;": "}", + "rbrack;": "]", + "rbrke;": "\u298c", + "rbrksld;": "\u298e", + "rbrkslu;": "\u2990", + "rcaron;": "\u0159", + "rcedil;": "\u0157", + "rceil;": "\u2309", + "rcub;": "}", + "rcy;": "\u0440", + "rdca;": "\u2937", + "rdldhar;": "\u2969", + "rdquo;": "\u201d", + "rdquor;": "\u201d", + "rdsh;": "\u21b3", + "real;": "\u211c", + "realine;": "\u211b", + "realpart;": "\u211c", + "reals;": "\u211d", + "rect;": "\u25ad", + "reg": "\xae", + "reg;": "\xae", + "rfisht;": "\u297d", + "rfloor;": "\u230b", + "rfr;": "\U0001d52f", + "rhard;": "\u21c1", + "rharu;": "\u21c0", + "rharul;": "\u296c", + "rho;": "\u03c1", + "rhov;": "\u03f1", + "rightarrow;": "\u2192", + "rightarrowtail;": "\u21a3", + "rightharpoondown;": "\u21c1", + "rightharpoonup;": "\u21c0", + "rightleftarrows;": "\u21c4", + "rightleftharpoons;": "\u21cc", + "rightrightarrows;": "\u21c9", + "rightsquigarrow;": "\u219d", + "rightthreetimes;": "\u22cc", + "ring;": "\u02da", + "risingdotseq;": "\u2253", + "rlarr;": "\u21c4", + "rlhar;": "\u21cc", + "rlm;": "\u200f", + "rmoust;": "\u23b1", + "rmoustache;": "\u23b1", + "rnmid;": "\u2aee", + "roang;": "\u27ed", + "roarr;": "\u21fe", + "robrk;": "\u27e7", + "ropar;": "\u2986", + "ropf;": "\U0001d563", + "roplus;": "\u2a2e", + "rotimes;": "\u2a35", + "rpar;": ")", + "rpargt;": "\u2994", + "rppolint;": "\u2a12", + "rrarr;": "\u21c9", + "rsaquo;": "\u203a", + "rscr;": "\U0001d4c7", + "rsh;": "\u21b1", + "rsqb;": "]", + "rsquo;": "\u2019", + "rsquor;": "\u2019", + "rthree;": "\u22cc", + "rtimes;": "\u22ca", + "rtri;": "\u25b9", + "rtrie;": "\u22b5", + "rtrif;": "\u25b8", + "rtriltri;": "\u29ce", + "ruluhar;": "\u2968", + "rx;": "\u211e", + "sacute;": "\u015b", + "sbquo;": "\u201a", + "sc;": "\u227b", + "scE;": "\u2ab4", + "scap;": "\u2ab8", + "scaron;": "\u0161", + "sccue;": "\u227d", + "sce;": "\u2ab0", + "scedil;": "\u015f", + "scirc;": "\u015d", + "scnE;": "\u2ab6", + "scnap;": "\u2aba", + "scnsim;": "\u22e9", + "scpolint;": "\u2a13", + "scsim;": "\u227f", + "scy;": "\u0441", + "sdot;": "\u22c5", + "sdotb;": "\u22a1", + "sdote;": "\u2a66", + "seArr;": "\u21d8", + "searhk;": "\u2925", + "searr;": "\u2198", + "searrow;": "\u2198", + "sect": "\xa7", + "sect;": "\xa7", + "semi;": ";", + "seswar;": "\u2929", + "setminus;": "\u2216", + "setmn;": "\u2216", + "sext;": "\u2736", + "sfr;": "\U0001d530", + "sfrown;": "\u2322", + "sharp;": "\u266f", + "shchcy;": "\u0449", + "shcy;": "\u0448", + "shortmid;": "\u2223", + "shortparallel;": "\u2225", + "shy": "\xad", + "shy;": "\xad", + "sigma;": "\u03c3", + "sigmaf;": "\u03c2", + "sigmav;": "\u03c2", + "sim;": "\u223c", + "simdot;": "\u2a6a", + "sime;": "\u2243", + "simeq;": "\u2243", + "simg;": "\u2a9e", + "simgE;": "\u2aa0", + "siml;": "\u2a9d", + "simlE;": "\u2a9f", + "simne;": "\u2246", + "simplus;": "\u2a24", + "simrarr;": "\u2972", + "slarr;": "\u2190", + "smallsetminus;": "\u2216", + "smashp;": "\u2a33", + "smeparsl;": "\u29e4", + "smid;": "\u2223", + "smile;": "\u2323", + "smt;": "\u2aaa", + "smte;": "\u2aac", + "smtes;": "\u2aac\ufe00", + "softcy;": "\u044c", + "sol;": "/", + "solb;": "\u29c4", + "solbar;": "\u233f", + "sopf;": "\U0001d564", + "spades;": "\u2660", + "spadesuit;": "\u2660", + "spar;": "\u2225", + "sqcap;": "\u2293", + "sqcaps;": "\u2293\ufe00", + "sqcup;": "\u2294", + "sqcups;": "\u2294\ufe00", + "sqsub;": "\u228f", + "sqsube;": "\u2291", + "sqsubset;": "\u228f", + "sqsubseteq;": "\u2291", + "sqsup;": "\u2290", + "sqsupe;": "\u2292", + "sqsupset;": "\u2290", + "sqsupseteq;": "\u2292", + "squ;": "\u25a1", + "square;": "\u25a1", + "squarf;": "\u25aa", + "squf;": "\u25aa", + "srarr;": "\u2192", + "sscr;": "\U0001d4c8", + "ssetmn;": "\u2216", + "ssmile;": "\u2323", + "sstarf;": "\u22c6", + "star;": "\u2606", + "starf;": "\u2605", + "straightepsilon;": "\u03f5", + "straightphi;": "\u03d5", + "strns;": "\xaf", + "sub;": "\u2282", + "subE;": "\u2ac5", + "subdot;": "\u2abd", + "sube;": "\u2286", + "subedot;": "\u2ac3", + "submult;": "\u2ac1", + "subnE;": "\u2acb", + "subne;": "\u228a", + "subplus;": "\u2abf", + "subrarr;": "\u2979", + "subset;": "\u2282", + "subseteq;": "\u2286", + "subseteqq;": "\u2ac5", + "subsetneq;": "\u228a", + "subsetneqq;": "\u2acb", + "subsim;": "\u2ac7", + "subsub;": "\u2ad5", + "subsup;": "\u2ad3", + "succ;": "\u227b", + "succapprox;": "\u2ab8", + "succcurlyeq;": "\u227d", + "succeq;": "\u2ab0", + "succnapprox;": "\u2aba", + "succneqq;": "\u2ab6", + "succnsim;": "\u22e9", + "succsim;": "\u227f", + "sum;": "\u2211", + "sung;": "\u266a", + "sup1": "\xb9", + "sup1;": "\xb9", + "sup2": "\xb2", + "sup2;": "\xb2", + "sup3": "\xb3", + "sup3;": "\xb3", + "sup;": "\u2283", + "supE;": "\u2ac6", + "supdot;": "\u2abe", + "supdsub;": "\u2ad8", + "supe;": "\u2287", + "supedot;": "\u2ac4", + "suphsol;": "\u27c9", + "suphsub;": "\u2ad7", + "suplarr;": "\u297b", + "supmult;": "\u2ac2", + "supnE;": "\u2acc", + "supne;": "\u228b", + "supplus;": "\u2ac0", + "supset;": "\u2283", + "supseteq;": "\u2287", + "supseteqq;": "\u2ac6", + "supsetneq;": "\u228b", + "supsetneqq;": "\u2acc", + "supsim;": "\u2ac8", + "supsub;": "\u2ad4", + "supsup;": "\u2ad6", + "swArr;": "\u21d9", + "swarhk;": "\u2926", + "swarr;": "\u2199", + "swarrow;": "\u2199", + "swnwar;": "\u292a", + "szlig": "\xdf", + "szlig;": "\xdf", + "target;": "\u2316", + "tau;": "\u03c4", + "tbrk;": "\u23b4", + "tcaron;": "\u0165", + "tcedil;": "\u0163", + "tcy;": "\u0442", + "tdot;": "\u20db", + "telrec;": "\u2315", + "tfr;": "\U0001d531", + "there4;": "\u2234", + "therefore;": "\u2234", + "theta;": "\u03b8", + "thetasym;": "\u03d1", + "thetav;": "\u03d1", + "thickapprox;": "\u2248", + "thicksim;": "\u223c", + "thinsp;": "\u2009", + "thkap;": "\u2248", + "thksim;": "\u223c", + "thorn": "\xfe", + "thorn;": "\xfe", + "tilde;": "\u02dc", + "times": "\xd7", + "times;": "\xd7", + "timesb;": "\u22a0", + "timesbar;": "\u2a31", + "timesd;": "\u2a30", + "tint;": "\u222d", + "toea;": "\u2928", + "top;": "\u22a4", + "topbot;": "\u2336", + "topcir;": "\u2af1", + "topf;": "\U0001d565", + "topfork;": "\u2ada", + "tosa;": "\u2929", + "tprime;": "\u2034", + "trade;": "\u2122", + "triangle;": "\u25b5", + "triangledown;": "\u25bf", + "triangleleft;": "\u25c3", + "trianglelefteq;": "\u22b4", + "triangleq;": "\u225c", + "triangleright;": "\u25b9", + "trianglerighteq;": "\u22b5", + "tridot;": "\u25ec", + "trie;": "\u225c", + "triminus;": "\u2a3a", + "triplus;": "\u2a39", + "trisb;": "\u29cd", + "tritime;": "\u2a3b", + "trpezium;": "\u23e2", + "tscr;": "\U0001d4c9", + "tscy;": "\u0446", + "tshcy;": "\u045b", + "tstrok;": "\u0167", + "twixt;": "\u226c", + "twoheadleftarrow;": "\u219e", + "twoheadrightarrow;": "\u21a0", + "uArr;": "\u21d1", + "uHar;": "\u2963", + "uacute": "\xfa", + "uacute;": "\xfa", + "uarr;": "\u2191", + "ubrcy;": "\u045e", + "ubreve;": "\u016d", + "ucirc": "\xfb", + "ucirc;": "\xfb", + "ucy;": "\u0443", + "udarr;": "\u21c5", + "udblac;": "\u0171", + "udhar;": "\u296e", + "ufisht;": "\u297e", + "ufr;": "\U0001d532", + "ugrave": "\xf9", + "ugrave;": "\xf9", + "uharl;": "\u21bf", + "uharr;": "\u21be", + "uhblk;": "\u2580", + "ulcorn;": "\u231c", + "ulcorner;": "\u231c", + "ulcrop;": "\u230f", + "ultri;": "\u25f8", + "umacr;": "\u016b", + "uml": "\xa8", + "uml;": "\xa8", + "uogon;": "\u0173", + "uopf;": "\U0001d566", + "uparrow;": "\u2191", + "updownarrow;": "\u2195", + "upharpoonleft;": "\u21bf", + "upharpoonright;": "\u21be", + "uplus;": "\u228e", + "upsi;": "\u03c5", + "upsih;": "\u03d2", + "upsilon;": "\u03c5", + "upuparrows;": "\u21c8", + "urcorn;": "\u231d", + "urcorner;": "\u231d", + "urcrop;": "\u230e", + "uring;": "\u016f", + "urtri;": "\u25f9", + "uscr;": "\U0001d4ca", + "utdot;": "\u22f0", + "utilde;": "\u0169", + "utri;": "\u25b5", + "utrif;": "\u25b4", + "uuarr;": "\u21c8", + "uuml": "\xfc", + "uuml;": "\xfc", + "uwangle;": "\u29a7", + "vArr;": "\u21d5", + "vBar;": "\u2ae8", + "vBarv;": "\u2ae9", + "vDash;": "\u22a8", + "vangrt;": "\u299c", + "varepsilon;": "\u03f5", + "varkappa;": "\u03f0", + "varnothing;": "\u2205", + "varphi;": "\u03d5", + "varpi;": "\u03d6", + "varpropto;": "\u221d", + "varr;": "\u2195", + "varrho;": "\u03f1", + "varsigma;": "\u03c2", + "varsubsetneq;": "\u228a\ufe00", + "varsubsetneqq;": "\u2acb\ufe00", + "varsupsetneq;": "\u228b\ufe00", + "varsupsetneqq;": "\u2acc\ufe00", + "vartheta;": "\u03d1", + "vartriangleleft;": "\u22b2", + "vartriangleright;": "\u22b3", + "vcy;": "\u0432", + "vdash;": "\u22a2", + "vee;": "\u2228", + "veebar;": "\u22bb", + "veeeq;": "\u225a", + "vellip;": "\u22ee", + "verbar;": "|", + "vert;": "|", + "vfr;": "\U0001d533", + "vltri;": "\u22b2", + "vnsub;": "\u2282\u20d2", + "vnsup;": "\u2283\u20d2", + "vopf;": "\U0001d567", + "vprop;": "\u221d", + "vrtri;": "\u22b3", + "vscr;": "\U0001d4cb", + "vsubnE;": "\u2acb\ufe00", + "vsubne;": "\u228a\ufe00", + "vsupnE;": "\u2acc\ufe00", + "vsupne;": "\u228b\ufe00", + "vzigzag;": "\u299a", + "wcirc;": "\u0175", + "wedbar;": "\u2a5f", + "wedge;": "\u2227", + "wedgeq;": "\u2259", + "weierp;": "\u2118", + "wfr;": "\U0001d534", + "wopf;": "\U0001d568", + "wp;": "\u2118", + "wr;": "\u2240", + "wreath;": "\u2240", + "wscr;": "\U0001d4cc", + "xcap;": "\u22c2", + "xcirc;": "\u25ef", + "xcup;": "\u22c3", + "xdtri;": "\u25bd", + "xfr;": "\U0001d535", + "xhArr;": "\u27fa", + "xharr;": "\u27f7", + "xi;": "\u03be", + "xlArr;": "\u27f8", + "xlarr;": "\u27f5", + "xmap;": "\u27fc", + "xnis;": "\u22fb", + "xodot;": "\u2a00", + "xopf;": "\U0001d569", + "xoplus;": "\u2a01", + "xotime;": "\u2a02", + "xrArr;": "\u27f9", + "xrarr;": "\u27f6", + "xscr;": "\U0001d4cd", + "xsqcup;": "\u2a06", + "xuplus;": "\u2a04", + "xutri;": "\u25b3", + "xvee;": "\u22c1", + "xwedge;": "\u22c0", + "yacute": "\xfd", + "yacute;": "\xfd", + "yacy;": "\u044f", + "ycirc;": "\u0177", + "ycy;": "\u044b", + "yen": "\xa5", + "yen;": "\xa5", + "yfr;": "\U0001d536", + "yicy;": "\u0457", + "yopf;": "\U0001d56a", + "yscr;": "\U0001d4ce", + "yucy;": "\u044e", + "yuml": "\xff", + "yuml;": "\xff", + "zacute;": "\u017a", + "zcaron;": "\u017e", + "zcy;": "\u0437", + "zdot;": "\u017c", + "zeetrf;": "\u2128", + "zeta;": "\u03b6", + "zfr;": "\U0001d537", + "zhcy;": "\u0436", + "zigrarr;": "\u21dd", + "zopf;": "\U0001d56b", + "zscr;": "\U0001d4cf", + "zwj;": "\u200d", + "zwnj;": "\u200c", +} + +replacementCharacters = { + 0x0: "\uFFFD", + 0x0d: "\u000D", + 0x80: "\u20AC", + 0x81: "\u0081", + 0x82: "\u201A", + 0x83: "\u0192", + 0x84: "\u201E", + 0x85: "\u2026", + 0x86: "\u2020", + 0x87: "\u2021", + 0x88: "\u02C6", + 0x89: "\u2030", + 0x8A: "\u0160", + 0x8B: "\u2039", + 0x8C: "\u0152", + 0x8D: "\u008D", + 0x8E: "\u017D", + 0x8F: "\u008F", + 0x90: "\u0090", + 0x91: "\u2018", + 0x92: "\u2019", + 0x93: "\u201C", + 0x94: "\u201D", + 0x95: "\u2022", + 0x96: "\u2013", + 0x97: "\u2014", + 0x98: "\u02DC", + 0x99: "\u2122", + 0x9A: "\u0161", + 0x9B: "\u203A", + 0x9C: "\u0153", + 0x9D: "\u009D", + 0x9E: "\u017E", + 0x9F: "\u0178", +} + +tokenTypes = { + "Doctype": 0, + "Characters": 1, + "SpaceCharacters": 2, + "StartTag": 3, + "EndTag": 4, + "EmptyTag": 5, + "Comment": 6, + "ParseError": 7 +} + +tagTokenTypes = frozenset([tokenTypes["StartTag"], tokenTypes["EndTag"], + tokenTypes["EmptyTag"]]) + + +prefixes = {v: k for k, v in namespaces.items()} +prefixes["http://www.w3.org/1998/Math/MathML"] = "math" + + +class DataLossWarning(UserWarning): + """Raised when the current tree is unable to represent the input data""" + pass + + +class _ReparseException(Exception): + pass diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ab8160cc5ef2ce626609a075712d6ca45730cfa1 GIT binary patch literal 242 zcmYjLI}XAy3{6o7gw%sDv<3kiLJZ6-93U#KX`|++BrWt3Y#f3Ua2Hl?!9*fJ@FYL$ z`8``!NirfHXMMxaAA$Z6d9n6oV^1a7k#V%W5);NhdS0Mb0)gj^VFEU)Xa!1V;iybw zbzUIg2~EKYv{d)5RuU>yrb3&3nPyIZXYXCig3#nFi`(r7}=E h!51NYVBDdxKq-^VQJU%gK3ob_wj5XCT|4j;lNZtXMg#x= literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2fefdb24300ae689443e6c26582713a5ba3768ed GIT binary patch literal 1372 zcmZux&5j#I5bpW2$6haq1VlvI!yG`7CE@`Aw-rj14M-doi6D?hz-)WEYaPB&ud4d%(fj*DhV9q(Pxvij>@PB2 zZ!sEoQ0!Nz1QUT`bx;I#ScG*{L;(|_h*VrBMS^1{V%4krMIXnB=sjgc`Xv*6kv?T2 zh2-JjNmLBP-~k&CU!XrWj=F1nYPDK9C}rJhpHh$VUBc~XqpRgFHZ05sZhVAZd$z}__hKy$oufevwg3K+r%PMp` zg$$%yfXPlyj&%bkCmA`;EV^yxlk9u&zHsX;JfQ2A8#;}0rtxsaSJvB`TR1P|Y=(I^ zE_0g}?1!1v*%{!mW(~%9NB^NXP2oe`y3G|>Hj~D>$z||{O4TuwVE2cwEyr}s08Ov{ z{yksl8gj*#M%MX}u2wYy+x$$MrOz>kpTShJ0$a8lx6n;K2W{qHZ(o_a^-uFPH0xZ+ zX@0r#$>igYa*KC+8*8=XcqDISo0qsvXp=8otv;jOGpX?YZO&D@;8Sq2;)qz2I?I9Xd?JS;Lh0KsCVqFxnyVGOVv5-#&u^o87scK{6+XHijDj9Y7`*k*Fie9qh+m#xyDaTw zhkuMX7z}wW%WhbfwH7Ny<55|juDH5d>6fL@6~;>-uK|0qdUVQ*7A<9&vKWzluE*mc z`JJusm7`xnBrp*v`o9?>jW0~MS81i7a`^kPzAU~D-pBs|cIn||te?{}vh*u`hmFEf Jm_|4D{sr}oYMlT8 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a82f376825b39f20c2b815b53b8fbb550fc2f45 GIT binary patch literal 912 zcmZWoJ(JTg5S1*)F}WNE%+*vBxVQ)g=osc^V4%Auog0l~DTyw&Wh6OpH|g$bX80NR z3-~W?si^6w*tL@oU}v=Y*r$DZyCZXaJR)FU>Tl{XCFDD94lRVuISls{oFtMKq@*b= zgES~v$|(6jWFXlskxYd*EFH*jN|M13K$C>EC)v!IqVY=TvNqPYvD9nrw5i$$O{H@q zl_<1VHY;3?cMdIp%{dJB1e_u%l_U)$mBB4ZnPf7AIg|q#!90*d;Emhpy)GbKj(2y4 zYaDN3IF!4g8zMl>l-$vagtn10jm=dOw4qbQ+ztVAN9;YAetqRjQz~9$E2~TX&g4z0 zD)0CwV^^-ua>dnW;M2KsqQ3G=Q}Kl|cA?zacDswe#kGz;Xf5siCKZ880 z46g86*IWQh8q1fyEM6gc-br$NmN_-4ui97$U1=}G03P@gm5u22NiTe|i{;SGz2W+= z3V5<1m-L2CiH#tJ%CQTb@`TzL&N}(M!Im;SH}od> z!#Z3jpLxF}4m#pCtg=%5OMfK97AwRNWOJxzOs^m9b??I$NrbP(EJCy+Axa~g0@q_9 zJ~mm=M=YkX_t8B>hwVOaDB5C$@e4Q<9g~>GY|Oe-B!SfP#y1vHTYQd1y%zCpWM-Et Z_Z{>gX~)r*^L78KH`p78cTUME`wg&$(82%! literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20f15bc57f9652b4a847690a900a0be34d8e1b06 GIT binary patch literal 1910 zcmZt{%Wf1$u)C+{;bn~%Fb2eB4&kto>`9b|6aokd1LCqdKoV(1)E=hWyJOGG-MxNk zRsw}{z5o&XmV7~^T%sHk3FR26uQ~Axxsd9aHEb+e>YA#qM^|+{rd(X?AXq z^X}lzSL+W3_it@%ggPFDX`#z-EMgv(n;|cgNiGVVIB?s^vbcSnJFwMd02*!KBT}Op z9}|pfz?j1^#7_?O9VuchR2YY?Bb`n-Ti0Vb3RO9giMSr>v6$hZF1JMyDh-PHDQQu_ zOQprAl|P|CBZNra$qxEddf=Dz0hoZXv`95$COFZ6j8G-AP2;uq%LNep8Obhu{ymDu zWiFyD-j-<|t(R#lvcNbC!lq=`_hI?&^?h(@B6BcWDjjdh-VW~DcqoT(^na>i`F*eqXb)qxDaO}mxN z!r7pM50~1GWhXQZF>pXDtpq z5A;2`$Cp~IT?BZ~T3MOd;Y+QJ;_Er@tnV*tqF!=`yR9Za_rm!GK|lLE;ODJ{6u&*Y zz+Jxlf;4>aXQx-JLChDx%BxdWU)2trIY%D9c#N$)-16J|Y=Yb$|C4jn?>1Jx0y)9l z1KWQC->>O0#%QNkQ)_Lf#}RbYrGW`5DVS|gL-j!=Oz=?0Qa_4Eh8A%y3~hLRTC_sJ z-MrEV4cpeyJwth{W8=^2>Cs_ltaY_2b|&fWVK*rY4gJ1qE%(U)#M*%PGEP-i#*3>8`lR2HwxErxGz=EgX_{lRoD|&nmJj2>xXlb{ZZ=oPv0^qv)`ZAr z0kP)o7VL{PP2GfG+}${vh-MD7U=gm8R{>mrtug@QDa9R3agPKzz&*go(}2L2Tn3up zE*ieseb3G_ z>oq)5hq1imlg#2>#&#xgHskn=!RThJ85NEHb1~T|C!4_Re6*86wG+j<(LK{l%|YL{ q<~JvL0@cQ({q0CQ_@$jW2E9w#`wW}lM(fxun{s8ZSVmp4;`|4P((8Z# literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..553f97f23a8db275aa83a8fa0df77286cd2f85cb GIT binary patch literal 2618 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 SQt9S9^ruV{c9u2xock~MSeHlu literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3b3a3212c7b507a3dc96eb34ac6ee8f9a632a19 GIT binary patch literal 20066 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 literal 0 HcmV?d00001 diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py new file mode 100644 index 0000000..5ba926e --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py @@ -0,0 +1,29 @@ +from __future__ import absolute_import, division, unicode_literals + +from . import base + +from collections import OrderedDict + + +def _attr_key(attr): + """Return an appropriate key for an attribute for sorting + + Attributes have a namespace that can be either ``None`` or a string. We + can't compare the two because they're different types, so we convert + ``None`` to an empty string first. + + """ + return (attr[0][0] or ''), attr[0][1] + + +class Filter(base.Filter): + """Alphabetizes attributes for elements""" + def __iter__(self): + for token in base.Filter.__iter__(self): + if token["type"] in ("StartTag", "EmptyTag"): + attrs = OrderedDict() + for name, value in sorted(token["data"].items(), + key=_attr_key): + attrs[name] = value + token["data"] = attrs + yield token diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py new file mode 100644 index 0000000..c7dbaed --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py @@ -0,0 +1,12 @@ +from __future__ import absolute_import, division, unicode_literals + + +class Filter(object): + def __init__(self, source): + self.source = source + + def __iter__(self): + return iter(self.source) + + def __getattr__(self, name): + return getattr(self.source, name) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py new file mode 100644 index 0000000..aefb5c8 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py @@ -0,0 +1,73 @@ +from __future__ import absolute_import, division, unicode_literals + +from . import base + + +class Filter(base.Filter): + """Injects ```` tag into head of document""" + def __init__(self, source, encoding): + """Creates a Filter + + :arg source: the source token stream + + :arg encoding: the encoding to set + + """ + base.Filter.__init__(self, source) + self.encoding = encoding + + def __iter__(self): + state = "pre_head" + meta_found = (self.encoding is None) + pending = [] + + for token in base.Filter.__iter__(self): + type = token["type"] + if type == "StartTag": + if token["name"].lower() == "head": + state = "in_head" + + elif type == "EmptyTag": + if token["name"].lower() == "meta": + # replace charset with actual encoding + has_http_equiv_content_type = False + for (namespace, name), value in token["data"].items(): + if namespace is not None: + continue + elif name.lower() == 'charset': + token["data"][(namespace, name)] = self.encoding + meta_found = True + break + elif name == 'http-equiv' and value.lower() == 'content-type': + has_http_equiv_content_type = True + else: + if has_http_equiv_content_type and (None, "content") in token["data"]: + token["data"][(None, "content")] = 'text/html; charset=%s' % self.encoding + meta_found = True + + elif token["name"].lower() == "head" and not meta_found: + # insert meta into empty head + yield {"type": "StartTag", "name": "head", + "data": token["data"]} + yield {"type": "EmptyTag", "name": "meta", + "data": {(None, "charset"): self.encoding}} + yield {"type": "EndTag", "name": "head"} + meta_found = True + continue + + elif type == "EndTag": + if token["name"].lower() == "head" and pending: + # insert meta into head (if necessary) and flush pending queue + yield pending.pop(0) + if not meta_found: + yield {"type": "EmptyTag", "name": "meta", + "data": {(None, "charset"): self.encoding}} + while pending: + yield pending.pop(0) + meta_found = True + state = "post_head" + + if state == "in_head": + pending.append(token) + else: + yield token diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py new file mode 100644 index 0000000..fcc07ee --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py @@ -0,0 +1,93 @@ +from __future__ import absolute_import, division, unicode_literals + +from pip._vendor.six import text_type + +from . import base +from ..constants import namespaces, voidElements + +from ..constants import spaceCharacters +spaceCharacters = "".join(spaceCharacters) + + +class Filter(base.Filter): + """Lints the token stream for errors + + If it finds any errors, it'll raise an ``AssertionError``. + + """ + def __init__(self, source, require_matching_tags=True): + """Creates a Filter + + :arg source: the source token stream + + :arg require_matching_tags: whether or not to require matching tags + + """ + super(Filter, self).__init__(source) + self.require_matching_tags = require_matching_tags + + def __iter__(self): + open_elements = [] + for token in base.Filter.__iter__(self): + type = token["type"] + if type in ("StartTag", "EmptyTag"): + namespace = token["namespace"] + name = token["name"] + assert namespace is None or isinstance(namespace, text_type) + assert namespace != "" + assert isinstance(name, text_type) + assert name != "" + assert isinstance(token["data"], dict) + if (not namespace or namespace == namespaces["html"]) and name in voidElements: + assert type == "EmptyTag" + else: + assert type == "StartTag" + if type == "StartTag" and self.require_matching_tags: + open_elements.append((namespace, name)) + for (namespace, name), value in token["data"].items(): + assert namespace is None or isinstance(namespace, text_type) + assert namespace != "" + assert isinstance(name, text_type) + assert name != "" + assert isinstance(value, text_type) + + elif type == "EndTag": + namespace = token["namespace"] + name = token["name"] + assert namespace is None or isinstance(namespace, text_type) + assert namespace != "" + assert isinstance(name, text_type) + assert name != "" + if (not namespace or namespace == namespaces["html"]) and name in voidElements: + assert False, "Void element reported as EndTag token: %(tag)s" % {"tag": name} + elif self.require_matching_tags: + start = open_elements.pop() + assert start == (namespace, name) + + elif type == "Comment": + data = token["data"] + assert isinstance(data, text_type) + + elif type in ("Characters", "SpaceCharacters"): + data = token["data"] + assert isinstance(data, text_type) + assert data != "" + if type == "SpaceCharacters": + assert data.strip(spaceCharacters) == "" + + elif type == "Doctype": + name = token["name"] + assert name is None or isinstance(name, text_type) + assert token["publicId"] is None or isinstance(name, text_type) + assert token["systemId"] is None or isinstance(name, text_type) + + elif type == "Entity": + assert isinstance(token["name"], text_type) + + elif type == "SerializerError": + assert isinstance(token["data"], text_type) + + else: + assert False, "Unknown token type: %(type)s" % {"type": type} + + yield token diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py new file mode 100644 index 0000000..4a86501 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py @@ -0,0 +1,207 @@ +from __future__ import absolute_import, division, unicode_literals + +from . import base + + +class Filter(base.Filter): + """Removes optional tags from the token stream""" + def slider(self): + previous1 = previous2 = None + for token in self.source: + if previous1 is not None: + yield previous2, previous1, token + previous2 = previous1 + previous1 = token + if previous1 is not None: + yield previous2, previous1, None + + def __iter__(self): + for previous, token, next in self.slider(): + type = token["type"] + if type == "StartTag": + if (token["data"] or + not self.is_optional_start(token["name"], previous, next)): + yield token + elif type == "EndTag": + if not self.is_optional_end(token["name"], next): + yield token + else: + yield token + + def is_optional_start(self, tagname, previous, next): + type = next and next["type"] or None + if tagname in 'html': + # An html element's start tag may be omitted if the first thing + # inside the html element is not a space character or a comment. + return type not in ("Comment", "SpaceCharacters") + elif tagname == 'head': + # A head element's start tag may be omitted if the first thing + # inside the head element is an element. + # XXX: we also omit the start tag if the head element is empty + if type in ("StartTag", "EmptyTag"): + return True + elif type == "EndTag": + return next["name"] == "head" + elif tagname == 'body': + # A body element's start tag may be omitted if the first thing + # inside the body element is not a space character or a comment, + # except if the first thing inside the body element is a script + # or style element and the node immediately preceding the body + # element is a head element whose end tag has been omitted. + if type in ("Comment", "SpaceCharacters"): + return False + elif type == "StartTag": + # XXX: we do not look at the preceding event, so we never omit + # the body element's start tag if it's followed by a script or + # a style element. + return next["name"] not in ('script', 'style') + else: + return True + elif tagname == 'colgroup': + # A colgroup element's start tag may be omitted if the first thing + # inside the colgroup element is a col element, and if the element + # is not immediately preceded by another colgroup element whose + # end tag has been omitted. + if type in ("StartTag", "EmptyTag"): + # XXX: we do not look at the preceding event, so instead we never + # omit the colgroup element's end tag when it is immediately + # followed by another colgroup element. See is_optional_end. + return next["name"] == "col" + else: + return False + elif tagname == 'tbody': + # A tbody element's start tag may be omitted if the first thing + # inside the tbody element is a tr element, and if the element is + # not immediately preceded by a tbody, thead, or tfoot element + # whose end tag has been omitted. + if type == "StartTag": + # omit the thead and tfoot elements' end tag when they are + # immediately followed by a tbody element. See is_optional_end. + if previous and previous['type'] == 'EndTag' and \ + previous['name'] in ('tbody', 'thead', 'tfoot'): + return False + return next["name"] == 'tr' + else: + return False + return False + + def is_optional_end(self, tagname, next): + type = next and next["type"] or None + if tagname in ('html', 'head', 'body'): + # An html element's end tag may be omitted if the html element + # is not immediately followed by a space character or a comment. + return type not in ("Comment", "SpaceCharacters") + elif tagname in ('li', 'optgroup', 'tr'): + # A li element's end tag may be omitted if the li element is + # immediately followed by another li element or if there is + # no more content in the parent element. + # An optgroup element's end tag may be omitted if the optgroup + # element is immediately followed by another optgroup element, + # or if there is no more content in the parent element. + # A tr element's end tag may be omitted if the tr element is + # immediately followed by another tr element, or if there is + # no more content in the parent element. + if type == "StartTag": + return next["name"] == tagname + else: + return type == "EndTag" or type is None + elif tagname in ('dt', 'dd'): + # A dt element's end tag may be omitted if the dt element is + # immediately followed by another dt element or a dd element. + # A dd element's end tag may be omitted if the dd element is + # immediately followed by another dd element or a dt element, + # or if there is no more content in the parent element. + if type == "StartTag": + return next["name"] in ('dt', 'dd') + elif tagname == 'dd': + return type == "EndTag" or type is None + else: + return False + elif tagname == 'p': + # A p element's end tag may be omitted if the p element is + # immediately followed by an address, article, aside, + # blockquote, datagrid, dialog, dir, div, dl, fieldset, + # footer, form, h1, h2, h3, h4, h5, h6, header, hr, menu, + # nav, ol, p, pre, section, table, or ul, element, or if + # there is no more content in the parent element. + if type in ("StartTag", "EmptyTag"): + return next["name"] in ('address', 'article', 'aside', + 'blockquote', 'datagrid', 'dialog', + 'dir', 'div', 'dl', 'fieldset', 'footer', + 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', + 'header', 'hr', 'menu', 'nav', 'ol', + 'p', 'pre', 'section', 'table', 'ul') + else: + return type == "EndTag" or type is None + elif tagname == 'option': + # An option element's end tag may be omitted if the option + # element is immediately followed by another option element, + # or if it is immediately followed by an optgroup + # element, or if there is no more content in the parent + # element. + if type == "StartTag": + return next["name"] in ('option', 'optgroup') + else: + return type == "EndTag" or type is None + elif tagname in ('rt', 'rp'): + # An rt element's end tag may be omitted if the rt element is + # immediately followed by an rt or rp element, or if there is + # no more content in the parent element. + # An rp element's end tag may be omitted if the rp element is + # immediately followed by an rt or rp element, or if there is + # no more content in the parent element. + if type == "StartTag": + return next["name"] in ('rt', 'rp') + else: + return type == "EndTag" or type is None + elif tagname == 'colgroup': + # A colgroup element's end tag may be omitted if the colgroup + # element is not immediately followed by a space character or + # a comment. + if type in ("Comment", "SpaceCharacters"): + return False + elif type == "StartTag": + # XXX: we also look for an immediately following colgroup + # element. See is_optional_start. + return next["name"] != 'colgroup' + else: + return True + elif tagname in ('thead', 'tbody'): + # A thead element's end tag may be omitted if the thead element + # is immediately followed by a tbody or tfoot element. + # A tbody element's end tag may be omitted if the tbody element + # is immediately followed by a tbody or tfoot element, or if + # there is no more content in the parent element. + # A tfoot element's end tag may be omitted if the tfoot element + # is immediately followed by a tbody element, or if there is no + # more content in the parent element. + # XXX: we never omit the end tag when the following element is + # a tbody. See is_optional_start. + if type == "StartTag": + return next["name"] in ['tbody', 'tfoot'] + elif tagname == 'tbody': + return type == "EndTag" or type is None + else: + return False + elif tagname == 'tfoot': + # A tfoot element's end tag may be omitted if the tfoot element + # is immediately followed by a tbody element, or if there is no + # more content in the parent element. + # XXX: we never omit the end tag when the following element is + # a tbody. See is_optional_start. + if type == "StartTag": + return next["name"] == 'tbody' + else: + return type == "EndTag" or type is None + elif tagname in ('td', 'th'): + # A td element's end tag may be omitted if the td element is + # immediately followed by a td or th element, or if there is + # no more content in the parent element. + # A th element's end tag may be omitted if the th element is + # immediately followed by a td or th element, or if there is + # no more content in the parent element. + if type == "StartTag": + return next["name"] in ('td', 'th') + else: + return type == "EndTag" or type is None + return False diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py new file mode 100644 index 0000000..aa7431d --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py @@ -0,0 +1,916 @@ +"""Deprecated from html5lib 1.1. + +See `here `_ for +information about its deprecation; `Bleach `_ +is recommended as a replacement. Please let us know in the aforementioned issue +if Bleach is unsuitable for your needs. + +""" +from __future__ import absolute_import, division, unicode_literals + +import re +import warnings +from xml.sax.saxutils import escape, unescape + +from pip._vendor.six.moves import urllib_parse as urlparse + +from . import base +from ..constants import namespaces, prefixes + +__all__ = ["Filter"] + + +_deprecation_msg = ( + "html5lib's sanitizer is deprecated; see " + + "https://github.com/html5lib/html5lib-python/issues/443 and please let " + + "us know if Bleach is unsuitable for your needs" +) + +warnings.warn(_deprecation_msg, DeprecationWarning) + +allowed_elements = frozenset(( + (namespaces['html'], 'a'), + (namespaces['html'], 'abbr'), + (namespaces['html'], 'acronym'), + (namespaces['html'], 'address'), + (namespaces['html'], 'area'), + (namespaces['html'], 'article'), + (namespaces['html'], 'aside'), + (namespaces['html'], 'audio'), + (namespaces['html'], 'b'), + (namespaces['html'], 'big'), + (namespaces['html'], 'blockquote'), + (namespaces['html'], 'br'), + (namespaces['html'], 'button'), + (namespaces['html'], 'canvas'), + (namespaces['html'], 'caption'), + (namespaces['html'], 'center'), + (namespaces['html'], 'cite'), + (namespaces['html'], 'code'), + (namespaces['html'], 'col'), + (namespaces['html'], 'colgroup'), + (namespaces['html'], 'command'), + (namespaces['html'], 'datagrid'), + (namespaces['html'], 'datalist'), + (namespaces['html'], 'dd'), + (namespaces['html'], 'del'), + (namespaces['html'], 'details'), + (namespaces['html'], 'dfn'), + (namespaces['html'], 'dialog'), + (namespaces['html'], 'dir'), + (namespaces['html'], 'div'), + (namespaces['html'], 'dl'), + (namespaces['html'], 'dt'), + (namespaces['html'], 'em'), + (namespaces['html'], 'event-source'), + (namespaces['html'], 'fieldset'), + (namespaces['html'], 'figcaption'), + (namespaces['html'], 'figure'), + (namespaces['html'], 'footer'), + (namespaces['html'], 'font'), + (namespaces['html'], 'form'), + (namespaces['html'], 'header'), + (namespaces['html'], 'h1'), + (namespaces['html'], 'h2'), + (namespaces['html'], 'h3'), + (namespaces['html'], 'h4'), + (namespaces['html'], 'h5'), + (namespaces['html'], 'h6'), + (namespaces['html'], 'hr'), + (namespaces['html'], 'i'), + (namespaces['html'], 'img'), + (namespaces['html'], 'input'), + (namespaces['html'], 'ins'), + (namespaces['html'], 'keygen'), + (namespaces['html'], 'kbd'), + (namespaces['html'], 'label'), + (namespaces['html'], 'legend'), + (namespaces['html'], 'li'), + (namespaces['html'], 'm'), + (namespaces['html'], 'map'), + (namespaces['html'], 'menu'), + (namespaces['html'], 'meter'), + (namespaces['html'], 'multicol'), + (namespaces['html'], 'nav'), + (namespaces['html'], 'nextid'), + (namespaces['html'], 'ol'), + (namespaces['html'], 'output'), + (namespaces['html'], 'optgroup'), + (namespaces['html'], 'option'), + (namespaces['html'], 'p'), + (namespaces['html'], 'pre'), + (namespaces['html'], 'progress'), + (namespaces['html'], 'q'), + (namespaces['html'], 's'), + (namespaces['html'], 'samp'), + (namespaces['html'], 'section'), + (namespaces['html'], 'select'), + (namespaces['html'], 'small'), + (namespaces['html'], 'sound'), + (namespaces['html'], 'source'), + (namespaces['html'], 'spacer'), + (namespaces['html'], 'span'), + (namespaces['html'], 'strike'), + (namespaces['html'], 'strong'), + (namespaces['html'], 'sub'), + (namespaces['html'], 'sup'), + (namespaces['html'], 'table'), + (namespaces['html'], 'tbody'), + (namespaces['html'], 'td'), + (namespaces['html'], 'textarea'), + (namespaces['html'], 'time'), + (namespaces['html'], 'tfoot'), + (namespaces['html'], 'th'), + (namespaces['html'], 'thead'), + (namespaces['html'], 'tr'), + (namespaces['html'], 'tt'), + (namespaces['html'], 'u'), + (namespaces['html'], 'ul'), + (namespaces['html'], 'var'), + (namespaces['html'], 'video'), + (namespaces['mathml'], 'maction'), + (namespaces['mathml'], 'math'), + (namespaces['mathml'], 'merror'), + (namespaces['mathml'], 'mfrac'), + (namespaces['mathml'], 'mi'), + (namespaces['mathml'], 'mmultiscripts'), + (namespaces['mathml'], 'mn'), + (namespaces['mathml'], 'mo'), + (namespaces['mathml'], 'mover'), + (namespaces['mathml'], 'mpadded'), + (namespaces['mathml'], 'mphantom'), + (namespaces['mathml'], 'mprescripts'), + (namespaces['mathml'], 'mroot'), + (namespaces['mathml'], 'mrow'), + (namespaces['mathml'], 'mspace'), + (namespaces['mathml'], 'msqrt'), + (namespaces['mathml'], 'mstyle'), + (namespaces['mathml'], 'msub'), + (namespaces['mathml'], 'msubsup'), + (namespaces['mathml'], 'msup'), + (namespaces['mathml'], 'mtable'), + (namespaces['mathml'], 'mtd'), + (namespaces['mathml'], 'mtext'), + (namespaces['mathml'], 'mtr'), + (namespaces['mathml'], 'munder'), + (namespaces['mathml'], 'munderover'), + (namespaces['mathml'], 'none'), + (namespaces['svg'], 'a'), + (namespaces['svg'], 'animate'), + (namespaces['svg'], 'animateColor'), + (namespaces['svg'], 'animateMotion'), + (namespaces['svg'], 'animateTransform'), + (namespaces['svg'], 'clipPath'), + (namespaces['svg'], 'circle'), + (namespaces['svg'], 'defs'), + (namespaces['svg'], 'desc'), + (namespaces['svg'], 'ellipse'), + (namespaces['svg'], 'font-face'), + (namespaces['svg'], 'font-face-name'), + (namespaces['svg'], 'font-face-src'), + (namespaces['svg'], 'g'), + (namespaces['svg'], 'glyph'), + (namespaces['svg'], 'hkern'), + (namespaces['svg'], 'linearGradient'), + (namespaces['svg'], 'line'), + (namespaces['svg'], 'marker'), + (namespaces['svg'], 'metadata'), + (namespaces['svg'], 'missing-glyph'), + (namespaces['svg'], 'mpath'), + (namespaces['svg'], 'path'), + (namespaces['svg'], 'polygon'), + (namespaces['svg'], 'polyline'), + (namespaces['svg'], 'radialGradient'), + (namespaces['svg'], 'rect'), + (namespaces['svg'], 'set'), + (namespaces['svg'], 'stop'), + (namespaces['svg'], 'svg'), + (namespaces['svg'], 'switch'), + (namespaces['svg'], 'text'), + (namespaces['svg'], 'title'), + (namespaces['svg'], 'tspan'), + (namespaces['svg'], 'use'), +)) + +allowed_attributes = frozenset(( + # HTML attributes + (None, 'abbr'), + (None, 'accept'), + (None, 'accept-charset'), + (None, 'accesskey'), + (None, 'action'), + (None, 'align'), + (None, 'alt'), + (None, 'autocomplete'), + (None, 'autofocus'), + (None, 'axis'), + (None, 'background'), + (None, 'balance'), + (None, 'bgcolor'), + (None, 'bgproperties'), + (None, 'border'), + (None, 'bordercolor'), + (None, 'bordercolordark'), + (None, 'bordercolorlight'), + (None, 'bottompadding'), + (None, 'cellpadding'), + (None, 'cellspacing'), + (None, 'ch'), + (None, 'challenge'), + (None, 'char'), + (None, 'charoff'), + (None, 'choff'), + (None, 'charset'), + (None, 'checked'), + (None, 'cite'), + (None, 'class'), + (None, 'clear'), + (None, 'color'), + (None, 'cols'), + (None, 'colspan'), + (None, 'compact'), + (None, 'contenteditable'), + (None, 'controls'), + (None, 'coords'), + (None, 'data'), + (None, 'datafld'), + (None, 'datapagesize'), + (None, 'datasrc'), + (None, 'datetime'), + (None, 'default'), + (None, 'delay'), + (None, 'dir'), + (None, 'disabled'), + (None, 'draggable'), + (None, 'dynsrc'), + (None, 'enctype'), + (None, 'end'), + (None, 'face'), + (None, 'for'), + (None, 'form'), + (None, 'frame'), + (None, 'galleryimg'), + (None, 'gutter'), + (None, 'headers'), + (None, 'height'), + (None, 'hidefocus'), + (None, 'hidden'), + (None, 'high'), + (None, 'href'), + (None, 'hreflang'), + (None, 'hspace'), + (None, 'icon'), + (None, 'id'), + (None, 'inputmode'), + (None, 'ismap'), + (None, 'keytype'), + (None, 'label'), + (None, 'leftspacing'), + (None, 'lang'), + (None, 'list'), + (None, 'longdesc'), + (None, 'loop'), + (None, 'loopcount'), + (None, 'loopend'), + (None, 'loopstart'), + (None, 'low'), + (None, 'lowsrc'), + (None, 'max'), + (None, 'maxlength'), + (None, 'media'), + (None, 'method'), + (None, 'min'), + (None, 'multiple'), + (None, 'name'), + (None, 'nohref'), + (None, 'noshade'), + (None, 'nowrap'), + (None, 'open'), + (None, 'optimum'), + (None, 'pattern'), + (None, 'ping'), + (None, 'point-size'), + (None, 'poster'), + (None, 'pqg'), + (None, 'preload'), + (None, 'prompt'), + (None, 'radiogroup'), + (None, 'readonly'), + (None, 'rel'), + (None, 'repeat-max'), + (None, 'repeat-min'), + (None, 'replace'), + (None, 'required'), + (None, 'rev'), + (None, 'rightspacing'), + (None, 'rows'), + (None, 'rowspan'), + (None, 'rules'), + (None, 'scope'), + (None, 'selected'), + (None, 'shape'), + (None, 'size'), + (None, 'span'), + (None, 'src'), + (None, 'start'), + (None, 'step'), + (None, 'style'), + (None, 'summary'), + (None, 'suppress'), + (None, 'tabindex'), + (None, 'target'), + (None, 'template'), + (None, 'title'), + (None, 'toppadding'), + (None, 'type'), + (None, 'unselectable'), + (None, 'usemap'), + (None, 'urn'), + (None, 'valign'), + (None, 'value'), + (None, 'variable'), + (None, 'volume'), + (None, 'vspace'), + (None, 'vrml'), + (None, 'width'), + (None, 'wrap'), + (namespaces['xml'], 'lang'), + # MathML attributes + (None, 'actiontype'), + (None, 'align'), + (None, 'columnalign'), + (None, 'columnalign'), + (None, 'columnalign'), + (None, 'columnlines'), + (None, 'columnspacing'), + (None, 'columnspan'), + (None, 'depth'), + (None, 'display'), + (None, 'displaystyle'), + (None, 'equalcolumns'), + (None, 'equalrows'), + (None, 'fence'), + (None, 'fontstyle'), + (None, 'fontweight'), + (None, 'frame'), + (None, 'height'), + (None, 'linethickness'), + (None, 'lspace'), + (None, 'mathbackground'), + (None, 'mathcolor'), + (None, 'mathvariant'), + (None, 'mathvariant'), + (None, 'maxsize'), + (None, 'minsize'), + (None, 'other'), + (None, 'rowalign'), + (None, 'rowalign'), + (None, 'rowalign'), + (None, 'rowlines'), + (None, 'rowspacing'), + (None, 'rowspan'), + (None, 'rspace'), + (None, 'scriptlevel'), + (None, 'selection'), + (None, 'separator'), + (None, 'stretchy'), + (None, 'width'), + (None, 'width'), + (namespaces['xlink'], 'href'), + (namespaces['xlink'], 'show'), + (namespaces['xlink'], 'type'), + # SVG attributes + (None, 'accent-height'), + (None, 'accumulate'), + (None, 'additive'), + (None, 'alphabetic'), + (None, 'arabic-form'), + (None, 'ascent'), + (None, 'attributeName'), + (None, 'attributeType'), + (None, 'baseProfile'), + (None, 'bbox'), + (None, 'begin'), + (None, 'by'), + (None, 'calcMode'), + (None, 'cap-height'), + (None, 'class'), + (None, 'clip-path'), + (None, 'color'), + (None, 'color-rendering'), + (None, 'content'), + (None, 'cx'), + (None, 'cy'), + (None, 'd'), + (None, 'dx'), + (None, 'dy'), + (None, 'descent'), + (None, 'display'), + (None, 'dur'), + (None, 'end'), + (None, 'fill'), + (None, 'fill-opacity'), + (None, 'fill-rule'), + (None, 'font-family'), + (None, 'font-size'), + (None, 'font-stretch'), + (None, 'font-style'), + (None, 'font-variant'), + (None, 'font-weight'), + (None, 'from'), + (None, 'fx'), + (None, 'fy'), + (None, 'g1'), + (None, 'g2'), + (None, 'glyph-name'), + (None, 'gradientUnits'), + (None, 'hanging'), + (None, 'height'), + (None, 'horiz-adv-x'), + (None, 'horiz-origin-x'), + (None, 'id'), + (None, 'ideographic'), + (None, 'k'), + (None, 'keyPoints'), + (None, 'keySplines'), + (None, 'keyTimes'), + (None, 'lang'), + (None, 'marker-end'), + (None, 'marker-mid'), + (None, 'marker-start'), + (None, 'markerHeight'), + (None, 'markerUnits'), + (None, 'markerWidth'), + (None, 'mathematical'), + (None, 'max'), + (None, 'min'), + (None, 'name'), + (None, 'offset'), + (None, 'opacity'), + (None, 'orient'), + (None, 'origin'), + (None, 'overline-position'), + (None, 'overline-thickness'), + (None, 'panose-1'), + (None, 'path'), + (None, 'pathLength'), + (None, 'points'), + (None, 'preserveAspectRatio'), + (None, 'r'), + (None, 'refX'), + (None, 'refY'), + (None, 'repeatCount'), + (None, 'repeatDur'), + (None, 'requiredExtensions'), + (None, 'requiredFeatures'), + (None, 'restart'), + (None, 'rotate'), + (None, 'rx'), + (None, 'ry'), + (None, 'slope'), + (None, 'stemh'), + (None, 'stemv'), + (None, 'stop-color'), + (None, 'stop-opacity'), + (None, 'strikethrough-position'), + (None, 'strikethrough-thickness'), + (None, 'stroke'), + (None, 'stroke-dasharray'), + (None, 'stroke-dashoffset'), + (None, 'stroke-linecap'), + (None, 'stroke-linejoin'), + (None, 'stroke-miterlimit'), + (None, 'stroke-opacity'), + (None, 'stroke-width'), + (None, 'systemLanguage'), + (None, 'target'), + (None, 'text-anchor'), + (None, 'to'), + (None, 'transform'), + (None, 'type'), + (None, 'u1'), + (None, 'u2'), + (None, 'underline-position'), + (None, 'underline-thickness'), + (None, 'unicode'), + (None, 'unicode-range'), + (None, 'units-per-em'), + (None, 'values'), + (None, 'version'), + (None, 'viewBox'), + (None, 'visibility'), + (None, 'width'), + (None, 'widths'), + (None, 'x'), + (None, 'x-height'), + (None, 'x1'), + (None, 'x2'), + (namespaces['xlink'], 'actuate'), + (namespaces['xlink'], 'arcrole'), + (namespaces['xlink'], 'href'), + (namespaces['xlink'], 'role'), + (namespaces['xlink'], 'show'), + (namespaces['xlink'], 'title'), + (namespaces['xlink'], 'type'), + (namespaces['xml'], 'base'), + (namespaces['xml'], 'lang'), + (namespaces['xml'], 'space'), + (None, 'y'), + (None, 'y1'), + (None, 'y2'), + (None, 'zoomAndPan'), +)) + +attr_val_is_uri = frozenset(( + (None, 'href'), + (None, 'src'), + (None, 'cite'), + (None, 'action'), + (None, 'longdesc'), + (None, 'poster'), + (None, 'background'), + (None, 'datasrc'), + (None, 'dynsrc'), + (None, 'lowsrc'), + (None, 'ping'), + (namespaces['xlink'], 'href'), + (namespaces['xml'], 'base'), +)) + +svg_attr_val_allows_ref = frozenset(( + (None, 'clip-path'), + (None, 'color-profile'), + (None, 'cursor'), + (None, 'fill'), + (None, 'filter'), + (None, 'marker'), + (None, 'marker-start'), + (None, 'marker-mid'), + (None, 'marker-end'), + (None, 'mask'), + (None, 'stroke'), +)) + +svg_allow_local_href = frozenset(( + (None, 'altGlyph'), + (None, 'animate'), + (None, 'animateColor'), + (None, 'animateMotion'), + (None, 'animateTransform'), + (None, 'cursor'), + (None, 'feImage'), + (None, 'filter'), + (None, 'linearGradient'), + (None, 'pattern'), + (None, 'radialGradient'), + (None, 'textpath'), + (None, 'tref'), + (None, 'set'), + (None, 'use') +)) + +allowed_css_properties = frozenset(( + 'azimuth', + 'background-color', + 'border-bottom-color', + 'border-collapse', + 'border-color', + 'border-left-color', + 'border-right-color', + 'border-top-color', + 'clear', + 'color', + 'cursor', + 'direction', + 'display', + 'elevation', + 'float', + 'font', + 'font-family', + 'font-size', + 'font-style', + 'font-variant', + 'font-weight', + 'height', + 'letter-spacing', + 'line-height', + 'overflow', + 'pause', + 'pause-after', + 'pause-before', + 'pitch', + 'pitch-range', + 'richness', + 'speak', + 'speak-header', + 'speak-numeral', + 'speak-punctuation', + 'speech-rate', + 'stress', + 'text-align', + 'text-decoration', + 'text-indent', + 'unicode-bidi', + 'vertical-align', + 'voice-family', + 'volume', + 'white-space', + 'width', +)) + +allowed_css_keywords = frozenset(( + 'auto', + 'aqua', + 'black', + 'block', + 'blue', + 'bold', + 'both', + 'bottom', + 'brown', + 'center', + 'collapse', + 'dashed', + 'dotted', + 'fuchsia', + 'gray', + 'green', + '!important', + 'italic', + 'left', + 'lime', + 'maroon', + 'medium', + 'none', + 'navy', + 'normal', + 'nowrap', + 'olive', + 'pointer', + 'purple', + 'red', + 'right', + 'solid', + 'silver', + 'teal', + 'top', + 'transparent', + 'underline', + 'white', + 'yellow', +)) + +allowed_svg_properties = frozenset(( + 'fill', + 'fill-opacity', + 'fill-rule', + 'stroke', + 'stroke-width', + 'stroke-linecap', + 'stroke-linejoin', + 'stroke-opacity', +)) + +allowed_protocols = frozenset(( + 'ed2k', + 'ftp', + 'http', + 'https', + 'irc', + 'mailto', + 'news', + 'gopher', + 'nntp', + 'telnet', + 'webcal', + 'xmpp', + 'callto', + 'feed', + 'urn', + 'aim', + 'rsync', + 'tag', + 'ssh', + 'sftp', + 'rtsp', + 'afs', + 'data', +)) + +allowed_content_types = frozenset(( + 'image/png', + 'image/jpeg', + 'image/gif', + 'image/webp', + 'image/bmp', + 'text/plain', +)) + + +data_content_type = re.compile(r''' + ^ + # Match a content type / + (?P[-a-zA-Z0-9.]+/[-a-zA-Z0-9.]+) + # Match any character set and encoding + (?:(?:;charset=(?:[-a-zA-Z0-9]+)(?:;(?:base64))?) + |(?:;(?:base64))?(?:;charset=(?:[-a-zA-Z0-9]+))?) + # Assume the rest is data + ,.* + $ + ''', + re.VERBOSE) + + +class Filter(base.Filter): + """Sanitizes token stream of XHTML+MathML+SVG and of inline style attributes""" + def __init__(self, + source, + allowed_elements=allowed_elements, + allowed_attributes=allowed_attributes, + allowed_css_properties=allowed_css_properties, + allowed_css_keywords=allowed_css_keywords, + allowed_svg_properties=allowed_svg_properties, + allowed_protocols=allowed_protocols, + allowed_content_types=allowed_content_types, + attr_val_is_uri=attr_val_is_uri, + svg_attr_val_allows_ref=svg_attr_val_allows_ref, + svg_allow_local_href=svg_allow_local_href): + """Creates a Filter + + :arg allowed_elements: set of elements to allow--everything else will + be escaped + + :arg allowed_attributes: set of attributes to allow in + elements--everything else will be stripped + + :arg allowed_css_properties: set of CSS properties to allow--everything + else will be stripped + + :arg allowed_css_keywords: set of CSS keywords to allow--everything + else will be stripped + + :arg allowed_svg_properties: set of SVG properties to allow--everything + else will be removed + + :arg allowed_protocols: set of allowed protocols for URIs + + :arg allowed_content_types: set of allowed content types for ``data`` URIs. + + :arg attr_val_is_uri: set of attributes that have URI values--values + that have a scheme not listed in ``allowed_protocols`` are removed + + :arg svg_attr_val_allows_ref: set of SVG attributes that can have + references + + :arg svg_allow_local_href: set of SVG elements that can have local + hrefs--these are removed + + """ + super(Filter, self).__init__(source) + + warnings.warn(_deprecation_msg, DeprecationWarning) + + self.allowed_elements = allowed_elements + self.allowed_attributes = allowed_attributes + self.allowed_css_properties = allowed_css_properties + self.allowed_css_keywords = allowed_css_keywords + self.allowed_svg_properties = allowed_svg_properties + self.allowed_protocols = allowed_protocols + self.allowed_content_types = allowed_content_types + self.attr_val_is_uri = attr_val_is_uri + self.svg_attr_val_allows_ref = svg_attr_val_allows_ref + self.svg_allow_local_href = svg_allow_local_href + + def __iter__(self): + for token in base.Filter.__iter__(self): + token = self.sanitize_token(token) + if token: + yield token + + # Sanitize the +html+, escaping all elements not in ALLOWED_ELEMENTS, and + # stripping out all attributes not in ALLOWED_ATTRIBUTES. Style attributes + # are parsed, and a restricted set, specified by ALLOWED_CSS_PROPERTIES and + # ALLOWED_CSS_KEYWORDS, are allowed through. attributes in ATTR_VAL_IS_URI + # are scanned, and only URI schemes specified in ALLOWED_PROTOCOLS are + # allowed. + # + # sanitize_html('') + # => <script> do_nasty_stuff() </script> + # sanitize_html('Click here for $100') + # => Click here for $100 + def sanitize_token(self, token): + + # accommodate filters which use token_type differently + token_type = token["type"] + if token_type in ("StartTag", "EndTag", "EmptyTag"): + name = token["name"] + namespace = token["namespace"] + if ((namespace, name) in self.allowed_elements or + (namespace is None and + (namespaces["html"], name) in self.allowed_elements)): + return self.allowed_token(token) + else: + return self.disallowed_token(token) + elif token_type == "Comment": + pass + else: + return token + + def allowed_token(self, token): + if "data" in token: + attrs = token["data"] + attr_names = set(attrs.keys()) + + # Remove forbidden attributes + for to_remove in (attr_names - self.allowed_attributes): + del token["data"][to_remove] + attr_names.remove(to_remove) + + # Remove attributes with disallowed URL values + for attr in (attr_names & self.attr_val_is_uri): + assert attr in attrs + # I don't have a clue where this regexp comes from or why it matches those + # characters, nor why we call unescape. I just know it's always been here. + # Should you be worried by this comment in a sanitizer? Yes. On the other hand, all + # this will do is remove *more* than it otherwise would. + val_unescaped = re.sub("[`\x00-\x20\x7f-\xa0\\s]+", '', + unescape(attrs[attr])).lower() + # remove replacement characters from unescaped characters + val_unescaped = val_unescaped.replace("\ufffd", "") + try: + uri = urlparse.urlparse(val_unescaped) + except ValueError: + uri = None + del attrs[attr] + if uri and uri.scheme: + if uri.scheme not in self.allowed_protocols: + del attrs[attr] + if uri.scheme == 'data': + m = data_content_type.match(uri.path) + if not m: + del attrs[attr] + elif m.group('content_type') not in self.allowed_content_types: + del attrs[attr] + + for attr in self.svg_attr_val_allows_ref: + if attr in attrs: + attrs[attr] = re.sub(r'url\s*\(\s*[^#\s][^)]+?\)', + ' ', + unescape(attrs[attr])) + if (token["name"] in self.svg_allow_local_href and + (namespaces['xlink'], 'href') in attrs and re.search(r'^\s*[^#\s].*', + attrs[(namespaces['xlink'], 'href')])): + del attrs[(namespaces['xlink'], 'href')] + if (None, 'style') in attrs: + attrs[(None, 'style')] = self.sanitize_css(attrs[(None, 'style')]) + token["data"] = attrs + return token + + def disallowed_token(self, token): + token_type = token["type"] + if token_type == "EndTag": + token["data"] = "" % token["name"] + elif token["data"]: + assert token_type in ("StartTag", "EmptyTag") + attrs = [] + for (ns, name), v in token["data"].items(): + attrs.append(' %s="%s"' % (name if ns is None else "%s:%s" % (prefixes[ns], name), escape(v))) + token["data"] = "<%s%s>" % (token["name"], ''.join(attrs)) + else: + token["data"] = "<%s>" % token["name"] + if token.get("selfClosing"): + token["data"] = token["data"][:-1] + "/>" + + token["type"] = "Characters" + + del token["name"] + return token + + def sanitize_css(self, style): + # disallow urls + style = re.compile(r'url\s*\(\s*[^\s)]+?\s*\)\s*').sub(' ', style) + + # gauntlet + if not re.match(r"""^([:,;#%.\sa-zA-Z0-9!]|\w-\w|'[\s\w]+'|"[\s\w]+"|\([\d,\s]+\))*$""", style): + return '' + if not re.match(r"^\s*([-\w]+\s*:[^:;]*(;\s*|$))*$", style): + return '' + + clean = [] + for prop, value in re.findall(r"([-\w]+)\s*:\s*([^:;]*)", style): + if not value: + continue + if prop.lower() in self.allowed_css_properties: + clean.append(prop + ': ' + value + ';') + elif prop.split('-')[0].lower() in ['background', 'border', 'margin', + 'padding']: + for keyword in value.split(): + if keyword not in self.allowed_css_keywords and \ + not re.match(r"^(#[0-9a-fA-F]+|rgb\(\d+%?,\d*%?,?\d*%?\)?|\d{0,2}\.?\d{0,2}(cm|em|ex|in|mm|pc|pt|px|%|,|\))?)$", keyword): # noqa + break + else: + clean.append(prop + ': ' + value + ';') + elif prop.lower() in self.allowed_svg_properties: + clean.append(prop + ': ' + value + ';') + + return ' '.join(clean) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py new file mode 100644 index 0000000..0d12584 --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py @@ -0,0 +1,38 @@ +from __future__ import absolute_import, division, unicode_literals + +import re + +from . import base +from ..constants import rcdataElements, spaceCharacters +spaceCharacters = "".join(spaceCharacters) + +SPACES_REGEX = re.compile("[%s]+" % spaceCharacters) + + +class Filter(base.Filter): + """Collapses whitespace except in pre, textarea, and script elements""" + spacePreserveElements = frozenset(["pre", "textarea"] + list(rcdataElements)) + + def __iter__(self): + preserve = 0 + for token in base.Filter.__iter__(self): + type = token["type"] + if type == "StartTag" \ + and (preserve or token["name"] in self.spacePreserveElements): + preserve += 1 + + elif type == "EndTag" and preserve: + preserve -= 1 + + elif not preserve and type == "SpaceCharacters" and token["data"]: + # Test on token["data"] above to not introduce spaces where there were not + token["data"] = " " + + elif not preserve and type == "Characters": + token["data"] = collapse_spaces(token["data"]) + + yield token + + +def collapse_spaces(text): + return SPACES_REGEX.sub(' ', text) diff --git a/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py new file mode 100644 index 0000000..d06784f --- /dev/null +++ b/exercice4/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py @@ -0,0 +1,2795 @@ +from __future__ import absolute_import, division, unicode_literals +from pip._vendor.six import with_metaclass, viewkeys + +import types + +from . import _inputstream +from . import _tokenizer + +from . import treebuilders +from .treebuilders.base import Marker + +from . import _utils +from .constants import ( + spaceCharacters, asciiUpper2Lower, + specialElements, headingElements, cdataElements, rcdataElements, + tokenTypes, tagTokenTypes, + namespaces, + htmlIntegrationPointElements, mathmlTextIntegrationPointElements, + adjustForeignAttributes as adjustForeignAttributesMap, + adjustMathMLAttributes, adjustSVGAttributes, + E, + _ReparseException +) + + +def parse(doc, treebuilder="etree", namespaceHTMLElements=True, **kwargs): + """Parse an HTML document as a string or file-like object into a tree + + :arg doc: the document to parse as a string or file-like object + + :arg treebuilder: the treebuilder to use when parsing + + :arg namespaceHTMLElements: whether or not to namespace HTML elements + + :returns: parsed tree + + Example: + + >>> from html5lib.html5parser import parse + >>> parse('

This is a doc

') + + + """ + tb = treebuilders.getTreeBuilder(treebuilder) + p = HTMLParser(tb, namespaceHTMLElements=namespaceHTMLElements) + return p.parse(doc, **kwargs) + + +def parseFragment(doc, container="div", treebuilder="etree", namespaceHTMLElements=True, **kwargs): + """Parse an HTML fragment as a string or file-like object into a tree + + :arg doc: the fragment to parse as a string or file-like object + + :arg container: the container context to parse the fragment in + + :arg treebuilder: the treebuilder to use when parsing + + :arg namespaceHTMLElements: whether or not to namespace HTML elements + + :returns: parsed tree + + Example: + + >>> from html5lib.html5libparser import parseFragment + >>> parseFragment('this is a fragment') + + + """ + tb = treebuilders.getTreeBuilder(treebuilder) + p = HTMLParser(tb, namespaceHTMLElements=namespaceHTMLElements) + return p.parseFragment(doc, container=container, **kwargs) + + +def method_decorator_metaclass(function): + class Decorated(type): + def __new__(meta, classname, bases, classDict): + for attributeName, attribute in classDict.items(): + if isinstance(attribute, types.FunctionType): + attribute = function(attribute) + + classDict[attributeName] = attribute + return type.__new__(meta, classname, bases, classDict) + return Decorated + + +class HTMLParser(object): + """HTML parser + + Generates a tree structure from a stream of (possibly malformed) HTML. + + """ + + def __init__(self, tree=None, strict=False, namespaceHTMLElements=True, debug=False): + """ + :arg tree: a treebuilder class controlling the type of tree that will be + returned. Built in treebuilders can be accessed through + html5lib.treebuilders.getTreeBuilder(treeType) + + :arg strict: raise an exception when a parse error is encountered + + :arg namespaceHTMLElements: whether or not to namespace HTML elements + + :arg debug: whether or not to enable debug mode which logs things + + Example: + + >>> from html5lib.html5parser import HTMLParser + >>> parser = HTMLParser() # generates parser with etree builder + >>> parser = HTMLParser('lxml', strict=True) # generates parser with lxml builder which is strict + + """ + + # Raise an exception on the first error encountered + self.strict = strict + + if tree is None: + tree = treebuilders.getTreeBuilder("etree") + self.tree = tree(namespaceHTMLElements) + self.errors = [] + + self.phases = {name: cls(self, self.tree) for name, cls in + getPhases(debug).items()} + + def _parse(self, stream, innerHTML=False, container="div", scripting=False, **kwargs): + + self.innerHTMLMode = innerHTML + self.container = container + self.scripting = scripting + self.tokenizer = _tokenizer.HTMLTokenizer(stream, parser=self, **kwargs) + self.reset() + + try: + self.mainLoop() + except _ReparseException: + self.reset() + self.mainLoop() + + def reset(self): + self.tree.reset() + self.firstStartTag = False + self.errors = [] + self.log = [] # only used with debug mode + # "quirks" / "limited quirks" / "no quirks" + self.compatMode = "no quirks" + + if self.innerHTMLMode: + self.innerHTML = self.container.lower() + + if self.innerHTML in cdataElements: + self.tokenizer.state = self.tokenizer.rcdataState + elif self.innerHTML in rcdataElements: + self.tokenizer.state = self.tokenizer.rawtextState + elif self.innerHTML == 'plaintext': + self.tokenizer.state = self.tokenizer.plaintextState + else: + # state already is data state + # self.tokenizer.state = self.tokenizer.dataState + pass + self.phase = self.phases["beforeHtml"] + self.phase.insertHtmlElement() + self.resetInsertionMode() + else: + self.innerHTML = False # pylint:disable=redefined-variable-type + self.phase = self.phases["initial"] + + self.lastPhase = None + + self.beforeRCDataPhase = None + + self.framesetOK = True + + @property + def documentEncoding(self): + """Name of the character encoding that was used to decode the input stream, or + :obj:`None` if that is not determined yet + + """ + if not hasattr(self, 'tokenizer'): + return None + return self.tokenizer.stream.charEncoding[0].name + + def isHTMLIntegrationPoint(self, element): + if (element.name == "annotation-xml" and + element.namespace == namespaces["mathml"]): + return ("encoding" in element.attributes and + element.attributes["encoding"].translate( + asciiUpper2Lower) in + ("text/html", "application/xhtml+xml")) + else: + return (element.namespace, element.name) in htmlIntegrationPointElements + + def isMathMLTextIntegrationPoint(self, element): + return (element.namespace, element.name) in mathmlTextIntegrationPointElements + + def mainLoop(self): + CharactersToken = tokenTypes["Characters"] + SpaceCharactersToken = tokenTypes["SpaceCharacters"] + StartTagToken = tokenTypes["StartTag"] + EndTagToken = tokenTypes["EndTag"] + CommentToken = tokenTypes["Comment"] + DoctypeToken = tokenTypes["Doctype"] + ParseErrorToken = tokenTypes["ParseError"] + + for token in self.tokenizer: + prev_token = None + new_token = token + while new_token is not None: + prev_token = new_token + currentNode = self.tree.openElements[-1] if self.tree.openElements else None + currentNodeNamespace = currentNode.namespace if currentNode else None + currentNodeName = currentNode.name if currentNode else None + + type = new_token["type"] + + if type == ParseErrorToken: + self.parseError(new_token["data"], new_token.get("datavars", {})) + new_token = None + else: + if (len(self.tree.openElements) == 0 or + currentNodeNamespace == self.tree.defaultNamespace or + (self.isMathMLTextIntegrationPoint(currentNode) and + ((type == StartTagToken and + token["name"] not in frozenset(["mglyph", "malignmark"])) or + type in (CharactersToken, SpaceCharactersToken))) or + (currentNodeNamespace == namespaces["mathml"] and + currentNodeName == "annotation-xml" and + type == StartTagToken and + token["name"] == "svg") or + (self.isHTMLIntegrationPoint(currentNode) and + type in (StartTagToken, CharactersToken, SpaceCharactersToken))): + phase = self.phase + else: + phase = self.phases["inForeignContent"] + + if type == CharactersToken: + new_token = phase.processCharacters(new_token) + elif type == SpaceCharactersToken: + new_token = phase.processSpaceCharacters(new_token) + elif type == StartTagToken: + new_token = phase.processStartTag(new_token) + elif type == EndTagToken: + new_token = phase.processEndTag(new_token) + elif type == CommentToken: + new_token = phase.processComment(new_token) + elif type == DoctypeToken: + new_token = phase.processDoctype(new_token) + + if (type == StartTagToken and prev_token["selfClosing"] and + not prev_token["selfClosingAcknowledged"]): + self.parseError("non-void-element-with-trailing-solidus", + {"name": prev_token["name"]}) + + # When the loop finishes it's EOF + reprocess = True + phases = [] + while reprocess: + phases.append(self.phase) + reprocess = self.phase.processEOF() + if reprocess: + assert self.phase not in phases + + def parse(self, stream, *args, **kwargs): + """Parse a HTML document into a well-formed tree + + :arg stream: a file-like object or string containing the HTML to be parsed + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element). + + :arg scripting: treat noscript elements as if JavaScript was turned on + + :returns: parsed tree + + Example: + + >>> from html5lib.html5parser import HTMLParser + >>> parser = HTMLParser() + >>> parser.parse('

This is a doc

') + + + """ + self._parse(stream, False, None, *args, **kwargs) + return self.tree.getDocument() + + def parseFragment(self, stream, *args, **kwargs): + """Parse a HTML fragment into a well-formed tree fragment + + :arg container: name of the element we're setting the innerHTML + property if set to None, default to 'div' + + :arg stream: a file-like object or string containing the HTML to be parsed + + The optional encoding parameter must be a string that indicates + the encoding. If specified, that encoding will be used, + regardless of any BOM or later declaration (such as in a meta + element) + + :arg scripting: treat noscript elements as if JavaScript was turned on + + :returns: parsed tree + + Example: + + >>> from html5lib.html5libparser import HTMLParser + >>> parser = HTMLParser() + >>> parser.parseFragment('this is a fragment') + + + """ + self._parse(stream, True, *args, **kwargs) + return self.tree.getFragment() + + def parseError(self, errorcode="XXX-undefined-error", datavars=None): + # XXX The idea is to make errorcode mandatory. + if datavars is None: + datavars = {} + self.errors.append((self.tokenizer.stream.position(), errorcode, datavars)) + if self.strict: + raise ParseError(E[errorcode] % datavars) + + def adjustMathMLAttributes(self, token): + adjust_attributes(token, adjustMathMLAttributes) + + def adjustSVGAttributes(self, token): + adjust_attributes(token, adjustSVGAttributes) + + def adjustForeignAttributes(self, token): + adjust_attributes(token, adjustForeignAttributesMap) + + def reparseTokenNormal(self, token): + # pylint:disable=unused-argument + self.parser.phase() + + def resetInsertionMode(self): + # The name of this method is mostly historical. (It's also used in the + # specification.) + last = False + newModes = { + "select": "inSelect", + "td": "inCell", + "th": "inCell", + "tr": "inRow", + "tbody": "inTableBody", + "thead": "inTableBody", + "tfoot": "inTableBody", + "caption": "inCaption", + "colgroup": "inColumnGroup", + "table": "inTable", + "head": "inBody", + "body": "inBody", + "frameset": "inFrameset", + "html": "beforeHead" + } + for node in self.tree.openElements[::-1]: + nodeName = node.name + new_phase = None + if node == self.tree.openElements[0]: + assert self.innerHTML + last = True + nodeName = self.innerHTML + # Check for conditions that should only happen in the innerHTML + # case + if nodeName in ("select", "colgroup", "head", "html"): + assert self.innerHTML + + if not last and node.namespace != self.tree.defaultNamespace: + continue + + if nodeName in newModes: + new_phase = self.phases[newModes[nodeName]] + break + elif last: + new_phase = self.phases["inBody"] + break + + self.phase = new_phase + + def parseRCDataRawtext(self, token, contentType): + # Generic RCDATA/RAWTEXT Parsing algorithm + assert contentType in ("RAWTEXT", "RCDATA") + + self.tree.insertElement(token) + + if contentType == "RAWTEXT": + self.tokenizer.state = self.tokenizer.rawtextState + else: + self.tokenizer.state = self.tokenizer.rcdataState + + self.originalPhase = self.phase + + self.phase = self.phases["text"] + + +@_utils.memoize +def getPhases(debug): + def log(function): + """Logger that records which phase processes each token""" + type_names = {value: key for key, value in tokenTypes.items()} + + def wrapped(self, *args, **kwargs): + if function.__name__.startswith("process") and len(args) > 0: + token = args[0] + info = {"type": type_names[token['type']]} + if token['type'] in tagTokenTypes: + info["name"] = token['name'] + + self.parser.log.append((self.parser.tokenizer.state.__name__, + self.parser.phase.__class__.__name__, + self.__class__.__name__, + function.__name__, + info)) + return function(self, *args, **kwargs) + else: + return function(self, *args, **kwargs) + return wrapped + + def getMetaclass(use_metaclass, metaclass_func): + if use_metaclass: + return method_decorator_metaclass(metaclass_func) + else: + return type + + # pylint:disable=unused-argument + class Phase(with_metaclass(getMetaclass(debug, log))): + """Base class for helper object that implements each phase of processing + """ + __slots__ = ("parser", "tree", "__startTagCache", "__endTagCache") + + def __init__(self, parser, tree): + self.parser = parser + self.tree = tree + self.__startTagCache = {} + self.__endTagCache = {} + + def processEOF(self): + raise NotImplementedError + + def processComment(self, token): + # For most phases the following is correct. Where it's not it will be + # overridden. + self.tree.insertComment(token, self.tree.openElements[-1]) + + def processDoctype(self, token): + self.parser.parseError("unexpected-doctype") + + def processCharacters(self, token): + self.tree.insertText(token["data"]) + + def processSpaceCharacters(self, token): + self.tree.insertText(token["data"]) + + def processStartTag(self, token): + # Note the caching is done here rather than BoundMethodDispatcher as doing it there + # requires a circular reference to the Phase, and this ends up with a significant + # (CPython 2.7, 3.8) GC cost when parsing many short inputs + name = token["name"] + # In Py2, using `in` is quicker in general than try/except KeyError + # In Py3, `in` is quicker when there are few cache hits (typically short inputs) + if name in self.__startTagCache: + func = self.__startTagCache[name] + else: + func = self.__startTagCache[name] = self.startTagHandler[name] + # bound the cache size in case we get loads of unknown tags + while len(self.__startTagCache) > len(self.startTagHandler) * 1.1: + # this makes the eviction policy random on Py < 3.7 and FIFO >= 3.7 + self.__startTagCache.pop(next(iter(self.__startTagCache))) + return func(token) + + def startTagHtml(self, token): + if not self.parser.firstStartTag and token["name"] == "html": + self.parser.parseError("non-html-root") + # XXX Need a check here to see if the first start tag token emitted is + # this token... If it's not, invoke self.parser.parseError(). + for attr, value in token["data"].items(): + if attr not in self.tree.openElements[0].attributes: + self.tree.openElements[0].attributes[attr] = value + self.parser.firstStartTag = False + + def processEndTag(self, token): + # Note the caching is done here rather than BoundMethodDispatcher as doing it there + # requires a circular reference to the Phase, and this ends up with a significant + # (CPython 2.7, 3.8) GC cost when parsing many short inputs + name = token["name"] + # In Py2, using `in` is quicker in general than try/except KeyError + # In Py3, `in` is quicker when there are few cache hits (typically short inputs) + if name in self.__endTagCache: + func = self.__endTagCache[name] + else: + func = self.__endTagCache[name] = self.endTagHandler[name] + # bound the cache size in case we get loads of unknown tags + while len(self.__endTagCache) > len(self.endTagHandler) * 1.1: + # this makes the eviction policy random on Py < 3.7 and FIFO >= 3.7 + self.__endTagCache.pop(next(iter(self.__endTagCache))) + return func(token) + + class InitialPhase(Phase): + __slots__ = tuple() + + def processSpaceCharacters(self, token): + pass + + def processComment(self, token): + self.tree.insertComment(token, self.tree.document) + + def processDoctype(self, token): + name = token["name"] + publicId = token["publicId"] + systemId = token["systemId"] + correct = token["correct"] + + if (name != "html" or publicId is not None or + systemId is not None and systemId != "about:legacy-compat"): + self.parser.parseError("unknown-doctype") + + if publicId is None: + publicId = "" + + self.tree.insertDoctype(token) + + if publicId != "": + publicId = publicId.translate(asciiUpper2Lower) + + if (not correct or token["name"] != "html" or + publicId.startswith( + ("+//silmaril//dtd html pro v0r11 19970101//", + "-//advasoft ltd//dtd html 3.0 aswedit + extensions//", + "-//as//dtd html 3.0 aswedit + extensions//", + "-//ietf//dtd html 2.0 level 1//", + "-//ietf//dtd html 2.0 level 2//", + "-//ietf//dtd html 2.0 strict level 1//", + "-//ietf//dtd html 2.0 strict level 2//", + "-//ietf//dtd html 2.0 strict//", + "-//ietf//dtd html 2.0//", + "-//ietf//dtd html 2.1e//", + "-//ietf//dtd html 3.0//", + "-//ietf//dtd html 3.2 final//", + "-//ietf//dtd html 3.2//", + "-//ietf//dtd html 3//", + "-//ietf//dtd html level 0//", + "-//ietf//dtd html level 1//", + "-//ietf//dtd html level 2//", + "-//ietf//dtd html level 3//", + "-//ietf//dtd html strict level 0//", + "-//ietf//dtd html strict level 1//", + "-//ietf//dtd html strict level 2//", + "-//ietf//dtd html strict level 3//", + "-//ietf//dtd html strict//", + "-//ietf//dtd html//", + "-//metrius//dtd metrius presentational//", + "-//microsoft//dtd internet explorer 2.0 html strict//", + "-//microsoft//dtd internet explorer 2.0 html//", + "-//microsoft//dtd internet explorer 2.0 tables//", + "-//microsoft//dtd internet explorer 3.0 html strict//", + "-//microsoft//dtd internet explorer 3.0 html//", + "-//microsoft//dtd internet explorer 3.0 tables//", + "-//netscape comm. corp.//dtd html//", + "-//netscape comm. corp.//dtd strict html//", + "-//o'reilly and associates//dtd html 2.0//", + "-//o'reilly and associates//dtd html extended 1.0//", + "-//o'reilly and associates//dtd html extended relaxed 1.0//", + "-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//", + "-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//", + "-//spyglass//dtd html 2.0 extended//", + "-//sq//dtd html 2.0 hotmetal + extensions//", + "-//sun microsystems corp.//dtd hotjava html//", + "-//sun microsystems corp.//dtd hotjava strict html//", + "-//w3c//dtd html 3 1995-03-24//", + "-//w3c//dtd html 3.2 draft//", + "-//w3c//dtd html 3.2 final//", + "-//w3c//dtd html 3.2//", + "-//w3c//dtd html 3.2s draft//", + "-//w3c//dtd html 4.0 frameset//", + "-//w3c//dtd html 4.0 transitional//", + "-//w3c//dtd html experimental 19960712//", + "-//w3c//dtd html experimental 970421//", + "-//w3c//dtd w3 html//", + "-//w3o//dtd w3 html 3.0//", + "-//webtechs//dtd mozilla html 2.0//", + "-//webtechs//dtd mozilla html//")) or + publicId in ("-//w3o//dtd w3 html strict 3.0//en//", + "-/w3c/dtd html 4.0 transitional/en", + "html") or + publicId.startswith( + ("-//w3c//dtd html 4.01 frameset//", + "-//w3c//dtd html 4.01 transitional//")) and + systemId is None or + systemId and systemId.lower() == "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"): + self.parser.compatMode = "quirks" + elif (publicId.startswith( + ("-//w3c//dtd xhtml 1.0 frameset//", + "-//w3c//dtd xhtml 1.0 transitional//")) or + publicId.startswith( + ("-//w3c//dtd html 4.01 frameset//", + "-//w3c//dtd html 4.01 transitional//")) and + systemId is not None): + self.parser.compatMode = "limited quirks" + + self.parser.phase = self.parser.phases["beforeHtml"] + + def anythingElse(self): + self.parser.compatMode = "quirks" + self.parser.phase = self.parser.phases["beforeHtml"] + + def processCharacters(self, token): + self.parser.parseError("expected-doctype-but-got-chars") + self.anythingElse() + return token + + def processStartTag(self, token): + self.parser.parseError("expected-doctype-but-got-start-tag", + {"name": token["name"]}) + self.anythingElse() + return token + + def processEndTag(self, token): + self.parser.parseError("expected-doctype-but-got-end-tag", + {"name": token["name"]}) + self.anythingElse() + return token + + def processEOF(self): + self.parser.parseError("expected-doctype-but-got-eof") + self.anythingElse() + return True + + class BeforeHtmlPhase(Phase): + __slots__ = tuple() + + # helper methods + def insertHtmlElement(self): + self.tree.insertRoot(impliedTagToken("html", "StartTag")) + self.parser.phase = self.parser.phases["beforeHead"] + + # other + def processEOF(self): + self.insertHtmlElement() + return True + + def processComment(self, token): + self.tree.insertComment(token, self.tree.document) + + def processSpaceCharacters(self, token): + pass + + def processCharacters(self, token): + self.insertHtmlElement() + return token + + def processStartTag(self, token): + if token["name"] == "html": + self.parser.firstStartTag = True + self.insertHtmlElement() + return token + + def processEndTag(self, token): + if token["name"] not in ("head", "body", "html", "br"): + self.parser.parseError("unexpected-end-tag-before-html", + {"name": token["name"]}) + else: + self.insertHtmlElement() + return token + + class BeforeHeadPhase(Phase): + __slots__ = tuple() + + def processEOF(self): + self.startTagHead(impliedTagToken("head", "StartTag")) + return True + + def processSpaceCharacters(self, token): + pass + + def processCharacters(self, token): + self.startTagHead(impliedTagToken("head", "StartTag")) + return token + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagHead(self, token): + self.tree.insertElement(token) + self.tree.headPointer = self.tree.openElements[-1] + self.parser.phase = self.parser.phases["inHead"] + + def startTagOther(self, token): + self.startTagHead(impliedTagToken("head", "StartTag")) + return token + + def endTagImplyHead(self, token): + self.startTagHead(impliedTagToken("head", "StartTag")) + return token + + def endTagOther(self, token): + self.parser.parseError("end-tag-after-implied-root", + {"name": token["name"]}) + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + ("head", startTagHead) + ]) + startTagHandler.default = startTagOther + + endTagHandler = _utils.MethodDispatcher([ + (("head", "body", "html", "br"), endTagImplyHead) + ]) + endTagHandler.default = endTagOther + + class InHeadPhase(Phase): + __slots__ = tuple() + + # the real thing + def processEOF(self): + self.anythingElse() + return True + + def processCharacters(self, token): + self.anythingElse() + return token + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagHead(self, token): + self.parser.parseError("two-heads-are-not-better-than-one") + + def startTagBaseLinkCommand(self, token): + self.tree.insertElement(token) + self.tree.openElements.pop() + token["selfClosingAcknowledged"] = True + + def startTagMeta(self, token): + self.tree.insertElement(token) + self.tree.openElements.pop() + token["selfClosingAcknowledged"] = True + + attributes = token["data"] + if self.parser.tokenizer.stream.charEncoding[1] == "tentative": + if "charset" in attributes: + self.parser.tokenizer.stream.changeEncoding(attributes["charset"]) + elif ("content" in attributes and + "http-equiv" in attributes and + attributes["http-equiv"].lower() == "content-type"): + # Encoding it as UTF-8 here is a hack, as really we should pass + # the abstract Unicode string, and just use the + # ContentAttrParser on that, but using UTF-8 allows all chars + # to be encoded and as a ASCII-superset works. + data = _inputstream.EncodingBytes(attributes["content"].encode("utf-8")) + parser = _inputstream.ContentAttrParser(data) + codec = parser.parse() + self.parser.tokenizer.stream.changeEncoding(codec) + + def startTagTitle(self, token): + self.parser.parseRCDataRawtext(token, "RCDATA") + + def startTagNoFramesStyle(self, token): + # Need to decide whether to implement the scripting-disabled case + self.parser.parseRCDataRawtext(token, "RAWTEXT") + + def startTagNoscript(self, token): + if self.parser.scripting: + self.parser.parseRCDataRawtext(token, "RAWTEXT") + else: + self.tree.insertElement(token) + self.parser.phase = self.parser.phases["inHeadNoscript"] + + def startTagScript(self, token): + self.tree.insertElement(token) + self.parser.tokenizer.state = self.parser.tokenizer.scriptDataState + self.parser.originalPhase = self.parser.phase + self.parser.phase = self.parser.phases["text"] + + def startTagOther(self, token): + self.anythingElse() + return token + + def endTagHead(self, token): + node = self.parser.tree.openElements.pop() + assert node.name == "head", "Expected head got %s" % node.name + self.parser.phase = self.parser.phases["afterHead"] + + def endTagHtmlBodyBr(self, token): + self.anythingElse() + return token + + def endTagOther(self, token): + self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) + + def anythingElse(self): + self.endTagHead(impliedTagToken("head")) + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + ("title", startTagTitle), + (("noframes", "style"), startTagNoFramesStyle), + ("noscript", startTagNoscript), + ("script", startTagScript), + (("base", "basefont", "bgsound", "command", "link"), + startTagBaseLinkCommand), + ("meta", startTagMeta), + ("head", startTagHead) + ]) + startTagHandler.default = startTagOther + + endTagHandler = _utils.MethodDispatcher([ + ("head", endTagHead), + (("br", "html", "body"), endTagHtmlBodyBr) + ]) + endTagHandler.default = endTagOther + + class InHeadNoscriptPhase(Phase): + __slots__ = tuple() + + def processEOF(self): + self.parser.parseError("eof-in-head-noscript") + self.anythingElse() + return True + + def processComment(self, token): + return self.parser.phases["inHead"].processComment(token) + + def processCharacters(self, token): + self.parser.parseError("char-in-head-noscript") + self.anythingElse() + return token + + def processSpaceCharacters(self, token): + return self.parser.phases["inHead"].processSpaceCharacters(token) + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagBaseLinkCommand(self, token): + return self.parser.phases["inHead"].processStartTag(token) + + def startTagHeadNoscript(self, token): + self.parser.parseError("unexpected-start-tag", {"name": token["name"]}) + + def startTagOther(self, token): + self.parser.parseError("unexpected-inhead-noscript-tag", {"name": token["name"]}) + self.anythingElse() + return token + + def endTagNoscript(self, token): + node = self.parser.tree.openElements.pop() + assert node.name == "noscript", "Expected noscript got %s" % node.name + self.parser.phase = self.parser.phases["inHead"] + + def endTagBr(self, token): + self.parser.parseError("unexpected-inhead-noscript-tag", {"name": token["name"]}) + self.anythingElse() + return token + + def endTagOther(self, token): + self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) + + def anythingElse(self): + # Caller must raise parse error first! + self.endTagNoscript(impliedTagToken("noscript")) + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + (("basefont", "bgsound", "link", "meta", "noframes", "style"), startTagBaseLinkCommand), + (("head", "noscript"), startTagHeadNoscript), + ]) + startTagHandler.default = startTagOther + + endTagHandler = _utils.MethodDispatcher([ + ("noscript", endTagNoscript), + ("br", endTagBr), + ]) + endTagHandler.default = endTagOther + + class AfterHeadPhase(Phase): + __slots__ = tuple() + + def processEOF(self): + self.anythingElse() + return True + + def processCharacters(self, token): + self.anythingElse() + return token + + def startTagHtml(self, token): + return self.parser.phases["inBody"].processStartTag(token) + + def startTagBody(self, token): + self.parser.framesetOK = False + self.tree.insertElement(token) + self.parser.phase = self.parser.phases["inBody"] + + def startTagFrameset(self, token): + self.tree.insertElement(token) + self.parser.phase = self.parser.phases["inFrameset"] + + def startTagFromHead(self, token): + self.parser.parseError("unexpected-start-tag-out-of-my-head", + {"name": token["name"]}) + self.tree.openElements.append(self.tree.headPointer) + self.parser.phases["inHead"].processStartTag(token) + for node in self.tree.openElements[::-1]: + if node.name == "head": + self.tree.openElements.remove(node) + break + + def startTagHead(self, token): + self.parser.parseError("unexpected-start-tag", {"name": token["name"]}) + + def startTagOther(self, token): + self.anythingElse() + return token + + def endTagHtmlBodyBr(self, token): + self.anythingElse() + return token + + def endTagOther(self, token): + self.parser.parseError("unexpected-end-tag", {"name": token["name"]}) + + def anythingElse(self): + self.tree.insertElement(impliedTagToken("body", "StartTag")) + self.parser.phase = self.parser.phases["inBody"] + self.parser.framesetOK = True + + startTagHandler = _utils.MethodDispatcher([ + ("html", startTagHtml), + ("body", startTagBody), + ("frameset", startTagFrameset), + (("base", "basefont", "bgsound", "link", "meta", "noframes", "script", + "style", "title"), + startTagFromHead), + ("head", startTagHead) + ]) + startTagHandler.default = startTagOther + endTagHandler = _utils.MethodDispatcher([(("body", "html", "br"), + endTagHtmlBodyBr)]) + endTagHandler.default = endTagOther + + class InBodyPhase(Phase): + # http://www.whatwg.org/specs/web-apps/current-work/#parsing-main-inbody + # the really-really-really-very crazy mode + __slots__ = ("processSpaceCharacters",) + + def __init__(self, *args, **kwargs): + super(InBodyPhase, self).__init__(*args, **kwargs) + # Set this to the default handler + self.processSpaceCharacters = self.processSpaceCharactersNonPre + + def isMatchingFormattingElement(self, node1, node2): + return (node1.name == node2.name and + node1.namespace == node2.namespace and + node1.attributes == node2.attributes) + + # helper + def addFormattingElement(self, token): + self.tree.insertElement(token) + element = self.tree.openElements[-1] + + matchingElements = [] + for node in self.tree.activeFormattingElements[::-1]: + if node is Marker: + break + elif self.isMatchingFormattingElement(node, element): + matchingElements.append(node) + + assert len(matchingElements) <= 3 + if len(matchingElements) == 3: + self.tree.activeFormattingElements.remove(matchingElements[-1]) + self.tree.activeFormattingElements.append(element) + + # the real deal + def processEOF(self): + allowed_elements = frozenset(("dd", "dt", "li", "p", "tbody", "td", + "tfoot", "th", "thead", "tr", "body", + "html")) + for node in self.tree.openElements[::-1]: + if node.name not in allowed_elements: + self.parser.parseError("expected-closing-tag-but-got-eof") + break + # Stop parsing + + def processSpaceCharactersDropNewline(self, token): + # Sometimes (start of
, , and