From 102325e4b205287e3c8fc0566a2ce3cab8754cd5 Mon Sep 17 00:00:00 2001 From: Lakrim92 Date: Mon, 29 Jan 2024 10:08:51 +0100 Subject: [PATCH] test --- exercice1/venv/bin/Activate.ps1 | 247 + exercice1/venv/bin/activate | 69 + exercice1/venv/bin/activate.csh | 26 + exercice1/venv/bin/activate.fish | 69 + exercice1/venv/bin/pip | 8 + exercice1/venv/bin/pip3 | 8 + exercice1/venv/bin/pip3.10 | 8 + exercice1/venv/bin/python | 1 + exercice1/venv/bin/python3 | 1 + exercice1/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 + exercice1/venv/lib64 | 1 + exercice1/venv/pyvenv.cfg | 3 + 1343 files changed, 246775 insertions(+) create mode 100644 exercice1/venv/bin/Activate.ps1 create mode 100644 exercice1/venv/bin/activate create mode 100644 exercice1/venv/bin/activate.csh create mode 100644 exercice1/venv/bin/activate.fish create mode 100755 exercice1/venv/bin/pip create mode 100755 exercice1/venv/bin/pip3 create mode 100755 exercice1/venv/bin/pip3.10 create mode 120000 exercice1/venv/bin/python create mode 120000 exercice1/venv/bin/python3 create mode 120000 exercice1/venv/bin/python3.10 create mode 100644 exercice1/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/_distutils_hack/override.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/distutils-precedence.pth create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/REQUESTED create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/entry_points.txt create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/__main__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/main.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/build_env.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cache.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/cache.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/check.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/completion.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/debug.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/download.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/install.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/show.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/configuration.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/main.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/format_control.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/link.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/index.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/link.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/auth.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/auth.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/download.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/session.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/check.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/constructors.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/models.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/distro.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/core.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/markers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distro.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_ihatexml.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/_base.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/py.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_utils.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/serializer.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treeadapters/sax.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/base.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/dom.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/base.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/dom.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/core.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/codec.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/core.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/_version.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/_version.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/markers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/packaging/version.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/build.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/check.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/colorlog.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/dirtools.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/envbuild.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/meta.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/build.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/check.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/colorlog.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/dirtools.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/envbuild.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/_in_process.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/meta.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/py31compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/progress/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/colors.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/progress/bar.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/progress/colors.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/progress/counter.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/progress/spinner.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/console.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filter.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/style.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/token.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pygments/util.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/api.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/help.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/models.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/__version__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/adapters.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/api.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/auth.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/certs.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/cookies.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/help.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/hooks.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/models.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/packages.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/structures.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/requests/utils.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__main__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_lru_cache.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/align.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/box.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/console.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/control.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/json.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/region.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/status.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/style.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/table.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/tabulate.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/text.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_extension.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_loop.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_lru_cache.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_pick.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_stack.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_timer.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/abc.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/align.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/ansi.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/bar.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/box.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/cells.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/color.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/columns.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/console.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/constrain.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/containers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/control.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/emoji.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/errors.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/filesize.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/json.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/layout.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/live.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/live_render.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/logging.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/markup.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/measure.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/padding.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/pager.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/palette.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/panel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/pretty.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/prompt.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/protocol.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/region.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/repr.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/rule.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/scope.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/screen.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/segment.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/spinner.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/status.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/style.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/styled.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/syntax.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/table.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/tabulate.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/text.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/theme.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/themes.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/traceback.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/rich/tree.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/six.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/after.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/before.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/typing_extensions.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/vendor.txt create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pip/py.typed create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_manylinux.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_musllinux.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/extern/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/INSTALLER create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/LICENSE create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/METADATA create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/RECORD create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/REQUESTED create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/WHEEL create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/entry_points.txt create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools-59.6.0.dist-info/top_level.txt create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/_imp.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/archive_util.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/build_meta.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/config.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/dep_util.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/depends.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/dist.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/errors.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/extension.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/glob.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/installer.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/launch.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/monkey.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/msvc.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/namespaces.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/package_index.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/py34compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/sandbox.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/unicode_utils.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/version.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/wheel.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/__pycache__/windows_support.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_deprecation_warning.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/config.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/core.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/debug.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dist.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/errors.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/extension.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/log.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/util.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/version.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/archive_util.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/cmd.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_wininst.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_msi.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_wininst.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/check.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/clean.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/config.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/py37compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/register.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/command/upload.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/config.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/core.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/debug.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/dep_util.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/dir_util.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/errors.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/extension.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/file_util.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/filelist.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/log.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/msvccompiler.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/py35compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/py38compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/spawn.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/text_file.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/util.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/version.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_imp.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/more.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/recipes.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/ordered_set.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_manylinux.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_musllinux.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/archive_util.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/build_meta.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/cli-32.exe create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/cli-64.exe create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/cli-arm64.exe create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/cli.exe create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/alias.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_clib.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_ext.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_py.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/develop.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/dist_info.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/easy_install.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/egg_info.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_lib.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_scripts.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/py36compat.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/register.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/rotate.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/saveopts.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/sdist.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/setopt.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/test.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/upload.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/__pycache__/upload_docs.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/alias.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/bdist_egg.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/bdist_rpm.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/build_clib.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/build_ext.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/build_py.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/develop.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/dist_info.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/easy_install.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/egg_info.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/install.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/install_egg_info.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/install_lib.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/install_scripts.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/launcher manifest.xml create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/py36compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/register.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/rotate.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/saveopts.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/sdist.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/setopt.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/test.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/upload.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/command/upload_docs.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/config.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/dep_util.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/depends.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/dist.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/errors.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/extension.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/extern/__init__.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/extern/__pycache__/__init__.cpython-310.pyc create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/glob.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/gui-32.exe create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/gui-64.exe create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/gui-arm64.exe create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/gui.exe create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/installer.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/launch.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/monkey.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/msvc.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/namespaces.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/package_index.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/py34compat.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/sandbox.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/script (dev).tmpl create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/script.tmpl create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/unicode_utils.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/version.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/wheel.py create mode 100644 exercice1/venv/lib/python3.10/site-packages/setuptools/windows_support.py create mode 120000 exercice1/venv/lib64 create mode 100644 exercice1/venv/pyvenv.cfg diff --git a/exercice1/venv/bin/Activate.ps1 b/exercice1/venv/bin/Activate.ps1 new file mode 100644 index 0000000..b49d77b --- /dev/null +++ b/exercice1/venv/bin/Activate.ps1 @@ -0,0 +1,247 @@ +<# +.Synopsis +Activate a Python virtual environment for the current PowerShell session. + +.Description +Pushes the python executable for a virtual environment to the front of the +$Env:PATH environment variable and sets the prompt to signify that you are +in a Python virtual environment. Makes use of the command line switches as +well as the `pyvenv.cfg` file values present in the virtual environment. + +.Parameter VenvDir +Path to the directory that contains the virtual environment to activate. The +default value for this is the parent of the directory that the Activate.ps1 +script is located within. + +.Parameter Prompt +The prompt prefix to display when this virtual environment is activated. By +default, this prompt is the name of the virtual environment folder (VenvDir) +surrounded by parentheses and followed by a single space (ie. '(.venv) '). + +.Example +Activate.ps1 +Activates the Python virtual environment that contains the Activate.ps1 script. + +.Example +Activate.ps1 -Verbose +Activates the Python virtual environment that contains the Activate.ps1 script, +and shows extra information about the activation as it executes. + +.Example +Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv +Activates the Python virtual environment located in the specified location. + +.Example +Activate.ps1 -Prompt "MyPython" +Activates the Python virtual environment that contains the Activate.ps1 script, +and prefixes the current prompt with the specified string (surrounded in +parentheses) while the virtual environment is active. + +.Notes +On Windows, it may be required to enable this Activate.ps1 script by setting the +execution policy for the user. You can do this by issuing the following PowerShell +command: + +PS C:\> 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/exercice1/venv/bin/activate b/exercice1/venv/bin/activate new file mode 100644 index 0000000..7e6d7ec --- /dev/null +++ b/exercice1/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/exercice1/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/exercice1/venv/bin/activate.csh b/exercice1/venv/bin/activate.csh new file mode 100644 index 0000000..54b3479 --- /dev/null +++ b/exercice1/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/exercice1/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/exercice1/venv/bin/activate.fish b/exercice1/venv/bin/activate.fish new file mode 100644 index 0000000..7f325ed --- /dev/null +++ b/exercice1/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/exercice1/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/exercice1/venv/bin/pip b/exercice1/venv/bin/pip new file mode 100755 index 0000000..5fb8808 --- /dev/null +++ b/exercice1/venv/bin/pip @@ -0,0 +1,8 @@ +#!/home/lakrim/Documents/workspace/exercices_python/georges-python/exercice1/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/exercice1/venv/bin/pip3 b/exercice1/venv/bin/pip3 new file mode 100755 index 0000000..5fb8808 --- /dev/null +++ b/exercice1/venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/home/lakrim/Documents/workspace/exercices_python/georges-python/exercice1/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/exercice1/venv/bin/pip3.10 b/exercice1/venv/bin/pip3.10 new file mode 100755 index 0000000..5fb8808 --- /dev/null +++ b/exercice1/venv/bin/pip3.10 @@ -0,0 +1,8 @@ +#!/home/lakrim/Documents/workspace/exercices_python/georges-python/exercice1/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/exercice1/venv/bin/python b/exercice1/venv/bin/python new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/exercice1/venv/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/exercice1/venv/bin/python3 b/exercice1/venv/bin/python3 new file mode 120000 index 0000000..ae65fda --- /dev/null +++ b/exercice1/venv/bin/python3 @@ -0,0 +1 @@ +/usr/bin/python3 \ No newline at end of file diff --git a/exercice1/venv/bin/python3.10 b/exercice1/venv/bin/python3.10 new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/exercice1/venv/bin/python3.10 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/exercice1/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py b/exercice1/venv/lib/python3.10/site-packages/_distutils_hack/__init__.py new file mode 100644 index 0000000..f707416 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f288f257f2cca53bf76754fda1cf2a76258c2562 GIT binary patch literal 5155 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 T6r2U82nrl3&)Fv(bI$rNHmVx0 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..601648e2a608470dfebfe8f39caa88088e5047b5 GIT binary patch literal 280 zcmZ8cL23d)5S$SYK@t5%Ky81 zd!s_IpsT4ax~ZnoXdoEN*B_j6|Lw$o^jK`T!h{Kh5%2O-ehDdz+=<6tJ66VqSVvm~ zm8Cj==Gj0g>nie5sdi{cQG?!FgWtmU`N|)iJ|H89P^7uH4z{Fghh+?KAfJaS)d={8 zUR#YpRmYf7340{J$1uCfo1Z{~WdntMfs6ArPZkht#2MeoQ(l3)lyHkQua51*%8{uH MT+8my?%|0z1C13`Pyhe` literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/_distutils_hack/override.py b/exercice1/venv/lib/python3.10/site-packages/_distutils_hack/override.py new file mode 100644 index 0000000..2cc433a --- /dev/null +++ b/exercice1/venv/lib/python3.10/site-packages/_distutils_hack/override.py @@ -0,0 +1 @@ +__import__('_distutils_hack').do_override() diff --git a/exercice1/venv/lib/python3.10/site-packages/distutils-precedence.pth b/exercice1/venv/lib/python3.10/site-packages/distutils-precedence.pth new file mode 100644 index 0000000..6de4198 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER b/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt b/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/LICENSE.txt new file mode 100644 index 0000000..8e7b65e --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA b/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/METADATA new file mode 100644 index 0000000..29392cd --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD b/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD new file mode 100644 index 0000000..f0d118d --- /dev/null +++ b/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/RECORD @@ -0,0 +1,1037 @@ +../../../bin/pip,sha256=d49hKNhIy-d6Xe5BVAjAPzYGhRoGXR6g39PCzfTlYWs,296 +../../../bin/pip3,sha256=d49hKNhIy-d6Xe5BVAjAPzYGhRoGXR6g39PCzfTlYWs,296 +../../../bin/pip3.10,sha256=d49hKNhIy-d6Xe5BVAjAPzYGhRoGXR6g39PCzfTlYWs,296 +../../../bin/pip3.10,sha256=d49hKNhIy-d6Xe5BVAjAPzYGhRoGXR6g39PCzfTlYWs,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/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/REQUESTED b/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL b/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/WHEEL new file mode 100644 index 0000000..becc9a6 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/entry_points.txt b/exercice1/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/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip-22.0.2.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/__init__.py new file mode 100644 index 0000000..8a50472 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/__main__.py b/exercice1/venv/lib/python3.10/site-packages/pip/__main__.py new file mode 100644 index 0000000..fe34a7b --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d6fd3747258d8ae19bbe2195a34329af3dc0fe9 GIT binary patch literal 673 zcmYjP!H&}~5Ve!E+byibfy}-Lew92q6#%2?;GoaOx#WEXu@tQS! z#+zi8aHf)3szxe<1UO`e?2xGe3@$S@RC`|sv!P1gv&sH1Lb6HHXKyrye)QG_ZB1EU z4X4xmIGfp>x_Se7q~4Qs{3L#Tq=)O&3LNr5*gtyGSk>0>G@cm7eeSR<5$PX|X10F- literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29b3b670eaa4bca8b8023e86ee36274db62e1d1e GIT binary patch literal 635 zcmYk2v5wR*5Qc3hn>Ba4dj~q5pn!gnF6N*@LWtr@L~{jFgcOB%F6-UIj_lm-Euy35 z4JbAx4K45DmWn4pqJc@Whp?21=AYj)-`Gs22L#Xa<#+fN67r)<{y!s3Ug77yV30)8 zk|e{QCbZ94!hkLVNgfc%fb7DST(LE=4?A@?lBA`SKqT3U*{48I8}B1;X-ku!_uY{M zf|jB4KnCc14QzQRLzu{sj6Mgnn>jA0)hsze58WNZ(Wkz%q?br_N#^_~5|THbc%G(J zrgWP6NEO;x_;3`t5uOH>&wc?0wYw@cW}!mdfP0F76lkvfIHi#xAk+e2E7)gdM}2`v-tdp zaH@f`{kBdZqPTtNxZZmHVtB%r6oK3$44iPv>1i~fJUkiAC}&|9(df@4IA-CmzY)v7 AP5=M^ literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__init__.py new file mode 100644 index 0000000..6afb5c6 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f8c07bc4bb4d0f929c4314d892e46faa7bd654b8 GIT binary patch literal 794 zcmZuv&2H2%5Vn)-Zn|wHB)Ig1uZw6*1rihiLIQEB$^lM$iPCtQb(_T2*lAf*P9Pow z!I3B6U3}%lD{x{Q3hJSw%w)!%pKoStwzubuX#eB~JWUw;8I7wnA>%o*J0PK$;w|g= zl6T26;n7aobeYjVZ71DyIpqwdUuWMK-Q_BS1UTe7Y=@}{Y#e85s%D=i%ehM4u*JqN z%E%T;$PTpgA%AVXHht9|E_lew)-)ljuyJ9E;0Nq$9^EgAkg~`xh}|s`iW3q-_JMPD z!7tcHP8HJkU*4{?6ZBaG2Y3cb92*p-RiZY%Gc5>Lqqg1&zpA|Gs)@cn4VP8eD1Der0;ufWZdb?xp$feovl3eRL;j>QYG~nE+=GipH&~u*@jMghA6|;!TmS$7 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4318f1d046bbf5435fb8a451b7a51bed5662aeab GIT binary patch literal 9638 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0aa537d94834a48013294e8a096e278205f435d0 GIT binary patch literal 8421 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 C+&(4% literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea064aa4eca93e573684dc6463fb62abf298ce2d GIT binary patch literal 11167 zcmb7K?Qa`LdfzuLS1an(wk*qzv$o~fbSx@P?vh;U%SEK_Y(K_%#svIDMc$` zhqJS@^YXm@o@X|im~b`x{b2L&xqMC2{*7)1|FXDw2ba8}YZ}u^8q=8(>Lp$M8YM&h znk7^HS|tm=W|*njCA*d_Wou5!sg0G!YHrD`jhDu2xl&H2F|2T+Hd&giO_iq9eI}f) z&6H+T-417Khf0T3JsTdb9Vs1Abtjyw9W5QL&6nnNjq97oO2@d%#`wZhqja1f5_gze z*V%aK1k06P;PY&PO|mIA&1Tr_=b6$;esc3gTpq4dxK86bvz{p}cH8LLsdck-mLK6S zJ=II+*de~a4)cX|iydKepIW8!-4@JvOhfBYHjmak`egZWp0*lzVz6Uu0Z%U6(AaTy z;!};CzzSbx#$7G{f* z2pWZ;9<&{*&_>ZY`OyY~LI#JpC#mt;|t@2%WPEFyhk3y6iNS0Fk4KdM`}uHupxP;|5% zZCBe-in(iS)4jpWU0odNXv|`nUqUpg6+&pYSKjjTiA0}@J8rYc;d>~7qKMK z%j@Ct3PJ zN~X&7NYwl=X!A0W`&Fz^Iw+%bc>D8l{s2}@KWrn)s4If4U+St=Uzs^Wo3*K!m zHvES4T2a&6f)b)n9C;8j?_4Tlg`aPqgGm4%efFcTNj$(3d!4oxi!t0L8QBPfIBzIc zBomx;rCbBAK_$hPv^YzBry=wb_Jh};hGneaEwsuU3P(2#+c3Uyteh?`qM?GT|3_3I zpP|GuMuq&sr&>&c31M8-p6c6LY;2l4R-DnCB9up^-30t1Qb93A1 zKG$|!8biHf#^am0j)rogqgQqOPIiorSv3Na1iZM9T{hNo7nfW>Q3aDe8pFieroLlz z^cd{O|Ywtx3AHJG_$Qu>h|;Y%djrxAptC>ru%XjRs2xCUD$g!F(J3l^k1~C0xJ0_ zF^+MPX%g-35M-C6SfVAUbu3c{Q?_JcHw0e~J{GS~i_1T5K#a&931VO}Mb&{ZlFUO` zH7Vw4q+?VZMFAolN+qk;RV{UR1=N(xhOioy)?l|}s?N6t8%BwA^gAfAikT&u3R`zT zv1!ZJUHlum_08doZ8)e~--sWf!;skFUL%#IKlzUkey#zcXar9HP2ON8x0uB<+&-qU z3^Ug4&$M-&*)03%L@CSOWDXmH!**B(ea4gvciA{vT(pey9Gv^aI_#%p7bvo^bIW2aW9YMBuj`ZdM zgjit5KeYfu=FsN^djWlpvXk6qFREGR*KN4nQ)oTbZ?V{Eb_OjAcw>>BMeR6y3BAt^ z?_g*io1JHQ^gPku=U9KA7ud^q@_ocs^kznE!Qn7P6Xt1&)OP44$xbAi5bEqlc-~Nbhe1 z(yN59htvs1p{XB4 z0ESfQ4M$7sP0^d$^8xB$Q(!k9!|~u%jK_W1B5J1am8PoE6B_FPN~$Gy$M%>X`|18M z7^o4-$g9KK7gVoe;si1Z$qy!DA@Eu`s)sG{0(84#Diu!)s*}>wuiQitYfs^4b~Rn= z7))#GVxa@y0l&NuBR<)&;GHuud`@gUHFovg)IY;RmmT;Htvtp|X2Dmv;fX5E%;9bDF93*o07wj#0a)WTE_kep*9oM?|^X;~A(c9;o$ZIO+ zG>b|=&MC7E{7}{Ybk8X%3;LBIE};v+rmvv*s9AL{GXQAidj$IZN9ucQ@;w)>4ysb2 z3`7*fz3ZMA&! z*2-%6R`KSC3a*Gey^{L0nh!t?SSiE`HC{oHOy0V8?arOG)obNjcUA$ToieZ!1XL#3 zuH#8&%C(3E>j7uIXMjYOI9~ztm&;1G%jIC~aCcsheZi z1dE@yheNLdb=tRKdO>aYbyToXY^|xwvES90LFl-h#kQfb%si&uhYDE0hOGr1WYDz_ z6&bbwMA~oMQ2|hDED3X@@$5!W-QY5YWeOt1#4R#EL#C(L&KG%#l%a#N!7EA{JYQLN zGG1urEQn$L1@R|urowfkO!y=fsB#>oa@0!PHCW(}Rgft@K=)BXP19SnK6;17eS%I3 zHP0G`F$uESkf8R-VQCqCX&({$QbV~KA|jCt{!wrLtVbBK)O+!@^uhq~9Vv7Hc(EqW z=MmZ|174@SDkDw&;!Igw@=HU6>$d{ujss_^gn%zvNk$EK(B{QYu()5*erdU`)jl-5 zOZ8%6Vxbl4(EFo$Uq~p9ZQHcNj@}mty>&Phh!|+Dqko}&sYC~YVYJWO;Bb;X>x+EC ze)m&&Hd%~3*{p1k>xEGUk4u;*ao**vl$8`6AuLj&|5MaQ*-A+P=m%0Nzs6HZTri9r zxJmY)eRO!A{k};?y)xvoC^X98QYt~=(U1**TBHHvuJ%)7+uXJ~NTI}${An5+Qoe;C;TPwMtw5tX~HAbyd>KlQbnx$xPp;WuKWdFm4{I{h6}zpxLnf(cczVL zeUv}_w}!-!9A!VE-@(lRi~%OtB+`Pcz!dX@DfYw>{Vl~dFs@@V18lnyXS!^&wlf_Q zEJAE6UPCS0Ar>0)4UA!`ECC{4dMa1&bc|}`7Is{UX^CxnGk5eK!gf+Fp?&6qIyUpa z^H6+*y%gKuyAH$^dTZSzh^JzI?n7vNpR;k#af&#u#_Kr7ccPWGa z4$tKx3S#gy7@ISQ$&O(>M{M}qu;84ZyBSK?%o^=u!wNYt&X8p#c9Z5ST?|nfWcjN0 z(M9N+PRWNI#b{zftdbUBp8}7#cREOKJT-nj0j3*Z9MTgy92qk$NYhj3V%@o<$-)*| zQuWM9eHPEqHh)RZpxEe zSZ`t@H;mLxVg+>|&q*}xWdo8dvI9z)tf;~3NrtkKK!t^t72ndE&Y8#CkUB_o@33Vabv9b&0qJ>BZSWQxjt`(vu|bim0SZnleh{%*-J}SL^R>Bb|SPZxwwy;-arHIF(jv~o0 z4!J(id6A(16E2mlaglqN)!U21a&)jI9NM{w5&Gu+G;RWol1vaLcN=M@oz#LLASN++ zWOV@b;KW~BQJ$I-+hF~7_~~K)T!0h1iSZM=*+4MGm3pF$T$oB1!}W+&+>9_+dA@%^ zyFzkS#xZ7fYoEppIQ*gQk&)~t_x=($G3gAj2$Fg*g_Nd4egzsqx#rl~%vAM<27)hp z2Qp7vX4YMJq#b9MNb)lDOBqYl7vbx)%`s-dY`&@d*Vsc-ys6&Iz*s83_Gqzd65+{U zP_@nR4(8d(kuhCIKnId8J~~Nr`3YO%q;UyLk=rNv}t;!1&{OGYpGuuRpi~vFFapbKd!`%)SK; z&*vu+i_lgw17+>!=%}+4lz|nLy;MpL{Z2MF=d#uWst9=|%A#S`!ob7?m7~PyZd43SDx>0>UA(x|TJKtlVJ}PzY9e&NTiLk%2d& zIYi3AY@keKlja(NM?(Te@~!g55Unn-L5PH!P9Ap0R6=wJf`eQ#c}yh|@VF2OK**kt zRbnySA(Lys!dyp$-ZK(J{);djFeNb*ug7m{&O52aphKMpk>mg`pqPwBv(gI-5~u6k zr1E*GgM5rNBX{0EP+*igmp#{~6mpNi%JnIpk&#U4eU@rJNAX)+Dsq@a$}@+P2oT(8 z&mTlsV%!jzArnL(Re81!Dn!Ozt(QnA?GLN#sEZT*g}ZCkq5&cuK%%>Eq4ouTCy)|S4d#>r=k z*YkSf@OlN9vtDh_fRc3LA^XXb_PAHsz`;iaGA|Kv;JnM1QC$$J@M=b(mHc>5YP;ZY z>W;salH;}t{0DrW%|Av89(iz;+u+GzfO1NSV<0$~?m{S|;Im}*17w~e##cF&X+S{4 zOERjS&y0G^sdP}dgLFgUm*_pJEl<#9!x5_VfurYuO$>cnx7^%+8DOTN+uu%GuHif} zzO~Huiz93Wg@$Bp$O@Bt?OS1TGUP^MeUogV3BgCqfHJcS*Q#tTfkm@j_)dE`V8l|@ zz=@A+XWl~lTSbU2f%nw-9H$zIxcCG`qN3gI+bVr+8pmji9YtxRh`gP=SvH_<|FehC?Bw4UBP=TocmgM>PaYz}_AEGWlC&1={~y z?49>P1SvWuQ{E>z(8pf9n*xhHbynHiZl2Y{pUSn0s0on9DU-Q({7ukH!UZ4~$M{hT(qDw!}KJesq=|JZL6E;ArG-pbS5$8Y+oV30~Ki$x(Ps7CB+eLZ+Xc9&^ zAly~VJw+TNHLx6@KRR{MN7ELgR&Gd0i9>W%aLMZ^{(#H{4%?K~UPz%epa7sXjFCq$ znwbO}D2gKc9%m3^dElI}ZrlTSeq?uH^EMbJ&k{P6rz7svl%GM9I7RIO^g-?16a8dr1bh|qxzr#08Az6xAn^cxqT|E#v~z`OWJJUtQ9IAgQ zk)HHE@tRDgiBYev>4C5S#I2(s3XGIh>r&nhwAcfRi~3xHM|| z_rbm)$8OMAxUS+-+DWFL5RZx@R5DEEoal54hczms1jW)#DCi3FK=!-MNcbzdLvF^>h4nv$+ZZtK3C*+etQs5OQSeDxp=PoldHq(#Idj+k#n6 zrhR63*9RtuRZ3&XTalG9aVd_GVJ0lQuEHMLH*DMt{US0<10-;g&X>N@i&!fK`GW9U z&*-dELls3bL!hsppr&u3M)$(eZG-mWphBhx=;QgQxa~{H4KWUH@44DJ+|W`tk%1+I zv1xo^Fyl*#w#?!){rodM4|?B0FFM&F_lNToO0*t?3aASOy5(}MCs=d({!^5+i}(_w zfE;uHSj?XlyEKQ3S0mO05z0xfTz=H_!*os@|CCu&L9_KBib6qnL68|%M>^sjy=($q zi4Uob_#=oyf}}Jx|7EHLR8Uq(#8mhw5(j6#IJt^jf>@evj>01G85M-u#Sb{_X#s&jKeHv(}um;LaZUA6^SX6951J literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d46d4ff9fc2fe34697573ce3df0aacc99a8018e GIT binary patch literal 23164 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 J7vH{8{T~Cz>`edw literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..238e23e1260422eaa839aba43fe90e6de02db04d GIT binary patch literal 9180 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 Ge)>OMii;uu literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/build_env.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/build_env.py new file mode 100644 index 0000000..daeb7fb --- /dev/null +++ b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/build_env.py @@ -0,0 +1,296 @@ +"""Build Environment used for isolation during sdist building +""" + +import contextlib +import logging +import os +import pathlib +import sys +import textwrap +import zipfile +from collections import OrderedDict +from sysconfig import get_paths +from types import TracebackType +from typing import TYPE_CHECKING, Iterable, Iterator, List, Optional, Set, Tuple, Type + +from pip._vendor.certifi import where +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.version import Version + +from pip import __file__ as pip_location +from pip._internal.cli.spinners import open_spinner +from pip._internal.locations import get_platlib, get_prefixed_libs, get_purelib +from pip._internal.metadata import get_environment +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +class _Prefix: + def __init__(self, path: str) -> 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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cache.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000..1d6df22 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000..e589bb9 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0cfd8d42a08285b61ce62e7da61f26afd16bcc6 GIT binary patch literal 314 zcmYjNyG{c!5cH+t6e<7U4y8zzhzcn}6i9S5>1Zs+-dr~4$I12uLQTb=@CE!!TKJDWa12h;@gL!tQfBFLU81~?34Zq6ud~pSt n3eL_KWZ=M{P7#B4U>t#BN=2!8cR1EdA8qgOcKAjfGS=b;*~MU? literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2716ab99bce531bc1ece0875538f2395702737fa GIT binary patch literal 5347 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 Avj6}9 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7bce952d0cd64f63b0f8bbef14b5936c469db538 GIT binary patch literal 6290 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 KrOnGaVgDbRET0$v literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..10ffa3fae8a1140fe6f7648885e2a23b879124e0 GIT binary patch literal 22589 zcmch93!EHBdFQ-$_Nj;EwI#pW>&I$s&8%(N$SksBS(0smyjrxfjThU)>{RdWXy@hX z9!c9?g@;TGBuaqGgT#iDoCk422;_aaBaq~B;V#LMuy>-CbW*ef8B>->be>b9i_lfxlND{dKqAOe8+fhu*)-@o*0=?+oA` zN~pwKLM2tImYhqiM~Ry??I1J}@^>ADkPM zx@;|7ADSDI`&@0fJ~B5_-!QkKzHx42ebd~g`sTUKQrB0zq`qZti`?gHm)1w;M&-W0 zc3J)Mxy$8#ptiNXZEl;~57w@zUpaSW{i?aEnskWRQy?BBPCAwCgycdoxD7UfqB`Z(XP6Mm3I_+wMElo5SUxlZEB~wTHUVh0L-gmFt=Hl zSE*eBbEm-Uioxu%Ft1iq>NNtj8&G|7cgCRZvQT%c?@{-tJ>ZUe1?tr?sCz8bUbRnp z+Arfx#bEYXnETZI>H$CDu}kEl1ON7Wqud!u^nbbfA64DL}o z&g1F{nN>+9lyKdKX$eXlL;K>Id*NZJ$o7AH>rk`}9NV-FTX@Pw!Fh#nbC$7yT={zqq@(F9*~Q zs~o^XfzD7u1Kb4!@{A zf>n4lhSP_DlaU>p-OcWtnv^}i$-Q}Nf_DoU^-=Xp=(Rn>NoLUO8r}`cy8{A7|d^4n181}rhZFs|G3~@ zia~u0xPQX!mo>?#-&Vf^Ox`4Na*KN%F#lck@A0N=Y4UsOKj3Lz*6jDyC*3R6vskhJ zsQwdZQi=8ZN%YG#isWi{-Ty%SA^K1<+dopD#9Wp7&+1da-;MR~#}@xTQGcrbi*V_G z6{)figZeWI^=b7P!2CI+Q+94K2JsmS@fRvopH+XU{z`a#DF*Z3E{g4cSN{XpRt4L? zR-eNdDfM~j;ix+Tx&ArZ``@7MIk$>6>r;OVYAj3b-`U##slI>}*rr}o{|oc1#m4@E zh538+ML>L5{crVu08@{_e9^-EgZfA5=bxmXMhxa3EzFmMRxhb9gA&ac#6Mez|0@t* z5r|d{;;RYJdI7FxZm&VwErS~r0!i7N%Fc)dO0 zUD}L?y9}-@@xpITM)lXgW(9U9>ifWRbLzvm%j4cfkPMN(kf z^Q6HQxUPh3URl%fs!mJJ{~BD~mX5T%*0v1Rv>e;b-mi0ScVFf1a_@9s?Y_p{?e1~! zb@#ga-2Lu-?zDTq`+!?Dm@nMjoPq8RX&%Gy;+AVv{hBNP08;htf`<;%CSN$cYTp=cRjh9<3x1q+JO1Xhc>lFvR`tHEI z>mPUBhSMr*&-IEn&Z66Jb-C8*&p%$R0OyA9>ITQ(A=C4gn(dlujQazvvgbKK zMLI4zN18y&selYs&vzR>z-!&kj#u%p(5%&($AL8np%pPfDVO~gvn?R#xqgpA~s)1W-l?QPcUSn>T@H}ym+9C>JV|KZZ!J$oP6U)p!za5%E)`Xx_S zN-d2QKY3hifk`?-mrR$!Fm)t)`w$ygz+1 z?C>RZ+jh9Ud8 zoVnBXcyF*O%B$@Y#Q|x!M=yF)a_3lpDR$FKRm<-cw`k$aw0ht!fWU;OxHatfzI(zq zjf1>-HRYU3I@4f*JnN3@ax2U%fC0nI(Pp&~X1!Le>W5jubt0{|fj0UI7FVKpA)&9w z&$%C%Tx!7enw54PeC16ZZ|Y^QRj#;`kSe-@J>r#GvT&1&ZWGJs73^bF zf9vEiw{dK;R-Kn>E*< zWZsknb7JXnfk*ncBuA3^M%;#35kHj_?xVj9Zg>eF?7)o=PFMveY)za>am^L1wS9@l z^C#2bh2(1b6u2Rocye$RvThC1EY#Qg@8W$-tZl^ZxEW0b7v^NYS?S;|g*_o03EdXJL?ZZCXbRwm*m`pfOR?5<4 zBBRIgN)|L6va}Ms%<__Avbg#Nw%k-NFLy{PV7KA5mq#&@8v;o)Nlkj`2|^E7mfXs+ z9m$JPn0WBwj`JQv@eWY8ozS_}#5+MJ$cCO&rah%&cb4>;g#DppUO`bk|M>nGM!I{$%eiPbgMw8cK&!zzP$vOH-y3m zUBRu1Q;UHXqJ6nPb75_052qU0Y5!U+y?-1&1>=cC2oqLWN@>Ygy`8?tu)`R z)>O$T+2Zb66U6iGF4}ez>2TNpScDirmSscnlE<+oVv$+thlxjn% zH$`~aib6s9FPP@eBsPEj^i5mU*8 zn-qA3YPU3BZIpG@^}<}Oxwr_W*>}9G8^CiSD;#cU$1MQ$16JY8vfezWehYGt1^j#${? z1``Uq>O0(I>ufDUk}2nrB^Me_J3xbbDcW4bqfjtFG$)N22v)+-+*Uz$3aCs4Uqbr^ zY(;Ph#INY*2yNP^qG({2V18n;`Oq%VZB~^RtO6?>bF~L+atDTtX3hKZe02vAD-^1A zm{3%UWm=s(92X`ix-1kL&4O}Uo>K?Ss01K@Y?EfAwo(vQT)9hd?S&EDAgv9AsUrbQ zAI^3R+tVlMG6mz!oth{Huip#Pg0S3K*bhA`r5)hxcrCY5U8q(%E7xw+T-dO7caciR zs%2+9BJlY1#Gt+tJQ$7`yY zcGT>*wS7K52AdSy^c$J;BmEmwsq^{16gF+K6F(p}+9`m0 z>=Q&df}aYm*k2k?_uvv++fCr)A~Bb8(?>H3(cQTW?y}VBb6K~~&8if9-#mU13!ngk zvD!aVZ5*z*;V5L!Qj%NszEPYfgnAjgN2@;*ov zmV#WNu;kWYTC)rWW|!dF@wSLH&cMC%!<_L(_2cNF7-m^n3i=8V4fE~Aa6o>Dyc-Tc zv|@kwy6pz@2VLyp#u7NA2J68+QE`PT9^C0>tGr0ZxY_o-suBm;sY7ZawtzXs62F0Rt3>ue~nh6b%(J61?Shlr@%wn*mP|)s^ z?W%SQXy#+}&^{RHd5h<8$ihGZq4vQ&;ztt|%!$Il(Ljx8L4rvqy;!^kG^|=19C(ZK z;4~?zkHe=Z!nZI8lzI?I6^;e{1!{o#rU#=ty2)0W?S>!hyT5wO#l)fdK=oGJM{q(G ziAo6udDTa~2^he;ru3$cf<;M$cRGF*=0%aThN7r6YfT;I8%@|OxC<_yh2aRv=Ydps zMl(AExb9(#6xEU-#hYMMc+U!F(IK305%5ov-9TN)&aC_drv!76``2f+%DKVb zO+d4d-NOt!fmJ8nds=Y|aBl|LLIFF4>w%vFTxB;HVUnPS2;D~x#a04qSMN23r_K@6tMIfjOE3WpTS5XGf zMSEms|APe>dr%L`*}KPKCGAftu=zH%ThTcH*IhS{L6<2Q$Y4>8TX@P?T+0tdXV!I{ z@!8pf&fcC59(J|q3mi92_NO*bHcBPBMYfTM=xT%e!YCZOKMnH>ONay*#th)BH+(aZ zLGw_O`7B5CAr7XZcP`f!8diG`)$5f$8u~dZxeWK9THOi~jN~_BIuwP!6c$P}Qmk(wn%}%>EhYj$3v* z+ht3NC(sMM2O(a%OJ&GM2vh{bGz10vsg1a!EWmi!kQ>D{fqBa+P2)QFOfl` zy{a;1pPtTPkM>PdxF8Oy%U#li8|4Kej-UdG=IM8#1O0XsL47}gNjt>%!Jn350!!XR zWC*0CwIPZg5)ZF>)&(3ZhXk04jrT)RacUY?D$D~f2K<6uaha&>%+74}_YtRc_GP$X z4f+fmy|fX~+?Cz`a_969az>Hn!DOxG!CkQDfC!NI1mR-Ro~kvQ%j963uN0sV8>&#N zHkLg@6l-8k6f5XF_Qzn1EC)j%YnMayo$h1&ZW@NkLNL_ZZ#cj)N-~BlLYT&)lv9`% zB!sL5Sx7`8m2bmY^6NNI!G7C8?zRUyvgHk;gwmBIm|&?)L*cC z(QeY;k4D@%Fx23az@1Qqr6xR@Vf$3#lV?^c|G=TyBhz~x+#fvtU|BC?IUqk+&lTgZ zSRGiqDr5k*kLeG=64>$pZnhVf9GK^-iIw8Sm&!1$;agKSpalXM4;(o%Gusi3UG4P> zHp);h!tVk-^bcWb`h6%an0>^&`aPVzuxW*C3W1I|5+g+6VE5k6o(C&#@Yvo6hGrp+ z@+g=@nYaip#4%(9f-f-B>$q5aFmuyCfxd#*AK-y3BDo8&PeqfM>GZVye>4@bl+YY-l0vBHvrd1KEgMd@J<>ScFbH)@smu5?< z#~>(3ib$VDyEl>*W!cjhtN5)KF3d-xegw1i*4d}2+*kGcF@HJpDS-zo89YUQyyvwS zm*=4H5hymnCWMF6tBAZH*qcS%Cyn#WL==F^=|g}u0hYe)Y-*xdVM%mN^TLt|8iX%=~&=FCF}2k+b0u^b>cB?Ly-xVw0EB^c54o7`RA;;n^=!BV*2sD-*fPUGk(uVH~+Xu+mb`!m3w#a5h8i}C# zY2MMqgg>Jz`Yi5Z0e?o+(zs+5O~`N+=aWYf)`zZ423Ot>2d8YUqUcn^o;wy1DC5Dl zS*?_GzV1oiB_*8al#CG^_3>%06-OUR=?~&3##>pu;6IhsAYhP&98!9;?Jh&r;Nktrxo@u-A%EY zpp0SrBV1&NCUJEw%*BvE`51cL*X)GPnFz;Slm-#JkpEKI>zJ>V~i#+!s~J>OJ%VJfgR46Ij0anh6NDOLFW)V&UPq$ zX4>$X5wC_fA!j8x)}R3(9$aLD%ekEKI^cxVVNOH|J!oBLS5X&5XSyjFM6h7JCgv2; zLe8srEVK+12wrbN8H;OHFRwTYRQmk$om6o5|ApPB}pT5~+T{GIQhW zUuF@P7a~p4ki7a=SV`F;o_x)mt7^*JFdv<;8JF~9hv<~i?G%TFq2W3dcU6)gnD@3j zg1@`y*l<#32S-&=Bml8;iB5PcFzo9^=OJ|4%i(d^z|CMz4p(sWXbsb-OZrwV1{D$E znKxTHI-F(RoH=4G>eHAKUDVEB8h4Si;k^S7tFRjs&Zm%pg^Us8VkLbXStAQNy`0gT zctT{Kv&$)c^D44MwIRnpvT#X9B<~@}&tllA zIU1ixO(V~w_##OUyMa6zj6*oq>8bfk8bP*brf3ZT-*c}2BG*o{n2s$Y%?I}9@!~g3 zZ^Z&U-iO5l!A~V024SB}bxqHtUI7eJ1yjXacm%5bHCrR>-_0z{6D@uBYtXkxahZC{ zXd<|YRtwj|rkX`3(cOfVPQz$!*NZyqol@uI9J&xo<01zHyLJp?Ai(b;FHY7a9C(@SPM1hk93RE$WwD1jQRTk*hICrZ1BkNDaXr8A|2xy9MFYEy;Xl=$i_nT$Jye;$xSMKXvDx+1z`&i12Z2dm})9Ay*`mtH`cIkd*0iu)KPuaaWk&7#2YR)pe?^P?nB*@Gw3}#Kks9U=ume+~l5` zV@0!vRntcz9Qc(dxSig>>YlUREh6#+(IvClS-hoq3x!y5SM*{RUv%XeV!?ZGx_q>$ z3&;X$YU!;P6=aIZA)E;ah~Tk8lKGC*vcRT0ZtpnAkR|aW&qYog(53b;+OgVww$9?z-i->r}` zx$ca*(e~WeHS6fPS8zz~GUOHZ%Pj+3!PT=&`=KyF&NAv9BpjDvn>f1}TNij2WZk0csbz}`)+;0x@NnPei^V5|ki36V~U zue4w>JVGltc{208nFg#2{vJ;rNA5Nwi6y)NsWZVlMQ+dNCi4DiX-ZU}Yfey4aylln zC7QF%IJCC#5griWf0$w5Yp5zD;T$sAGf}KhG}O1~hq_~0{|=^l-$YJt#jpM?7W@W4 zawLqs@ke+B`$|Nqn_0&wW|&4KYAvH~iR=sJ;t+Q((nqF6FmqR|v*fu&bnfM7$Oq^qk4Cwy#_f~?=v(jX+V?hT!cq%B;vRwJ;xQbgelct)3Gf}vF4$Sz zU9z*tTy|#-E5<<)6NSBCbu=B7_vft4@fpt)5xve{H-SypX6ifu&l-6`3 z`=opewAmiJQ|TWvH3&rEUKMuhj=w{8H(S9$m`5~^K?iXpO=dIMW9Gn2Y5GtJUwf56 zcp{B3`UM$(osO(P7z5XI#~DKagK2>Yjj>8Oe=A(lUGF6v=n{B+p|Y;ia%qoH>2~nXlq%HZ`Jqe_ zU)!YhXSmIAIMPK}f10nJcnI!?;qYCuWSvd3&R&7BjrMC-wQFwH+{JQb1wm6BvR1Lx zkc0)*8Cx1mO_HR#(n{2ih^*llmx*0&1d{zSL%#|bm&d?vCWQjuH<+)+h(T}o8IN2Y zIb!1%JCR(Ipf0R8nT14Jm{%b(&kk|dSoe)r(N%<^@0x6TdQuMTC!zkw;J1)wonTeB zf!+S*N8)4h5oZUor(!K?;snqhWmv@Q38TLt?My(rCm{ek%twlr%$WM!_>eekYu4Ie zYSzZJf+%;AnEFH(IHD+R&*0VHo}A+ygy$(dOX94KcSex`WJzTdEPCuK8+`|dshDBx zsaFp%zSYuEWn-ogCdQD7mJ%DV2NMP?`LSpx>9yvT8^N_kt5x{GeSrjKJKyg==!>zWegsP7HELFi%W^(v4t=hy#fFP3% z3LxAtbAU_{ePAO|UF-+uNWlP&5Rl{}rdz{QI)vR_l!`GWmc!ao)QA#$8*ZSe;1YQGs@#>5!2mvdgyKTrHD$s}Fc&w$TuiTAXTqba z=`&DsXR@pKOqL$dqlpGg!_|zRJC@Y9OKpa=Dto5S&jCh0qBY~3$*&?G>ul;wKf+XK zt0XHcSY{%!WNb6sMulEuy8BqUw%D9f)kP%GBf4txBt=-5ccdFm-ofG`&Lu$&&G429 zS>PSy(bz~ddvbVUR6LiQ(!W6tKY}lEyAtWClU_1Uvgl1|z@-BeB z7iy%A8-$N9&?yy>HE3mlaJ)QXpJlqP7kt1PwOCMDB=C#uQj@%Ffkjf_0}CRzLlzH7 zk1kv?9#i|l|GSMECv|WC8)kzq{Xgyt#a0D(&*C^5|0V|g9VE({<+hbZqO@C}EZ4l<=$^irSSLOz!O<^>SXcnx zwzV5>v^QSKZIF*u*k|A1)Ar%pZn^CiY#rDoKqKg1D0{wqxEKsq8_4`~U1N*{yZ1|D z(M}8Y8&PEF`S?dMWcTyr97Y1ubbu;9ump} zKIt9!CkldncBJ5{Yct6D4(k9NARq7v)ILgkqGlo zGu(r_FvEWsMZQcmpEDj|^+PP)#Oe*Dk_co&6nq$2W|hlgk;M{=qb!zL)KG*O%Ca!S zf1N@s5nX2$&v|v5#W5BqSgf*mGmB?fyaNTy7CF~oV!eJR-!cnbznjH-S-g)0GgbAo zEZ)!Jc@{sz;)5)huqC-uChv+_5+(x8BV;*Wl+(R65p{`&OB7iGubKfsiPPyn=G~vL z_)`{t#)2-lINAEoc}M3}-_C;Gkp2r6A&bwlpdF+?&*E=b{4I+wu=slxUu5wQEWX6z zB^F<1aechF0gqvRxA|iAZYo&s$_yj+`5|a5*kMZ~zBP0AK($8`rwJm-1NNPBD z9s%a_JTp$E243E_b=&rBnT?s$U^ncXN{*gO_4hodM!$v*yXi!0pK%gB`qk8M4+LP* zW}x@Ynm*T#Vfq+}TF6J!m;sj+S7I^CA zapJW8OfMIl(k$uOZ2Jm1gm>o6ih8(0D;2qoP5z&0yRNKq8A2?(UjWmiP>#p$%YOSAoo-Lo%o z2+T^HBE&y{BflX3#n+tp2N4p2s_q?_kaf$S?Xq2uugYDI$01<5_4se~F9-OC7R$}W z#gEv{Z3GFD6;QH-l|12$*1T{^H*rfZ@k&4O87N;m(v{v{JQ>^t>C3?}$ibW^febbw z8oot65OF*F`5tlL}%r~%lzP8WqqyMnXaZ8>#X)bbEFj< z?B)tW3v+nIUIUWHo`B%3GY1@938~ zIcy)*RlK8Wy`#+aljUN6J>FB*UR>nA$NkRDwe=gZ$y;?D_3UEmOx)y6jNW3ls&BZSOnBX)G<6iU|?4E&E$x=r~uzaczD0w06+@53|JkqSrG zP{LlEp$dI~RR4;ji{IQ~P)*jse6!CO${9TDcR8j2&ur4kPxF4Z50Nw7x)X6dMq7G9 zaF*cwCs@Uq9W5t_jv5m4KSSD*LQ{1ok6ZV>6Ik9QveD>OoG4Dz*5`h7&;8jiczlcR&MA;?mhMrK! zM*Qfz(_H>iAN@(D_&l(3tF%;DxuFncEoTMIM?(BDON)M|s{u`~LVE-k2*{cq5Rd~{ z-+dWpswjk5^6@J=LhR}x0$ng;GU!ZY+ zHF_-aA{EO~TGu?!Qk7Tbh?Pn#>nbnRr2PW^03DBscBi>iI($?cm6VUM?xu59WmQpg zrWnw@Iu(*7z$wy_0;8V^ma3ba@Nr&06rvI!?NC+=)`ZkHs0FX?yn&m z=uB|@!W3Z@JUlshbn?+iqt)%tXJsYwayDY7f}`7Vv^ZtuNHV1imseTJ*{XeXl*@`k z-AxO^m-sF1$fdM}z7Qe!*2BD%D&;&`q@n~539n`|@a=+7m=P9%QS+suz}4PDpFT+LPp8_m-8LG=we~1`I-d#CQ|%UMUXFbM3xsr- z6*MW+f;E_(28Uf{8Z#YSPt>nSybHR2ejlAy1&erk4znA5R%P=7CRRp^N}S6&%~-@P znaJ{t$)sMY)2fVStP(ROkFLpo<@cfsR$fFre;PHC4<`5Ck0ku&5%@Vz!6d5lI!a&_ zn1HE|GM+~!?@7HBZ$UCgaOGWiLfprp;}b##fbGE@;_w^t7YX+803Q&*{~kDPVy(vb zczmFPB%xK7Bw`5mP*W%obV2L`CHjWtt7UCC#BdzL89_Fam)T4po5_tOgvGSY({KM@ z%_N=J1r@fpdiWomW@}~Bn}b({&6!sv zn_g=5F}`MuEz&1Gthh|@Lu0Uf^w}4I$cmKFpki@CgK^1&q%4HwlSINq5Emq%hgGRp z1#*`Ld7KqN6>~wk{}O^V9t^Ou?q@_ zdgr@}#QK1{bR18Z6kkzR-79$>OG!Dr)Jw`dhr>lgvP7zjDV34P@{GkiI-P=(y4&rt zFF7yuYs-3Fl~vIJgohRWeoPI!^%uudNn6kXkI z7=nS2O>HGQHi#)PNb8wBGiqaQo*2lG)-mXjEuFb5ojtEMPVfxDY^O#i2!Y{)_bP}u*jyxPEBJmN<6A`CWEysjJyO92FID&m|f zOYinb83}^$PamBZ8^%KzVjV;ZaX;?;0MX8HjfnBwBB;iD#&hF^`3wG0;|(i(=aW|` zfWos;S&9i&08To>H-~Fi+=ij}B;YFk;!xsGa$6c>C5!WRh;cKKqah zF@hwH;CR4b5wlUkve6m146CW~HyJ=3E?RBf)RB829K*pYubtONH{OKUaFdlu%)}Nb zr!Okx50<%39(S}@0->&vOvF2kwx^2<@JmS)^Hgx%dX&3BG`F<1n#cQeQLrfG<)l)* zlopi7Y+0$S^B&g&C*zFa#e z=otM3Hzn}<8CvVit=;)bZRs_&Rl8#ic<%w%oKcqM*GsJ)txk&lqI^<7n{66gu>K0I zA3;5*J2aSbT zK`Uj^!%QlZ(E?uPfar$eP4&6XymI2Iq6Og{F!+te!)aa~(1FK4(7yMz5Bg~fszn1) z9esz0GC`FGT|R0Wgq=>P5X#I&+IpLdYWki*Ob^UkFoZtLLH&+n_E8^s=(_2F^h^(X zsE;kQ2C@tI@$le^a-)cpNfhxrdbbe><;ZCTUk;A7N4Fuh3bY;mOWPsPwq?oHH~hmE z-2ahJT|T#F@!2_(sdKx~!-TfqwkCJ#-1J0dObqi3D5ZJZk{hCk8G|S^ZJ>CPbDfSe mq-v6-nWenVyd)Dww=`VDRS=c|$w4cqi&wOSp$T^5-G2am8E2LN literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cd6d0f5e9ac66496e281355653f72b4bb1a183e6 GIT binary patch literal 9985 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ccdb7c1e437e7d138e9b63d59e575949293293bb GIT binary patch literal 4988 zcmaJ_TXP#p74Dv!Mi(o#?8KL3cg;cwT8OkMSYTn7b=4+e4MC=oKx$Q6%qr@(EqgSh z?H=AFy{geq$Y%ruY{yZ3OU7zT>YJnCc>PxWiHx4q!_MP+w({NDt#|9XlgOJm zXSan{>b*{{4s}7Ks1?@RVW+M$F?FrC55_QtcJa6S~F)tixTuIt+b`SlWbT@qyN^a8=1I+3bWeEs%AB_I69@ z^lBH~eowR#nHl^ESxmO$Na(hkonR>SDM-kJ^=BXhK41YG0BZV76%xKeOxTx1o+=kmor)){^NA@(f{2n^fybt-n@QFFt zQk?W1V;zdHv5it*cnI$__94zs?4#&Zb(zR%7c~gChIvh3n{i))1n|p?6rY7n)o!Ra z=&U!1EP_-EYKi*f=W2z>RU#x9c}3hx)VnlcxS}|CJ+fZIDxIZQL40O87PlY->|L(}&`#+Zu|!vbd7NZgKaH$9WMT_kQFvozy~ zyeI%kJuwH=Eg8I>nXHX**996?(#wrFI&a<)!Zy~F!3Ki}ChxS#y5ooX)ILVj-vG&w z(_kY{fSD#1ZTP7pEQ5oDfOg|(i?Y8-gi^^aDs>*=6V z@8OKp3*)UVK(^C~He(}abyNZn183d$Bg{QSGkKWY7J>K1YXr&C+Bwvi*y5WwClldf z)W~Ab;2{K<)k!A|S5-fXI?)#LQq?)Z5A{Rhm6&@iWPD0oPeTSwuyQfyuSboE`p@z{ zq%6Syh%*0A$h1&9{Aq*}PUGOpIQ^~eb&~DXEXS;PODE$n9=W~w>ID(JjW21Ej;e`+g{g9960@g#o&0>lCgEnn zhU|zvgP%~iE>XQ;Du!KPT$T~-)JZyBscvJpBJoDhlG;(cm%2iR0Hialk>`hKS!E2? zz}(z4b4nt!p5lz^xd~^KVl&R*vAA}Pd9lH^q!uwOg5jzwr7+q?Z?L4<}<+1{9QRoJQ)mTTxqv zsE}Pr7tquZaU`oV>N-SF1UISI(XAxeS8Ftw!;SjR=B6|kk9+co4AUGTIj}Kx)*E*> zOsX~^n$B!@1g_peyRS4(p8L7ne;l`zFd0?#dx@zI()^vLZP}yiIY5b&iv)=J3AgJh z%aBphQryFFqs2aE^xGiT^QByY`M(693B>TxFceu<^uqnW#g_1tlAF-0pt2R>i16s=cR z(gN;t35r@=`qj5Fm3_uomVzwxl6@$8%hYd*a3fv7zW{0h{!<`gRqLsE3+25&VJBTN z>z&cR2x@)gMqO*i-5x4Gk}JJ>(T0(OWY?=aJm{Xu{aJ*r;WcxoKJgqAXK8uFeYX|i z605RO(^!(koAM2#9OEGV2iaBsCuCYvbotDOO6YHv&srr5PGObpS%3Du@`_Vl;?CkK F|36Yk39SGC literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..959110c43848eb52e0620daa506e43b05c279068 GIT binary patch literal 393 zcmYk2PfEi;6viiQ`Uf%KLa+-j&_z2ISAvMOi5RRCNtz1T3^DU)W0OqCOslYX(iG z2Rds7E!Or>zq3;gw5tNUMulbty~2qC>9@;{=T9b<=antXbse`fd~#2mCqip^Jh$DM zKb~4-PKh(4w~kNDviIm(bKCJfdgI$ulbW`>_a705K8$CRJIkxRAE+?Ys$YD+<0Vf4 zC*i7yQ*82RokAuBe&xkV+Bi0A4IW4EFM`Kf)WxHaLl&aosr| zj?S=%B@EP@Rj493k8@1pOhS=`367E&3mM9_pb=*vhWWPaUZ$L_6S%5=NE|BYNZ0Dq G)qViP=xwn8 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py new file mode 100644 index 0000000..226fe84 --- /dev/null +++ b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,171 @@ +"""Logic that powers autocompletion installed by ``pip completion``. +""" + +import optparse +import os +import sys +from itertools import chain +from typing import Any, Iterable, List, Optional + +from pip._internal.cli.main_parser import create_main_parser +from pip._internal.commands import commands_dict, create_command +from pip._internal.metadata import get_default_environment + + +def autocomplete() -> 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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 0000000..f5dc0fe --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 0000000..b7e54f7 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000..ed68322 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000..0e31221 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000..3666ab0 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000..a1c99a8 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 0000000..ffa1964 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 0000000..5d4d1f0 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000..1e313e1 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000..5e29502 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 0000000..c72f24f --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2dd72118259109ee65e20203493eb372469ad16a GIT binary patch literal 3177 zcmZ`*OKcoP5S>r&$GdAgPMnXOgiMI@*%0q0G2}-QlGr3M`B@49X@xWzPxbB&p3l-f zYqP8MDV*WJg#(8~;=&yXapA&+3zuAwT3iqk65_&zOC$ug)Sqy0$1S;g{~pG4mV&?p(R9b!cDj(QKL-r z6yK_8%xH8RZeP}5nO5K}nu9xZteJqL1dEQiggZv_!_eQI}{xP8iUeTQ>fvYoPc7u~R)D0m@{(RcqP zbY8Q)Fs2L{YiSs@pr-`{-F_MsezbW8k(kbJJX3R zd}CeAOcI?;&34gc7GlSv)HtQwmCbD7%r_aOecC@bf-q5w@tevlr8@JV8+W>~H4KMB z#)wlEqaSoVMgtng+-gQFaN?REzQ^PK{t<4ZQk3uFn7Y^}!8Q(%iMOMTkxWu4$`5f& znNCW8Oi3izAeOTlZ5w<|d%dGrqo@Ai=$9XFK&gY^JDj%P;MMQavk5oePXrzXcfhT zd$<^Vaq2L)J+jP+T8uwbW-0qj06QBsSElK)b+qqsvl)Qwe` zxTj^@`0B^Gwb7;&Lzc$K>|u&N9LcP-qOvTFQs#w}`Gq2{JD%^zv^QB4q@iP(aG^|p zPI(>aM`=anT^U;HXYNMV^C1ZrJ6qEBqAq)(;jus44sVa_PpK5;+c>7IM^M1cM6q3X zn{q2^X2HsudFwLTl8Z(@m95Y}JhEX@6EP(@6Z6!~{B^5M{SIa6k!p20Zd_Sb2_7N-HW$(kS(C?0*{#Jv6(%@}U;A@MM<>!Z=1J2$h&198=!CidQb$ z8Z9Ped>A;lL7x9a9_1pxw&AcA7kNhGE(=|}%d=k*r5rwY@Zpzmh_!(>qrGQt8k^=O ziS;MOz<8=}=3;Y@8<>xc&HNw_=0F<|&_6c@`WO1g`etEJz1NSBDbr~^7=-^);Qj8w2oVdxt>e8-RZ^cD6F?=#9EZk4`Hf5Q^$8*uj32U z6U{>H%;`G!VmhDRlXdLodUny)(~{P0obzJau6251!c|GOhsria%H_A*1S#nyeOf05 zJCE>%TAMgQ@L9x%pT$9a%V~kWsq0wvC&p84Qyb_5EjFK!ryAB8YtQx$4A5t^hZ>lw z#NQoNjW;Z>PD{tSn_RwNayVZ|sJ#u(9! zsXYDFp0{T!{{RvW`ltW^ literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/cache.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..399a3862b9fa52c6f8c8caa149182f50e1334caf GIT binary patch literal 6218 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 X47rNRHz=GJ%r$a<_`xAsEB1c@n>8J2 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/check.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/check.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c68016302643d91422baeccde54be2010f05ce9 GIT binary patch literal 1611 zcmZuxUvJz*5cm53`FtS_s5AvC^H8Bf#HR27NC+XN6$n*9N<<$_E6edt?wt7F?XDB< z zCJNu;Z=!|)MK3}-YAUHjLn`m3#+tayXURKDc#sD2l1en?ZPXE@v!t` zzn7h2RPMw(L<8-`Td?~(iEn+UQI`&$Yjgni%82(UInl=6-*~omG$zu1k`^s+#|HMI@YE2==k`@W9gjyba?pa!rELVlPrNCj-`k~3D9 zNnUZ076nk;)W2dm+SILRT9K*4w+F(sh9pD=w3tvW)+vb%s>dcZz@jGD;OuME0{6_O zHg%qx@qoIR%0T*uDyB`;i!Yu4%g^S)&FR4=SRPE%O9-;MY*LY*77$QqprTM^Iq-0C z+Y9<}zhU(x__=OGURV5?bT*tcQ#Rq!W*}NtWyV$lBjg7-4{`DrNQAc1p6W|uX$sOA zD}ubWv^(pe_UzrI(-|G+a;`7k&Qcs|hs%L5DCwNe?FLle*H(D>vpcgMZ_!XX7;455hdr(8^p9q6rI8vyK)Y-{%4T z8O++8f#N?2uBLf54RRh-wRnwS$Oz`NI9NMO(;KG}D$)C$wj!97GyReyKWNmdD!{T2e@pPZK zx<`DXZ+`6E2kw_BhB}rM+wgBY) zB$>5oq2NQwNfKIT$XG4M7l7#)1yj8s4KA28Fmm>u(kbY+$Xz9>hjAAtS6A<9CNcGU zMz0;eEuEsCOw^6J*l_A**PBaQ%o|j%54nf%gg5YnS&@gQDTic(6H||?{2wEHiA2lM zi~@gMVE?tO8({c0VB3d1-hFlUbt>F*f-0?f#}`Tzg` literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/completion.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/completion.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0d631c446dd6d0f776ed9a17b97ef1a70cd18b0a GIT binary patch literal 3178 zcmaJ@OK%*<5uW!BcS*_*#+DOXXwy7!49u?91_C<}1KZ)X9{h{_ z+|aatV`uTPpz|GkqJV~KR8O?t_^e3}zr;UG@y_LUcbeXQa(dY`RotnK>s&_SS^*>-$d*tcL`CFKj zOaNs)jD>`Mt&^u|m{BCVPdc6LZWl;*z+_PHd@#IU|AG{8L5{^fOOg?Z^0Y{pjPr~L z8FG0nA|4lVbgdN2Xg$28Yg(O5o&fX(b3L2hY~=WOMxtzI=ZD?B?cIkzZf%l{&8i#x zeP{1}cWZs)_!vjW-JiaEHX5yyrxzwqtxf)wbO&c|ZOrL+&)I#j8{B*HcqhOK54Rt0 zZ?(xrn|yV*McH91E0ctHWWM^*XtsdK?ilfNLRmj76G{9(li%!|93#ZzS>X?h5cSI} zsxZDZV-cYwkHUn!$~hGz!r#n3A)JMj`1hjm@TGw$yJAL>99@BQr5_-^7T`IYTN|63 zW4(Txc;0pBUWx12O#9hIc&|k_k_qwu`c6d4s}T+QvDlx+A47l_&>=)Ha8>epA==0$ zxD#_Ei8J)5N7mP`pHjsb*}P)!X(;zmS0=+a6U2{+@Bc=(^vF0mt1$Nf#fw2bhXccU zy3|W}lJ>>*NgihdB8nuI?;~l0RfLD1ZKvSK`RakB ztlAmQ^(^ItRrOGIHCI`b38^duWoY|8I0f_%Ic{wD>9x9043>l51MxmzLh1sE%*2)STfeF)LdxI_V92Lqm$1)fNPCH;SD{A1AZ>o2YSJY}sU ze8JsW8rmv zb=-IN*OrE#b!KXT!uV`1XjZi`EJ9f!ABe~VBhv?S2IHWL#zP>acBY?eBNOBCjV6r~ z^HjgDo$4d&L_aW3%tMX)(mJz2&Or_}&y9ncbWb&Ez17e4ku8^G{h)SYSEKe@<5br* z+30F=`C#R2l{#lNT06UOVx5EZ`DDy#to>rVG$0jp2sytB1AxRMm zL5@fDp+%sAc<-qXCYOQ-JCA~HXYax8L+ zcPr&U9fI?Kqf3=tAe!pN_xHNn)4K+!Wf>-uky;SYJOcKI@gT#3#@Wj6TG9Zhczuy&L>Xl-YnrxsXZYl7sq{ zBaaF=2FG@8LCQC0Dc_8exCylri*1#W93xa+Aq00`Sqcz?k~;R!&5N2!87HEd#t=;C sTkc`=IX1Z5t2U(EJ7eVTV)Yd0PFHjFWqb{6EyJ*lC8Oc|ckPS+1FCCIRsaA1 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..623fcf262b90414087dcb0bd6798ca0ec865cf38 GIT binary patch literal 8360 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/debug.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/debug.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83140b4c9784cf89c5092ec0cbf9311bd100ed65 GIT binary patch literal 6715 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 E0YHe~CIA2c literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/download.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/download.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef996e8bbda46d24feeeb50d064ae8ad85c8652f GIT binary patch literal 4025 zcmbVPUvJ~a5hp2%q9{uKd-nM*Nr?cLMnEm)nx;hy_j*p(IGo?99&Y&d&UHn6%rL zg6qfQzth7lMfrzhmMOcjrg<4b_)KuA43-zczs28*z8c}1= zDCl}cx4A zo{gj5y?F8Sqa%>JvNOBw;%3bAPburxghgYXGwPCniB6ob$P0rD>ZV>cf<+c&)J^g% z&E?G6pV26NiDCULVH002Vfku+d5(u4;6)Yb{DDT)L5*kw9Zskd^jFS@@Q0IRBg&j0CiF}A*U5Ph51l0^I6S3(a1v0)dsXMpUmQ6pOU78Ble2Kq z{wndka3O)K3J(NyMIm9ZA0-)ec#<=pIv(>!!I@Mm21tX{@j{+BJWtbvW!xdvD&^GV zGMx99CWw^eVjE9q%ucg~4c+v-r@5pB9$}N}|yVJY0t4 zR2eJRYNlP+Zj>8Uz2)^4zP`d6D|};xH&^)P3U96Otrgy0;oB>GXN6x|;n!FAjaz=K z5|wDAMs%6d+2(kQAf2yFRe>M2rAMSEKtIT|@ecUi8*Qe_@AX5{oT@ik;ir<5+Te+T zw6_i~w0&}6?C%rGvx|-L8^oRj!+oUP#qPbP5{raA&!hs#YEt*z`$!SQNQMIlpY^)B z(B&wi5z)*$^O$H5dgA3_CiD>vQzo~)yC+Pbv5QFO!tzK#VJ=LbIilqQqJgBa%7wj@ zGh8&{#3eN4qB9JWV=t5zB%q5X1jkqrn}}8thm$$eP8mI+Y|hp=^FpJ&^u*8)PI@yxdblWKTp^x2jbKp7rm45L4%+z2Zt0q?;{H#kzO7z7o(E)gruCLa5si6-=s4=RU&Da&s{>*IIv*k~ zi8@tXWvJj?Ko3$%CY(N1$Ms7ot7k?@%S5|wNcpUmnN#&ro#{wKB;m9+mHHOZuJlhjtc~`LjguK^u3yz=4M^9f8v4|ywHtkA!ovC#R;LE6)a6J77RDRIxH4x= zP@B`HY?t=&03NRDGYeL>r}Y9Pt?`4Y3G3#SHfs%)nLTZdcdmDDl$Xluy;*zO9zP^X zuCPCW+5@HX>93VPs?+B6qiMUaU|&C$GD*LQr#Aab_KvI}uHT*7H|iw-C3_Em(mMRC ztFw>cKhfaG8Kj_S--&JZffSna%|}6G5E{~q3jGv;D%Q*VMWUj{LbXAD(KSUULmgD* z9a5$opoK)8*H!EjY1KH9q0ZR4WZE(f@i13LqiCK{cAS8mbnC)Iq9b*n`ctSD=E`}k zr4tv5a^8s8lLR%`jz6OQsasVLl(^?3N<)6}=qUG*AN(W_!^zTV?>ymOt4{YjV!g_J zATi{F3Vl6o-xd(UH_;iV~!3A3dIeVha_GeLGctcOpzc|VYpi~;sT`6_l*7R928aH&o#9Y#5OE?dp{ zti;;VNbqeYta)T&ziJQ`fLXqt%C0q*$G-u=kMS~UM$OV}%~CDR1oD)4q^rii?S`fq z1#f(_ZsH{@lVDKj8&{nymwy_d6?xKx~M~n7!oVi zV5ujqRex(m(ujw54dq#Y|CA`;evzGJvKFzqGW$}oKrV?{Mea3`aj)PdAkXg$uSl1H ok-lB>cj5jb+{}Y=Q=iG|h(E&1R7}JNZp}u7NNO98rES;#3-F_{NB{r; literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6843ab0b8a335c1e2c52226992f162b51ad07a7e GIT binary patch literal 2691 zcmZuz&2J<%7O(HBuI|nx^92JeTLK}rmvr~CyB9`igfugt6>LDt4u?XhR4F^%mAF2} zc7>$LoZy=K9uw_}8#n$JUpes~z_5q?xvIO%u-+l3bV0%Og(NILNb2L6c;G_m z^C8$Vr=n_jMuoELyjJd4b4r;C369|TK_jUO1(i)LtBQ$C8?)Iw3_d^??}JbyHi;2i z#EflX#SXD!mkfwU{BNDuBLVeEj|Q}N&mayB554xfPTVIhE;>}h4_i~0*I1l}5!$DX ztQ#5SrI0COltgu!9j7xYAc{DB+T@%Tw3H$`tay>iN!V^%uSz+M8190d*pNn9D(D#6 zXen};pU_BDTu)YEbU(*7I$8D(_FH;!I57P0BgHfqN^D z!$Z8>%S?<`P4hkUhv?#akaOe6I5LSzEMgO9W)N4q=E65uGXd#om%wF1vULF@EqB}? z+pTm5Qn!;{n$o(ouZ$~mz3L{pg;lpN9dhT=mEM(kWsLWNzHC*T*mk2-_I zab9cpBO)7Wy6Ciiy&rx3Y+>z2BYVTF)}ou^F+I&#L+F^2T&4$%DnP%LBrD0{t;d}t zT1i&tM2Ea8R>9*s4@RL1P^=QfP^d5^Er$qkU1U{HCumZqa*lGN7d7%IS<&92I7~9IocyodU)uQ`FFDH}kj2yMLML zIE+^go}z?Klf0CamnoZSU<2f0+J$FQpQ--!<;6YNCq4u5Ol$LJc|Uu@4T znSE{^Sz>T*U)s`XD~@^O@;iEr8COfBcj=#_;(!Yv>!F9}ee?nP@LaFlBIbqv$oMjR z=ExgI+m}1%4zXTpYuM9wm9KhpS_gqQWcCo@(P!P##_d6fL}>9I)W}bsV|;ZN2>+O?EZ;D~NJfjxwha+L4hK z+Po?M2}ZmD5}2MDnjQiiT9)OQtDglf{N-lPF&8^8h8ep@7T?C+z0p7gNm8Z-O%fF* z+Rlb)evl+jQP7q%ev*(XgV=2Z9#z$6)hxloPt!v1KSL3>G|?b|MqaA)9auoo9T>@+6%9Cd`ihXy;4iadxPM}G~@-9ZN z|DSwvfR{X3W*FDdRll(R=aaAL8CMGxx l;qOqTfz;mW_Z*>u_dAC_(8W*aq8}Io6F)?=`vul*`+sM+0u=xN literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..12700e12d75939ee3461cf3bbdd02469513edb30 GIT binary patch literal 2190 zcmZuyTW{P%6!!SO-rXd<(3Vh&E1HUxn%!222dYw0rJ+Ttwo(#`FsdxaGud_GTV}>h zvuvKyH&pQ#HcyCOz<-%np7;qML^;R1Nw=tD&GDHzXU6Az=i;K>_B0q@?*7hxwKeSz zT+9#H)4ql&CP1i0NvZ|YHwj3+)&m{hdTL~5U=oxWsg>D*UGrw@WNzTryp=XGFYvNv z(5%;X+REBNJ6i}A>a~+DW=p|Rb}l$aG)5-p*@Y7lTzsTamo{E$w87kCBlv)N>=JFl zY_Ur_Hf_^|S7vaTl1;6%_$OGY^*cn_&!V(q0yy(YA|$+>wIa)+oOX0&t#52R-B8Zv zcWZ0wo13uH{^r56ryJjHt%r{vY(7@)&8>~6{YUj;9pz2VA{xfSD&G^Tb-)wJ!lII8 zC1d>J{5V7G9_%s=Q38ZWU{F0UsS#MTMQ!SU%{FzJgI=-5hZ;4R2i|zJ36dtYz?-&e zK90n2X7}i|=fi*%e3ki;KLnXy>;RV*ag_RH6z@d?knnhzykK3g*54X3!TdPN{cYw~ zf>HkzRK`ndYP#3jNbj%dMrqLhitI?>rx*DZ}0^%{uRO2mc30ZJ9x&hu# zaXJ&BZvewxzsMP)_tVixzvXuP6 z5uE({=iac$STBwCc#`!V7I9U_rFT&9JpmzRJ@%6E7;Oy8Lpdz+-hdT+z{Kioc`Cot zd%^M-y)@bGO(maq@7(SQNZr+0s)$~hl)W&?CF6ON_Tp)Uh#uxfw>(tMx6X-Wuufb7 zViSGtF^Nm`H}+o_o1@Ef+1i~ushnAkC^O;%5gTyH>9Bx7*y^0P56oB>O^oz}NPX8h zAw-krrZy(K){!yRA8OBAN2atX8JlB6I!KT8W9U2kOVWkB(EFpM6>-;_=J!{?u82;9 zqur`ma&R@Q1XPJK#32M(NXj_pXa#R0!EUJ9Ap#HR3&|jdWDjR$9Aeb@$8aInks#XOt>nr8@A(SuVW!Oy zw3;`8EW#9Miwky}j!8WI+CnYiH&CaB2<0(eeLCKWVF0@lYL=2?{g~#H~=X=KfpZQ?---&8+B{( z%GY6G3 z>!48ba8y}!+y6gYpTb37z^sGZ(mm3GM}On}>zYgdxF$z==L)}#-*eJpFi7$Nzm6*x zs$tp?5JY9m!xCk6oUTDZcFzj38>dNkI}$9MRVFv_#Cw#WGs{YV8Z@zKHe=GN<#(^E zWCHCQodPZFQ+3BuSKg{{yGxKp6l4 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5df9d0881a84f9cbf4ad6e46c4c33b045ed5596e GIT binary patch literal 1351 zcmZux&2HpG5bk!je`YdSScoE)MUfSWLk=0UAR!?wtChkEkkATg_z}KXj=SSHad&&W z?IbhuT*%(Ia7ReVktg6?`pSt{*b7v9W>#TESzWF!yUJgERc*DsJw_m(o&CvciqKzf zb63EJp29NUf?|l_8VQ_Y>};?01WCzYlbQ-Y^#_~Qfe6!Zu>Cp`qjZGPmxu){e2G}d z{cDnrSu{fjqrV|5I>0vgA+I}bz@pz&riFWWq=d*NbLQ;(qoZfD8JLr`_nFp87cTg& z1h9Du%X|!qqZBigdJLz8c`0Qi^%>;>^Lfal2LOkUP5=^%UQ&QF0yty4^%bw1^*0u~ zvr}~$pMoboQ93SGfXrfd91rqgqg5F{Ui+VXXG7Jrm6FENT$jcMnzx;n1pzc0acoDh zj$oNzK`{(G0;fwNyd@Q62^=nh9$-H}%iu>OwQRF z``{WcLq_`GH^k`gq{Pdp5A~;gbOXiq;mUgpJ!?Z2+(dnJi?8v|xTizps2`n;ZpODm zb|4{qt});`Aa;9GamK2mwf73m^Ok38uiYtmo0&>fb*?u~v$)^MbEz)nhOT)372aRm z7y0~{$8*)ig6Fc0_ZK8Sj1RW#Zc{bWtdcF)GOwqbPwFkepeIgkgR6xme4VqjVuI;$dkS}wMgO*am>l5ub*CVIiNE{V{Wil7s`Xx-Du|$~C zhHD&uApJfBz4|3NRe~pVey%H#e4&a?aM_yVQt5NkoaFaFj_EgEFs%?|_cHF{a+)tvdrfg}CQHd6W$WXPF&mnNX~&IoOjdd(q{! zqXKqemN8X;;dcfw*>|f_D$O&^Uvw4RT@l)Ie7fnj#I)KHU|oOUe2%j_>Y>|)pj-pY z>IhIkN4-67@DHfq@T?l>(%PV%HG$3klDe86=jQb&YWJ72|MQY*^R_cEoQ#{* s*u3}OO#G_gt1~+c(g5ZT@SzTe-bRmCL_Kk5!??Mepb2)wPw)=;7q4k+vH$=8 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ffc27305bb3db751b3727e816cde316a6feafeb GIT binary patch literal 4674 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 Q8wJ_qDxSyxsY>Sk_@{tZ8fA@))M=;jsCtyV)up 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4380d88af26a4f5f51d8b8764f21a7e073000b1b GIT binary patch literal 10400 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85a89c14a8a47b36f6b4f6e54aa6cdfb6c20cf27 GIT binary patch literal 5404 zcmai2-E-8|6_>8GTJ4wd2gWv^f`pU}@fw37wN1YqRGO8b+N=h(W-Sx6-+m$RlnrV1c#f4RlDpT363_8s&>Uc794LLSM92QB5<0HYS;Xe!Kvmc)gJL* z3tn%&u4|$qd)VUv?CW&%w61-m@lihZt;Wa1=^dl_hR}9@BF;S4n{~{L^9jsMhzT*d zV>aL92SrU(#aVH7nayZ38lMz3J~pE*oBR-;`qpf|#izwtK7)Ib>&q5D%#UDnwxpMI z{u(_^()_3x5e?MG`ZdYg{5U`HZJ{~G9lYbLTKg>4J;_gDg>zhA)atK4AxkaP^{jGJ zav=r3>a`Pet6b{gE5qrWe*(Ho9=Lb>s39mRxLoc=Ptc)vUO9`^uI1#YH?* z?F-LK8A_JPR8;GnJccBoumDvx3Bz43Kbt|)5Et+k$vT~~x zM7--$yV`24cU`|fW5kKf4zyZs7)FUps*YPNX<=J`(&RBzs(AWvZZ!(TobTS3UNCnx zYIjLN@!Uov@5ddtE#}0gkZrFm;#OxXS&hQE6%ol55zqF!gZcAw51`^X-@7-L&%E6@ ze{L>@=4P?ZeHV|+b-d18%L@}BVfeXrZtQq27OrfsHac7KAT~CGJGN1jHCwm!QC*Gx zNY#7Pa1WvbRdXFQz?x7jXy5?1coA^5xGjpjBy3RvkWEpBE0lQ!GZkL#kCKFmc2$%_ zDR(DG)%XacYPjPCE({*9&9k z;(AxetxJvG@v@_?(;XSDIA2D}BjURQfu+onBI(L-p$+!iyQod-xq>@xph&efZB6Go zXWZas!qyC4;MPM+rx|m%z>6gDm=W{fL+phfoAr9d*;zvQW>&~6V&`Z% z(K0@Y?Cspjt>;`LY3EGepPbYEMjd``asihv1|o4ExH2pDr!sR@_#H_bCe*eA-oiJ= zS=r^P1yITZn9S_XR>x~~rJq@f3S>3`MG2XZJfvDHGU|5VdS)#A<(Kf4$LZqi-VwZCi;!%73iM6N$B3e2kzpL!)+DNG)zWggH`E)|1kr zmXu)@bD>wi;eqqQ6-SEot_MPOup8x&&Y9dt90i?vBiE^(jlh)x56;xu@OZLXugDs9 zm|3|rris*uR9dSZ6mP^^F(wlZF3T)0c9Uca{nc*b`Pmq;<=%R+*ArQ-BjK$rDPk~a zEUQ>sR#4Q7@-1o;`s5snte`fQm6RdXyG$zOIg;3;o7`T8?1n$Xcsz~5go~Scl}c7d zU1cWvrrsMHwicd|??QgaHk3Tjt!(pqG*Y&v^)134>&hMmEW)-6xiw&?0_JZNxg0hR9qrP#=*eX{Cw%F)hwxq#UIgYg5Is%xe1{I6SK?3W=z3 zOGcYp@;pftKBP#PSp*0-$x13PUZIy%RC7_iDTh$m0}|uJ4cj6!eMIbfIk!0(K^Z

w1@O@1qD;L zp4+DV4g2?q1z;Q;21X8bXqz5hfSL$Zl7fglj3O(xT0CkaJ{G$4ZZOMA7)b$8D<5l7 z)RMC#PF}Afq&z|o8i2mMNMi*mNQ3(}t}spXBTt|>g*zTWVFS=61C-g}>YJl#PN_ic zZivPy6w|^AyT3&v(RQ?LJ=LyicYnUkQpR=gg@KxQ!$gggVY@&~v#USW9_aElw9T}z zqI2_mjHXB?)(cc4$`xj`T?VY{U>RWl<>-!npUI1OE|)_xvR+8gBc|G+w9e}NO@*bU zRpF4`on;vX4%yQ2Vu086{Vm7Mrw}9tc}c^$Bb*I4OkU2ZWnKnFFIjbx!J_+~bm9c| z;EosiUML#Q(kkAAV2PEJn4VDUytyhLYRobjAMO>c-1KIR#Ct zqHalsc4poeM2c>wBSM}XSoKy`;hlhm%D3b-lCd7-8LgGW*&cjUW`N}OExtsH53`;8 zDaJm>9TQkAi&7f;RT(b8yZUV0I%rgN_Dz*3S+!hd`EG)3v}ucji=xn8;Quo^3Nb(m z;*SQlGg2IZy1HCS*pBwc_h5Nr4VH(!k0wYzskeiu6COv84SER>v!kzBau%bIRuYqF z0~6G~gQUU4Z^y{fhyT|Z!vxqp1q@UV`{)JUns1YidT>< z&S)KnTZoas$S&hWZm%GlK^|j)bqG<{QkLq|8ZS+2+r_lV%lA!rEirb%K4}rL)8@#e z@!r~$c2Jwrb_=NuJQh;(k;X?-3*~_y%= zmd2R#!g|p=Ig~XuF8Wd1_2Wxu44!#HuKbcWvYe4*8>3GsCOn~}CezDLb?1qJW{){% zp6d0U;mkVqQf371rrM?yBxfgLGue=CCo}VME%HK1pw7`WemnFim6#7zsSd}LJSyEI zA(f-4uiQ&mq=I}kLH>!PQ010ct$&bd5lzQgMPW2|VagD~ABFW_VDaDKjxV4v3zX?G zhP<4a&)ExRv8U{XT?P{(%u`96ct{^*<8Td|oCNI1UYP%sw2q?eq4-IsioLv?GE*2G z#^(A%GA*P3B@9qI5`zvse-}kv&*^{If0ZWxg6Wv>RMk}<3oO*nXGQ!2u!8JMzC&xg zO~pEjtd{3mjXc$omuaj5fAvLM9kuh&V&hbipJ&L3nUx@jVl8ESl~Yg-AnAaS9Rrg! zC>P<8Y~>^ojntK`@tM%c#y3O?%OXXWw2+=EdS^58~+8NTVj*| literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/show.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/show.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c393455cc57aa77cd1e8ddca156a3781695a76d GIT binary patch literal 6157 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

7WfiW6QH_4Ia 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py new file mode 100644 index 0000000..f1a489d --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..3864220 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..c0fb4ca --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..c6c74ed --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..d3f1f28 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..233b7e9 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..6e9cc76 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..042dac8 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..6206631 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..9d8aae3 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..34e4c2f --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..3a545e9 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..03ed925 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..d5540d6 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..bb9e8e6 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..d5b20dc --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/configuration.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..a8092d1 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bcfbc8b7ca5b8aee7f33573fdc76005a63ec4a91 GIT binary patch literal 841 zcmaJ8S%5Z<+Ywv${UaiT>s5{-*^i6{_KgouccXee?8k{iosPwqCiwlA~mghc7! z5qJrnfOm0A#Vb$%v%VadAZ4tXouA#AZ)V)=?rt-p7iV7~bs76+jUjntydu_bNR+JP zid8)2-0F^UDmQg|-Bn&SN=Lo!DZdKRfbt1&ys_uLQ4btlxLaK6S0yj zk;&Qs*0~bpU=vzo6p$v%lGRlgSNRgMVLYS0=|Vq$JL}B?0%}6rPJBP)z8mt;#W9)h z;;k;Ca><`^$uONxX1NBmi|HQUcTM-N`Z?Zv@9%)SNB`y{unF-7JdUVl53ygsKagYb6kfzzZ_@p=WkHG_xu0= literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b4aa49cb9ea82be84829be0ab3a148588533e4e GIT binary patch literal 1898 zcmaJ?&yO256t-t(lWaEG-O{Bhlu9EmZ6r2B;RHg6Z5L1vtPtfimyu`eB(v*`r?zK* zsV7>gCnOI10dU;Efd6H#oH%pi0KDhPq)A!o$j=P)T9RDVM4hZ=j zJF8^_I$uCFhtP1ssU$J}dy>w**rRCs(w_%$;Oszd%sX+1lCKHh;GGwQcLX`^^6rm* z+~f2K8TI~voygIM*28aEcEYCOtGwVs!@%xCX2fA`tj^QQ=Bj|Pw;mV9GAX|kPpe#u zxhQOg8?2V@qGMt(1c@mpvBzobb58`^=fNa+NhZ_*8pIo-1Au(dn|Qp-doP0LG~RS$ zo1)MAV#|4S_!b|yxxq^kka!5thxOh;3g}p7S5dN|N60~#0{AeK%$RVZbU0%Lmw7P_ z^M(LRr3jg}`2^g}xZe+X5#&MYuqXlR< z6$zG2_Dpz|+gWIYt;#hnA1tvkX;cfaJ^po^xn6U2o2tsT(Zg^s&T~`+lkFx;2=@^X zvNgaEHeyB<7%p8E`!b9+E{(4W)B)mo|9kbuY{6k^chJ!PM(k}dNlIu z4O5ju*S#dki`*uO?!fYqR|iJOiR)a^dNWC!=91)!{Pj~bQ*#kXcB1onbf~fl?~94f zls+*KED?!wp|d;_CMiK=s)(jS>8UXLi*7srAUYMrX(aPBYGytjKlm^*xfT0u(4#Uh zBY*~CgOo&k<=&bIFT=RJ(D=ICMyl|*kUs6x%e&WIp>fMGqp+?mXk&c@^-m;^vHF4P z9+*J==8>|G=cROyg5Y0jt>6{WTQIA)m(31X^*d8xlQu`mD%AI2+F(LD-sSjOX#eY4 zcP8%Ts&~>VmpsXhk_-i!VRGAoc1uFO0_4zYk&@FU2^G#OM8_)s0?f(n+EgRYZ literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63ad8fd25db7131699f9cd5f7e0bf51e20c19f7c GIT binary patch literal 1275 zcmaJ=&2G~`5Z<+&pN6CbDO5rN$>Np+HdQ%*giwJB1cwL#Ctp@;?@qeDK07cv!~&~g14*RY-xnH$!njhj7O`T;5+0Tm>$1PyFqfitm$ zEu1qaXdw>703Bh8&ZI56VgtQh(Lq$b>gKCd7d(zZtp959`7PuMG^B-gdFskllAAXu zyVUWiPxR}@1 zg#f7=Wl3HZAiUaDwG|YlN+XIjuEf|#6?u+J-$wP39FPMnzofeN8Yw!ZpJ?O5BCYXa z+rYz~mssiiqMDIa*$AxaYs8}`5(Eq9*m_4pJo!eH8H`_F{8^TOAM-;c6MsL8%EYwA z|B$IejqLy*PC!L60?qPyG0Rea3YnUMzPH@2;yeB^q{n_NL%)gadOP=hEep7}Y^(Nj znfpwp1*nwAzF3~^K{jo)Du{3 zg{6!IlRArQw#Jc-cdo?PhK8B~^D{xP)pT6RflIj0 ztGR(G+VJbxi`}c?|M&c8qv|r2@&p*GdWb{V>QpY0>7A45t#hQk5MQ@4 wMOJq&rU|`?&GHZCx$NFMb#&L+NVSNFR5i`MgRZ+ literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d05e9d7b6f0f222381805bd3f1a7effc564bdf91 GIT binary patch literal 4487 zcma)A&2QYs73U1OT#CC|ODoy65+`Bp*1;C`uH7^rEetnJZ3pg$U{pbaE*j7jXSAZs zCFvQiZLL>88|73WNP7+%td9N*dg?zi*PeRr&5f6dH%wQxo`uL_X8PYx-ntgL<^(}&JW?UQEeOs5U zxIT3HjxN{Yg`wMbb=i&^!)Cv!%k_A1*y^`**@;gLm-Bw+~2vTv>7@fwyVI9VL$5hVkoQq&H=E~gQxvG6K%3|IjYU!g<6tkPjgGi*wkS95` zt^Q(D<{}958xg#t%~2ku3A8WYPGla$ae(!kLZkv37w-h&yZC_@Qt_-=9Ffqg>R-ZalK7=H{fs7k{!i+v;q;E3Htu4w-W_@AxYplj? zX7f6utiEM4hb=&>qg%1XVlHby%L2@Dd1K9hnN79`EzL?xi=Bd&#mcNDwhS#T*5(bi z!cXxf-r$Wbx@N3_8TFS|*=ZQD%<7=vGpfCjjzoB5!{dMcj%R{P(5CbPPwD|4t0=SU zx*j~AY;z9=W`WQu^<>U7Zz~mEz74azgmWgnAW7{ zUGg}nm zpchA*y`txx?$s+j8Rh(PshD0CWj)vtAU+A=URCk3C$S2Wp6?kNd@1Hvv^VVd~9d(VY35ML9BtFM}k?cl~gihxgP9C|0w;Y#x|hs-;p^sn3oj zmS7oT6*JVQYRT<%G}j5&uqd)NcE3?ds9I}op0hAS;=Wv~XKC3TTHNvPUPB86zUyUm2g1obKy(-_*V4jx{0BPk;=}FM-L6RR*zPjesm`EuKw*?6ZspE&f$4GBqH8v*Pu;wcH}l1bwNLix0l_}BCZ>+F zuIlLnF5+N!+}3vT7|*~=JP9K%pTH@*2Z$S=pB?nxyH`K(t5Hm!!ETGag1;yI$ZG!e-#Pk~Q! zbRUqfRsgYdT01a41=44R1;2fh9II`>j%4>Ca1;Li0O`}pSi~>%U$6FSOw;x8g^zij zqkpQJN4qnmP4D40=W)l@fDq?l^#UD^Y8A}omrS)RN1H%z;4-9N#24xuQgewLA3W)d zq_o5*rZye8Hyw9rsQ`>0 z&haV5WgOAP?5HWlYtZ%?BzX=pyG9RfN}oF>edg92+6Jy^Y8<&?<6A~^JLv? zaT*4(yxyIQg0D9!DiYU0s%lh}(5XS-iU`jO%I&}aaS1cLij}a#Y2xRQsl{TjkC#L6 zd5avcf)K0e>)f#|Y4~O^OY=1P=d`M0 zq=9O)^If zEvn8R?Z!LHqwehXv-MNh;fWn(xm8Pil0kY&Hn+x#Pgm2 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8377d856717b3f823df0d91ffffd74cb05053ab GIT binary patch literal 1642 zcmaJ?&5k2A5N>yOekNpgGRtTM0wjxDfK9W43ldr_uv#Rv8X*=5sX16qyOQ)wcROP{ zGn;6+kbMDOfg4Z2yZFk9SKt6txi`Cs__5?lmAhQ7`o6NGkBJk2|*16{17r()HcbyZ&-;c7qBH1Mb4$o+gaSKq+WfQ80cE_uj< z@8>ZY3^sdb19Ry!<~ps% zmThC?FWLP3SW9KOTL7=YNhO`+Go$OU($+acDtOsAjUKf&Yb;6eHaP?%BulmL;&|!O_wRsuCz|{)js1fHD1q!@*?+G}<4KZ|F&ko>JD??G0 zzG*6~Wb;Pg4)ZdA_+NuTSg9S=xa$)P?@ua?T`H(3v6OD%Q~GSEZ%mH_VLXm~YN49> zPRR3@$eiHnA3tRaT|-vMOHP!`3Te0(i*Eli9xMV03^EwGau@xiK{5$Q%fP=hWR`WKx*wFFGCi`dV|GRg5 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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..be5962f --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..bdaf403 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..340b0f3 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..97b9612 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..7a17b7b --- /dev/null +++ b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5abaa0723d86c72e0258973006edec2454a7a5c4 GIT binary patch literal 268 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 Hxcz?s4bEu= literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f03585142ad07308387d1f22c3d69e8c9035fe28 GIT binary patch literal 28156 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 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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..223d06d --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..eec3f12 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..ac0c166 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ebc58ef2df7c0f763e9767039c6213e4d9aee9c5 GIT binary patch literal 12428 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 C{McFm literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d82ab333b6210958eae42abc15fba5fc387e45d2 GIT binary patch literal 4696 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 Qv@-dB7vCvnineS256D`-E&u=k literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..939a5b61178b5875bf258edcc210990289fbbd25 GIT binary patch literal 1578 zcmZux-EQPG6texIjn+QFV)Ug=kl8SIb61Q6}-sWSYd0 z?X;a)deyxIo?+&aC*WOt%N4J{1#s-Nv@5M6+vgnn93Ow@b7;5QLD0UM{6Rjk5&Bap z_gf2;Z=rJu!*i6N1ZOCyXB=Ry8-bx`GcfgR1(u#0K?7zZv-4)q#LCCaT6sHYV?>(s zPGT)^utco6lQcl;lE%a(y$wW`6MGjWP0|}0Nh@i;wt{zVv`(@F+RCg;jQQ#U1#9gUE^RQ!6#^Y`7gL1 zI^4#x8I@&{G7jQ8tBN8mMqyPXgoWoR6IGOv;#`_#TFPcwF_NVN+2yGqVHw3|(TH$q zGa@Qh#46(bW`ME}ojWijc!C6;7{4Jn-I$S%2klrpdSXnxJep9plcxn`-Z^1BrG-a_ zdMU0LBZcsuO~n|j5%(gG3kHdP>XH7auS0Ep(f@MG17{E(eYRB_XN^}^{a07prnHBY z<&lskpK|Hk91y0(kp7O?66B|czkl(^G$(!*ov}3cAJe$X;biV#P%+F{X3Ai@*2N5Uz zaw;E=hzK<>p#~BtP9f{$YU@l7Hi~x1VNx{#2khF+!WTNk>G`Kg^JDD z(v1zz?FH0FS%Fcmg+z1uQOzh}&0C4Fz!=r6(jM)f(L!;^JOnsdJp1|->NlhraK@X` z%8MBB0EV~{P$Ca5=?xjpy*Mhof_fP(MzC?9T!3f&?G7^`OKDIptuhj0X-#Nau(mSV zB_qT1Qrdt-e38iJ(a8a0lu3(RrUJM-fU1ZwaJK`Qg!S&bdNRd4=_(lSmN&u1mtnB+ z3O39K*uk!0{NvbcUF~jH9JsFvr5;BfUGj8B-ar_3Aq%=j*ablVv*!jNh_4kc#-Z#z zdwKfg=E2Ll)&k zk??akPM6*_*oPo*Z_4(tDq;b_IqQK%S}J!9AA4WvwwRVs2)PQC=>Jc*K2!%h6pQ2s zZ&~Tzz5cpBuEr&f;xP%~e<9uHCkMyj{@(tRgYfawW7$$Dt70(tuOitxDixWd3^*c~ z?1f=e6jam<4@1q{8t_$cRIydsw@-s@s2J{^fM-6a1gVSO)<>Q^Jw1@^j8&mdhP?+{ vH5PA0u(g}hq{_%Q>Rs@UVd$V1zWp4-!5wqmbWOKqEN_~iVdLM9wTAx#rTDIF literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 0000000..2ec79e6 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..5e141aa --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..86dad4a --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/main.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..33c6d24 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..cc037c1 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fdb274ae304499dcbd270bb5f508aeece12a0e81 GIT binary patch literal 2334 zcmcIl&63+h5SHZMwY}cW1`>7&RdY-EuvSuVAw^LX1h_yrKowQK$g`TZJ+Y)w&5RP9 zT5cS;@d{aPJOQu3Gw8}GXE<@9dt__1Te~+<)r_s~neLgdzpthC_Xi$6A3pyb{_c6+ zpY+mvy7=-54)Zfk!V`YtrT)xMgIVBvA`q>lm9}T?v@`3Z-B~y7&3b8n*7v=oC)&UI zvpvy)&LR+9(fg@A8;Cvx;KT6PJNBHXE%w9!JtHxMAzIptwit}M==t8c_d2-n@cJ#jhYP<1 z%j^o+_7F@%uEF5lINg{nly>g8&>D@bair;B!0`EQB@OPPLm0+0)_{k}%vheqz!qAi zRh*T=;OvaYYskbDch{+1v>SJul`0a!&VZd2GO<;(`5bYd=G?C4bIdDP$~UYqz+xV+ zWVUqStYT)xHC&zq4`hMyI9A#iT$?0j>Xzy@0`;3;4jV_9w95T_y^IhMRp=OuKEOp~ zZwrV z>GpN!e;mF*n8QS#g_Y<1>ElPCkrqxd&YI(vFqe54$;^UA!iFhWF1Y1kgf?lTXqs;{ zN%9U3Ll+zM`hl~Q9fHin#F5=YTxsDTzWj9$r6(W6Z-XWB7HRsD&#p zo_nVaW^#z-LIM_U!{&3Bc0T_PScB{_7!}!x#C5e>N<@swG*{X(m#AXamS!w1jCI@* zj3ax%tS$*r6TapQQnF$RUdk~zNibbgb%vo5DLqnuQDm``3jQZLfoSl_F=W!xhX`uL zodHQ9a%Y?bn#AesjziUSmuy3v-ovpi-XL(6a!*JNvBeH^YXSA!xNXvU^+&DjM!R4; zrd+R|bYM1WRwuf#V652|FR{Eu=5@g;O(MQk!BlpNsIHM5Q$qJtW($R4ZltCLvlHg1 znRAEfF@G!9Bm~=)f>t7N>(KrH z-I~O3Q$_U%9UtJRO4lC+&hl(>P+EZR#Aie~o)lgaVGDs!_J^!|zn* pxZt8T*hD>FlT^$8N2wA;0v}ULHS|e1^d1ELU_3e*9gR+g{{m@lnQQ<6 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d86a99d1e5713ed1c3c95f48afd9b9a20b58f131 GIT binary patch literal 20888 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..1a5a781 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..d39f0ba --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7855226 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9077677925ec5d2d5bcdb9137f5ce1f673a1d0f GIT binary patch literal 302 zcmYjNK~BR!4BYfWRH=X1YY&a7xPVj@kT`SU#$~l^ti&YQU9Go;@&_Km3;0W~{DKn> zDH4{(){JF)6Q0kwZ4|klWy)!H^o{)rtP~*RV&whn}8b>ReRob70E2I(cS@6v2?sn7r*_ aG7Ux)%Enaja4a_>?t0vgAK=kuseS+flU!5) literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f929442168d7e0f25594d052619814dbd9cf2358 GIT binary patch literal 1454 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9c5f4a32af66aa576ac73d57d12e709f46e9ac4 GIT binary patch literal 1271 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%0A)@LygSTKI;y#tY)OR$6?EFq z(oLy=xDh?PC2?~ONaE^t41Wd)oA$6_!2wnD?mk}9_A%W z+6z*DKz-jyma5a@Ng>o{)a=EzGE+jk(%;aK2Ab5>=N*0c$%u1*Lq-&(>PQMGjHlRV zCp6q!**zOy0sHN7b&F;o1kd#!!49{45D6AxEr-2(d4>`~|5Yl0{2d0eD>{({gjvrn zB6C+nTOe7D(3ffJH)dmtb}@J&+I05vdhvjZ8Vkn!0}UWYlSW`Ec-LH+g@)tlTmecW z?1d0cZr=gs(H|Q@$X+)txFIY>y+gC?wd@hhC)ZGnMd_e{k^hK+y!vsyJI>m?W56!L zb}=DhCS=?4ZJN3KUDKC<9T}YT{)t8~88k#yjkG zs|L1^B#cOU`lux>%&7e)*AT6f@78)!728WJW#CH+2>(Jfx?6ZKgC^4%1&4s>ARV%6%Ff`wTb}yH(Vh}ZrDO( zj68A7*fNSfMAq!=?1S1lN|?#dH5zfH(LnauL6qBwtBuB^j^m|0$i+m^1Q=;@=mk-T z#OMN1Kt4}VXd7E|LEv$^sxA@mbpn=zs*`Pa9Q6?mct8!MgX$A%&ZCK~B@{d3eU1Ac-@W_My$3Tl8@JxRe{1Hx`kaOk z3lnAvx+6cMTxyo6@u_K3!%QcxF%RRRv>4EoFtWxrHorncC<@@>0@WVEFVU1VOD`F) zES>(W=Z0bY&#-CychNF_Uo05^WfYC)#=!7@4o?kN4RciIYbgDu=i;b-z|49omSK$R zl_IqkdaQ2^YaCe4rzpO z6(?@8EGx21#~l+IU?yN?d|PQ>IfWOlYN7}e7=VJ@@TBA4lVQh;oIfeRzyf~-vQ8`c zD8Nxc7ga{-H`i_CIL+m$3fm2*BUu?Ot+rC}+QaKqYT~g}cjhWtv>H(5|J+u|H!VJJ zO@bmve6$NCmJ zIMYB43=fICLpx0!5~^|9xlL3!03a$e!bsl4AZEYow?V)bl{<4?QY@c}8z>~h7u)w) zUouo}g`-*GhYfw~aM_r+6rlbeq6)~&WQ?>ns7a_c zI8|aaq(=-26cmu8>jJZ!LNOm_4_sl+dvMA^7O|KwG$f@)1r@pbHnhZ>*^eIBO)^L+ z-n88*;A3@jNZqLJji*H4Y>dtpixA55wi`pvwPcIBG-c1MA^dE*q-=tesTG7#cAk{w zbgWWmZMoKz?Z|%kaC^pa?cqb3Kbw&^L_T>4QyG$Gq$O;wIiuJF&43Vifg)J-y}-d? zK&EX8qcVKVufz&KU2?E7Nm=706J?`-jf5-JZ!X(IltTImuSsN(Ob9*55JE4ONS;l5(GXOEbdjuoZ|s(R?!fmgDDVPHh>`*(J#c1?sl9&LW33`0Ru* zcVfwKdkzSsK~l|oouEU<0+|wKUY?z;FzP_sQ4-^JP^~+LJy{X|`*NTRK zd$?!dcPJGx^u)~P8^K906<3CzSlA;+klnq-+1=OQ;-e%M5ts3s4#!)B6``=Ru+Tkv znFN%i6UlLbqjFV1t!bybz8?tzr&g0%_az*Vz`yXx z`P5ZjMtFT{Yi!L-YD1)Gj1s}@FX)~Dyb@Bl+UQn+k*dg?-OkXsEtM;=&Nd!}j3+K) z3tqs{PC>}I&O%(_p9Rb)72vc7zlh;GMK#Gpp-NP=_i#$XGo!TkOX^}$IO5DnN!I*? zdU@f4+g51N%1@!IsE;9zrZb0T=yqjX zAg#WTd|lj?kC0N|z{OQ;Dnvil(V`?txp_|(8FC^Mfm`yQ&Y@w7C~H$*4s3aG%T@i zHf>V2B;My}orC^k{V6K;OD~+F5&=-ikaOtx@LpqRAHV<#x#L574QRPIUmv6?tJDn9 zz&$Y~=Vfa6J27E_A)hI7eLvnoG9QypH3QG%(j5Q%BQ7t<=nm^#;v0WMB(Q=}2G3f? z0*5uLPNPXbC{bPNA--=D)0V7CSCh=@Iz*&}1TSeN=uz@_0_PW1IK(QVc?)+H!!k!r P?PsI6$Lz}Cqx$~>PI2@< literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f5643a37081231d1229bb9a0a6f901b12ea0924f GIT binary patch literal 1070 zcmZ`%&2AGh5cYaEn{?aqdq)Fl3aKY@vE20}Yr0tnkCXl=H@NW@ z+;{>c9%Ya46qFw^PFkr5F{}A@#xu6Z-;7&dFBr+aH=p4vXY5;a&Pz(pBT~FZVAz0- zm`Oe+gX9@A+@$ZBN#F4SH`y-R=p273o;okW(F9OvL|0lJz=#7IDq$N8x~_Gwt`S&P zFb3=wiw#-gD#1SzhsTPN2GX{0N5ZQrnpH4DP)6=;gFk@G$ZYh=A>QI8?KoZQ@qax zWD|RyV?evX-h!0Y`Yu*H6C#D)IE#emNRH(l3FU4kvsj{wRPuPV7V~ zOJhaTQOmJ2P@`PVDGgQIQxvp8sjKnDvA(>QC-EziR*hp}B4 LTb;39?@IayJa7j_JY%8|opupB~E-W0;;x$`gikF$>RZ(5vwTr6&3=pzu}2$nnj`px>xu6du^x7&B^+w1#y^E?vO`%OFd^455zzhdWp-X5>^SM5B=*T!f1XU6OOb>>L6I4jQ`v;O(tJE9@NBS(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_*J^(@foNRDL{7N>h#nev8dE zPOEToBxPWqJOqsp!|L#NOpuZc13K(D>IPB6cKDF(y7dZ)_LBqGxN{dN>KSjxUj#Pc z{JFo=&>hfFcT9895=i4?&R|cSl1SULbGBF!e9;!}Vs*}sk?xe1_?0!aWqDrBv(?Y; z-*yh|DLN+__zEkeZMZeN@i}tCR-6dXjIO++ub?!^vBu^;3bnWvO>&uN8BJ8Vp9xCr z8oAxsg*#=rOG%7`vLd9u5&iLC#;--QjZ-{Z*NF3i(ZJWb;g$k$Ny%f;R&kCRugpryXqpbD5>=%&x|5`S3w~S z#Hq`4;4LEO?RNdUmA6x7g#}?JQ11}Ohl8Z9&ey#VdM!JE>d=96uX0d@UgLv{|HHmd zAw^#U@sML1lzF`Ewi}dh$haqM-{Wh@yuhpZ{Hgb}<d8ZM za-9wG&oB`Pt>DHPc;B!A6Rz-%+JAMvaWJPo9Rk5sP)tY#wf|r`-4nrL!h<2nl3Oke50fg&!tQOc{4(T zcrF7?8@7sRiX6!EW%GIdi4B%ofu*kiov=$N&|MJYEKsBB#%%m=>)hlA47nRn^VV<7 znP3-DL+0cQzV(>(&=#7LQfCjS`KarVateU{-n2yhB}Z2wnvrc-9bSXS1s0J#AJHe& z9+a(hYvWxqZ1QlD5u^zvFwjMx4s%_izMCZ{l@I>DFeBXr<+Na`S6&G$CxmnSK2Ksksz_3#qG(s=Gb6 z$++|r{AYjOI?np+5@pxxTrehO$h-@Ujn&!JAEQpEP3?v*%5hw^;<&z=VBU`7y=js^ z<22$}lqt5Gajf&wXiQhqJkfeAaf1LIeIPUPXd?!z`geO{JrI>_5E6S`KtY@^M<0(RSmkbpzbSbx9VfsY6C;KC3NjY z#3Hi_46ubmq+#_IZVBBOmkCiS9HOfOc-^VVaMiK6y=+gM+#|a6J)+LC|4`Y|*Zo2;m)j;ZnCqd0V5&Bd>E+6>ipHxyf+C_NdSaaciN! OHfwYIAzfPhocmwfny_>L literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9bc77cf3839d2da1fe2d16d5a28473fb5ee017f2 GIT binary patch literal 1732 zcmZ`(-HsbI6rS}(YE0Rg%uS-%8liWPqOZM?5RE3 zbgOVhAAu*}u1~?u0?Us$o=J8Sv3TU8= zML2kZ-F=Kk1R_*H5l+L<`$Ul<5s- z!3Tlppx;G5LBA*Bd0)IE`frkHN5qKcu)g~o6yzSssf9UM&^fr*qDQek(>X8QQt=8L ztP3?TL#WiQ;!5EZol6C7)U3Qs>ORhz6}#m6 z97KJu9ie5I)#4G{fvXQOEwaP%mY#ah9?51>b9-68Cl}gSU>063r3J^z%j(SN@x-P` zm&M`*w&P9L8(-BrwNNds&i#gM^FG0Tg58bKtP>F~1Dgu+W3mp{0SndyZMcrml68zW zS|?~@5h9flUt#!(1y2vBx6w+?>;-Z?>NUUb89pw#!Ksu-XFm)Bj=Yb_MR8-EKkfxhYCs$(h=(-Tm)2@;y3jkn_cRikaxFdk3FlVR8A z(Yyf0>KwXkARK5x#NxJYsYw0Hb&#$ z3-TQvUA9Uu)ZkEZT?(f;F?p@-yg^@BcnH~JT6#_i_- literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..243f0032e0d5c0dd150d5ce61c8d9967779bffbb GIT binary patch literal 3483 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 ing%9szDdsO6xQ{%+ 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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..92060d4 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..db3995e --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/index.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/link.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..6069b27 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..f51190a --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..e4e54c2 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..977bc4c --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..744bd7e --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..aaf218d --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a78433fcb84b6e9b7e2f9be1e5e5a73e5104fd2b GIT binary patch literal 290 zcmYjMK~BR!4BYh6s8ausYlRY1I3ZOC3C>)&aak={t2No|u6CV5cm)681^lH~e!&R` zid0J;YdrF39G1(4lDc~S#0!~U6FIFy$c=O^1+02hws=sh+1uG|@NCHEDh>(VSb5}^ zkh)rkVYJo2p1c*c-Ue{Tg>&5{_AVlqu+z0C-_q?oAo(lVywldGjalvB53lA$r}g9yr5-8 WtaTH|L%HdL9UNXyU*{=jseS+fxLAe& literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/auth.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/auth.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a6c6eb4fe0f96c6578c8b5d2796aad0b4d33627 GIT binary patch literal 7558 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 Pb9uMG3&#uDvF!f=_iah? literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..09c5bc48718bac3fac7c4b9510cf945741eb2c72 GIT binary patch literal 1486 zcmZ8h&ub$$6qYoa@z`?SPIFqEe%Q9ECm-f$!^!s4wI3bXl-k} zlANrK1O2hLve5fd*dF^A^xD5eJr+uP@2QkcpT=3-}|I|aj}A+Z9V;& z|5``rH>X^0At)cguO}dm5JL?2(ExYwfOH6UI_Y}@+Mxr#;}^Qu4+f=93C5K90(U}= zd6}2HWDW5O3+^LU;yw#mxl37vExe$e1x~w|Rl&N*t1RS%FRr0(z-p}i!tc~r`2aPR z{)GKegIKyNGGoIBhO5-%3M|VzpS2J7+K0)`{!#nW2DU40Zq9Sn z+sUQmnGw0%Qz}=J`gWG_p=s{PEN4QV*ibMojWAWr(o2jCw%42xQX7M2xKn^b1pp_=MkTK{-#xV8b~ zPzP?8kEC#e-9jxkvI`JmMmi}RJlIYJ0C>YwW$0|})RGmL zKFtR_?x#H^2Jvp5jRtUj9XmqkVVd!nKj$hF8P~~hY)*3-pYU9raNWF8=kpu!8JA~q zUmVA?nY*ox_hKy!Z^Amg6hh*m7{-Z^z)hL#npJTjuMTf?zkQmN290mzbBLbu_F z`fU&tS26LIKrUf&8F=eth0x1&xq4osMKL(PF|g!2G{9XJiHz zeF)-fGF~r1-ND*G5P4+xBiWRQVZPqsW}{h@~ctinHq0$3TSItin)5 zKuDUyc7s|^rRO%#2DmV=wQXaRI35{3D?8l2ltGnU)@l`m^^4_-($2(+v)1PfOJ=)m zfl)^w$XA30gkW;B@<+HH{9e692!M$L_{cxxjk*I)jk*oYcnB|ma%d_CqrC;CY$cE; z%T;ThXKMhw>}y4xoA2CK3%7a2Tl~3uQQ(Eq1woa2AFK!2*?N+sQszKoH=86yIjskg w3Z7k59OPPBj=QSJExZq#j{5vV_x9*@5X)$ZRLSa%WslsZmylfX2c-7qU+{#DmH+?% literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c368c8290fa173089b4d8095a48febaee44def74 GIT binary patch literal 2103 zcmZuyTW=gS6t+G0$?Rs6UMRh>2zXee?zX@S5(1>q3ztR_jRcI4rjxOg%yw?Iy}7I= z2sIUbfq%e5^4MR%fAK3%`~-UCcxIavh(|u-V;_5tzw@0lWvAmKXdjRNU@vWi{?y9r z%>?Ch=;9X;6orUlN-`Yc=1oGQd7GgHZzHpFCv>J@(O75V6KYeE> z&v=z&>Dq9W$Azd$F8gU-Wh`ffjAdFD{$JoQS{@M9S^Z(ICct zSe;#Fa=YaBmdc`FiQaRa^OD1gzmisWm=G`pT93!6V9|QXBLQbm1f1zbw@M*bcPpkk z(e0Rv%{a^AwTvbDtFO0UridS5zz_h3LPBw9c!VxegPGK17PXj7ZR)JMkI*`9uH6Zp z#=@s_Gytm(b7@ywF^|r_iPnAEqYDqM(0_zX6wU!Gr_>_&{e6SX5h~MfS9rOVQr3_A zcTYg=?tftGZ>6y|Jx1WJ--lMNjRB)!Grpm`w4iJ!n($0Hq6JC?699?ElF2k@%H~W? zc(I&l0=;S$42)S9@54Z%eRP0p;}Byc$=EnBYkY|J%-S4VHHz$-fOIH=+u`Mbt1L08 z7*}o-r9~>ENZH^5us~TA#DFOm)OKWxWE04soM<+1qnV=vOPPXY>s%9`&uO7!q~_W? z!FDMgV~B8+WU&xY^cX$)b+lRLY?Q_Kc$$yCD3giinHXvMh$>Fli0v?*qzMyIwJSHv zVzj|ZzQM$mnfhw|+GvXvTO;s!)UJFuymoaYQpv8sIrn1NGOE&Q1Q(Qy7jZT!T9%I5 z;0>!?J`e7mgDzYUfe~OA`*?cc|G^&~;bd+CUAd$0>1@UY%>c!Kv-=Y!WVBY&UFB>s zzE%o0AY30iOmwhbH4T;SOVGvdAS9}>#QQ`zU!e!MMq^Urnoy_^6s_BPmNdrZfmK@& zOnZ7!*N7DFIbdgxo!YLA+MxzDe>3-7>DKN(gugZ+)LxAa{MsGQ9pdjG=q8fE?rn_r zJdCFEwKwjF&-C|X_h6n{S|9gn`_RDX0epAQ`^nqJ+h|}fPXkD52_d?oQ*`P|wj(uw zs{=!sz|j~`U@>J}C>wBLaX!6#Yjt&{&vXUozbE?Jn`y@S8%)Zy*no+_g7Q<57El3- zgee1d@zVeV?`g3BLis?xNzu@cpV1R$r9p?PiuhYv?>1`@XHc&SV5`C7ZLae}xkqz$ zR&H!)iYGjkX%c5@t}QxIQc^bX`B{D3MJ+CAaaoJzbe#fHC!JuCs^(On^r=$o8?HxwehF@c7t-IlW>&Czks&`Fnc)1g^~v9pD>- zKxb$X=L|B`kD|P!lT43;D7rt1v)PIhMYK$!h`$Ria7{O5u9aoh@LO4HyOIg6%LUgy zLY-|BGGSQ;n~v|KQ-SM?aSy~P=*^{E1a4dAOSsN)C*2pMV?HH>ydVa7PE7KQSmdc~ zFFt8@58mJ(!2!zAVSva(Rci{&unnsYw(86>5q>|wFlD!@vgK|CJ2(NG#%*;D5_x!( z$U}$(tMqS1v_Zf0@8wyZ4`*en1?0lXHWQg 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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..9dba7ed --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/download.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..35bc970 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..c9e44d5 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/session.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..cbe743b --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..094cf1b --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..4a7d55d --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63b1a7b9c13a29f9f9aa9b3bc2aa4e5e002c78c4 GIT binary patch literal 238 zcmYk0K?=e!5JgkzLIe-uq8*DXLBxe?Hy$9wc4%YMOi0pdkKr*qfp>B1EnJzRq95iB z{|_?^O{WtUv^?H$=#K&aih|jMa&bVx_G}jIuFMYc56=r!)F3EPTiL*t^0q6)U*zY`p4s{1g9^gG$q}d#t^q7P@wFoOHb&&olOSnk;{OOzxtYuQ+3p4VdIoBz(Z}>m(v|22Sb@+_W~RrQX0x>w|jg z5B#(-XmHx=Ce5@pXxVWsX{RfLm9#VH*twUSOS^-v9oLi9bZxL^$9{4?y)d|7$BpEr zbbYYSnc~M6)um^Au<=VKo3izk$(Hh-ID^Z|RV(W9NNljd71hAFWye?T_yT4QR<7Ay zHFb4^+12aw`L+4{W$eDLUbbri##dBe$FIn?o!y|>NXQl0dFl?n*AViGJg2V6uBt0X zy}HAd-Lb*2KNxv(Rjxg)4PKMyRZXp1=_?~wUXU;0^!HDsq@k^RwF2FqT$dNI`ntSS zNv!_U)eU(Wt8Ym0koB$}z5Z#G#4^g`Y#d~xK&puvOEn(G%Fuig4fmrRWt#sWXWsAC zOMfd$l4v_orF$sKT4JSWIBP||7b$$qNH>ls=TaOX^)q!2kKxNYn7^T z-VT=`bFf9M=f-l15%$ z+);Tb)hL=Kd8o#ZVx5ic!+3fA-ja$>l{U}>^=ltgik5CRq!(TOIGEf;GdIvF2E?*~ z_zi=%T*+@S_{G~`7>ip>IJLf}U#a*t{U!dP7ZY!ms&$J9=ay;d6!#R>1mZu_4tgj z>)6vm+oA)1Mi;XgLVw0{_JqwuA@+zYgmk_Z_t@ue&z!>96EpXyn`3nBK4VY#td`dx z^@`dPQLw_j#Xe&P9hc?x+#iXlI+VnPk9qn2nRe z(lz_>AJ+xOSn_z&cs>WWD?d&LB)*nZDjCTXT1Z2C?iw1gv_rHc?&lETVdMdu2adwdN|@HW4I zQAc#S|AqLs@9H05gMO7Xu9)3yn#eHT8E0Az1!Rj)8v{a-MbO_c0D=UXQ?O(9i~%*_ z?|>Mfgac8Y?dt{C8wD@iC-^<^i`pKc>z$boRQY?5&KgCdV2`-I4J^!9D~SjHUoS< z7zJl+MtdfaF-ra@i1Ybcu&tm8D7EAsRoMbV_az#m<|>?~%| zGIZIVpF#4Nn6kTcu#z|k&&55VT~!zRF4R{o?JXnyCN5-tg3fKYyemB6@wO1WDVp4O zT;9aj2yJj;tLmm$4-oVp?^lN)6BC)s0>j#oqUM@iBugl^A0*9Nr0QrM9zt} zo`{)~11>cB6Xt+3|B{U?g+BEOiWW%jk$N9=W3Ns`1U%)t>a-3x40d!h*$p03%n?RT z!4*U!a1sFw)MxWCDcFgTIL`2yg~gf6(~D5tqEKXpD#L<(g$R4dzTx*P%H-DE-|({W zco(Q4I;+fWNyWdFMCrDS?qsBZH2LhPSDAlN8Z4Y>Hg8$-HFq$mPW8BjO0Qy-aw9Zx zI!%bB=7((>3$szV8qVqK^cLh5oV<&lijR0$u377Z+b0Tu5Sx^LLA&ggFaDp~{T@3E zrO9RuuyBM!+~>Y3Vkv?Pm1T4$SLtiCiC)+Sx4urJm#KRjU9Y}m*v9-ph;pBXRPB{3(KetE z4N>S3CSIqL#30`ZM*SXSIhwVtSMwd8`^YSp5P+_*tNK@1K4ah-1k{!cTu@N~lflH- zsNg8XBc@jlJQxxG2KGqaow#yYl8bl_QgQ8` z>H@v89)>a-qRgyQvL|x%^1}&!H3gC;LaC}tGKD6k)g^Iq zbGdx6RcU$Ue{VzypBPPl747TKw=HVO&E-PhR8U&CicWScKvh*m)l>d!adR7qrz)JU zojs0=(q$KcuFug+HGtL+ZQ-Mdk@OAf2%=^496{$aEEx*e1gt}<6i}| zyJ&3?NE$JT#vP+kw_^vx*&3z%bc!B)#LWt(`^*6-@6kAs2VJ^;}&N|Qk1Ba49 A1^@s6 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bfbaa55b6bdfca6a4b65b9c3ff19346eee0bc1f9 GIT binary patch literal 6236 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8af922fb41aa54b62a7b4bf8ebd9cdc856ee9adb GIT binary patch literal 14934 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 J?I_BQ{449NiRl0U literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..21c503a25a03cee2c4504691358d086d431d53f7 GIT binary patch literal 244 zcmYk0O$x$5427rCg$O-}3ytDR5OLw!jRzQ}ZLqP^$uKkZ=OmuN6L=T5-olkrRP;f< z@bX9qXW2kR&G$F#`lG|Yl4w@3d>T=Ttr#Yot8m@;hvx+FKxdQ& iw&+wKHXibpbO|zM6r>#6^S!@lxNJ2pyN7)*A{8$njz+Nn literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6710169ec8610b21cc6d3d76fb0d75bbd57049c9 GIT binary patch literal 1471 zcmZux&u`l{6ecBEQXJVydReywgRouZL!<^kpfA_ zwP6p%x@*znuFY}#2ll_{y3_uJ4QTf$|7ePh25CONN9yDIzDL>Vv=OvV$A8d83!y)) zalM6Ld<9*PVIZiF2qq54eGLCDcS^VKV!P&XuWa>O&Ai3^GUx|o*bf`q=R0M)-)`ms z-z}ql1oM!#$PRT$n|8=9?VN`sBAs8newR28QLj7yglv!w%I%0IY1v%qY_pYm5@M=0ghZ z&Ldh@_n4xEk!n`&4D6>fDlY3_kQWzJkUAi6LB@6MD{3Z66s`roZZ_``^t;gY?=YAq z^Td7bEZv1W#!GL3UVM&`aftT}FIx-z(p|K!@QV*Hng?Kc3-1aq{l`e$@Q`WEQjC@X z_&yfi4)Dl5X@qf3#LmQ6RHbfj*^&(`0Vs72D*}VJBIc{lMfx65#5jv zVcVm~Cap;mJ>M%Op-LQY0v-Xc-UWjc?+>{g0K2oS%molb<{zFZTIFhmWv#D|su|Ee z2C5PxOWp(e_9`F=He_p#9`trp04&sAm79_B?esuz<&v$$P{&nsI?XmvGLUMv;(j`! zlq(N*DkwBmJ5tx)STfNIm1SG)*uhp~y|>+N$_j2k|j-fexX>I-jl_|3SOsEsV+2Jj;8bpRRsgFXVuJ%q)3NUsv*_KYjfj2 zNiRXRDQAOp<@q={xs_^W=ixH4;I-j8c|-q74@dtO zWZ)UF^sLn5!eiCkq9N(p@Sa5yegQ(BaQY<%tI3FmLN{_EXCFs4E3ShfADixUU;PUR Cy0;ks literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ab4cd6d3a74fe22abf893cb8061cfd6ae511e72 GIT binary patch literal 1505 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5fb6f5cbe8620ddcb5085ca62db18fa57b6ed3bf GIT binary patch literal 1485 zcmZWp&u<(x6t+FHv$K;;lvMnRiohU6VkNrMsGoF&Fv(})Mc>~YdZraZLflmpL(+&h@ zbg&{?&=nqdqK&}xJ|u4|Kj~$SD{e9&VnAg3kO%Xp0bnHKFQy6iD}JtDLFyb z=C5NUPk0Nm@XnCceew`FKk>fz_OW+~OP<)#nx$rZN~h@caxV9`iQb!1O6u<+R@`G9 z_h`=!nlZaWdqHZfb@T^hN{oNlISmk3>x?1){`~0|Ws(XmbKqa++91RC;ky!<${;tq ztR>)P0(@_GkKep`oe!;hq2vhZ?gs(Ka^KRZc@dilH{Doql@-01o!$PeAfk;d|Oo1Or#pfIR zgJOn=4pH5{ky+a7QRSm_^E*3no=dX?{bJRY=0h08r3RZ?lhX3Ma3MkSdeJ04ZsyT_ zf~Rl(?w4_rf@q@s55|`6tyEqr$74`cOTe%kE4*l=+R){2$yd~z+iJ~j8C?QWPVLtM zrKGAlyN^a-??T0-uH2f`$~}}x-fJrl9aViqZGNg#uk)5c150~kPd|lUh3| zg-thLv`ZNasQbL@FzQl2=m+0b`gn Td(IfUz`uW(%g(*l+TZ^Ie;TSC literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bbb3b4aa49fc57a1d9ead8b764517c9420071aac GIT binary patch literal 2801 zcma)8Pmdc#7O$%Q>$b-;nVG*i?o4-= zRaG8mO#75Qg7yPMNS-5~fGZzi&wb^TGnXYKEU&8DlS#BlwAIyB_5M`7_kQm^^No!F z!SliW@7RCa2>qZJr=Lw&d!v; z$mwXQQHOTvCU9>XjxFFi1MhYtxzl`iVb5o^M3t|F(t5z zf$Eg_5&A~2jC9XkT)t^8A2t^Z)1tNpJQTt#%=mbm7UTY6=hND}5Zo}!S)t^$u)@J& zcfDVmb}hWk3%0oY^6uv|$-=8w51H8KFjG8~6F&c9vGo#T&~t?c##gRBnThJmn5i41 z5ld8h$ZoMimQ`MJsmi&2t@2qxs(`qQK8 z>`QPGOwKaZfqTn8z~DO_Y!e^be)lIB-QcN@yRak9YNMSZ&Y7%y#qw!HQ&HJ^BXNMX zeq5O7wZWN!NrN*$n>{l(rb`A;Oxq+V`*X|bOpss|nHQ*gF&IX396hh44gJmf}HBPTNcX)2X*Coss@VDMWu z4gewnwsD6L;uG?$YX^9nhznZDhADS|^T=EzkbEW*X28=OXM8`-B5o?CtTyUH)=Ni6 zhb9_O>qpzDv(JF*dzb*YpzxFc9*V!Vmo5dUKryqRn0X49-b4KF>q}pe6_hRj7{O=} zD7$o_RFTrBF37a*qT;*_pgZ~qBmFD=l}kMhMv(KUufd1WJ#-h*mW^!m&;ppY?w~nR z{;H*6y9`uN1|`6@bW3PHUpvco*}jX&DTzC156OFT(5ip;;MF>M?ZsE0=sYzbm=!v! z0aQ(Lhckl!4ciNK94<6?Y??zq2ts&jsLKRI9vxK+FbL$wK|O{Ik?Cput@9dlI;%K8MI42yPn#e^7&OK)-R`g4)z z*>o+uBp2uF3Kp)J!&A)A4R$hMo}F$ODa(pIbBkWDW`m=d#*4A%l|Ovbe1tlWN_O*VDOQTx1cU{U 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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..4c3f48b --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..e60988d --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..b0d2fc9 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..cf7b01a --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..c5f0492 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..fb3ac8b --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..4565540 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3634354c629f53ef01cf00a9341eba429b98f46e GIT binary patch literal 302 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 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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py new file mode 100644 index 0000000..5b7ef90 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..e191b13 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..a726f03 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..e183eaf --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..70dea27 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc65f0b0a97b3500dd3090328b6cf72b7e4fa975 GIT binary patch literal 2638 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?NTon&ydP=?zN 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7479627f6480c793a5a23a5233ae421d60ec757e GIT binary patch literal 13529 zcmbVS>u*~}cE2xPUQ!e#%a7P{;#@xxn~p8TdE4i|oqV-7XO9_K6mYZKVQTblaj|TA)RN{U`dZ7yYn6ffoC7T;U3x@F@{22Tj!^c^K=tJ8u-ZlcGXar_p)y$$P zzgE$bU%P0_uTym7H&t};YuC(rx|lZE#;JMrOfgf>7PIw{;z&JL%+*JWqxF0-Umq)u z)yIqD^=-v%Qa4qbsBbTBm$X~kQQukIS>ILMCEw}VBlX?I-IDfdd+L+LNl9mFd+U!D zAC+{r_E>#iai63|YLD0bqHh{uM%6Ko9OkjVxL?XfYX|BFiwBX;FPOzc;b^!md?I{u z-r8gAF^Y%7k?_d{6M0XDY34B$kA(JWAs7qorK4+B@hSNlUo(rxB()8xlrJU2@Z!d11%4P7v|mINKinFOEQubTnvteX&LRQ@QE!(dko`FV$=hHHJ=ZT z1;^3$jrF#}{rBg(-Ue+s%WN}b z8RXm;$ay6=i=4NEbG@A&9McV64bG$Voxr+o6kc22o4pp^ZdX-U4;yjh&sS@q-zux9 z+E~c`hR1TYU?%Q6&SiY7~~{o2rCf<95Ub<#yaG z1!1Kbut9zyj7x1*D@Bz>Yyon-+2*w{ZYy>$dbM1+RbB`$RvSU6k_m21SW*KUw!Hnr zBa3m|>M)8r+`hu8<&h&FcHWPkDjb|TdT9CJkyoyszEf6b-aqvI$4ocM_3+Gh&K)m4 zef(tUgQp7bcMDU=w(DDtU&6_Zry{aN^R5Y8h+ zyAdrI9peM9YsN;$Trrl+74!G4+o1F>4eYKR#h^qGMln9DsizaOsrI0eL=S#Ez1XaW z)3x#~Rjp57Xja<764Q5^>Q>Y$SHkJ=qfk|T#QhHN^~LMR4h?7tqiAK!j2VmsR%i!y=mZXaQ}}hmROp7bmaRDZ zX?)xG^#T(zAQNP9mXXHE$R*o^(SiZ?n@vUrXrGK!qf!`DV`23yCX0=kSIs(jx(PN0 z^EKim-DB=#q*iT&rKs6fl`wIYuvjHMuo9-ZPNC%yBsyltC>b3KvDvW^Tb&eQyW=2s zIxgZ=V1TyfY{6Cg(Lx#j1Dn+5>X+YI8j)e-&{*7NLAL_U zbPZoo4w0L2P5m!xE>AwRK~wz(1#5N|(gGcj*-ND)TPoF?LA%Cuu2j0+F4uI4n&e2% zT(enI#0AP_M4nbh8LjiDPH|q!NAwm##OZs6m9|XhGt08RvTW;1%dx(&Qr72r*LvWl zt-7E*A4Bvejr;Vr)t-R7-~{A_ zl<>+`=&^?Z)TEdl#=ApqlmyH=4J-5z#vvS|CwUVi?XC79ckr}xbq_N z)lQTRoF!7Rl0ww~%OJsnDN zq(MZh13>$!)Ac%DV6{!PzvI1Qn8xjKQO$PwHi#wr;+Opa!t|7Mxe@sHs$nhgA3BD9 zm0Gj`K|Pht`uIE5Dywo`lsmcf6!Wf@<3+!zd?-J^IsfngQ-dvg+aeA94IR5a&`@Q) zb-J!E3LR777?Al>+}4k#hV<%C{(n@6x;@~Z~UnkoBhVgxf@}-p8A4A12rI{uOSb{*N0sq3Orn!m@R|f}je{R=DCpO6omu zNYsY`3U!V?YEL3n7=_4fs(Lxr>T*NDJjZ$m82OB-kQ6m{G6}?9xdntG7DH*SU9APB zg<5m2ToZ+qOm2yvOBZIY-ykvxV5^i$nAo@3B@bmX#u<}U`bds=uhf%3YA@??vYT1s zk=}71;9B9nze3&U6e7pXfk*J~%dG2Kmd!LUi|Kyhr1O?zd**I)94B@M&TqdA3d?jK zs2dzl^eff%5P--dgSyB@h+e|k_z_ejXlbYn;~x<`lG7%Cgm~5Zp)oHGl=~iYX|S)E zrqQw0pLFac8(PX1)1yjDb63!&0<~ym?v5xc{j|1SQ zgB0Y^NN1#Dm$qS)33aDquWnz1mc-W%)y3CN`AVrjMb56)%7TG&u(O*3SA(a6bjK9V z9_^%-9_i#dqk;D+PR#B5ghc&N$jm+@Ai1gB_J}y

G6Y!?b0TWQ=e6$GTHYKvVc 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 Lu`l%h=aT;)I~1HX literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..25ae0d1283d43f0cc6e61cdfc1618b813be20667 GIT binary patch literal 5878 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 OMYzrt?k+9zM(zLSeIDch literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6598395b93df61cc981fbe63cd240e4f2ab3c55f GIT binary patch literal 18984 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 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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..03ae504 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..02dbda1 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..6626c37 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_tracker.py new file mode 100644 index 0000000..24d3c53 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..472090a --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..361d2dc33964d956d591d67ec98457d4ee2bf916 GIT binary patch literal 238 zcmYjLK?=e!5KN^95qyY;b}gO+5f7fd_<#`GrHxIKkfhZwSiIyt#AaGu)!K3+AZXcex9SN(`6W-n*lM0@}M literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a7359dd6a3abfe60db1ebeb3d61886ea46dbc29d GIT binary patch literal 1090 zcmZuwO>fgc5ZzsW#7WZvZK;$>oH*q`O~nbRLKOv7l~6$K%@@nbP7+hw>&!YS?UDA% z59u%9zwDJ0=iWH9%sLGO(UInPW@o(n_KmGpS6hti_2=(!C>Z-;lVx)$*(cY>1d>Uf zv7ARd7m>)F$l-QPWNz+7UL8A`pEsfgXTTu<2fPj&3GjxZ!=mOPldklxnDj11)RO)Q z>o$JUzO3t*;2_Deq@RItKcu=c!N;;nRgq*}Zq|VuXn{TZ1tSPGdbSONAB4_-qW2Y2zbQQ!EA!oxLy{bMgc78_TX@m+ULQ z=DllfHhQW$%FC?29mw~H3P~1MLpH>Knz2c6&G0cjetiqaDu*yjPBG2HcWN-TqUi8U z;i)c@0fg`caF7l_$K`o7Rz)}hg(J`}?$bqmH=IE+3$wHz&MU8Wc3*}%t>6XibDGdA zVVRa;oE8-z%_BrB!_*EZ?2{@x<+*9pYcpsQw;TG5nD1O{E=#s^-(Wi@v8HL+u7%ln zAq=iif_5WZCFlx#WaCW>_UdzZLXp`TK}EFcPb0B>VucdW)^LO1;`u)m9`5dSnnnQyM_BMK(AYg*~ zT-*ukqID}g8~I}G7HwazyJGz6yiAJ`S~=$D*}u;`Bl&m!$WKa6tS>G;=hS()hlH+) s8b?=Xw*UW)KB1bWq*=}3p-Y%xZ!X9iJ0QJAu*uq@&4pOw?%lfg8)(EGh5!Hn literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 0000000..42dade1 --- /dev/null +++ b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py @@ -0,0 +1,20 @@ +from typing import Callable, List, Optional + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet + +InstallRequirementProvider = Callable[ + [str, Optional[InstallRequirement]], InstallRequirement +] + + +class BaseResolver: + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ddeb09ce50f9de30a969abb018287af7d0818438 GIT binary patch literal 245 zcmYk0K?=e!5JgjQA%X{SVaMW15OLw!jRy!Z9opD52}xS*O}v69@Gfq>g)671=)k<; z&u2bkCzCOwS{`rM&qt5{N=R&|!;p}(J)0)GEA##Ohvx-KTO(*uc~!&K%BDsW1Dvd{ zf)f$}&*-I+7`W?VX$=%;eSu;2kzYT97EKFU9pLRO(rgYvMVwJiCFlg4a=?{|=#9|e jF<9M1MVT54Av@q?s>pfjy8CEV+q}`Z?mrF#!jQcHZ%#)i literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba32e7ecd27d2043a7c1d46327b5d3d6c6d5d32c GIT binary patch literal 12332 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 H;+Osx$85{T literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 0000000..8c149d4 --- /dev/null +++ b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,467 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.requirements import Requirement + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + NoneMetadataError, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import normalize_version_info +from pip._internal.utils.packaging import check_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[str, List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: BaseDistribution, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> 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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d46fab65292439ab6847b00b5941d4a69e3d31e GIT binary patch literal 249 zcmYjLI}XAy3{6o7gw%sDv<5LDA;iGU!U3YvS~N6Gq9iT!E?j^Ua2Hl?!Gyy{V9C#) z=l5itBqK&KKU^`?dw~ClXjoCYn4n}^HjXwIX2bdik26%dL6CWEMFVSHv<)in;HYiw zOkN=132h+?blmj5(hByd?H*nF8Nd7#I#eA!edH4bxsm6!T=Y_qgA;C ji%!ed3-Wxm9R@L{1K~N(On)0L8eO&$m*HzSAc)x$s;o%u literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e83e9f1e9d88df7df04e35831b123b01a2158f0f GIT binary patch literal 6492 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0874398ac807d02342446711cc742734e26695e6 GIT binary patch literal 18399 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..826d0b4b1a3baf07e9ea4b02ee8f79d8a344a602 GIT binary patch literal 7751 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 HRxke#PQXv% literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..db5304fa7ef9f4cba90e9e1fea08f2a8b2e6bc5b GIT binary patch literal 8144 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 H+ 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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..9b8450e --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..261d8d5 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..8663097 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..e6ec959 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..6ced532 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..f561f1f --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..618f1e1 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..7300e0e --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4b197b152b46c46ba21d22d2281ccde811af385 GIT binary patch literal 233 zcmYk0O$x#=5QS6eLIe-uq8*DXLBxe?Hy$9wc4%YsN0L^12QT6Yyo+0J;mQOReK6nf z-Y~=H>2yMZmd6{${)qTj63ix)O9LvhC$nUCB{s%CJTK5_i6B^OxrD7QJBi9WIBDBD z!%74^qb+%fj+((YT0xE4*66a2{mu*MQS~7B0p62EUd+L9k6F0WvakY%8=zcyw2BGn bJQogV2)L&-H^Y6rlDg^yuH%<(6p)e^_&7pT literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45dc23fdb1b8d69aa18ac74f233e81e6e9d463fd GIT binary patch literal 1561 zcmZux&2A$_5bmBCd+bRZqJ;%%575U9N@iGbLPBWC4=bd|krJ^&zRXUh%l0JmW4e11 zZ27i(;DmUD4dMbXz`M+q(>?(bC#q)b;1y}9tGoKAy6UU1x*QBVhV6^1KjCkivA;;! zYz`{Vuf&WtEV5X%EJTEO$6RiyH`65S4;u1s>XBkMGp&1ZyF&8Bo zQz9>AmEntK8k^?O+L>Si=Cpmudy5#bp>Ngp*TuYcl31I!@8MEH>zl2I$}{ZxQxw1u zEjF?wAKB6ZN7~Sl4tB(9+>@^CAsSuTMKt>L;6)ow`{d&L797#4`$7^h2$6`zDsJ-g zAcGsoJWpVIadLimc5xz7jX|1QfI@sb{N@ZpmE!p1@Vn*s8Sh6c-_>xborS&U6XDM6Szww_ry3ZSI(4pF0x#2stqahos zF5Xlw3Bu-grUp3t^HVr2a|pBeTBUh-Tqacxh0)<{sjl@bP9TIIK_zJdI-1Qfvqd<8 zQcXY~tkm`X)9?n0n=nf+!*=KM;OS?fP7NHOo$DB{gtK%OMrmO{6>%0;Ce3t66bWYY z+FilCo8)ApnIw*FrYeK2V9R6{qS*sl~ruw*=a1`rCbGmbcUDHK_88Oxyd&%zjD=I6# zIK;rHnEvDMzPPN6fI?RaiC$Jpyc6H5ypT674M6&ive9_!io3E`_wNhB=jt)-Qz~20 zMDr1&6)E2rt z^gD{UQt#;X|8PX#Qw!F1EafTH6I{^*i`U)dieT}rCiO#q zOTCY3`(D?~XPDNOQB8WteBC{5{;1}8^#PqG*c&qsKHdAW$9ZHw I@^(7^0-G(8aR2}S literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3efe220e26bf166303bb4775fcdf1c3801e3acce GIT binary patch literal 1659 zcmZWpPjBQj6ps_nOqxz-h6;8INGL*FB6cS%dqP480qP0$LQivv+}NG*OcF=WPX8%I zLhJzv^*d~j`w93ixpLwoz=>yPTG|rHcKrPO^LxMFv(?^SqHl=2Y|-_XSlf6v(> z5jp#i@AC1R!D9D+_B}p9`*@2$MfjnIC{sQ|ls)eMQ|adW%{!!YA~#j2&?^XM-W!aGVxM}L&s;5e=eW-#>9 zX55W1^@^3E8}_N@#QJYP`%kfbk4;aoGv1oCPSYF9YjAXkfIA4m8naT6_+6N7x$Gv5 z7LesEUx^HlN(fk}cOLBE@Xzn*N|hol*al>o{-E-v#ME?pu3)2UmWxze2*_nFbXH#? zc$F@N0_5uDc6zt|Dn(Mx(n6l3{mSe4t1nWGB)>$Qjion5Wzx(_0TnCK#>hga+c@X- zC4?B!44d|`n-DiY?napfSe;vG~t$#~k)*?wf zxDHwmK6ds&i~qO&b>L>hHn=57BRx8N=L23R4|cJ;ihfS#xvEa(GEGKcuT;0^$mGm0 z%Vp;)-BB#VRX32@8t7Wds*A)$jb&ne6YA)8fH1WX(?V9wMOMg-$m~|9L*Lmu-95`n zmMfk0vbp2!S?}YT(|+cU2_-b3WJ1Qivp-_SvUJbPXE?FUaI*0sGJfl|PeVB2`%v-Pg-KvTk>{bhU?KS;lm|) z?qPDHBlrMO505cY8%MWOHiePBaG3JzFRy4SOrC`B442`#?Rvd!{bu)iPu;Yy30D9E zT^G`Ty_4O@;%QND=|Dau;Dhy4-`Nuk{W)&dmh*`0BRvrrlKlW;G$iCWnRKHp<0{WG zcZv(J8=6b|Hi0Fs+r?Wo&-ynM0<`p@2ikzUK^;9&s_6BzayaM*Q8~q2>4jhS5AQej Y!O{EJQ7;TbGR8vN4-V+T(p#T5? literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15d9ab38e91e14cd70b3645cff185db7df8b3729 GIT binary patch literal 1549 zcmY*ZUvJ|?5cjT~#C4ofs(V0!hm}A&1#xkY>Vz(!6MuS0g(|5oNTm^y<#^YQn~m4n zT{om^UpSul3J9r%Cq4n+WnX#XE8NR5>on+CYuB?gp7qRcezT(23mh0vFaBabbR6ez zyLoeXu=yOOx`Kr|Q->moIhvy8jibTg0obO$uy+@ZlAXxd}$#qRA}w0noDp_OU4z+%Yo#UAY~@bqnpCr*F&>f4E~ zvyA9@q6sasj7dd`@?K=6CZ}sX7bUp_Lm^5V9T)^3=2tM)$FN*=00@UW zH_n-31NIz^)_cgY&$&~gl?Be_cG}Bd`DijZ>3hbD zmExv*ysU)O&!rU7yi*m`AiiWJ6>?BZ4sjk1ARR8-a7Z6ZsGifve>&3E^wlrXTr63{ zlZ7mn(UC~&CBUSjm5>WnB`J&8k4&aT%2Zr6*hM)LGH2@1{dQ}A9KnAtBlu;su^bK_ zA4ICq>=B%^NWdk6@S?aVHIrq+BO92CQn3VV2i4ki=81|mSGy3H+JglnAGL9aJcM6| zu7_m^O5@p5q!yL!a6xFnY=EADpaEElUSj#4Mz{DHb{8&8?@Q+n-yqPnuF)O3Xy0Iv zJ5~m`p&;;$f4g(-+#&TLSOP2AuNqtT+W8gA_8WeQenNdW=|czsf$^d#J+WauR0KFO z2pav7V2YGNlT2_fRz$6ryeJoH*jTOSTWBKIp;FE)c!_E1p9O^@X?1ds(U8a_{mhBrv39T8?;y>;~1qs-{IR4&}z6s%* zrl22f+C|Mp%_(6}MO`PHuSqUQvP#zX*$ib;C^%z0X}C5dXLD9INfY>gvdxYNNz$Zz zsL6~G$r1p=W@>_QJQ{yJJ~`O#oHsyin#e*3n91#tsvkDoNVJv)3uQb} zvC{bC_{Gt9baE~&VN5GiI?<-BbknA-lncdV&zjnWvcMa!`J!{5LEqh2aYl`w6`WbW zrYkl}7hI+7;df!GeOQ9<0SZxoyq)k>h&^xjbz^^K`DfZ2)|<{s<%MLK@e`R>iB!zE ztD-b+$_s-_-QPEzIHn?vW7FXx&xYq(M37{CYH4%|8?U}n02(@f_dvp$B~&xV!Ft&nF*v{{r5Iw{ZXf literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f26a554d445259ee91ad75870f201255e45cdab0 GIT binary patch literal 4118 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 M9z6KA?S+^B0-oh9{{R30 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0aeef7729f464ccb49ddf029c4c325b5af64b46b GIT binary patch literal 1140 zcmZ`3%Wl*#&`z9mce_O`RF#T^6mg40H&mRED59b~4yZ!nfLMW6ZZgffO`Ozr+HSSw z0#`140dV6B_!r+0Cw>8OV3O^2_fRJCWIQj=%Py9dIt1bV!4LS!2>DfS=E29!BV4+V zC?N^WNKX5d*0hs3x!ZRe+Ra$*^}XEh`;??4Vc%$f0bE%4K>Mx410UM!B=Nz6HnjJh zb+XTrg{1Y7^*c%X6$v}P(LV{PUD*-ZR7PZaTcuBwDiksopK=+Go`ES!6FQddh}c;6 z0yV>K=$>`q6yl9i!M-@%+O-5(-mu7FYgg6r<910%ZFrV#>~Vb+JK=`Uw3nyaL*NN0 zJ(F~&l1%K)xR?56#?5~um4d4!I#!}Ib7w3}6PX6@siH8Kr&(5MP?O9o<0{qGS70h7 zV_Mhn0zCY;aXrSRpCc0FoQ}y3d3WpFIa@U3fR3G%CiD}1>zupi>@|^XMvODMNlE>^ zAxG?ljOiD5%nsOBZ21uzQ*4!U_WmVT8iG<4$0C6wz#ys|q|tYRNhCt10hd9scL1>o z%#fR4$Tbqs2@rB_;^Dkquha0i93FbKWIw62)0GGko~-O_>envlK|bsf$Ae2(hri86ku zL>}!F@g%$Gq)>;ta#}Rfunn>>THt$AS z7}!8Rha63!Qk2m^NCQgpENVtSnx$1YxL1zsYFXEOF5gMo)#>C$D|a#}05-G3VVK575} literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0d468a2a1277a117803958f41d6f5b39b60e1572 GIT binary patch literal 2189 zcmbVNPmkL~6!(lB$4Rr>WxM@DLDfh-EP*EOc28X)1Zs-}LW|UvOHi?9?MZeLXC};y zH%*jENacw50$g^Fd;&fR7hgH?6?y>PjFaqc#R1{S<9Y8*p5Obu_kNZe8%+ER%fj&Vy%9VHL~W9L2qNJ30Ui0542aZ8fZ7)(zdb?v{y6q%xiD_ z2{CzxZB#~IPYjoW=51VVXl__Cq3MVYm@XTIW-75du-#IH5L^tBLS&#l;mQ;=XX2#X zIo~HjCWBla(Y$<*4F*Zh#R&YFGE#J!2s&nEsF*2~NRbV8 zdD*>1_7U8A8y4f8q6}qt;hp)Jf765Pg8A=F0@oucPM9);l0$Gu#>~)+8cI%RUNB-L z7`hN<$A(Gl8}E^$8KIL&K7&l13vekv7~EHbg=-nT!UBVp@3B$>?2u@v!uNd-O7S&A$BUVH*2k8^$$SC;+m-u>9N zNN3eH@q|y}gbTwIbX5$1h{9N9)f=OzV3P+&%bmP`AW(W=}UE~ z`hA`=r<^D`WT`oChbhfR&#!ZTGL##a z5-uBVA^@{-8Lcd?P}Oo3(o}U=?!c{W0i&RaHc<;j2>%`6O8{AL)&R{x7gX_j>IRqC>9NT=WUa7nR^kBXecSQuCD%sZBN9%iDc3NDhf=U^)46&M zN(KYAPjt!zRb1)=XV_~KJ5U_Pk(^VIGr{Z|HM0}m=OVL5Y>RfkdG_RK^6ZP}Pwv^s zD&?B)+#esbD}O?EDjxf9o-aGuUpkq={QNI37s5M_d6n1)nH0O07NCnEvE>U^?AfkB z`yAT)?jE6#{M~)$P66%6BG1SXBQnc?gERxorxsm{hQpW&0u5R5A^3ja-nnwE*9GC) za_O C=vce} literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9af04fa618ad95b9f43cf974534d6721bb171e6 GIT binary patch literal 1346 zcmZuvOK;mo5Z>iW6eZiL;}}W$0MTBo1Tt$22-3nWir8||!gYc=K>)>uKygPBBZ_2q zS8-*?K+(sg=%xQa>aEva`d{|ilg~Z1mvl&4f)8DS^UZ5_znz(6WyK-5K6>>h{Av*L zS7zK?HX5JdFMdPuoG`*@MA`+?HqC9Vt>vh zw)UgZ-eB~E)N5DBlN{GIWgLY%zOv0agbvk2Q=exy-dXH z-^XA4fkKi4a<+M@UD8W!N@jFQ=ak=>5~)q;50ufL@X0fMs?DiJC^;eDWLXA7n^C4` zQQUw3QlIL~U}k1BYpC%fY0j*vj%O{kOJiyHje(-+d2Rpw-#6}Eiw^Zo#Wq3gTdi3H&a$*~G*G0?9wmVv!FC^H%Ap6imo1XFFi$|;jlvDb7PVPl@47ssD>zHTW?fX{=0vidw3r$Si;MYZvN9F;C6Lak$nLC+sYazVas@~quT z?;XgJmEu;`T=Tqcn_w*N{g}J8!@Zk-b&fd!vMnBlt9% YDDfT&huAdxYSh*Xt&n&Aahy&4KVkrOCjbBd literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65a611cb4d867c42248389afe3d79b251dff8fbe GIT binary patch literal 1343 zcmZ8h&x_nP6!x!~b*3BWAru0IyjvKUwHrzf8%k-KKvF2%rClh@WzksAV`XJYNU|q} z-kN*HGIr5w*)VzvH7Uiv9?b)3%_= zSJd508hFHG8EwOFBI7pMCT+S+<1kNU)-JXS`k(U*Q%rFAFnSpA1)kLzU-Gkei*3&1 zAENcWKM5(iS|?-nt#E$KzcXHF#pF63vz7@pX3Xy0xU}dytExC`Keq5crT&7tdq9Ja z-o(EoJpMI~BcJ{h{Tw1B>@V8*0+qK+!of0Q&_b;(FeyPx4q<69S}5;|)e5M+CMw#B zigpZOgn@=R>Kq*Q7+_A00LNM=Ux=p&Q96oB$e>W&;NVr4L6fXJ_g;-Om2s zBp@@6KDr5lVnEedORj)cSj@VAO1A&_{QIkKu3kNxMRKsiz)7fH-yw(H5NL%GaFrFt ze?TqZCM16lR3J4Ik`7Sbbw?G5K#DrDCAdtLQLL^dGBVvELgT%0&&qNyeADfUO1GsM z3@d40Iafsa^y%g0TztG2qyPcc;_Xo==oCjQhlyjTpkfs)>9ycTJFMPG@_x`AR78DF z0B}+VQrzVd=CC|>tp;)c6F{Mfzm(EjEJ1!1ZP}R}BkJhmb zSN*rhhWFs__hqA7EG4_MqAg$Qs%uGVS01#zbB2s8@h#el@^QCjD&%sH+V0U^9H$@F zpOihSzLa7|%7lvlym<0i=_u|6;oLDgGO2YtT>yFp%FYYv%9Hz6m|@IskN%$#J(tt4 zJWt~6pFFqcG+D=2>w7k=jY~fmlG7$Mv1$17NpS5y{GyVg2=C04HwohHm{RZwXUhI$ a_$Zvuzi2h@Bz_s5pDA`8eH@=Bkp2s}AD|Ba literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6c466b04a427955f98b972aa88b14b9890e5ace GIT binary patch literal 5201 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5dece3f393d9c84bffc12fbeae005488c21ded81 GIT binary patch literal 1712 zcmb7EUys{F5Z_(@jW1W-9hDFTfrV65OKnW)1F8h5^jgqKryOcZDIaM~NvgT!?4K@dc z%^^$yUxOsNM3p7+C4yjh{`f`XBm8lmohJS{dpXHu6g*{aS#w zHSNI*K4_exl~dF@MF}fMuvG8A{Z!5>Dt<%UfyXrBuV2CmD`=RmggaSO4yz}>OK546q%$CAkH)f zm$1sJFv?0vIY1ZIGRsBSytG%%)a|#uxudZoAi9L>^%lTduj{1&_$e$TI>RZR67HmA zfaYCEu8h>U##iPw`jITr62C?Z$fSv+C2i@9jG2#-{`~;8Ge8$8Fy~Lc11MrX^Rogn ztKo=su6;IY(Z7NDDlts-R^a!Pb&-{iKI^M@4hPY<{qLjWqo;?_tLHBUM<@NjRfd=e z+Oy=i%7El6Z9$R%1D(pebNy(HrEg>lu<=~)^J0~le>zx*c7 z^HZpn|A&3j)OC+*vh|e}izLeePuZEH^Qck|r$R?oUIyF~GA$L z^J9a-M=*sCf*4)g#Wp7Ycn-myUK`|%Yunf(9ySTr)?4|~pQ_8h$(O!N_m(AEKufF< z@91JqjRmy62G?I-LODz3rxd7HWYARPgl@MT&+}odJ5uaR-PUx?x1B}!_W-K<>n0WW z7n3ZRK)_L4=TgU}MI~oz>n2!M`bjL>yK=^+b>)v@pnR`6)om2=d2IDLKm%VyV%4o;dfyZcwE;#*9}+MkUwafTtmeTEk4vjcanw!4X};d j#w|^E)Nz&jMZwZKr(bEfg%0Z)F5bfj#({OPe<%DGk(k1b literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..47b461704b3c620f8d29f6727f2111ca9ed0d5d1 GIT binary patch literal 5235 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 Mqwq+3!*~7de@G@JKL7v# literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c0d7fb07ea31ccdc116e8d5447de2523c02c7f3 GIT binary patch literal 9672 zcmaJ{TWlLwdY&7HLyDqkS-!~EiEY`YV@dWV*(9zv@kLUiT}RH!PMoj}rWDVSH1d$c zoEh2{L3NXLx=FfCf$hCrZ)>-GNr3`=Df-g4_N7Hzpic!3(5Ipgc`ML|0!b71`_Cao zN|r<6{B!Pe=D+{{Q9L}HH}HFT?Qgj?X&C=WjlrLX#wC>GzfHqn1~Vh0qMv5PRBfwb zsi)n2Iu%E?GnI^bx)m2sE6Ucrif7VVJF@DzN>0_CC|@6{4Al#jLVdV0TrXCN^^wX* zy;LdHcU5-PM=PUhUMAXIAFGVj_f+=O_g41S_f__(emB}*AFqt7dNw*xKUg`a>RxoH zez4X;m*q z<@%Y*8PnkI!)G5Em9zW=8@X>*CSNmHiS7ExV7vI#eY-NvM)@c|H*T=q{2UwO=a*f! zhwc5yseFeUYtOMMwx2(b{vtESjb(?8vjZPxu+IzVdw$ts2iYOa{VsMr%#L8!Biveh z5&OQxJ@g%AKKlIo7FN8B_A~4l+Q;}o%(#H|adraj6Ik<0YZuY?J@iemlju9ib7;SU z_9=E6?bE9LDl6kOXZU&cEHCj(I5nNZV`teUPH~x;H;nT17sLw-WmD!@HLcd7YLcMg z&V^CRMcI?q{B>zxZmdi1DviBe71Eo>P&JK(bgqR-D!uE?G>jY7NV+%qy%Y-x%qc6lIM-2C3wI>(JnQ^=2X&J zYKpkVlOz^3Lf+sHBBX_>gbFuEfFLwx#by?eZOi>vM0}e!Zlo-3se^=#6?Mq=^}LVY zVl_-S^TTCdPsBHHHSWi?T1zDUaxDCGmHUa>0T02eb^q>a7;!(shhe`dwbKI7?*&1l zTIWF^^FdILSu3J?Aqd`YRio}mHV9Z;3xdxLaTI4(;LD#*uf}yg9aV3Ous%H#*II<< zWcqF_ZYRxZjZgD?T+~8fA!x3rt8rs`g~wurCzIV~Z~Xl99p1Pz9feENdgQsO^XI0M zFy)ij=XMoKrh(PzAZ&of;GyYO8b--PnQt4WaSLO*|0UJ0F*4Y5*C<=VJr21yi-3cpnjse#tVxR*k{z2PSj4!!kU>Ts*VPTlPLSmQ9vp`HzY) zyF)z73fyB^o`oqIW<@CW92?>JwIS8#sM%z~V17R~9HTOfFBz4i^9rxf7IU$v<1@Hu z@0xgba-u#t!ER2xeqrK`3llfyp#O%ej0I^3f~D1ZQ#w_#k_f`5bZ_5PjpJx6Y%(KZ zhj2(`1SL5H&@nqk09@WDMzlhsWB-NuTP92|nINnEuZk~7|6SfxVw>jzXH`=_UgGPC zVzNF}PnWl|@a6Cx zXPf)c>F$Qg)`Y1%^B))>kpttN-P48X==8U#?uPQs&QH7Z^J zV#Id=K8NuQv?>b%%}G9uy#(-m6s7pw!d|m|@JX^w^){C|*ak&PCbJR0!=pxAv$4GQ zqdJwVC}sC2EO2lzsO zKFg}Hc?6?vZzZ zsGFN<$yr*5<`+JE6ajtRRs2eA`-&I))D*Aa)4w$RO^tyjERfb1yYWoM09Nqb@3|Z1 zC*aF{#?P$x@eO^VLH$}&=cGgLhV;0ajryV^^A{s{rnR`|SjBsrRWlmg7_?wim6O1DdAEe>I(l4ca93N2+v^W6+B zB<7RDTbN8-pn=y3_ym3c5TYcb0EJ8ucFM6_vt$;{BVfPw_*2hcE{cP+18G}v7(ni3 ze7Oo&S}E_K`vn;qaYzR$?ILYBkkW?lrN8Y}8qQsdR~8lfs`JRwH`u5A+}D(nK9lQ+sLF4RT9)Oh#YxW zoy;ua;MY;Z2;w>Fdw+y!k5bHHPif|%!JsGTgyI%@1QA^hDeegr`-peYQ+72EkwOv` zn&Kro?nz`uPb1X#g+qIlC6Ed(TG0L6Aovj`B@~ue9~7a?JaARsESS#M?cgR2x}$()y}TKk`sMLs5p(1vi0i_=Caxs(pAT1Z{dNf>h!b^GH%hxu~nO z-#-H|7(f_A7`NM&IF`atu0fKRMJ=i`d)$C5LK0KwzLgyKzVTx-&7cLd2xM6sPU95J zW>y*43~C!`w15-)AR8C>s-;v4C%L-EFUr5hr#A^03f@5OhxSf);=CgP^dBr5$eD(!l* zBJGGbw0Ai{JCiw8a-@uu*6Bs9cX}?5HfpcZ#47}L6Szb`@lvKKU?OC0_Fj!Er3v0q zSr`@Z_7oIRR3reh)c-&o%qsmRvt8RapbC7N?obf;2dF6-aLoNsPYBXr_`Jt?r=ZkS z0nC+0-vK;JP!R3$9odU^+QL;1wk7dWA~uIg3YY5*;dGewVx!zsnjb7B^hl$^6P&$izS@M<= zvXk{hdX&Ei8!*gDvoB+alm;b+RG_c299k;ZY1yDF@eDe2El96Di#S;2~dtg z{Ez@?1EHAcCe=Cw=s@Bv0_uZiAE`4K7Ur?{l2 z^_fXt0+Owk($i21(9;>Er(KZAk>gi5MYoH}L?PUT&g?2{ZTLy}dOxc77)H4=6#uW0 zu?I^$GVep6(+rrveFTC3+*~MU#We&(B zmuT8|00!~RfMq1NVM*bCImk?8)?C=wEc%e4K%b}L#hfg@QN4GKB2k@9hPy(It|7Fr zYwt&ODpyeyFX)5;=~eL|`hc`g=wWHxQGI})d}^=)TBoS?Gi|3X8AwDz8DhtT5)E4KRT+G*M*K1!rWI0oL* z7xa%Y@Q)}7$)#tELTL)>+mVXsHtxKh&1r;v;pm0wA%-E_@t?)k>v<& z*jH$Miab@J{S+(yjb5k8;#j^Ts88l#u$N-wz1OwJHjJF9Q29)}oY&|Zdp}}9^1iO3 zB)F3~Mi#D4?v5d5SiWIm#AEP;+3*8v zBgcwtgq2Xsui$#@&)`~#ci8BP*)UfOUXM9i|Z_jauY-Z@_+Fdzc0Qa@HN1K%*@PQdF!=yZkq8s(+ymZArs=vFU(!n ze%mFiX_t_vzc4)wA7e_p6We+aZbFg%2ve26foA(0?j5E!uVALs70gukyi+?l4DA=b zZN*b97v9V8Ua<^-;No36L$Md3;vlg|^MXTI&lTh(pZ`qDaGR+gh( z?0t<^S2zecoYEol+@>3-r+)qp3IiTEkgQZ)fE;)OR88bwa7QY_8WJvXFmU$K-pqbq zduZZx*B34)-J>YK9ATY0mujdiF-G5^gYMDki-0nl{dBy>CXrJ7oWLIup!x90$ygzT zpi5gFyAkGPR_nT?pDh;RcWBig_g9HuP=_KEMVI1F2>dAlqFX!DN|z^J5)V-CzD6yO z9%(Y={CK=kiy5#YGmJ;ob+s4{EYVy1E`i@8@cXobr4Q<94^$-WAw>+_8ZyMp%Iarj z7TPnRE1>->Ovt?s_&sFl@CH($5T8UHQg$#=_=P{fxI~vJP8FL^SCxhwK9;q`t;FgZY04&eU-jx8f2b6p&PxAYP4{shSipG z2pB-hn(l!UInqU=zD?j73j+>>PiGm1{%SSVp@G5wKv(jY0AAKZRtQ1Yz@Ka7EzfZf z(Ywe*I%WyLGTm>i3_%ycne*6nRL;i6EcExG^S@RJxd1g6&##@YtYH_~0T+L0e`)1( z3)wSWnFn>~auS!!>e^HhS(bVd z-{UOtW2_Pz05XT`0bW%cI<)z355N{V34&~~bkp@FkRu%GQ9dALCmq!%Dpjz3SQ`W47A-P+>GcQH{+nCqIh1a%ruu69=uQ(DM+SuM-QtG6 zozYm^woN@uYC5jUsGPjMVErpX-aP^b=m5i45MMzx>yzvF^9&7;IU#1~UQ}z>`W&sB zq~Y9L@4izBs?Lin(Xi4NyLXBcKcHc9u9YjNLto;+0l7L#O&>sd7xh0{yh6cbG6z8a xve5sdM8;`zzg2LlhCi#MpC)BLOZEZR89rbZi=&S9T*)krjJ;fPOWv`<{{yl!h(`bb literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f24c216be6c82a718faceaaff0cdaf6a4ae5d2a GIT binary patch literal 19438 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 *!9RQ6s$zHj6}SaA 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b68f2a38d35f35e9be4f6e5f55e36fa876af709b GIT binary patch literal 2121 zcmaJ?&2Jnv6d%vdeoZz>KhqQtG8HJS=E92!-Kss*VMN)gFvsxsq@-|kK_U)Y|c z8--JP?VV$Cu}|Q1Xpy16W&ab@o&PcGquiCjaoV&)a^l7$e_-s+PT$k*9XQ^bm7qJ% zOO+HkOLcRvDpSy2%%tkO+LtB7$v6Qab^8c=T=fglE8oM9RU#mRT%fGRv4cVkvLv^CEQ*CcstSssV7#Bga5AKkoXO$koW0n7@G|NzVyV-& zO`|RhGR$a>>9DKm*l=Th+RmOP!+u*B5$WF2(Jm-qO0S!kWQp86D3V+^ zGFIw_RHE;R6|{<;S#tZG^TK7J^jb}}aKTbXY~YSR-;Ab32BVZ6iX%t%PZ@e*kDcPSljf zES{o!VZ8K-cn@DTlXZ6shkAViY5~Dy^Antu=J-xWyl)mX!CVCYif}1#gH1V#SUD5! zqPS7i7tR@qz29I@5e^28mBf&9%EW$x?!=7N$cVbBgIcYR^BEOY zE{!hpA|J4{oU$AXFOnFAhEk5PLda7AMzSfgfY;#BEn-JSZ-rZTtwivUxprigDw^P~ z^q9>gO^ajX4U@p=P-6<5H zd#13%9r()&WzRL&mPAAbEMQ$g;Qp8)9CT?e+tA>RB3c+j2$M;eCi&rfwwCwF`imbP z4+1tgxi@$?9K8HYld#_uP0YS9Y}2j))L6Bzn-&e0`vYS$!nss#U$QZTHp}}1T=MpGeG`Q;M5*Sy5W^)W?aff% z1$X{)!Emk{D`C+!?yj58g6SeFzr_GR=uT+!5Qe&CLc*B_ic)*~7^W4L?xvy&4b{Oi z)`Gc&+h)LWz4It5c$LDJMq=_~>^e?|bjT*T;`WH|`mWn(5%+H&AJ_H&@^9TB8~#5f C=WId% literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80f93b7dd2307d788b8de6076bd4c20eaf061e23 GIT binary patch literal 4636 zcmZ`+&2!tv6$d~NqDV^eSCiOr;L7 zx(iB{N?$rT^wL{rdbN-K2ikl83|xEay&tJ#H~qa`KqM6f5|;b%_U(JW_q9ltmg*Ls zA3pi3xb&7~{hbE0&t(jLj92a1mc=b@N7jz{wRdccoyZwgb}A!x#~oF7s)%lrx` zR?g)AF66vg>?+TB?~L<^a|Gd$v{=&kpXQ5r^KeQj+`Pu^hL!%#8&-%i8SS0WpyS&~G`?*&mL zUD?h=aXIuv8{bL=XG)aXge5LGAE+6LKr$g^BH2hN6$}JB9Ew6mqXD3b z6X+JJj1b~;ynuybyXr`_135VO?Bmb1MA=ZVamPWTDdPogL}q+<^Q8RK{JgfC;GAP)ON zW!+J*FXSeJN*W;6hmWu|zqh7!?I)0abxzTNh=mL?jhY&UqZvcOz-$OUk%pWcs@>}k z{3MQ!PE2cf6_!lY1_NZ|0{bEkk40UJn8_m}D>-jLI`vOYBA)gHlz*W8?4CATpp5;d zTT>av*}A4DPV}tad-UkxqfPcn5Nib~G{%{ju?$lof@c=`!tTLA5JuWf!PVYS{` zHF(S=zBx`C+R+Jy4Yo>Tt1Tln(j&Xc)_-?hKHF$v?OT%L>Zxt_^Q9C1gnzy~h?2b^ z>Lxlbt9&_5y2zapP{sXlke?sNd*gmzNWr_wI7`P_?n#7NdN$mLGvJg-cw7xuu>Gq$`kaVKWgk=H>{DQQtZ+#o@r)(-VE zkzw@Lz*>AO=2i^&x5zge!_WZ>KijltiW|{*F40V>_MMx%P}mBT0w!USSqBV zDoJHbGGmG{vY8g2Ji0jl8^)Po7Vsj$PKlU8)#+*FkO@pQm-w*=foQ}$cKk8k-tm&} z$B9oe_(+f~H?JV7^SVh!Bx!!G`}p4WZ+^Y~@ZqPAyN`eV;8(ea>^cgvR#lQeNROHY zYHDb57ssiWmR!N$)t@@UWF$IKurI?==ch@}7_vk4QK2Y`4o;H2uqPBOlns-(GZ2X! z2;~>Ua{X54012%Vg?k;d^1b%0k2@;Ngl~$gP#xR~I$b1MApvYhm*mbgKD#_OA$$bk#s|#pqE3RF)FW9bK!&}EI&y#jbn#oBlt)OOSVXV#8#Vz66BW4}D zGizc^Y;JSsj};v$6^`f`R7~7VOtiR&iR#w&OUD4KF>UP89ixkDfQVo={?bS@X91F0 zUZiH38iL<6=g`YhX6IF&;ixtLC8$&rjZ^n*@9X6X=`G*JM9)D}J{5FMvcUTo%<1Gz z91fjy+@o(ak(WT0SLt38A6I=JHx`MDyVa`9_|I7~UpXzaW}&719Qzf02RJTC+pIuV zy7=cS#hvKHLS8CGKYW_Ia~9-R zPeWcvqd^~Hmm-@t7ahm3>Cb!9^lFalG!Z6En|@tKu7V_QiopP}*iUp=klU0G6%~4Q zA^8v;4Xy)doo5w5?C9c9nb`6oM)=iWVTFptR?F7Pl;Gs%n6!=8}hf zh#B~)2B|SIUiW>>EfikYfX5NtUCh-c#`79D?>@$hyk6|9%Pou>hI3p+zge8($mNmDX#$=8c@JWhJn0JGw|^O*5jrQjdFB;8WY9}%D6%EbP#+%yw<4Ek+4p^X*lQ# z)}pzy+~pgAQRW${8h^$v^<6a0rKVkm27=@DvRAijMR4cb&1W5{;+~b1dHiS!>%JAJK$+1wjGnu=4_-fX5N+)ie z5p^_b-_=LW)CFB3baANN9wmGniMzOnS?VunYF5p@WV=?_RSDxp*au%HbdbRqO4l5~$x98ShJ1gbP bl&{(2={?Su&Z6@lr|$e4-2de@m;d>H>GsyO literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4bfddc54d38ee17be469742b7a92fe18b8d28cd1 GIT binary patch literal 5815 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed0d4237bad9a8524444b9a0c30426de5fb6b5b5 GIT binary patch literal 6693 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 TVwk{R2Hy@`Ydv@vuebgMqeh_x literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9dfe00198f6c9bd2e8ef3b89de4833b5ec996030 GIT binary patch literal 3329 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000..92c4c6a --- /dev/null +++ b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py @@ -0,0 +1,38 @@ +"""Customize logging + +Defines custom logger class for the `logger.verbose(...)` method. + +init_logging() must be called before any other modules that call logging.getLogger. +""" + +import logging +from typing import Any, cast + +# custom log level for `--verbose` output +# between DEBUG and INFO +VERBOSE = 15 + + +class VerboseLogger(logging.Logger): + """Custom Logger, defining a verbose log-level + + VERBOSE is between INFO and DEBUG. + """ + + def verbose(self, msg: str, *args: Any, **kwargs: Any) -> 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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..3f4d300 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..b6ed9a7 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..72bd6f2 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..0e8e5e1 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py new file mode 100644 index 0000000..e4aa5b8 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..9e0da8d --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 0000000..1c73f6c --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1504a12 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..b7e6191 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..7bd3c20 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..82eb035 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py new file mode 100644 index 0000000..276aa79 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..6e001c5 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..0bf9e99 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/models.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/models.py new file mode 100644 index 0000000..b6bb21a --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..b9f6af4 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..f460c40 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..b5b7624 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..442679a --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..5f63f97 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..6ba2e04 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..c926db4 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..e5e3f34 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..12284d2f5a84f4525c87d342ff8883c6aaac096f GIT binary patch literal 556 zcmZWny-ve05O$jWq(z+&QY9F=c4!P@LPCfE7&`!B$P&59sWr9ZaCQpi5qJ}xfOqlA z#49jimw+n8mcP&UeY(^6WHlTPh+AimA8_9yI!@@qteJK_TqycWA$ zrxgl2l57R(I@2k_Q^gS^6lUv$PMqx7QOV0V<%Iz(n24Pi&)F+uXhY}NgQmUU#vV3h z37A#LnXpGqQ&;mfpysNu&p2 zQd#9+rs=c7l`dHZ6kc3MJOiDU8?#geU4X&`=xH7P`6qM@#hMB}r@zi=d~!@RH!yW| qR?MYP*E9Ve5_LnOsSCMD)41H&=v=D25^xc?&b0p;Q9BC!9tS_|jIHnh literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7849706d890c42f1c4e70622f97250ae98815014 GIT binary patch literal 3383 zcmZ`+TW=$`6&}uTMk864Wm~@PHdWGOQ>C?)?FDHUMUZqiP74GskZk)fXfYTMDQV)l z$RuU22hvNuK=P7bP!zBq_ZRfP@U;)c{)J$X?KvFFm)*@6qz-uw$#eP6AzdskHZ1sl z|Mh?P{}wFkzc{%0Q5bvzO@0deZivHr9U6(e#T%D((Metdb&+QtdvTj8opTb>mM7V?2M%pD5jA zi5#cVX*iD5s7G`&iw=1h7g-kN48{vMAF3jph_vTw|I>*Y{W%{Ldi6`56^ic{YOk2& z>@y(>p&MWF=gSFVwQyR2xagpP*Hd_YH z(i=D{Y!x_dz6|@}Su5P-Z58*4yVhpjzr!pY!uwr=En&}V~fK1F@jZ_RG8 zZ8N(8v#95tYCqU}bKtSN>?el1^^HZXU>hR$miGP_l~E+Lb5M$s?n1A<0}9}GIl9X#l@MG->t|lUn$&EN5Z9{tqP5RI= zGPQ;_C}r=L_KtXF^@v!8d9gb0zW=sADl*^IDl-ufGZ1= zDN@&uxi~1`{L}r|g-zxkI;IBAcxeR0)H$~O*PhI6q$r-tTq@Pk|9}=;~ zoSB!mU_=jXahJI;ssT)EQ`)iqW&PWpd5SWB>cL*_g#~+%Gj~>-TIb%hW|G>%q~0$# z9*%f?nB>E5F;U(3kb2Le~dX6J)eNT2YITmdg^lG{R>3f;x+DnV! zkPA%{NMhlEfIyRU4P?-B;E73omH)n`lBWZ)j&d8=ZDO~DD~!wL+tNWA4YeO<%~l4DClWVDQM_iX-M}q9Z%8}vg}Co zU`@|4%89puHoErQH>!CL`L}h|-ek-o#UB7mqJ!FGR(7qsI1q>k@)(p4+QfJ^8_m&;-#i-EZh zA<-S?!uV|nq;u{}DR|{0peRzz+k!#>Y3oj1n7^;Qse49ji$Gl^0L7_$O&_fvwN&k& zq*vP)T{wO3@iRv+$Wd_;O2r_(VPJm4B2Q1n2O!e3%TA010F%EMbgNt8LAP8QM*_<3 z)r8naY2P3R{5?(+l_oit5EvzrvFHOEXq?xbFp(iT2*WhSf>(%BfmKf6z1;J}he-bh zmr!u6)D-v9rppuoeWZO`61hVZWqaxppIb z*K2Qu3n6+Ht}YCIJY3A(!o2tPwF?zJFZLdb-@=0DFX5Z#{_kJ{vh3P6A4C&;s=R7Y zvofe+{uP$V7If6Us$4IcUb%Y9fJ#==Jj!^CiqAi!u{aydVd9zBnqA)eG(Cw z7id?Fco(i8)JAq$k-x9HSp@ZK&*(N++mx)&V3SuhUV(_><1JBP!a{yDf!KnWDPGhm zw=Q*kU8;9S`(cP$hoNqSVOFq7igYs!ahHlC@JwA}3EaXN*L6gJS)^+c;F$r=nvmlv zi8Bs2KGP1MPGHFqYuI6R6!4a|v;%j!cpryYV8t(SZo#B{wNjvq1UgOBvBTUKpJ4Y0 zI!zCXA{B@*y?9wFVxFe+a$)M?uTa_)4vg9gG>M`2ElR3CyRk`Z2QHzPx0>DfVS9Dk zvFSZx*E+;*L94$@1n$z?&^5e4;U3nWIvvArWuDO#b=I5kRN1|Hs_afwlFHpIk#S`` z0$IQHCK)+77>fd)OR~C>-?$N`p-EBQy}buKiFPl66IU3o+o{I=8j>i
-6E8sCC&m^62L-d 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45d0d50bed4f39432f01cf41adc0b0b7a380276a GIT binary patch literal 5102 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 u(lxpgsa!HK13y>luimN5H?)Xe9^<6#;|4rcG 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 0000000..a7b16e2 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..8d1d499 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..2a005e0 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..89c8754 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..02bbf68 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py b/exercice1/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..d066344 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..3843cb0 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2192743578e27c6f7aa366fd80bdfe6211678763 GIT binary patch literal 2956 zcmbuB-EQ1O6vzFww%6Hh(>DD`X^Z>aZK>T5LMf^cf~2BS)e9@hR5 zY1U1yQZA8rgyfPZ;1zg=5qDhm36QwrjCT?uAR7c;d4A)WzmI3;oH?_!+YJo39Nc_ac0;G%YUuV|+ zJ#)|OcTfwtZ;XBydq0@W#`dn=^q;^Tt9e56q~^5dDb3TGXEbLt&uX62Jg<2{b5`@B<~y2~G%ssj(R^1k)V!*BP4l|u z4b7XHw={2S-qGx7-qpOP`JU!|%}6uWe4sg}`M&17<_DS!njdOD)ci>Eks`8RGvPC88|MdAI@?Kjr0Wh;RixxXg0QL%I@zI21Ij7zT|9ON^0{jhln9I;3UD zX@SK+b>U5cS(%b32%h8wtmGxn5!S{IzRU-7NKm+p!;CfphEbRo#ZaWn1czyfLM@>s z8G$YsRwxx9g5hjn#&dWrTw$~bhZPqLr$rRJRePXk%9H6br(`H_k{14X_SFuh}P(mX{g`Vu&Z7e zuMFX?d0WQpnC4?+%iQ&mgIasmH`cbbZHsoJux5=ddtbX_gGb=)p8LG^UO(85Ue9ea zH9i=5i@-t?X-03GhCsUDpCT2~Pm(e%aFWO%(X)cOw@T=8O1N|h%@n7eHWOZAj52BS z5tm*;(GdI~UB)Yt3+ZtzQXyE+k-@l68J68~5Mb1NM>@+X$I=<#6#Zzh85rH~Z{h)X zIVR~k%ZqrCX2Swvg2%5YTjy1p;TUgXmgO1dNi`A!TE?rGvQ^CQ>&N~6xfnjS5tDp5 z9{0>ga}Q#k3w$5!tf%lw3?UZlFpXixWiFB=sz%b^ALnJ|JxG2=$F!^qX2*2f)^F2O z)8-|UorC7ObvJr7AhMIC*#JY72}X(ZGR#E2l1o3MgtD|qrH67ZU@X#A6-K2$5CvIK zEjG_L>oycoK{qh3rw^*pkP%SS=lpop)-!)L@d{@!9*Ah^ zR=8T2dnmir`f9>3r$Yv7DLWNOg$e_dgUGKKU4>4lG5qZibHVE~`?UyfX1Ee+Z`7v_ z8u!<sp2mEA>&UJsft4aS8(Y0`v<{ZI9LwrE|3+0&O6scuZw~1Xq-cNty%q#7EoN*F=;d45>0fc_t<~ z?cfC!!3+PwFf2#{i6$E)0~oJL3H8!{dM#4viC~o*QWZ1x%?W0}XGL1VhG&x^K^vH~ zh_E9nh-I4w55_hj;Iu)(M)mb$%qdSza(!b; zXk{pd42~lP ze=rT{sB=hqltcCt18GstI;y?Bxb)dq&ljI9ElQ{9@!(`0S0I@+=MEffEAT%7thQf% zv9$CoS$z6slfR|2M)R^cdJYw5m0ADs_~80P9g@6;!ZA9YZ~3NgI;|PkcioFOY~NPT P|NGZi{bws3)A{)id-S5= literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/distro.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/distro.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f557c287c2fc5cdb4dbccf1bc56a95b33665868a GIT binary patch literal 38274 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 X!&05meW|}1{O4y1nZnZ$=|BFz2*Fu% literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37508b3ca9621290ffbfb329d69d372695a304b6 GIT binary patch literal 27623 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 MG!8U&rP><&1AxZtdH?_b literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100644 index 0000000..8435d62 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20c9715a8d76116d66e35501e6fd1ef847b25ff6 GIT binary patch literal 684 zcmYjOyKdVs6eazLEZJ^~cIl|qL&Uh93KT(#v_K1_S=vbp!H739Yd!>uvTOfE{~#Xw z1^te$T07+zI`ztN0AE1FIlMeqhlg%DO$gT8@4w*>CFE~Mj%$GA62JNzE|TO#(wxd( z-jn^jF9&j{2WFTLDM5UqPfV0YdmQPJiSrooNX9zJ6G-mIFxk=jDWYdPvZL6Gzmi$9 zy}c5}0@XxAz%ToY35 zY?)eNpssL2oh94xN3V+XTKL-8?Q=kKshst$SZ2Rp5OO z)ommm$NPTAlEc+-xbNPgjkGIEWy>}$AzUK{-;Ox%F5CT1Ncl-viO1XVO{4XJ{38AZ zs`tykpKRd_FfEo|8TP>yjR6~KwswBG4~)SN@P)$Uc(pvOmYo+t-_^}x0%BsM5R&CnRJL6=d;iAjG?yL^Fq60eV LP3VM~a7JFq-h4av2zZ_K2JOUi>@FkfK`G808 z9`PX`!F$XP`It{$()mOj@PjiZABf2%f%Wv%_V~TOAp$assR^ZcwiZe&!0#Vt`BEG= zwU$l!h-a-965NB6BG+~b48Lp^3+tXdl8bdEYW+(lm5@1}xNj5yW_t`>-G)Jv9o1~* zTvJLk+qu`|1^T=#K@TUVh4D^){Nd?OW_+rp$f}>S znwLVFDC4}x5L&S8+^>k7z%l<^CCjD~NtvC=qDoGh+(xUC=Z!p5ZI+8f`~h(nxln0) zp_fgaEJPz0Lf!4n{rtV;T-4`DS^S=KGv6NF`zBF^7I)#CvkbN*ZP6wvEaQz#a^x}Z zcudl~;z#X;8ADdr6}9jkx0B5fx6PH7rBXA zlsVdXReWp7w-X655nO_rx8?PrxFMBOuyc%e-;mG$V*d?{E_N)jEhvL5;I_PA+Qpl@ zr7LgeZ`mq<9(IKW&j3BwRDP`^PA~hL1eon{?94X7G0KsDxf#zI-KEN>_wU3*8u}bIX}vrJ0OzW0OPC&TFt&yfwcSKU#s zH>+Fo#XFbTJyzG|t9LKzZZc@Q|35*7UHwrf9b+iYj?aApbyf*T0Dna{2CMh*LDlee eDITIC6mAXO5rYS$K4PI0`r#<@!w(|rzWx_BOrQV& literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b2883774a99cfe9db8b32d3d3a990f968d4e5a38 GIT binary patch literal 3198 zcmai0UvC?^5npouXm=&cj^m`s|BeU5yT3v6$)(EB4w?- z+SQR%d^XlEb%3-FDf-Y4prGx8KS93>U;A_);rdW_hP#s8o`F)}XvrB4hnyd0CSO?z zEoeU-|AU`hx2%8S;Bs?d@C3U29S~+Ql3M-ppY(|t(>{fNn%Wbm?+}aG%t_se*Y_s1 ze$9;C)Sm?Xz9qrO?3V9UhlE=Q@y$w4@P`5&y>j1lnZ_5#n#I&p6+bz^rDwr&wlZ8YqJ;a_MY}$?QZRYj^J4` zP-YDbu5ZR^x)%=)wv&{9DdOprivjL-x#4NC$=?Fu7M`$AM{w%DlD-|#0K56ImABTA zFo(Hsg1*C=X5_INjNE{-RWlA)2xHHD*IDC@-><#39INlcN!QSzi_=smeQd+N+J5n> zr`;D%dz+tY@7dO`wt8^FK@AP78v4wIz6xFb8i=wKDXddErbR8W3jc59PlQ+n*gvzx zy0TBLj1(XdIfV<zks z;)ttwU+PeDk;G|o%tbrUuAISr3Li|-eiS8HqM}H6ICRY_9gO%)BvK^(AX$KH=RoJ`l;I`z#;KCOlKJdzgy@IgJOr%fAMIBm*v^=@A&2 zb@zEL_PP9|8ZP(`yRUinx|=3@-IDXD^YB4eCW?OodJbY((w!#LZUka17hQAs%D`@1 zBD^y_5^Hbu1~7AI6|QK5tOw|E8D;i6 zdlzsuuFXpg0cv;;SW}^@8w55AG9-XO8!>p|6&|3-IsQx7s@g7GLo03x{?&|2)oHzw zyro8bG0{r0VJ;@IO7g6w@|NVhl?+>nS}NdQ1B@idnPuiWTQTS?ze-hdnrEOF79R3e z#yLY(rBK#cYTD@mxWl2yCy`m)UMZ2}m9P{WaC^FGSS+dx*3L1wTDySuT|4~K$G0}GKogp>J;1QC zXc%S?P6#i#22r?hDk!;yEt!Fn3vglxCUK*J6a`4pf{qOY~HHi2EKx;naE0&(_BHwf*710Ej5%Ffwxqe zu$)gGfcJXa0QV;2gPidQBM>YfU~XMB{HD-N82Si4{$QP=Pat?0U*dg}IYmEVaxe*k z?g(7gwjq3vX4yfM@}bgpG@NP=;%zSZ88PraBl@<<5>fdyqJ?<2uSORL)*DyyVGD^- z4TEBnIOoStu7dD?zsAm|X%06iA9t=&*}h-Cv+sjelSQ-(ML~L`J*i?fljZBbxiA(V z%%z78k1uArA$ZDTX>K#qb^?_NzMm>)EW?7pMlQ@U7N-N-KT5jCO8w1 zP{LJ5Qx5s{3zHgqFt~^p;s+?Pkz}tS^Fn+9AS_a-rujh?E~1%8wGG5%Pwg=<63VFi zu(ll2^u4QjN~&UCeA#>FB50bke@@B$P9xf@$3c(ZO?VU zIlkkNhUXKHHtjV+VdQ|@=(+cA&+|xwIw0kpuRH5@lQdu@M5K@YzdOGJRU5X(E;0Ne zNaqBhsi=bb1s=Bsc6=PWvl67)?`zrH{s1c_6=1;O2+5a`Qa^V{YPdb4@H@k^6pAg4VBDe*HT9|F<$ zpc?5^)kvpGIkHn#B2r)gFxWRmnZa{eg_&xuK7{i5uq>ZTSfeqQtX!rd?SEPx{V~P| SQ`Pv6kJSuaqYd!;hW#I*q&|88 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f2fef783d18414356d63c4125dfa7b2955175cf GIT binary patch literal 1888 zcmah~&u`l{6ecBFmQ_1R({|a94$z7n=0mIo?WI65bZdv9z+epPfMLD}ipV62B~c^g zv<`e)a&Aw%w@3d4`(Je3Y3JQ`*!CXfA41|{6iAbNPki6|_&!VadLDuH==68-n@z|c zxM(&8izm?aLl`(25l*?4(##rJlzdCL&Dka4OxPFph{3wW9auYp!MerUFG$}#KlFY) z5q=!SFv`PI5tsf~-#_<{r1F!jNJS>{GRco?4?XbFn~S4pl9qm={m3s*l!&;eqa)!b z`FzXB@#RL6H9D3ecB|iYmFvfaVHk>aRP`FSn9FU7SQyrXRaaFCeD4mF^ zEnXFg651qQ4_!3dT9h}@8RIqs!v1?1zYFo>G7*NA7lxVSlN9IO zF#Kf_rL{%%;0U#g!z~;P^mRZpL(UXdG)^=U>=M`VY}fAEX8--=e;=GzC+mJZi&p|in-MKvR*04_?XI4VrQA&P-l49^& z*whr)0nvLeVIQBLp*Pw32+<+L%9#{Emr&cdvn~cx2UsefL)R!em+sPg|2C0sQqT(N z5AX^y^X4ufrHJ*6sJ$iTO?WrpzxV(6?Lrot^l3``3j~j;xYUEY-TKGE6n55R*Fs%r zNZkQXg{7uYaq2D(S2VL`Xf2ly!S5633%Pif%RIZw6z&iEPSp-WE@Mz*r~cHy*QhR6 ir~Y0UT^aAj1+0#*+{d+?zr?=}jRZ5+Wjprm?f(Gfig1ts literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a7048dae2957207c719a34d50c7dc9839dfcfbc5 GIT binary patch literal 798 zcmZ{h&u-K(5XSBN*-g_dU2%Z}FR-A-l%6Ufgak-%sVb;cH5^vK8M^7(v9Z0~rZ2&B z@C3X|#ElcLzy&7B?kYkeQJfk7K7W~+sL3QIc%58-huA0NXPXSK2$Pri*dMsuMFlCS zAd+U3k_%ED1O&YL0VVC-F~4V*q@rtbH^Mzn1X+mMNvD0X(|RJz!i}!=^~Fezv+=<9 z)lTb+sAmIxAogUO#RL7vojwrzJ=^F*NV3TV*7AX1758e{E8!rUTz0!_G7EoUhh#>Z z@ydv6RaU1MCvVTs&)$R8s^Zn~b60B&Pjd-198SM0MlWzGD!rMhmS=Ta3b0WT=lXrJNY1yh>PDfRw%L4r}z PM&WMH-$g-;EJpelB;Me0 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c68d240224c80b616e9ce9143cdf6f54839ca913 GIT binary patch literal 8252 zcma)BOK%)Wa;{fbS3lUKNQxrowYAdD4ts`VOFQz;NYFfFO0wmZII|Qr)?ywgD!@Fg<(LzNd6+Ls`-${ zYZ9H6l^Gcs8JQXJMU+1_R#xzLW&0amdQVaQonDUr8F={+zu?y>n6j=gm1!MyU6oI5 zU6W6JU6)T|-M~}t6uRcRsS>TxDR!-O3-tmsJEd-Uy)5g+PNiF2uc``Hhhw~UsIHH5 zZ8*U!)XuQd`Xno}$|Gfc>Q59_Wn+&NHpZtP>g#8jc2B9-qIb$`Tio6X!(PYT_>t{& z+P-kZt!`lVd=YYHZ~DUS2i)F6t1bA0J`ciRsr(qrP*&<{Qtde+;LHhmGmP*)wd@4^ zwij?Oa6@;O-*8*uV->{cE78lc)7s*ADc|G5bvkauMReuM`T5VjyxRES!WVDVuhu`9 zZ#3{uuW#1z_Su)RHvc(Qv$hNKOVn4_9xsCX)3L8-}7m!%=g!kn^MfO5>}S0B^b0^70guil0hT(511P?z9szHhg&I?r}J z`+Bd(J?8G)e{B1k_Uf%=`|T_5{&=ZewzI$a088%j1>5O|TcqEE1-s{jTMIVSDe$r> zoOYLcVcmWY9hkG(7w$ZMb;(1}>3OVEA#1d*#}UxthUt*ur#uZk&DTKJv#qvd~yU+^UguHfbvI%wuBP(o@O`)YK@5M|qE|2MQDmKK8 zu3V?R4!PKbvh2{e1I}%CGrtmcu;uqV%$BQVHZG0lhf8wzR@Pbth@AgXoet+Re!*oF zID|@H5yen>sCYP-vC>py4W$QXp!P7~8(<)k}%q>I7l}>rc$ob|j^d?MMu=9Z5mjj>O7s zM^eeGGue)$%s6#W{rOGmi;jo2l2r_*QB3Lb4zySus;nSOSdByN5QofFaBOgl$b;TczGw{! zabc(*DnaAHJZc&%u`=k)*kqMCg?a|X$ijUs&MBX318Y$FRPn|QB{U9JRfYb;!q8;Z z82nY`XUc>5Jtelpr*SFxj43#n#cTBbH&HdVz_Xn4e5j^9pMoB|iU(23D=vwB$#3k4 zANs9>zdklsEiT5^cIi;h=Y!-1j`;Y>+ASE4TlMObV%OPUgsF~7RKb<*@F%6N>n&~y z9&A0aJbzJYT-Jin7d)z>EfkIy01$4DY8Sj6lk#h9FIG4l@5*fQ<@VrDE7<%zoRM14rK3gL^y?D*|AZhC?7jea{R-}V^aPrJ&W zkbG$!meg~)yxFXm1v$s0xWygDMUYI$1vf`a43cuI)y#WM!9&QMRM9pfNeXbZVUU!L zTJ-P$Qjx`gs@UmEIh8tQsU^4r>AU|FQb^xx!law3cIqE(zn`8kv>L34rdGA8s%aCj zDpl1`wWpQ=+k*C4`A#)WHJ%z@RgJ8!THk8VwEr2Kk2#7L$a2C6keM9$j5lFG zQWLZdBQ(%LZ3svm<7%taZp7+#0qr`2uh><@tFm7|Q~{=OMPLl5bt%>vP#`mRG_fQp ziaABBY@0)P5b%IYW)>Xx2a=+6jKUh0;KmJ@2^f#yBlMSHG_pCuN?h2kK2*ao%+zF+ zfl1?Illo)e&aj65!b25)swlR}aO|q$D~1b?=YgCHFrQWfNybSMm>62+_-KZS;RMW* z6`mPRhEs8oRp;O(A#o|3W+u!`X;yit4a#!VL=1D5=?1GDRG2xaLJt*4_s?;K^f0JO z$}@45C_S4^LKa2*PV$~4-h;7t47yO!hB@Q0LzU(j)Z~0M%$0JON;za&{JTl zcUJDef1&RzW*(2r@%TGRChJTlYc($K7=Nn@UCMQCq=DHOJ!JMskEzB$H6^L$PV0>J zyZ%zdM<{)jhkfDMPLAPV341;Q8A5q(X!Cs+kq_bhk@H`$ebmLC8ys=L{Ua{7oKC<~ z{Ac4YdgYGq??{8yv(LXCoIk-wkSC57SJUXqPVch4vlGt61^(^Pk~KFO2WJq|48fi(bfYIRV_^f@nw5ixlR+wqu9*c2)u*COYs zCx-MQ26aU9ANNK381tOdReWO6)58oj#Q7lH(Xa_kKRt3c~G(~tzt z!i_H6!jLVG2Z7yjH+krG;W32YwKI=NL`jkF_h2`J@21WOB+IwHi)9AbjqyxukNzdU6lol0VckTCSsh4T+DLvUPct|{O zJ`MSyVbUxD)^rc*XT>5!qzJPkuF(-hxq|x+@=}p+eNsB z0^Dx_?&1e=K_*)areA}zm2FFCgM)!1HGzW3AQxA}9n6y$H`j3S$8K*fuJ|5byi56w zXsqJ^WOjY#Zo05KV|VEFZvJ`(#QDqOJ=bgTx+PD6SOG_Q8pTIcJ366s#Nk|bbe9AKMGv7cfCk_YocA&uGtn)B0=qIS9ikqV(>DN?N~}LrcXZH!J5EA1 z15=i)1HcSQsEwf&03~zTX6mw85x@e#1KiuJG^j{c* zsN$EBzM8r4@!=V2g`2O4-;gYD^(Jzj$mtwv;PnrZdV(lYNw+6O!p_LGC0K7&Qcr^K zH&Po%5Qeny4QWY2m?9ud6(Fa|rbZBEdPqP8U@8M$XLFgh&jP9_+cU#+xDf!ChdRd1 z{5Ic%ofj01`?)sZq28bg&3N(+;0&mdF=hnGh0 z*t262;!A?D;j@GKoOp@m{3#VjxMXDE#eM4dgbIlnif+K%wi~8^M8|fg7)Ba@=`fDm z#621%Q=p%smY69_P4s|=8OUM%ZZ8n4=&jd|JP8HZ>3)bEV(|(UBxN#@cjQhZ1tBJ) zcARAKGa@8O5@ceKmIcU8s+m3{6}k7KKLgTWs86X0`O;sUe+va8h*$s z65P<9O>2f$g@>Ym9e@IK@K&;%K#hWTL!Brd0h0`BXcHJiNq`!DKTw3HTYWBy06KBc;;E!ahI43y|F zKF2``B71-mMC!rWn9PmZR(}HrN-=zB{Yu%y_aCM|Li!FZaCbN07RfPEHXt^dWYCQv z+@9nLcSkY(Aw|msRSMDLk0@Mx`{HGLk3NufIyN#tXaQ=#1q$hFP?ncL%;zc2C|m}Z^ma~r-Fk$t1v2mV{mF6cZ2m7~GZ24)`~C?99@T`njW1(=K| z&EDI>2dX{(1_t7L93=B>f>ji8jd-;E5cV!x20}#&Zu1j#WIRP1dTvqfE&n6!)9-Ek zf_W6bz&?C2jua@eE=Z{=hsv)NKoitsBx658BJ_bqpDx4#h+#s$PY*rOmM$jhPNMF9 zttJzEzt!n8&PKOF!YzrkO4r)l!xa$k{~g2#2o-5x8H$N>Yd$qK0*E&A*6TH7P;wa9NEMtEFEK+onm?=|)r}&ha6!6un8>BYJN4Mw^qr#B| z5D%zT-sJI9a-_GHf&n2HIP+q04`{VyGpfZIx>zEXqP3E_nP4OzxRa!vaL6_sZAd?yW zR8=zQYk@#)QbBi7{DKO(ZAS&IPtb>kAK)h!V<|8NM){cr^Po+^Wa!q9tzLPe`g2KF zpAnBhniMHniu0dnf~N+2jhZXGi!{ViKXmbxL|XIj;fv!^_Qi22#{x^pz4lv3$M8S~ zlPT~g^O2PDtOid%h?Q`0@5scgRE%^WNwMX3dq{VPF$|H$J^gHBrY=)T`l6*K*0oft e?_=+jfULe@P^?D(i2Go0VG?1AVTSeT(*FX-vYvwg literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96ba75c72b0260836efb09ad122bc3b5867e6090 GIT binary patch literal 2834 zcmZ`*O>^5s7}l<2*>M~bzB+tOSqd|)hbD&M#00u$4Vrv*?YsND@B6$TvfkS22DrXF{!Jaf76iZ3 z%k?Y5%RSuo4h9)WRs_?A&%(n<@`GT|`UAUz0juBGPfH~q zsdB1KYR(?!h1$TGJGBYGm(8)Y{)LOZ`W_$Pm5xdW+$ZZN0Uyc%A{@R=?Yv2C8T2BEQ{3WStUg( z##5n3$0~DTKFPC*nCIB#loIMxnKL)Zt0Q4lDn(v7Em99PnvKWG+!ZMh<`Y#3H%Xls zL#xQG$O>&0_5+cy)DxA>oPw%sX&%PV&+BC~@37g^1nXr>o>N&Xh&(165O32iuM2dAlClbMf zTO~$g@T_uqL3Cjog(y8u^CE>^yF%<)QRwQ(D^IQW_vO=8$lM@$+MLmOncI_{QA+&Z zvAR?)FX46WZUfqbfB_ayqY6_johHU~D z`ItxqhKB<~*3Q5ibWif52~2*djj%q~C>)K={^ZQgJYjQP-FAYo$xI{;R_}T=*h&85 zh7?p$csvz_R#?$)dddaFp24NjpRg7zny`9zSi@d8C zPlpM%No|Ind#YHYiy?((*-v(-XLTn@@+x;p@&QpAW9YM(b=mm`Yxvn+ZO(|p)kQ&} z+Xv+>Ocucf!g9%;a>o!1_Kf;0-#3Il;PrNr94U9zACjbQFW(2D>0nPCRcOU#15;03 zGxSKZd382PKEi^fZ0K&l-VfK?yF^ZsjA7^MqB&{uCQ~avZ!d!5;27GpMr|bgY%Z(5nf5fN-EhwFee8eBDu&%Z+YF{TXnz(#%NQ=O^Y2c@8heE^+Byo z#?z$PwF4M?0|RG$*5eW5|M0Mj8D~+%|31I9-rMUCFF8!{BGbIXBTUE{a~mVO;FpNj z2{&7kKV{Y1el0{vi0P|>K9y4!T9(_GE#s4UZI9aFAWy58KofB(V3 zLGr_cy>IK5CuqQ%Oo`FTW`%o|&A6fQYv{0)kug||c|Ydt28;gbhH<+eoxiu1Ll3|I z{|WvX;NWO*fo?-7zTl>hcYYBrI8gyoqRYVCz_UeEERg&!*#02)sZmGtS#F$f%?(Pn zzO}xoTo0xB5K3Pxiz7@+S4Z@Tdc|u)1@RMZOQq6d5$lB=)?pDpe`lSmWXb>gc@G#b z`H6%;l58)yid3Q~Rz>z_hS{?Nj^qX#ylv>UTn)j0AXMEz8l6I0v zoh6CcBBig>@Sk18uQ%kHao$XCVF)R;EW3@N6GW`@MyJ*3bzbkj-`g}K9kl8W{SlzF j_Fp0M9#-qP`SatqtV6ClUp3Z#P37c!bT8_#x59q`m`Uu3 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..77ff9785c54e804155fe1a7d8082ea2ca6e2a54c GIT binary patch literal 4758 zcmb7H%WoUU8QoJ@t}Pf8Q)giOQqs0y8`B`R4n+ z`F+3178a@wzBeBIS*|ZR&cCQ~_VZD>gQUMeCLF;Mr&at}i=pl&ZqI9ZJ-_AmO05#3 zJ})Wv%B^y*(yE~Dw*v8$D2eiCtTiVpBKXW{Ro`{QoTz^0h^m}F_F6U6=S2|Og zfLcx5!yw9qOiVOF>wOv|&{85?GJtV!1Y{dE{ z<2+_3&Ji22k@Kvx>3qpH>aHrGH!lxNJI(g7Ysv1D`?UF&j+#gBSHEs{vz}}w(XNVn z&9}1lpeIwKoBNsC)%~a~oAN-acHEXa>>rwLmNs`}rgo%W9aks)Yt22G?lqHmyIJ(y zY^=T7)UlDPSZ6oFlx9EfH$w~)nQFG9c2~Bu)Tk_JcI80D+Qe<$=pW`adC-rQ45N;b z>H?jUtY2dRQwu1x8M4VoWjd!-$3+y3W7uPN%Jnb?VDB+~N!L=j)JIUUpb=taxaZ2ib zmTJjk&HF0bi-i>2WEqc=B-@{CrFjzXO1`#sb2_T8YH8n^gVlF`{Ytq`;#rlCenOAHeDX2hdBKHr16X;Ha^&Td!27}VT8^5 zA3S{jEvSD#I@CN)+sQyku5q3DC$n}p*;E;YujqIujXQ^sATqOJ>_@ur2*J0hAO4ZV zK!oc&&CIz~FaTTgtYgPbeWGwSeQJP0opfi;D|T^UH8H+bdS$BL%J6%$`kfs(qh`7f zl=WaL(B8iD8Yo5mesb8r0(ucymHBRs zRe^L%C=H*URe~M6Q7`8~7^YEAhGAX}!(Ju^36*PM_~{@@iXJPVm0evX842yrWQ1($ zX=HRd9Uu#wzzybWbGG%{0gc9=0vf=~6`ln%ABrpG^B<)0t?2L`f&1`*br@To^)h%) z;VuM1QA!sZc(3^y7jURJrO|e7X8=r-g)7Y%oglxAWR3nY3bAtpfQ7N0J*HkUwj|u= zonv<78P{0Q{hS$}3@=K*M9&wFD1YuA`KC1TkJ$*bZ#$xbe{kCwxj4-n++Zx3B69MC zAQ&+M0rXHmq224ucI4&$U>nHv)k2%jy*iF+^|B(wP#$FzxD?H?QQ1a~dg;`CijlO7 zx=PupxvZr~>vxc>llZLaF0#vv0;11`FPu?%WA>hGV2kh5a-6c4k>!;z6j?hA3)eW^ z#+K|}S1@cHNt3jJ#xbXbw8XBSfrDoKmzwz~+6a;%p4>Gfcn&GbH&bk|jn4VKT;z{uBEG zv?xRjws+g=7VO9xV-AB+rfZzLyZh(#P8TgsV-toS(xSA(G8pWBFYq(y-&$|PYf!oF)Pzb=*(}gwAif-^} zZ0*H6UBkB#h$zD1f>;foIY924UOzdfXp2^#Oilm?XT#;06O6HRqh2}Z(5jAE>N;hl z=K}Ul)pP3B*U)QSgDx4lb>IhH%~#akMw^B@y(CkFHX%Y>f2XG0`N4Z?Ps@$tzfv@A*#Smoh$-hpQMHpnv1Qcf$aPL{HF zWS}RUZAzDUM`bE%-X^qwEiq{fDx@(zw4-_IJwufo$fck>Alv#NM=jqCmmQ1}%5bQFBBN1+W3-O9(;; zP{P~Ay`gsEFu0K}LfcDroR4u#uZR-;)hpCyyvG#ET;WsD1N-qz8MTrPfi~<79R23V z2k&vz9Xq4)xPnJx$poT2DviA7oMZQ>Jo0Fzk$=LTbB-$1XXZu~QF+l3!Lf@G!6+D& zcbVF@l6j-xS?6d@FjIM4HS@@8qq!4y;>N_J<~B}Y&ElMmm&1jGoEyZ&-V+7wIZsGE z@h?7NPJO`!!@LXxF$0~yWTA$Dsf$*Vy5#YUS<9gse0~kMx zC+C9ujB^oSks7UY*%u;Q!ajU0(vCx%qV8{k-d~};c-a7WXZHLbzT0=)MfG9_8v#x;ikEqC8-@jGev?$DiM}Hkz#_1PTlIp{lD~9i>8a(X{tK1h BUnKwl literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ea8c6af4e83a96abab33abb078b01dbda237f5c GIT binary patch literal 4293 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..78a6eefb843dc702c9a290e0a88cbfb668aad7f7 GIT binary patch literal 729 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 bqR>6@F~4o}eFxzgQSRzK_G2&RpNjtgO`K>q literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 0000000..6cd1106 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 0000000..720b507 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py new file mode 100644 index 0000000..ccec937 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 0000000..d7e7380 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..f5ed5f6 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..ebe4a96 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..b075df1 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..b6ee7f2 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..8db1a0e --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d5c0d555563586ec54f23f6bc595c8ec6aeed030 GIT binary patch literal 317 zcmYjMF;2uV5Okb?qC+Q9@`V(aO^ya6bfTc9p-W>0d%2jzc4Yf<9B<$wynw%?rQ!=z zXA6)RX=gPW?P%64mkSbb{rrKOus@^t4;sX67-_Cx3Q27CtUbhoLFZNa)(P8a~~C@)210GJ}z+D7HGk5wYr_;SI{VflM>MBOO1m3 zF(B~6W1KE)`r@qXMj!Q4=r;_KIzqtTR-SAY*9Dvh2gNX>fqx+&P)xmDi)|~ zd1A_b*2-&x3)>bYNVowkbqO|aZ{5r^ata2gVAB=-sqaeK_exg!LVj2FCc8V*Y6mI# xED9Qtbe3G5C0A$3Jg*DgNDTQfoH zO%aIZ6`cfPz4U++^n{2F(Sj^3!464h>s&Sxscrfw?dE5V?_Z2YV?0ewd#=P{Cfi!t zh0aXdPGvjIjE!fr*rqCL&s0(_)T4G1W29~_=WV6isWt6HWmaa^bQ^yFA!L}KTpbiP zdoWD^LXrsu(wLwCjJemNQJRlpn@pwXmk=SB9CkeCM^P5fWfZwa6qOKR9YoQ$i+EOA zu8FQf%tHM2V>nfF8P4KkozBC3l`Q56D?Cy9*yI2^l&4ZBX(COOpV_I(!Xv5lku*EY z?Tvjmd?K?a;Vk_oEG_rCyYGc2wQ>jI9LL}i=4l>Aa7-v2F1Za8r6mxo8DPS@8Vqhp_yhWR9^0v_YZ;5k%2WGNCOnRrObdjC za$i6OOXDJ|#zuiCLDcUd&S=ydf8w_H2Ol2vhM+6J9~RnI!74!9#o+jezR%Y-fwoAf1p1UIR%51Fe-V@T|aI!TzB9h 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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f1cb9e1e46f1aae5c7c877476831f2c9bd3bc66a GIT binary patch literal 1941 zcmd5-OK;>v5O(`D9%quxW7!bkV2&eg#;jIIyU{A*kw8Ww3G8GSF%t54#+`{1+wJY{ z**x$_h;W2|z+nbX969k5_z!*Mw0~hG1XXrsljY0-OI@z+dUUz_tIuqH-qqlFc>Fv4 zqoHYk;^gL|!{h@PVhcp1MI_Nu(j^3SJ<(I6Ym~Z?n5osZQoCytZKy@&&!k(6tjPXe z>pD>_a^PK$>K(1=z95jQNz~GlEPhV82$L-;=|D0Li*7s1N3tVBNt?Qw3j*|rSr!DU z_H_Gkr@g<|v^Z9!?5GS=ZuJhrB;h6)xCLT>o6H_`$Hk9fh)+OBt7cDh zBO()1T7`B=rsR@*M!qy#BeQo{$_2Ew>EW$U`2cr6B;r2Bz^2AVK9ypN$|B^(6D?S(wHdZB=3N zJgmP$s);7x{FbLzzkh|WH$qnzD zakH-6Sj3r-A=IJjuRN4hZl>x7kYSs1#+7}@cp6G&VsX{on1_@`${Hk0;5|ARgB2^M zx-72~T*O`de%;N@*sAf6DlY$io5k=^5pNctAyvpUWeb`9sS1 zkc#!I>CAr5hogS(Cvo4eEcaXY-t$E)={n>&2_eMKGWf9~4;3(u!jUNPY7Rw-L z<>%anlHNv?EQ4@sE-?v=za7Jdw?j(%YtX`g8jKQJ3Y7l>S_rY@x^$1{PIMj*wXqKK z#+LT=-LX*^lldvy7fwvxEsWz^V-w|MajK22!kR2a`jqfJ@K`S8%H(!o73Ne2KYj8> z0p4W>Ww{A3`YpS9#_pzE#Q<#Q;2qcuK{VgUu_;+Eev6D;}n*5+k5TZC%eJH&g1RQ&i-dxsxgbn!jvj2 zVW*TU7dGHhoW}A%-PsSmZ0`lTAAYV3*g)A~o7Pw)~^0d*MA*V o3-C7-1SL_F$!-*ie8;ZOOC{Zp6{_kH=!=O_5e?60grfrlKQQAgr z5w&f!7SY;9ZyY60jP_wR{OfwfAWDiTQF1eZmWa5qL-TLUFnlBYiMK!Wg1Ag0CYHkJ zWTCfOcv#pfQE0Bm2u;lRVXmv()i4)i;T=w(5b_6gb>x$)5-0SCi})_=h!`1$5t9&% zix!%JiNk7I)z1@#=A&@gh!v`X!a_t!xsG9T#FUUUVxiswyn1>gc+0{)f-oN?_=PEh zYDUt~j0uHDe6LzjZme(|Q$CU)TrPM=$DhnhkWL1D7VaN$FuX>@c;HJEBn#IH{sxI< zh1T|suFca#45oC4`(+SbvO+g26agOZ&JiIx_)hgmNEOjWwG%$P}T47YE5FCV@Q6felc*laz z;F8M?=WXC6N4m~or<(h_@Dl``eO#G%-!nrzSsEP)Daai11)m9jq~I%NhHKoH``RU! zz$L}^i&yv!WFe|H;pZ4JEu0qg4#7eA6CVE5!sVqjDacFvW<+oW)pX#m;JQ$?8~9+z z7fh6EC!8H#Bd96-*s70QylV&!#>ge7zA3M&8CPkkYQ~?yV~t!U_baNH!Y6QjUDKvfkU{lRxx%5U;4+qPgmWo9P3cT#wv)u-71dEXgamg&aL`#tKD`Hd zaoscu=D&Cuf#>L*%X}joYRh(n5AfsC5cplfbLu!6R)hCZ{Y=JV4=}o^xc>QVJVp$e7;sx2-3nJ+Ols%3CD zyv!gs_@1Df!vC0smdOnA4VE|rW#-j3@)}c$+#?P<9di;apNC!$4hvsFM=Dg~w7nv2 zYgh=ns6Ifj$oijpkM%D8n(2pS7rB2USY*}3aJNt`;icx?McQ8P525g2FVcA0Vk1}z zw~U!BOzj1qfou%t203}lRdeZB!AlD_$_=JQ%60YvAud=0e9RHwvg%6UcWu5Z^n!Dd zRD>_4G<(PrWRu(Dd8*m61CfeOR z08hX&Ncf{~tv4;jZP{FJM_S@y?ku;3$lltLsgBlhNADQkSmqP-2?;N+_aD7O2tR4i z9&LMtE9sk$w79}hg)BO5o3RX}iClHU`@yZ!v6^WY7J{%V{F%1fufX+r4d7PL_XQax zFjtlvOk_c-I+^h=RXahFf^?S4Vp?3_L%b>qn_cn~xwRniw4DeA1q%(YEH_UzzCs)_ zQZrjAxNBq|=Nw7eNqcO;*H`Xm-uAFJxPt0kEV~FAjNpccT7^CZsx_8wrTQ&ZBY}4d zzhrI#_d}X5tOj4=8;@nUkySv}BG_u=Hs(Ja+j%>foyynAxH^tSe78>q@-+Q+WZ04^;^K2+NYx}pqk;UKoUs&b?EP3_r54~V1+%O8p1Lu%?ORlEld`#qbM0SppLHK^E9_U!_89$+U1MfiO zZo=-U4w5z&Ro5^K+VI+w(FIj(RR7VEORk7;w#`$*{c4%dvD^k8Ny{Ph-}9a+Omy*T z_BhDun9pNuF zDvR$ZTy3PynJ*poo{=L^y>CWVf;PHKJadofIH0go;adwHm%D`^Kgb$hXWm`YZaK+# zpT%As%h4x8@J3-Pg6hl!BEOSE$y+d>YFgbJIi;sGgB~Wb?PZ$0kdEP0%1LuYotq-LuviZ3jG5W~8lX zPR!c^^1bTUSX${li}_2C>T*9(U(GenDU|13rm7HvR37SAg^{$BKyY3di-Mz=`!HF; zF!<5ZKO1=g2ecX{H~GTgewH40sJTP7jr~g zBW=;>OKq9;2uj*$pj;6v+{gC=s=u}E#QYEMU*CY!eexg^&bK{WK=SY|oWBlred zdMVsA;bv`vwjKy(P}E%XXzRGJW*Gum;ko)-B z@a`c<<4m3K^;H-pysxm@>p$Qkh@gBO%%y89U3rJmuXsd0n^`Foe*D~+u9fGtJ(@I#=v?;dyp1u@1)~Y@u=q-?* z=u04dMSU+}+0YB>nf6Hdn2AqNTph&>KSf#@bAQ16q3UPMb5s*RzGDi&9rQ6|;3YD= zH@VB(^Haw%2Bj8cLNrw3v$a8Z`3H!jM zbo;7uN3kS#mrQ!E19xH80RJfW+Qk-qNFKiK;ETaJ|AT2YY7UwT2hhF$V4fR3~ZfL-Rz{XnNc5 z2C2ShMk8m>Zg|;{F9?g_XNEpH+^1$l*A|00=f}CNw(SNT)7DJbj*O(dMGDuo#nh3+ zpwZf%6B$dcj&P?Lv4xMY#NqYUd&*P96+UyTc)YPTN{aLamUj?5K~TiV*^XFOF0&IC zkef&SJj_Ml&ML%5^&IIig;=4qV4r=*3v+0D%ZxvSr^!g5BO#NBIqYQ;^UkOy;U#4z zhQj?JVz{|O^fO}vs&}b6>IPrxeGB-7Y7?s_6OOanS$u6h#Y+n&S6B>kjg}qMe}W~2 zLP}!Fv?cGx8^pOsf95PQ()7HXWJmHr~Ejf%_4eLvISVFUypt zAhX_Al%8{!BD7SGd{EP}sE$GKtLiVLeN5VUVOG_?NN*UPO}J6$j|d_zfQ%(_k}$h! zIddC2$pq4F^LpsWp*m6SBf~H1%_;Yk@N(WamoOQxD3%gdtpYrWH%uWn$e;MuMQV<` z5YqF!w9U3c5+}(ke4EK4Om68^mi{eN73|`bq2RTvl{EZkGCrns zl4)s88$v-eo9DLWD}(YyGQ*_y16MZ$l0 z7pyf)?{Zqo0=Ls!7|RRJ93Dqbdb23UC8qIeg`rOTZO) zgRJ#OxK@yx@K5kHGP0uH=H6pA(%KYUa;vLw|B|}}q@>}$qaSDAib(GuxTs^iTqU`` zoUU7#3tl7m45T?oSB2yRO_S@)OH0NQ!k0253_1XOh};OKI$VRu_i(joI0r z<`Dj)!ZIvf<-P~59C-u1UwDOi_>$m@$5c_Bt9LT+6y`g<=}_ede&c!S%N-VOHL|L< zwGLK|*NoT1Moq#&L3pq5HztBhPPYT;1aiNmpt_FB3OTjCRv3wNx{g2OPFp_>@42~e zKn7ajh43pZHEFrYTtpw+@a&W}6TV@hz+Ew@8>)XmqUfkWLDWbV-c^w3u94NCv*C>3 zZsfxgluhm$$aSU~Y57q#^c`HpTnkG(BQH~sKrR~k+6v>~?xByt)R7y2IUY05?cb4$ zt|JChS2$lGyWxXro&dZ+ZWjf^g|)&$u$|I#?lP5vs9xU-MBHHBMODV>4wCjY`cq`o zQ@9CI8~qM1;k;uK|?j!uZ zww$VsF*ntlQpXjz#)SXiU{!_pd5etv55arDUy(6JHH(q&gPb>a1y#dTXLyQNOg8AUgnOzZrr!7E9@)1!Zz)_O>LBFtm)qGpQaV`JpDD?7Vb)U65osr8I~f(-ubG$5>R=a9 z-3-COCiJO8NKl3M#?qa&eL>$Sg~tkcj2vK@)!P1*niEi8$k0MkQw-_n!p z77t5uBGanQccI7VKNbGK8%^Zjz&-WmB%{9-;_KaDZf4aTa6=XT)f<(njjEH0OaNTL z+%e9yfq9MoAH5kv1wnIi$6y%<+{?7paJ_j2NqZaBPLMuwV|h!RWHOdY!oCX83_nEa zmCyw1F%Pt5QPMV1^_$_N^yWj_Puss(O2Cz7rbJ#BOEhb32*0qP1ghKNpkNy>x5uA|K@F)dCvph2FE z!3{9umXmBT@@Hlj@F{CuF!FPdf}xDyi5VLS%4L}qOlyN;l5r9E6AMn4+YT2?p*PKO zG53*MM!{6{u~oOI9-$yQ6Ax}Hvl`zPnlF=ENLW3j50;S87}WyPN}2Y7>KBxL$<#FC zXT51GbIr6Yj`)>o9CNp-)=+3_j}cg=xz*Po@$r4bYe!#C)m;b%yV@0k`f5urx68C| zfwL;ar@oa!T!UIrniFK3kuOnw2mCMQaaiKP4U`+ioB^q9w=KNEatj$5+L2K+CoPu$LWSXi4}gMuOYKj+xG}| z@m88P-5dQ7=7Q(pcM!B<8u}u3gNy?1j;btzl%W^QQf=UzKdQFoUH0%Z;6}?$qaYn= zQwZ9FDj|_W3Hk|cgSM4cSVG2GW-9P7km1Y@8;!v?mYL@yi{O5tk#1MMR#~@fOHFka1XYfsCLa5kUp4e=VFF{H`OWSGb3HJaA&9Gwin8GIb5#g!HJ~ z1dxeLGBd_oW~YvVNPkj@3O9+jSz8q>g;YPVYGMjXDNF{L!c1kRF<0@8z?_^ZNL5k7 zcbTy}a$mRY}I1!GKcq8mj)GLKy8`%#yEOL{6IJKxO%xV_ z1A42{yx)v@3Mma=sP_W(&-7m8o#lPWD{N45BWF6q_d4e5UBJ8(;{1zA;s1c~(wBIJ z@YSH@Z{|;0Ryy%fg;WT#DU2}VL-Y$H`Aj<;-XQoCOZ+elD)45RI}AaJ$h$glVzRFGIhaNujVJ^n&*+b53CU(L21t zRy_!J+>B}pH+(+VbzB8mjy@&x1FCG!xsT#q$Tj7+B zu^}W_OjSDI2-g^nZ;WMDW7#V=L-lto@l`Jg>+-gu`Wtf|;JLoA7!I~Xbv0ZnB0p6< zieL?Io3@OWPD0nMzQhcG+vJdoUx1k6Xk4+zi3 zd!r*e?+#U&%)L$XF~`m<%xlmCqyrI*wf+np@!(Fl+Dze61m#KV#M?JlSq{!Y~*ZUOZ^&?0?IhM1Pvd;{<)IqlmTAl5s-sXsS-Z{ije`I8Jq+ z8T+hyT6MP-_RAHcWfrP43MVk94yl5t=C-y%YK74jJfI^3mhng*^3te|3RMNgbsPlQ zuW*Pr2|-qy$3?Kfv^a*J)i%ajheKSjLvJyV+B9cGa736*?_Az&Cm9Mi$qf?ArNwg0 zsxgEewT%{@Q%J{TN6<-OjxE#ro|n1RH&{NTU?ElQshWbNI!JN3BUbo@IRN|$^HJe3 z=2!G9$-RqjjOuy05_(rD9B0zYMfK$z*Or5z401P&yi3&u;auJaIwp{NQSLY9gtpZR z(MX#ImosDu+PTINEGI$kDg5T*r-a??c3HFK<+#tUp_}yAZ4f8xr?0h2h|6({Gs76Ne9o1PQ1Kt3=rB%x#J#X3~ z-elk|_}&0FwsZ!3DHRrZnVoXSf&00}4SYA5f=2#hqkoyt-2Oj>n7pDoZV8KHzRfE` z!6Va_@ZK17KzIqkWoClAT;V;`mcXNw1zzCxg^VoB+`*U1jMQ*1nfXjte79(Bsbhu} zK4LN{{KRyH`vc@ImJ6($bUZRGYKqV# z)BBSfL=%1wmkYrYxa@F&=Sc)t&hW>o_1q=8ju=cc!#m0C&`}@DiO3%py)i*zF@I3- zmxH~pBOeo6p@fsISCzMFDgkj9r=fn|+lKDSnG)yaCV8+l9a7_T&zmB7b^3G|kc zOUU~H-^W(?RmUEi|A(pya9OxSaJNAc^O7*PKt}1^87c^FSs{b)Pxni%_cll#rW}^? z%#R?MY`Kb{ZEjydAt}bm)L8`JUWHUD#FFP|+ zSO;XirE|zVbibUu9@M|1noC$b^4s9$VIDh9H@QmYerdtVyeA6zn5Rr$;9}mWFyU_t zH(F*1&Ci(^%x+6(rF4>NKDgxecw|OZ`mVcQZ@C_(Rg=qa#(Hz}>sX4aF3o-5K8L&Q zR$ld4q;7$8p%~5 z=#XVv;#*}S|8E{5sw&*zJyoqHyeTY-WfqnNWK3t)pn7HQLt%UmT7caDbZp=i(^kpc zz6NbEsJPr9y(M@hnP*mr&~Zy|PJ;@`-4>PtiLROx)d^nSaBeU-^2sQuNp5`y>mA-8 z$fS@>ZmiQ4M%6&I5e4g+hQj9xQ{eUzl*bBpj682pd74Wb{sOME>n=C#EP{(3Z#JdX zovAT`Il@l7*Ki-=n@sLnR2vmG0QXlYgLws9SzbA&hH4Jr^1@eUG@>+v-YD8CD6|#k zGA$p1igN9!%5Iq-DJ?>CQ6@jgOWtACV!VtN%#ENi`br2YGgX*<=nG(JqB<9@zDG`| z@C?iEyt{5SPjyP#V%9_K>;G$Q}tDt3x4u-HWj|HWk=wY zOd2;x=3wuWu?YRW$e#e<#lpPIM&SDjON8&3@s->q!zUwHZDd`AjAYbu(=9aLh!n}> z2y?;i$R8nXpXykOZ;kMc@PQe<4FAW1@8YY+TtYes?g-{6aB<;=TOqRxy#$#7(uuU@ zHi`<@T;U<_5i>268{{RUpphr2uWv>pEG@LvBK&V{*_hf!{wx<@-ecrUgNi$6V{IP^ ztE+y1;6o;gj-HVOytl2|z@UaqKH(-ETU8s$Et6}^Yr{Os5t@G6ko*MiIOJ$A5NI`%8P zt?+T=ZaV4^e$vR6a@j#%3qM3POxr%{Q}8;g7C`!u>L)r@2tO9KWIm%gM$JttmY9|f!cOSVP~Vvs4c`JCtK?ew1g4>HgT4#MpTcOgOr@%;+-l&pdV3rB zQel-n+G=aZ9I#POg?Fq_P_>)hl8*g~pq#2x=&QpkrO+MZGbV!Ej?Aa{o>6cExV!&d3+!J*ObQ!V6ws9d%U~W8Q3|mkMhzkAa)T z)HJOX^MgWk9ldPyiWvg3ORll?-x2o190OH<-T>y6a4Dtlg^w5fWy>{G)kk_qZ{hG7 z!A6DM_&(S6+)E!dXs(mgAhJL3PNuXcYZ2yxd)mIx@g?&WQ^V0N8k71GY)n~J53 z-f`B7t`L*H473#SDEsB6yUW+8y7OksmDN@g!2;md+F}Vi_$Vd>X5FJ5L1UJb|WO#kmayE*g`m^34sG4}Fm~zcfeWPQj!UXy@U>*#T+x`C4Hj5bs zQdsprn-3R`U`8_2fgcfm#qi!Z(rp1NBAsZF4MN)`#I8>Ta5RHpe?8pg1n@3wvIW>T&A+kTN)ml zsw%?g!n&SfrnZCxHQ;?_5t^W&U+Xi>D2H#Q!dDwqsxt{M%zI38Uo6Q&zM!^!*I`-D3^jZM?`O;8)^?hL zL`bWUaYAk*NHJkgGxodlCb`YbmPi67mcp;JY!z-byrPb(ksG;7KU&g}R^2C1%j-uq z`~)pEBn3sxD9Y4wh#08yYFlAi3Vh=UPo?)8BiExUC$|nRg77kK za2)A*g%iA4=tp6xjC4Eil-xsJBhPpe?i91ihnd=pXf`^adRieXzLh#o6S=|g_2&L$ z?irAmUVlAYN^%eC{g%?Rsv8u}@s4|=hNz;OaR{!tYAS7M4F68s6EnU>I*m!I@VVSO zL>}P92nm7(KJ*We#>7{LpkEC-!K-K0jlhi!8i;v}LyW_+45YS=GRp06zb0^%@TD{I zu<$&-L3%Gxy3L?UI^JR$S!S^65avI8z2J7@OKq(S2BHietK|CsMVZt*O`Q%?(WhZRab?i1oc+sBVJ$iI*4TeTNuh_ygcOz;7!&jO;~~Pk2$sBe}o5)@I>j;Xv>9jL7}uzC+&= zg*cewhJ3*x-$re1`B6=@%u|powtU8W&b(k=GOw5dz}3ioEu7&vb+Gj0Wuss$;p3QJ zO#4T*B+cXHmg(I|T0vBOd4u(S;c8J-zh*WwZ_L=Fkd>-p4)KMnHdS>hs9#zdo zS|wCPw8cX3g$HD~w6s8znSw}9yr$%bQd_XQP+(BL`S6k;oJ3=q$@5xT; zsOv%BLlqCWsJZch&yaT7GTEs*gyn0vo7&#hcEU^NP~GEY;v*QM?U-c}2oo{|+$s^T z82Wm8x1stPK@>BR*=-Bq_Ymx)-~qW&O`B$|-&BhuD6N_UL1LtbNjt*4Lq`x7|4x zs;#az%FkdecPS6|9@4y6YAN&w&S$N+<(jD$rJw@vS%t->RTSn%S{qe9;QY)d=6*)s z97fu6}r?;2+<8bJctb`I)(x3-IRg3i9?K z{mo$u2@BA&$Be_Y%!eziFvSh((A+~u5xJsFc7^m56caAcQJhzTDao9$%r>O0c@Kc^ zIoL?%OUIcj_bJFFxpxdY$g%yCYV+m!nIG#3J1Z%{kn^4hNG z_*B>%>ATvVfE@NvlT{Zw*eQ?-Ix?XDz-}o(D$`e&zF~SJ?u0t~&EOeN#xQA&hRpDr798w5Hry9gBsvg#VG2 zTgL^=?~+?pM+dlHoT)ZkJ%u{F#Pq$xtII4wwUl{RcoMF#a~5Ihg}Gp|?|B(WTQlmz zwYAZE^i?zM6EY^LW;3$5lQe+)$odU=)#18Q`j++2fh8P^gWsIb0oHKfNVgBbAOg%o*>SpT2WQi(%=+iv`yj zRSN|9ooNk0skIf*(MENx+y@}TXztk`VX;u z#H=@C9p(~xb6D$Rg_e<3g$wk3#e5>yndbgRwh|7o{#QhvcE5eX)(REr+bC=!EQ!7? zFPRxjNLx%$JGl)84M6&b!WmTW+T&Bz_Dn%DI`F>mmK$|cLf_VLp321$Mu61QJCB0P z7Tg3}ih@r;#=F6D)sDcOn9U&dwKZVotNuk_XVorDB{%5GD~)QWn|2ejY$mdu-llxhSJz%-~hhWdfUS# zQAp2x1=qs*+wJkS@Ehh^<~wE}bKWu^lF`NHgXF$My4$pJHh&*vkMLJA27^4|{fT*q za40j3NsMJLaC2?L<@O0j@CwQ87am~t`KTAjl{e@-(vfiAGe0nOt+k&SCH#>Y&2*3( z!yC&S#1|n~0aXPj8K+RtH7d$A^&O0to4{NFnaEq>duiv#C69yk3)c#I`33)z>Zb~g z9ea}Sf(85A{4b`fFbNaG9+N?u0Dmp4WbSF#{YJQunF2C3G{JE*rU?&GKb?1&cflcM z2ruXuKwnd&?P-~*@SauA$#pY)mfQ%dmeAW>u9vy973MH=ndPWngt*{@;TPd56L}e5 z9VdCunK~HM!tg!#el@6>!V&uBp_V?LRclpl)UrwamNgnxZ`iVaqiWR~ zEsoM7RwyIVJpaC6hi+Zk73|!qQ;&!)1*>&y)4NN%uDyB|?AxtJr=HzgwP{zdUB7lc z+C;Qz*Ry5!{=GVM>sqjVyKX(&x9gez|A+ruFI=!syRLl-c8+LW@P8^r3luI?uxCWC zcKJh|POZY0g54v!7i<~A+IH(vuuX?nJ=(VGRj_qL`{JMWX!lux?)@*uDc7Z2+uohq T`M9F^msX<0$QvVioM`_K>hHYO literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7c07b5df13186de593f09eaf6f0e3103f27a32c GIT binary patch literal 1171 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42dbc9e8f13fe448cb15b7b708998fcf0a9418f2 GIT binary patch literal 2943 zcmaJ@O>@&m7+y*KP#njld`w{&+HE`2!BendI51^8Efi=kCG8|k558zN+O@4jmdx(j zAxt>IZ{Q3^enJ0>u03(?t(W$BS5^`yrt)a5{d(T_ectC?Dc{&=FUo%-(!K+|UlioJ#Ha=iA+x+06?RrJ~ ziHOHZrnarHDyFHESAfoa+~yG)#Ri^a17CWBfXuvRfOG~1b=i7c&>W)yij+G>BH3kA>koN`VfkGMfw&C3~f3PaaopE&R%45<@5C9(X67 zmLoq#fZZkGoOaIvAWkz?F-*q958;tpMp@DbW~DO8C_}QG>|APuJqrbfX?2$K92gp5 z8k0aKN8;rB;{>9Nk%2hRtU%H%5lt?hhO4Ab8OIW*R5+I^0cE%(CXC8SlP z*6hPD+&m3OK~)J~(E505>$k0n*)riLi2XlKk)!lD_oq$qg{yY)q0T3i1p~2YSU?@RAtVkJll9!z*vH9NUGyB_ zeu&%LLUZUHvIr+HTFyMuSFXhahfLRxg9 zc&2qk0*H{ss!#HZQk50!<-C)3(MM@)QH7d=ywT!IM3vRz67(z4Co zdz;-rQ~rv&JL+_Z=l7n*%eCakk)%JR?gpA4aT|hz3zt{8;AmbF2)&Yz1TseFknKVq zS0I!t?4^&MXZ_t^&)1hFdQr{I2blM9v#3rh+*s`jyNJ=x*vr86>zJo?5ZWQDvE7<% z+(oDkfnMv)&0;-Hg)xz(_mWdt(Wz8a4i@cl#Sq7Bu8Vb-g~fUbv)j;h{5e`2Px>Nt z8`LyuzUHVZytrsNy*jv}V#tspmFwQ$JzQ5MC!}Be&v|n)i&jJj+AO7ms2xSmW+Gi2 zOU)>fc^pOhJQ<|I($}c@oSLuD6ya3oQ>E>JGkqd)M@rIES>&)GkdW29@KP9tLD&fc vKj?UFzFXI81XowtY+}kvZ{$0>`0R7@tALB}`_kjN9z literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4e0f36a28b75a463d50eec5633e779c1cae8593 GIT binary patch literal 442 zcmYk2y-ve05XYUwp-E`Pgw$8)(3;W-2_Xi=SRuhemMD#{t(y-=wp*H4;7!=rco(ls zeFY{iDU~?s{=UC{_aRvh1`)xy*?hq#CFHv`|HDOdkE!PB0+ELok^CKPk2i!^KBlqCps~nV<$5G#Uy3w}3 z1Eqzm5>YLs^`2g@TbUs=%J#OE$Rr2bM<=RPVwxJX4Gru~S6j+OW^5=7D9ln@f6*9h z@jLfH)J1!;m7jOEmL;$v&6OzGgUq%iR7SHmsd8PX88Fy`%0vb_sT;GF64L!AIKa;ST%egT*Eev1GA literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0e013ed3c2a1f79b5ee8424b1f0ec6eb17e983e GIT binary patch literal 1178 zcmZ`(OK;Oa5Z?7GZb(asS{~vCrwCe8(Mu)7E2%h?l!}OpFDu8pO-%h_cU?%;TPpR) zUns}^0{)AyoH+N!i5WXlQz6#c@yyQd%+5EToh>gn35=c3KgFvCA-~XA92OX_VX7Vo zPB@K8LVZe6H)10(eY4Wd*h*~Qu5>GQl7`=);L43-IZ=91u$|*O_T;CKHH@S62rqs7V zukH=Hb51PcYm`bF9_Bvm{jRgqYiIAl&g%bLb zmX;FnA-tCu3*$g3#xBX9@7_2|gck=#GD^H&78Z#}wer4Z@<`=DC_M2^$S?|pV);am zv(y`jOpb)wn3;3`mUk@DV=s<|UhR3lx%JFbkro>e=O}<9ULNHhgKa#MUI^{tLVIBj zUCOJbZRQi{LMe}7DpXczle%V$o~$k4ygA3>AHWgxF3c;WD5n6Vv0vKNQMn3BvW243 zDsczQvV|7`gjgCR;t8x=A)1zPa(^-B;->%Rm2EhQIi0;siXi=eQa29LQ305Ea6+zw zxLM-d-Epz?cr(VzCSys)ix~A5V_%9Ou00iKr3)YeVe~|(FLlMV7p6k+A za0}L7@#_&N3c+zniyCf|8fKeT9wg#w)v5(@)qHE${8RWnCiVANv9r9L3}tT!Hvu6GU+*2X- literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b6c58ec750154f4e348c217ac649c84fd34441b GIT binary patch literal 2625 zcmb7G%W~T`6eabbD8{d(S+-MTrkROm8nJ0tbu%67K|73P$|K30MjMJIV2L(GDgbHM zn&~Rp^i%o;?YD5-mDbtyeJ>>0PVBfTG`PYcK;S+P7_Y7x3be0}e_=mrit-zRtE~WF z3%VGAph{oaQK(9DuN9hO>Z^P|2RKg)fD01m0T-zTSd+K_xI}fpy2M4mWoiI6B-Q}m zp(}t_Breg_u2NZ>a-$Z8Bt9a^h!HDF#{x!PLOjk$Di{UC<8(NR(?l-uM;@mvArsF( z@rJBw7@J<2jAFh?nqEZep%=*|fsV@4aZ&(R{eNfF?_J_t)>Fng8t@X5KQT- zV1JIP{XEU}3pC#^(n4ROMbKBv3_F^nNjLElHtiY&T5l8x!a#Gv*@QE}q6BSVga$`P zi~}SBmkZ*NGzv}`7hXuf2IeO*Cq8I>$Vd=XAY@Pq5SYbJS2t9-;#zo? z1;udyMYFQcmD(>a3hG{$y-Zo;vsQ4z z!eA7~bo%}6E(tGI;#J@gWCzcOY9vQ-7{+IiJCag?Ur&QL6(o*;`jLI#an1}C_c863 z4ae9U&;?c*RiW&2)6GrJl9Wec6BwKkpdm~#IQ@z)KG60s<^gbb5J?4)uBseMLZ(hd z&GLRIuA~u`O?Gd{5*Jpwmm7S8$0KbO^3#Xc9aO#khEp+a%xB%Pc4|HQJ1f%GE(jMcK^6+g4K8;X47!jYA*-J! z3{Mg)LBe5tFd%SQUuF}AF^S=u0W+r-!G(s26*3_|IwI0&JH1Z3Mc_jB<46P)u5SwI z7_tO%adAQa19s2;M)4PlKT-Sv!l{&Rj8_>b$Jz$QZe~Uc{@glH@ouJdU+mS}t*qFz zcYu&ei?gppNM6&DhO4lB4Z1)i!=%kg816@$b1M4$YS7}tWB9C)m!_mV#|T$76pM~A#>LfZ9e2( zDv1sGWCJ;q1=rV`jdYO{&$h2JM@T zUwJ&GX@B70+R$$h?#wN8xRzUa4vCKIktAgytv8`fjV;>@;bowe(=Iwa{wL zXBLEr$4sCTL=lONs`kBG4{o8ZDB;k$zr51C)fSkr*;E&z_>jZi)K7+Snw_C}XgQ-k z*MU_0$6aihl*(c|*ccsP+?Z9L@h!$ugaHFC-I z%U7>7WRUVpu+JvkOEw06C8B`_fHe)k9Y7Zf!R5iWsDasEK$q_UnIRT&$TWON zv0LNMAv+gdO_?Cg>ekyBe`27hXfNG{zf zrv=p51F%v{!KA3DJqF2Yy(FrzsRD&Kj~vujh+-bN%m{fbW^wu~l5;@ny10Nm>WO!d zpsC^_65QZh=yC=~jg*N=bg;M#wj+AvenA=ubE8tjDY%dmb4 zG%8BNIB*WJ-c{kW8vLhTU9*L^DuKVu_JTm%JckYsQjX8}fzQe@f1KtOMW9czLUUzh zc_qg+8k$+{rdtv#9_B?H^X6JLC;d7MlMx*?#&y(X*Se$1_ zK>;+g*S1rreW}QZpQn{GskK<$UWJmm&N=JACh~J2HsnhgvInU}Fqdqg`hR5uC5r!7 z|J$10IeRL!xK9pT2kSiM1JwC4rBT9$A@UBTTf=TRmJ}&viBG92UMhz(8!8&S73sG4 z7_CyKeTLk1AX#->fPEf@uPP<;q zs^e_TYpB4a&1S}rKDue*V*>>R9uFg_-Y9{Q8^@DNAD*w{H%Yxj>IKT{+KUUmC>Qp3 Vxi@YgW+c8=&btnoCFjYk`9GxMgRuYr literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b7e811a6f1258de18a659fcd97a91cf306e0ca0 GIT binary patch literal 8419 zcmeHLOK;mo5GL0Y^_E{r8=%KtssajQu>Nr9iKLbf8UId1_l@&{(K*~vze~@GD zIrQ3J(ErgRuQ~A-B(?jR(`thU;&FmVI-=eC}5qB3SL#KSI&!`8SA3ormb_JOWfnc?us$HM0hMNxtV5;QAe;C${>nw-7XG>;)bBVV)atruR}MA( zWH2V3sWv6w2{39>i322f`bCq-G9r*KZr{pZW;*3 zJ$df#bT_698?!E_SEARYUA6J}VWW9}t7+$VXhF3|UAD{mP_wMwRC_igcEw|U*7T`i z+GUGYTwhevPc*YPBx9eK#@dM3g`qa?pJ{!+E>lO+-MA6y_0(nh@4}6^n^;F#{aLIV ziT-_d0(bu{8^K&+um}w5#Y_j)DME#LU4GIzZZz*Tn~j|#?{<4VRW#fJS3IU!s;CoJ zEaS$m=u4()1y;CO0d>N$h^aNIOy8oJQujqGhdXE4TSOW8pI7gCDf{Vi=$Buvlk)6#_RL#T!%IaEnq^@bkvSMa@VJu7OvXs(W#)9?%R~z@+w!Ckc zL>nK~Z`(OCJ{wsk{kCPxyJ~OepkwDc-R*YQ&b8X@V^Dt5?eq>?b`GSSuDwo`cDLKT zgVs^6yZ!K>WtXYsuy=U;sC8gh;XX^RvpYwwtxCwkVl{j=kZ&n3$oPda96VDz$^E-q_Y`X|B@M81 z3ZGakWips3Jy64jsnE|cm`oL7>DK7(zqJJqN z{~7S?iO@fwmrN_@Zz+b5KZYdqmjuK=X`k^qbRhvDjso6&%II85B>7w_A_TtsfAWQt z_hL$nhsK!}50%BlGc)GLMC0Nqh>7~0MhN1elo(eY{Rwd-QvrRH5=s6jl|LU$7(RY} zd0c4D8PDMni%l9HRF;T`k5v(UfW4AH@&~DMGnfVE!rf0v`zILZ@tNzxUN7)ImoEMT D0HOe2 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a329d6d3cd47258b358a69ffb871ff5d424c2edc GIT binary patch literal 2474 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e1391650ebf6be54f410177a8109c11fea62844a GIT binary patch literal 27224 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 qzeleQ1G;zgfkpEhSE9wr6)R@k82R4p literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..47620dcd971c192a9d4190ada3e3898e085618aa GIT binary patch literal 1179 zcmZ`(OK;Oa5Z?7GZg5Kpr2=t+6Om|51s5cQfTZF=3Q~$H`Lc4n+r-q5u)A(a)mtj{ z$X_VO{sMjoH(xn%?u`>OcA}<2U1`TNJL`FT^V#|Ga+AP%`Q@khf}7mhJ77s(F>zdoC!F6u>HBSyVs4Cmhqs_ah|=+ z!epXi1y%7sV1r)O z4Z3qiED~Vdjq+BNqpmW-CguxuOn_TG1)+(iCuC}z8$Spo+SJw*Y-Vd`O5oWzA?Gf7 zIDx=)r@d6#su&9?VFaXf8H=-6GbS;hwDD{ysvu!1l{k{}9$&zLg$Ts4kfkk!68eIc zmJ-Q6JeL@Yl29qeF38{S{wPm{pM(c8PW^5k6{*Oy@{e+PpvGY&eDO`lD2{|;zS`&EjA#|K?tw-<9O^dxW;qoM=)V7v@eQC zAC0RyZ;mI@g;pNJR;aAdCUvPtkJlD(-kf9cAK(aj2lgf6!6^V~>>NAr>c;M#T!k~~ zp{TS<+yS%nuo8fXWnn6wz{#Zn!ZMEUFD6~QbYo)Kf;S;)>FkE_QJCGF)J?){SO6%< z4Y>y5dXIB=+r`;qWsH?g#?qV@3F;nWUyCrQJr!!D3n&6(^hDmppz9#Y<=L=7sm!EuR44W~&BvqdWpGVyjgn6+QeNg_aHtLC4=Pcp4P$%>ujYBkyg nGS>WbAc_LAB6+LO3)Ngr!+lk^_!@_)@K5AD^nd~$T{Hdxqw*x* literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b44bea7e7bc1086bf8096deb95ea6c2d758128ea GIT binary patch literal 19148 zcmYk?1+*nq?DinN`p!W0)m1;BOobdfFLRI(gsK< z-u;~a-Z6g1V7b>?bIvu_e&6pq$LNzHMbbFoukziubiUCjPMph<|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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..218063abab0d809180f68e5914ee3487ce64642e GIT binary patch literal 1187 zcmZ`(&2AGh5VrR(+i3ek)PjH$oTx;*wB>??5Hvx(kb;!kUaZa9O_q9hgY6Vj^_EJ# z@(AVFC*WQ7%87GtoS4~7)D%=po}Ka7GvjYQZ?U}GBrslm{wYe2kY8vl4hM|4Fm(q6 zC!9)>(TGyiEoo(TWLLT^oy?8gN_V7}HKGP32ZX!aJ15)|bZSRFZ}iBf|C>UnO}~J72z6@27Q{J@;Yc`2M!$_i~#p9b`FV-e}?IU4^#jD6b|8my@RMWt2Z z9++i-wE##gk2CQMR<11&j&=I*R@TK`cV<>CIEq;tZRDvIcc=AboDaqT4Dv&5fcWQ{ zbN{A~1i<1LE1QgE1s_Y)1IE6LV_ADDrtcNkA>HNiDlYD-Y6fHS5m+sC%Ulqq0?#P~+3g>Ze&zv|OwDyTHhrq#i`k gz*uB(6?&nXn}+zW>npy&ero(91&;%uK|t57zyDMtX8-^I literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e2183a4502f1dd21f8875e3fae3d7bcb0f60488 GIT binary patch literal 3060 zcmZuzOK%%D5GMB_ujI92JAOOO14th#YAX*Uahf)bYb%b>SPmkm1r{g>c}dBVrIo{# zo!C`?05Onj&pkOnFS!Io5A7f5ui&ld$u0T-`Z(m0&Tu6~va<_*oFRwYAwSM=>jMJ` z0?*aTk0N=QkY7;gek@RKKnXtp;DpmEsZozol#QxUGd+`%CBjW^?GbJX`o#1sZs$oV zc0gfBimHKy^@7Zc#vNH-6A~I+l*&OV-zYSM4@NzY+0w#&5CrikC!WEnXL18(Ha(kL zUX0sbACGws@AKl^@e(}l_49=1@_uiCyIztHc*l6s8+=NNlpo`RdyY56hxqUw@rLy_#5FLgntqKL$Co#UyZz2`gwQnlifr%zcMp7 zcj@ZP+^+ke9Ps*saOV7lOP74y&Gv&b?h}^qIzWRoXp=lK_Kjx*xoHw+YP2-k8euww24)L=h|_?O12{ralQO$y$S2x-CU08qcY+LQyS39cRq17Q&FR=j7$r z>GgU|q^pGuS+1oQ>;6_v1dTBLpe{GU&4Mq|;-Qd!*%u+(+-a=WgLFyMWl4lHEw$Z$ zKD{l1?R2%gmX3NZ&YnM)4$BQO1M_SYU`TqiyqRWT#_KYTOXs4IUe`oN&dzS`$YI#2 zZ;*jOfFzA|y)NAy?LHT??fpDLqXA69gp zgCs`~MiIskrVvhc;1o)e0N+9h9RTg2m7u%BJ-+E}_uFv?cKTd(9K+Q$wPQ_m3F0wN zBsQiDIS!SaK-rYjP^p2|5sAV#WcE~q11Z=Zfor@|Q5X=qX3z#Cr0~n*=<;fl| zj~M&tVf#Tj2Bou==y3(&pn^5{T`{3pMSHvBy{+Omv$^@(?6disZE-oX+!k~9a>|Je z?qpPdB(3J>7qiceXsy&gydtL@Mlta{xDuj2N$Swpt3!vOZFOV?m<#j@a7&M_plH4J z-cpI&%H8Fb`)wKhZ_BuVc+2KaM!pYI9`@G-Pl9?7`TPSIXrB}P+ULoh?eDhi@f*(# zQl|a>4g}a|$VL@o!;o>T^U$(yHt93^h&JgW`Ev1*(S(c+{a26^kW6_QY;4eC&!|i_ zVZuruH?9zau)g3d^g+JTeP9QD@m60v7;DX7$mOmXmi7E5wsl+M9B_gyeU4-I2f@39 z4lH>F{FeH@>W4gt_maeQsaS4hl`Ut~Xt7*{Hnv_at+TbAhG6xex)X&R-i%Qc>YzN2 zDn_P?FJ@LV3#-}OQad^vJv3}cW%^t4FdJ4;2>ug{4Br88r(;IKa14hg4A&eqT$(hE z#|bk*jaLp$LOZZz?GE*@gfsM{7+eJw&CWv*U=MUuOb}!PG-Jb-NvKWWN$dS&gUWGe zv5>iny&rpqbsyF+3b+H!*|3l&Jxc2^ipUGlf}<#KO61j+rma#&t^}XgPb&U8f2r~1 zY>q|IwQy_xE?dmzSLbsJ8Fl>j%2IX#4*0Fir*|`7u-rTlG5mQpf3LSqCn1$AK{D~{ zL9xt5;0v9U)G*Gyyt0_N-I=ySg}&Cptu^K76a>;?K3q)vn0A6fO}qlnLrktNB+wXj zp*W^Ptyc-7rCE?(t=-7Jp77d&fNG%pxFoWe;oaw-<_8Ts;tjINw&At-IZB{c=( zL(F@YaVWpEEslJ#lhfaWVZaV#$A(ccArgm>tJfN~<_RGD$wj$77UlX2Fi?kvyoeI! zDR~Lu4X#QwK8ar9<&!j{EAr6gqk}DV0{=L0o8gZm!SGVps-o;Nb{~E#q8|A+erN^( z14Pauyo-=Vz%|Kp2q^&Nwo;!?+43s3e~fSq;X?$xzx4$v&!VK`SV!+1sLFvm3I2x~ zJMsqheu{t#QUk5O5?@rSjCCCvyuqcub&=4=P{PXq4iIF~Bd=}Q*zOum0$vN=q;U;` zdkTsHoh~ zH&uDhm~)Krjc?Ai_U3dK=k!gHB573kPvst~V}9-u6?Mkq|NavvT+|Hz9hf>qm#EfJ zUE;Kk((G;L8>99*PwR!PbPA<{y2 zp0mM2b&sF`(Sqid(oq_ULkYb_l$cOCqgI(0X@yy*!xm4^WI?QJ}y0i9_=w5Y43_1$O;5eLslW+=7!x=aW z=ioeCfQt~oCAbV%;3`~$>u>{Z!Y#NBci=AEgZuCR;;{Bm^aviq6L<>G;5kI44-p6A zLOh5M2_PXPg2a#nl0q^_4k;idq=M9t2GT-0NDmnxBV>ZikOi_rHpmV+ASdL4+z{WR z$Ro-N`5-?OfPzp63PTYn3dNu}lz@^D4W*zol!3BP4$4CXs0i!5C2xeEs7Mbe7yD*= z4{}IMgxWqS*+gG@hbn2S3{{{iRDpIne8>3ZElw& zA&MzJ1ncc}R5Db_9?>WEHpn(0a1BOF9D(1wyK%i1FR)P)YC&zN19c&ex_IhJ_&_A5 z5{IjZ_kN$mS|5lp&Rb7MJ9Q=DG?bOd0ugofl|)OlvbT!eGnNTF)${gxP(E#LLVGXj zcnKQ7%g{e`5M=emQ#uq4!p9Nng`3fe&V5Rn;F@`&RE{ zG*U6VwV;{oM0=aUA;D0l zly9Y|pizj(E8#^4)kUMt=)zF=OrnCE_FnajUW10v2pU5ZXbR1sIlK;Uga}#@r~xlS zUQ+$SOAY#2PKV9*QZf0FWpm5+E@y)1si>qxOZd#*xAtBY^>7g}qPPSqD`^b5?e(%Z zTy)m`eJx7nV(W%ca2ejSw>o@qK@m}RC*NaPU-kva1;u3J$tHwu^g7$iz{^G@wV|!O zhFl%8To09?2UH0WDIa!3GE+$n6+;A3@V=6!O3GQjXxRnE!u}AEcTDReN}!~>Xpje0 zK}lK24=tchh{!XCSu3g%KJUn|a2YupzJ)<{dquI9vk3&cQI=my;(0zIH7^n%{d2l_%k=nn&6APjQgmFp|i4sF9+41%!z(kk?lVJ+H4O3wnOotgT6K26X@GiUu@52Z1A$$ZM z!zb`5d~-#SOaTe9sB~n!f)_9`~mA>18js%uo?b@zhDb&g>CRR`~&~Of3O{Pz)si&yI~LP zg?+Fe4!}V;1c%`W9ED?W98SPVI0dKS44j2?a2_teMF`*$T!t%f6|TW`xB)le7TktA za2M{ueRu#5;SoHBC-4-W!E=ZT|3Hewfw&M4;zI)H8Gcbj#{14W;|rih>=%IO93=PI zpXa?#A?o4fKjQ0Qv9E`ZeS}(vf6zqUgf`F?5>ig)Q;|rNT$EUp1d_&PV-t`9QbH<7 z4QU`Pq=WR30Wv}+$P8H^D`bQ0kOOi;F31geATQ*D{7?W2LLn#&MW84YgW^yEN~-#SOaTe9sB~n!f)_9`~mA>18js%uo?b@zhDb&g>CRR`~&~O zf3O{Pz)si&yI~LPg?+Fe4!}V;1c%`W9ED?W98SPVI0dKS44j2?a2_teMF`*$T!t%f z6|TW`xB)le7TktAa2M{ueRu#5;SoHBC-4-W!E=ZT|4Vfw4#b6c5FZjiLP!LOAqgaf zWRM(EKuSmjsUZ!dg>;Y}GC)Si1eqZVWQA;y9dbZU$OX9}59Eb>kRJ*_K_~=;p$HU( zVo)4PKuL&(QcxPoKv^gU<)H#pgi25usz6n!2GyYkyZ|+!7Sx71P#5Y!eRvUGf(Gz1 zyaKPnYtRrHL1SnFO`#byhu7f^XaOyu6|{yop$)W!cF-O=Ku72VouLcFKv(Dn-5~-! zpeOW#-p~j7LOn0AU1egeuU@}aBw_z$w zgXu5>X2L9Z2i}GE;C=W2K7^0pWB3FCS+4QpU6tb zt*{OLhJWB+_z$+j4%i91U^nc6y|54V!vQ!5hu|8E!38&yRoPo1&4$i{` zxCjAUg3E9PuEI6A4maQ?+=AP12kyc>xDOBDAv}V|@C2U1Gk6YB;cpBgaUd?lgZPjD z5<((K3`rmcflh5;TC9;T3olUW10v2pU5ZXbR1sIlK;UKnrLIt)Ml$32mS)w1f800Xjk_=nP#T z2D(Bw=nfI+0X?A?^oBmr7y3be7ytud5DbPPFcgNta2Nq2VHCUtqhSn;g>f(*Ccs3P z1e0M3ybV)f8cc^7FcW6MJMb>N2k*lN@F9EzAHyf`DSQT>!x!)+%!WBI7v{lySO5!Q z5iEu!uoS+6ui+c`7QTb;;RpB;euAH287zktuo70mYFGnnVIBMezrt_uJNyCbVFPT0 zO|TjMguh@5Y=v#`H~a(t!hf(GcEC>91-oGn?1g=>9}d7lI0T2`2polDa2!s+NjL?k z;fbF)lluiu3O`kz3xAgu+2hw#hx{PBK$KGAQ;9NuUOl7jER0mrJhs^HWIFl@_eW^w zht_jSPWe5}C_fI*_fv0mQCuCpC3@1E6Z<2w>?1akkb1+k;SzKGoIKT_43zs@W}|Wg zqQYMcMt+z0DNF=2{1iQv{2CpbmE;M30~z^Dv_bD~%VgSa!Fnz#pvj6ZMxk=af~$y`Ywn=PjR-Iz_pT zsFb~FqCRfuS2y$tfeT8SQ?3JjWm6dWTsEn@%Eww3?#C(_ZDd?gW4-4+k4HL=E6K+F z9oYlg5{V9q=90=U8X-FDdF&Mx)UlQ5C;VNryg)RH=OgOY+k2>Flalt{gAC#D;78|u zozp`G{pMH$%{T;aGqlf)21>qBGM&J6QFeMWEI)FNi$<0uaMZ|D-p>5$TIem!OL=;Y zdAUq}3W2nGZ%{ey>V8yw)3T+xYX~f~_lw?M}7}UY@F9I-tsHUk7DmHtP75Z zk1^=#S(YI1TZrH-%R#1ntZkzxgTz*e%>-r=C>|m>X)mrD>LjrQHj-+|#s>s4aaCWG zj@^;Y+rf);Me!q2#bnF!*WblH(a~G>9+dO&PCM@}@EBGq{?ee@qF$!89WK;3^KOKP``|`@`HXsT`sA zs^JOMWwJL$lu$Gme$&=T$;*n9nbuk2BU1a_(B<%%2M^rtV|!b4Byx^&I+|KeBih^C z<`Ng(%7%yuHoD>yQ{4?xi=r@L<)os+fTU1hFpyiw7Z*o=4GNX~}-Ag9X=c3v=I*Y!G zJ*DDP_GaiML0<9^(iiKz;dueW>P6d86_%HDM&AiL`DMJB_>i{3_}#3A=Qe? zK`86I&-5nsEpIrJz}g&lghWny~&igJk-LN#Zr zWN$kg5zAB(DfK2ZybJf`J^0!Ny#sx8B$vJJ(dIDYy1oBk6kMT~M`9PzB1CHv?L(@! zWn8CRrmhs@9eqr<>3HH;o5Msf!aG?gTn3v&-x~g>juvLzF#JuuL(JG_Z2TUu49Yk%MSA!y?2y! z7u}SYr8kCXjxZ72bA&ebj)&HQsg_YX`mt71TMo)ipt6xC9ARB36IrbX48f(B6e*^Wp3udY8(35?$Te2ihtyw4G=z%al}(De0)= zu;>=|gOxPrG?lwAV|h(>rM+x=>fk;>}{9*)U-+Vc0(qKRz$~1EVS%u*;8>RBTHL;XwYV& zv$R#9+*fgDCGqw4hik0emz_&sEBGrjk-?%BuCof9CVB@N%5Eg}I#h@2REE&IrMOqv z8#MH7d)@HA$v;)smgsbKRV{Ce_Hw$B=wIY#LND1@WwTR$OWQnk`y}Eh*+aQ@m<^^F zRLN1BNNkqKr?`VKh_X|lW;@!m=l$SK9Jp4)eccs z#W&RDu=km0Wb9Gl6LV`)zT(Euo0dt*Zi6a^c7tz1XB*8!>c;R5o>Esa&zF3iB+>NetKVh2p9%XN5r{>^%_mgOw7Coh`Q+S4H1bslsz% zd!roTODbO(o|p2UqTTBDSbl9eRoxN-jTpc06BR>#zCquIQSjK+rLb3rjX`dx2<0*M zDuivpD@rEQJEyG@`Fr#ltIO%Bc9(rX{+en29$h3kFB_q(;{1$Xk~m7BsNU+~UeJkr zjJ6E2e>!D3!@nVV+1_8Qm2{Yj^v02D<4&J3^w8Xl5e9SX&W$mpRBO`b;7v(I4Oz zp_JY|wed|3Wu|o;vTeFcI`}gstRrE3T`!lS2>o%r}|#4fl2R)|U8; ztFe|_xPMc}w@T7UR8n#pzTl+>SIHUrUPnfWUp$XxMxJHz9Hh3_7Ot3Em(t0%=(A}E$z&H0ttaZ?FxT8cH@z*C+?SoK;}yMYOsm7edpfE+%pP@ZE%U3(24SQ4~@(~7@y2W9E)r;?X^T2Jr`#TS(9WFuu* z5_Gie=^SZwRP{WDil&&c4!$+_Jc0MveeQB5>ln^eVp7X^IivW5k&PwdYg=OZm17N6 zw=gUT#u<5m-XPO%u)9n)ppww?qU<%(Ubfefp`4bFMQw>*wERokK67V;GlCB(Cs4A& zUM6*~LU$^;z~6n2920GJguxv2;B=O{R1*1ISRF^$Z@GwGYDehE{eNcU3HO45qEQk* zDM=%0MdcmC6OjLfz!Fl=pt}!tBiZssE_Z~xjxa(Lk^Na)Guc~2Uxj^8GPYP$kW^-a zlIX3bqoV8$*@5J1`Sg5cIbGs4b=w^EC(D6w%8a5^iW4YcZ<%O|bIhaCQ`;pMR*+QJ z@G!wShi=3{4|elv`;AIr#U(`JMQ;*#CfcRxtNY3FEz`zYt_r1s*T^@M zm`h-{#9_tm#GZmxhMBSe38YN zHe6lC5Wy7=rYfoC!fr9%74E8gEi@GLRPwiM95%k;s;}(+aBi?e_ME+;Yz$G?%d{(I zw3T?ru`=r@Df*Ms;}TaKW{pI&-mZ-I=OsV)-PpJ%dNC{seh&u)PfhEiWR;E@4p>25 zb#s?kes8%{+df$6t{R$qll(AyU+RrfT-08AHo9xeqV5LcXVvBR(fC2#Nh3d$=&Pg? z_r;ZDbf@FYc&09%!wgclMfMkaW6U_JB(D3r>iBOEc*e#x%ZRpkvTOA|vb;=SsAFX^ zBQx|f{3W8tLcQP(xACoIB=!kvYb}~-WTh|)1}GV-cf7iSp?vUUE2X#Xw z5=(qwnZn$B;a;%Y+|KHX$et2i5;f)EczBp#yOP`Xnul${yRnyTIRJ9ddxQKJF6l5P z3WY6GF@6jALS1u-#M;hK zzTy45&&wZ5-my2_2O=xYKCChLDM6=_Hy34zV_CcBcixr!oRUiJaK6YS#-*pp`_85Wz#&d4-LPt}d5p9mr2o zGKuo1mY*xhW;s{MadSVX7hl~HC66p0TIN==K=BQU&We{qYAO?zJQp1aOM;^uG}k*_ zaYu+NTSmulQqi)1N#xc0dU%B3aM%{y)Z5A4S2`YgQ0pBv8h(J2E@Bg@WFA0P#~j%LdKMxWYUDP{>;%$^ZgX$|im@@y9aN(7ckEp58?tso^pR+bxy2P9 z)YiwxZ-%xM<|fwr2>MD4wAWtt1#Rby{DrHJ>`i1mxeL2vZ;FxwvBid$B7aI^7Tnc4 zoL*T`SJ@v8s;=X6)+T7{MJ1lPyV^2|hDfy4HcvK*wm7m|WpB8R5fWRR@}A=1EHXv~1yC(1fe^ExRbLD*J}w z!yH7j)=pHHwS!Ldf+O@c_dnLQLuI`UjGV6bsE*@YWw*@al!vtaZ8?&Sw;Un2j>nM7 zVa95EKdcKTb5&5s0V78%KC7*zlIO8)9K2=t4%p9lWr@k0Ues2_-U8P0YHPz#W?oKF zPAbtpJbAFkv`UsO2#luJjz9rutau=SpN$-<r-w!ak* zQyeGE217(0sq{1Vp<|u39OK>HWZJ9lr4gxn3}vSLy5%BzB}J(mYcHuHdP};J@rvs? z^f=4Bj*y-Fa9*-dNhtByjPdIJqq2lbVau@`B;fuJCH?uUXJiF?IX#qrpp1JNY;Fb0 z>yg}OpklUSQuLWdv zj`2j_Rs4gt4shS`C%_c)gSDMzBb$zuX52Dzq>)W1r=$0PR3nKxMlN^gM{aGL+c-`6 zW!Z=762%?{@>AIZ4~#rSDq7+n%Gr%!GBn#7{aZiV~Z#LR&PGiPHgs^kD0uesglq0`_U zC#r9`o=P{xxjd*v{7qz|u#Wk%DO^((#Zlq^RY>G4yDu3uPTPNGbPY!a2Z+9HT3!OX z+`(wer#g0u&agI9$8dJz(92+N3EWbbn~glskeA(5$~kW>(GF1;!(&1OK{ztFYwieo zV+c&+`HX32iT-QvhPGAoN;$_>CC?ozt>{;nq;8J7%;c}aNTLT_#117>=q=*@kpp%$ zqp&;ZrTC)di|~yZlfshVPuAMW*5C8`QmR8O7Rh9WUBT<#sbmJb@NOlMtvQdcoY4N)m_i z!N=x~rgui~yQ0@g)z`6w=dbL|6~*<^1hOZn%vLhN@H+4-r=O_%Mu5uxXx zy^aa4c$+A(j>iPgK(V#iO#Bzi;jJwwIOYkCr>AOmt28D0kO83Od0Pdv817c*Qlf6&AIl zH^SUavS}r1!EH8j6U`)%*JnC4_uVW%ij|k$E7}V0hi$f zSYjF!H2iPM_svM@Fl#)mT?DR@?<+f%%2Qri+k3}eM8|5;H0MpPBc;9fsmyVNrM%=} z_pnRsL!}a2W2lhfAB1|rZ|dG9l?t{Hi0?yuOxq`vKeG2C&(lq7YFS3{EqmF_twMAh z6c5{it3=Z)Y3-r(A~oF+3Y*)~vN7csMC%Boaq@}w`a0zd#hFD*&A3N-v*8nTv~Z51 zq6DGS;D%{cy3iQlw@puFCEQ>f(B|Qz$=Yw=fWUTowJg7YVi{!gc&=ZYs(~d?9wAJ?}mZ4mPq4c77_KNCV z>jAV1_Zk+7cR1(E4VtxY-l}nfI<;PHU$;TC=1m*ae!Y2vMh)9Htrh;q;gqrYTD4!T z*S=YU*7Xi&w660~t)}gpH)>zMX}u=x8#S$4uj$uO0}_O8V)1Btboai!W1@R?>^UIP zJGyS)&Vzf$^cgfTdT8GPJqPyd*f}OTW?0OC&XLYB1Kal-KB#-&KGEG``VQz8GqA+} zU;b~tbo7vzK0~5=MLI?Qzf9SZrAtK*j0}n?5$g2p7`84mhJUg!)kg9{T+XF$V<3N=d8w54^bI^|-GbmaOwNu4-$ zIL8^_%wdeSat4_j4Y<$KwuDCL`g> zkDtr``9J^n@_ol?t9JXuiDRww^{s2)8~($at=7NiVDDEi1uv)X@oywkwN_gfTUER2 zeB7!!!}dqr)lQ1LRWHT8VJF4i6wg)jDV`_pRYz7@i~Yrw#g*N}&>FRCv)idXa}T?> z+o*pCly(dISIQkib8cH)8RZk%%_lxxUE}Ra+vG-b8Aqt$NC~M5!J`@qAtw$N<_5l; z+YQV@^yafZaBKh`IUvln-~z#gHbZcNohFrFsuaRBWCSA^&l&LLTsk1gFxJgIOy0w; z?99(hYa{f5vg)7`7(T!nax?c&J~{~PwGAx_%DDP~ z06pvm=?}ZepRm6AfH+jRIoaTaDj^0i?^+Bys7KWc;hoWwCE&s}MUY^^@MJ)0PB0$E zd#+NbLgl^kt)6wFaz zckL*F>1dXf4yf_NA5^D*9(4d7+%w-Jp-QNlP(_?ZT-a3#h;%MFaTf3l-4qA8jK$8Ac(M$Rv!>#?ok-vT~Lh!Y;$$u4)$cR z7rw9@XV?)S3?gU2;kH2)rV(OXc?fBv3O&pk>CJ`VKrreHGw2}K@YM$tke*`jO8Uu3 z;7Z652GylK3WHE6L0|#gEMod`1|;N^>)Oc$L$5g(V@{75b^w;1P~lI0$&4SImc={dkD4O#r$7lMbHkh8Z`^{To1-e0SwoWiLJfhx>pxU0lNX$kBSWFa?m z|EMb0(2?ZA0p(nMK;bA|9i9f9Mn*lsjxTwx-Cl4O2xsOPBv_Bd1{qW_6d-lcf&;0c z5LHP)PDt>mqAGZ{>Cp>w&ZPrt{ONCTA{`$V2E=*pjJptWg7si=8oCJS^}d<27im5j z6oQdH6x;yi0uJjnqysP>d@j&IE}_(+429DRI81B6`=20%(5(=8l;i-x;4qGw9H`zb@Jia;`{ywgm-rWK$oIb-Ll^pp}FN zBM|2`WP2V)au8U>Q(Pc$P^klb_Ih&RHUc3>hccYTAZHK?Rz}!7I)V&Y@MMy@UxS?By2eXR_%!KwD;z1B{f+ba? zs|+G-lMe_+rS4iFXm+Un3=+x7LTgTsMnVnTglZ@W2{;KH83+j78E3FWLp*a99BIz& zq3Tk@AaGPwCD@!Ztm4TBgjEVA3=rC6$&mU9qR|qb3WEn2ZVXik^c=5Os;VmtG6X_z z$OX*-Qqt$N;3+K>LdaRej0q!4ENG@p6L1t9)O4f+YW%4et}{K7!2=|WA_oo=s)P&@ zqUSb>a|Sp?0wE`)l#`yS#udrzPFrQ9Az;EVS7tqj2XLw23}g^CRP_^NNg*nv2UFT) zdSSHc(2xU+p@5NI8StS+h&ei%MNI#;E;u35yD3sRC@f1YdI9VV3WgqrBk_ckLIy#l zzJ_4`0YOF&AiMPtf^i;gny_0^sZ|efBWe1(pjEZZ%u#T+2x-GpDKo&i9}LHkqm7U@ zhufJ%X*0EA<9?dsStx`eLZEWQc!WDqI#lacIH7ECjv>2h|58l16&;f>uZ2DH9f{Y_kJW z+Xx|0ro+XB93kf*Gc53Ftm08{5II6~GeZk%4)j0*DLDnND2NaO15st_1 ztHCxq!U1_`K|^2;A1L6&!N{HuVa}-#KIdGcL8wOdG-d?qs zvxBM-HxzIPT{#47nIi!k0+HU{;0e)FDPTf8N9NrA0}{#jFiJ@daEW+mU<%-nqb+oR z!%#KUlLd(MKo}_j5SJ|}ZT8}UQ&1^{nS!L`q;jNSNbLZk7CeLtaYnP4`hcVj9vU3g zG*16;NT^`|V2o;jxEwpkVdxcSFH{uBVWc+~AcO%YJzgnvw^RiShFnP+RBX4^kP8I| zxpD_J%c>8E5=eCs218Y?Xb2F)Kx&(inbQKZI6Mpx3xU*v9YTVq(oiUc^3i55g4o*7 zW`_m!nbT`J>H{jlOF1aifCtW;TYK1C=zz}`r7R2=?E3-FjVcMJ8k7>s7w8Sa*^5W@ z$26aXARUmCndh>V?%K%#Vc#(1^r(iMRN}~$4ATNVA|<6dQwCK##D!@Z6=J|J!Y*@N!_Rc}CO3zNZ-)1xEg2+<`@kE%OEh*BWp z3`35Q&ULq7!9XgrUZ^TkKEQ;CWVmw8sVejewzmO4a6lj(#bk2mnmJ0(=v6z;B3wGB@}9ynAEQm(x@S09kHj?%M= zM?nL(8VDH=go0IaK=i1Fm4vp^&HxEB2r;hH93AeFO7SpO-8|Z?25HK033zBW2SMm1 zCj<}EXx@K7Pzb_9tI|uOXcHnq$hl5EAap1g52GMFA%q&ic93JS%U;Ti7r-H; zgPb$M5=tF_F$z~fIMNJB2SnC2dHu}62oJgDc=!Bim7H2j9)rX|1rB5A3<_=qz2Yd? z8<^Q1N808#(rXCV-Lgt=*lzj2FPle^@>jR{qE zs~JE2r+eU7PUs-SAj3BG3Bf}jIQW!df!s{vdR??&attzuCp}e%hpMCu(n$JXZ+$>y zfx{R)s}FWh_m`nTa3D|!I9V*}XW)`NMUosx(LqT}M!=G-aqI zfaSwO0mfcDO-ZEm;`Ex1`ha*usk;bsj;Bh&hZ>n~sQQ6Wz`$Z?N2o&J3~{AF0cXet z*g-*Ql8U3s9^lOc(<>i1!mxkx1u!F35Zb6V9s3WcG%6gB+_0ShWHM2b^z=XX7#|-Dn7j~M0IXm>A7verQdr%(`JtFZOAdd>65TX|r zCJqRLO3Q8}P2XRDH41W2$WaIfBmo{XXwy4H=<*#&4i=26^qk>|D9DYF6i-1JQXh~d z8VyUHg7s8$aECa1OC78Ph%3gEz&5E$kWz=e|7RZ3+}%T{%8>eifQS8%LXRoI*rpdC zhA4#3k$URKqpd_rhY(*n4w~t4B9aoq=TT9e8M*{}nMUZ`5ZVTW8RWnbDg!U$>H`V` z>~RWS(>VRi2yI~sRZM6z)T38EcOQr{fVjHS40|QDjhqV%p@rZPVxXtZUWGddunSbF zo&djmh1&(DVBnZ#o`haMp zuIE;m!_xpEbn`-+x=L;2)MXe*fjA9PFQT4pc;NgU51gx{3aKJPRY*yJGw|%iqt_e| z6kwbyvmI13u09}3jxq<_p$=f};K(^jkE$yPIA??oa8!lBqCSU{L!^+3`G70${ex zUgnl^4w@;AwNZ6@!f>kYmQ?PG1fgng@LaT>5ORiiIaj~pLdivxyrw(;Bk! z&@xJ`c;Kw6)tpq!pkNi!u!vF)7KeupXIKD?aW7pZ9&LEG8PbbV=Y}@vgMtv!1{Iz& z^4$Fgq%H@j5U(_Vf=1PPrCxGD7ad+xAc2MDgg2h__KLI0H29nwys%qs;3U#QwkK`@~PdO|u7WDaJf z;fZsVv{7IXVd!%I)DPk98)mn0)Y?;L6Hc+LnT^W6Fs2Pn`w z%4+b?pb6E3L-ijP$40pb+Da^?T$phPNa*-n!h>bxrPc@Jve^aHctCnE0?`C8RN(Xo z&CvmY1#*O;N@$KY%37c z=t&l2TELUaUOUX$7ILBBJrM_=gXjQfZ)v0ihxMFM>Tp`AYA$Fwm^4@G1G3R$(Q`aF zZvX?x0S0FdPlHT1&yhf^;!(vwieZLea1+S4R5+f7 zULY)ixf*a15H=n40RgAvv6u^--V-4w z1inB@2#z*G=DH$SFck0{geMpX#%UqPNcCAIXNc!CXP9d`_8$=A=>cT79uQ?h+c56= z-wpwxfMLakb|~GPGoTL;s3?d7VrZK==v@a8LkM8T(57ZQz={krtV)Upm2G-dZ3{Cp zE*%hA#EHaHfACzf`xZQ@Tm-r_bPxi@mIBF_)YQ44D!3N`lY}&bfF>BUJN|;wixx8qF~|T+^VM0SpD~5}i!WFkA=PsKSh= zbf@7-j|Y`)Lc~FZq3TlIRfP-Ig9-=+7JI1zR=9$~q6O>G+c4LUk>h_%PlY7{sv04s z9932lwt|9#+HB+AiVPsGxZl;$z>H`YLOOH91Lk>d@kICi;B?uk9 zgY=-1Mb8;{tQbD%!3hb2D9o$^cBcseLrOtUs=#N#x3v1Gx)Fl$qz59{Fz5CkkjR-H zYQp{k#<*C$P^D0+27)ld4P|u@s6|ia0D+!fjH>iP!K1QQdfUi(7blYoNEo(P^D z8M2__+Ns*B-Kw+NtGcUmRd02^np-_m%~wZ0ZmssKeswhc zJX#&Aj;Ei;s)g!A`gy!MSv`_|E>x$gN7K&})nhBI#m6U4zOi<5ZEH9lp5NZu8Gf*H zZfkAx!|}#=H}CK6f2XhADtR0Kk<{_$s`V_m{>pwMN~#?d8S!$+5xC_RiYoU^LvE9M5(zUb}H~b2vFY*cuM2R2_`3Z`>TL zzrQvbY~8vsIW^c^8}Cfx?NK!xP38vG_SSGRH%g1xx!0cb#>34k_gbT$OLBhjXG`yI z-xw}!u3aB(+*o>Ld;Qjp;nvQ0=?}L@*T*;4)`v^O4~C=ljrHMpaPz~R_qVr}t`4_H zSBK-T-Vf{gi%Z`bZhdEIbK||GY2_PdU;NtAcw=Yy)x>jsEwwD&+_Yth4$^|XPm^@y6s2oe4CwbUrj%+ zwV#;oea@wul5Dyw$^( zPNwYWk!((7^Jq4YXOlN}YEEbGv1C3<-{VX--#*!y@6NZ6b#FgAYdsv)db&@|SH5fc zn``us$w^CSjS!m`bGLh^d#7`~HTrhCK%G176m_fildV7PoN0a9{&weX@9td6&3&_V zAK4qdkUO5ro6u(Y-K}4})2lkyyQ7uFn6_l<^;*}`#(Xo~;X%5b*Yfw=_1@@0mArh7 zSF)1%og=yDOzTeXOlz)nrj=SH#r|~r@@`I! zULEcXxVqDgW%nO_>)h`R-nsDR;PPwlTv&PS(wnca|C5u~ZhrlIx=Ht+&U9E$WRCuO zAMOkX(k_0*#)@COpVzQtt24H#^*G-~Qr3LbzzlizoA2ZENkua4<;k^1+Sm>egoV z7Y2hrxV5%9t&E<^(|#$NeC)0vUZVn_tN0%h_Ztd-S1{w@p74cGCAa zbM{-kbXBK+^*jB3f1&?$zq@c`lu_&H`+=|S{b>BPU_7ur{45! zoZrBm<;l^N*Is}1@*q(z_9k=VTQ`TJ(XXUN_GEH`Pq_4f#^!R3(ns6T!C*ao{EY{L z>E5s-c@O_SPt50jGCjt(pD75P{VCGin|ufJt*;-~_ULTN6tD0?e!S` zrO|uA4_w>)J5t`P^O=G7etX=@SNBdjku$Bko%EsA=_SbZ_UN&ycfCFS`K@;P^$}>(n9!b z-Tjl~?fz9Z|CY^vCBvt}?k73?K{AuM^KXCa8(-%WV)vhO_CGTyKd%XY>7>ANqN_b6{(`;-1l(~p+lYA3`vzutS#p8B0r=bw1?e*k?|I&%O3 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42cc7e44933945e1267aa3e11730b507a7d24fa5 GIT binary patch literal 47964 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00fe18baf7260255717b361394c16be5a7f24e65 GIT binary patch literal 44603 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aaf6f9c48a7d616461259d172cb14814274c4a7e GIT binary patch literal 47924 zcmeI52YeL8`^J-DNJ6jDJJLx)vp1@M(gYO65(9HWB#?LsC^mlByV!ddd+)tP?7bU% zH}+nz{h#N(yxtAj<1Rt{NAJvs?>qbM?99%yZ{C^R+lwX5nl;YAf1B)iYiQ1j%#8QA z5&K^!Y>dRevJdBEWVj5MS)8#jb9QECMp1?{{O2-G%5)8!1se*pTsF!%Qf?${ES@G( zZYt$wQf@Bg7Q&X|X(i>>Qf?#Vwj}ylPqx|#+spnA!j8gD;?I_I=`5Zu!mi@CQtl?~ zF6<%fDeNWe&6+FO)B18uA7Ni%KWVqWlm`e0$}xk4gN3=mJYl}nAL0fMa;OlTSWv%%R-S7uUEQI}f!>Qd<(Ig3WpYGYv&VN>Zr)n&~V;%O;+TS>XK9NR`b zZRrtpS+||+_toXq?Id-x<+#pL?jr0ev@*_aQtmG7A?zvjRb3ggsLP)ENR7V2ep0W$ z^sVZ$*Fmy(u(X~le8dJ%XWIR=jzzyz94m3Z-6K_P!v^l zSwBc!`h(P!o~k2PHI2rxs+(0KcG-WH^slkY9vX`$C^K+x3sF=v13k5iT^`X%dWf$s ze@A_Fd8YBy-D{&RTKhA0Rb90if5vW360ytk^7Ae|ni+Urns-_D z^Db*9n|E0kzhhvcyi28n@-B`|kayX-s>`$0yc#+L`m-AMYV5KfRhMNyGti@%fk#C%1GnO52JVd?yBxpHYOGneyvrk1 zU6$i#2JQ{YyY&0&GG?hTBBT08)oolOGfvZ~DgJtw-%d4?)76=^KR6ty3JzL<#Bp9!B%z6K)=Q={qfhk z+^g$dmUX?07DQe8{LH|%JIdJp+RVUq~k(X7TgsxDfHqb}R_GXsx{pBY$R^DfIhC6mOnb>{(Z2Y*n8#&>vr2o{O(8J#FNS);6oLmc}m2 z{;Wn%qB~)#UNd%iwtb{`joo#h)p$0+>M~;WhYG8@t!k*tHuNb@th)58x-2Kk46GBZ zE?f0ummZB>st}YJ)*ic5Gj>H5QI}M8*@tEZ`hzk9{ra4N^%G?VRaDjGycU~xTZ_6> zBK~s*?)BFUvFh?Hbj`qW(3$~$^rLGA*7DV5d#Wx+=-;bxFUA4tnt^3qGq9|g0WEuL z2JTaJS@xge(4%VxmUTtOa&l{i=qkZ4Y3#OHXLWfl{(6@ly;oy7dMC^+f6YKoZPpB| z@6T$yRy8vN>*<<-<)B%O{`hwj+^ez6K7#WuV-;6OVwO?MXpXKK+Q!KYY+F}kEc>y` z-V$X7)>$(%&=>#tF8fJzC(OuBMqSoZby@b+r6*BlSi8Cy$)8VgaL&+_|03G{sV;wC z>yf_9t-ih-qt0u*HvUsG?(HdSEsb7yyj25h=-nER*W3`RFYEZv&$%~Wa*;ki=dr=j zOGQ=Lh`yxehIapmx;Q&tNjc;C5WQ4%pq!272I{AoH&$KNOy*wLS6S6Zl{@ofq(KQ*zpqZCr(9eEYPHtXf&F&JfJ>(v*r%>lL^cE1iJO}??m>yM^WxW?> z>$+-Sd5Bzrq0&cPKKtnq6T56rpFy%uKl5^L6X_@D(+Tcf*A*|@@K?O_#Lo=e>t_ad zJat*a&kXbokWnPcysYWZYmALGSG=6bBAJ&ZT{~#(c8pP%ipIYe=H9<%#mkobH5o^u zpIdUTzv86_zj>gacX^b?F3a&&yxiAMjt|Pa+^ez6KK$6_UjI1`>*&33B-5&T?{fH+s`k ztuD9wNR7TiU6av2Ks@@nB|ZA7Fw6Sc5Bt+K1J6wJF3bLB?y7K2bvxHPbvZ&+m(kKy z^w!VZ>G9uaVEtaAdd)W)SX(NBaym{-N=vXta;bgJ9RlK%?uo^pLgl`JMu1j%@w8dMA3Xv7Z^JLj1go`rdk%$M==Y+E0|zXOQf}znh4t%laC-EbE$q zzqj#cHO4LVB{3`GN7e0KPu1o4yGZ=#dwTRFS~EZ+Z_Pl>>Y5qYU-Fp&cR>NOT910F zE+a?tE+a?R3@mHxQajDNtlyhanpEtvcA_-{TTecARoh68(Ae!+Pt}dYE~$Ap61$|I zcd3G|$gtOoUDnpvWxf9L+mPIPmscR!yvux`d4YGts&21(sxGzA*ri4qyBxD0yY#5K zII3D*9Xv08NHGDtvYri=d#WUa}@fXDX+Ocg=D!dcf(Xd*Sstz z$_}j4OQLY?cf%2dshh?xJ%0SsqYAT}eEe$kMs(Kf&}W_1rHa0~^t6_z2z6JNW2=4q z;!1n*%U1lmVR}^ENOmBDvIC;WYHM0Zj>9;3X zLvt_vsxJM0>~gO@$>H8)XST?yA(A1euf}e_zfE0U`?|y~M;QNpjeC7{>8YtMweg>m z@qGGA1_@d>uob;uV@?0FHU2inzoXFmh{%d8_I|DZ-=^-mQXsf^K$%pN5PS+x-7@4%k7|9jcot4-l@y+_|JIxn~K-~HFoLg zA@?gi#jl?WqfYgjfwlEn1IzuSp56`9<3Ho2C;sQc>~C!=GL2pR++AZgzuu|4_Sj{l z>H9b=YwWTd`{@t2gYqu@@$V+sx5h3Nt=)<&vR;V2R~zy#P?uxYS&cCkq%Qrjvsy%5 z9vSo`hkJuQb*Ep|WsAwL$RaZu=QidCjoqO!>asomeH>mteZQYQH<913pl|+gufFZX zvOZ^Eo6)y;xu>r0lJQ*heH^yhL(WCt$Dt=S@3JS2T^{-W^Df!2wW`Z=)=%AezJHCn zY)Ri3VGsJo2+Mfe81(Zl{g{!#+N#SV^=&VM+&T1%E&uaAQ ztj4m&F3Y-RU>VP3K~;W&!+Y< zTUTY-o90`VgJv_ft!o9AW0mDG{@bOjp>K+CZ;-O|{~a;QzU%Lsr5tt8Q%6Q?GM}aK z`1sGo*or<|pbq+Mfve<1cfXN)-pG@M$Q!(C#%%plmgCi@HW6jXzvHtAj@?(5p5*Qx zB2R20xu8BP%Mt0?Hli%m)NBx|ENf~upg-Q71LIEfEbHm>Ft(2SDNt8mEc@AjbrQvF zG{0)8e#R`vqMx5dl;wE!X$?L89WOoco-}fw-tkh?_}PGa{bymdi&@5M^qEclR5lW` zR8!x%p+0`h(i3#Ii=(PnT|D0Z{DJMpSC)J0nhi8kqqcr3%jgNp2K4(g7(G2@6{9m4 zJf5J8coGP%Tg*l> zY(&?H#`QmD8A*C~n~bukT%GUc&yu zO@*5Yy9m1pjc{|}7Q!usIc_VQ#d@SD+)}n%37ZSs37ZI;3L6Mp2uBLr3Wo`^gl&Ya zg&o`|^wC(@h?Jg&%62DVGhstvN8xB;d*KLaWsGpFaJVo}I8L~=aJ)0{z{##LIK?#qr@E%#G}jE=&NT<8yB6RK*AkrRT7lcU*5D4V4LHk9 z0e5t5!JXWC;B42fx~H98du;FGI)J;nt-;;gHeiA42=4AWfrWCWbA)q+P8bsIA)F_9 zVZQ5(`bDk_xTot1F5ny~>J__g*k0(mgNs}bu*CHQOI_l;8E^q@ECV2c$_;PT;WatPjn}NC%aRsdpgyfhV9ec8Q_`jEbwf1 z4tTCR4?N#p0AA=W0xxze!Asnw;AQS|@CtV&c$K>vyvEH0uXWdf*Sl@O8{CcHP44FE zo^ElsV*56CJ9vk?6THja4c_DK1@CkBgAce0@IkifQ$*b31^KyAQx8+=t+k?j!Ii_c8di8wNh(s=#O6C)GVY=RU>u z^KLl!g8K}7(R~iSbR#z<1ra>YmgP*&p z;1_N+_@&zf{L1YNe(kmgzj3>O-?}ZTd-~4J!1niUSMUe-3;3h^75vHl2L9|e16R9g z;4f|@_^aC#{LTFi{_g$&|5%a9r^%$-Qf#Ih4gV;&Ik*-4nXnr%qpi$z8@jEEU}rZ7 z@d$%|4MGht(k2XXY7Zy}Hda%zXdkJi~cS=NZn)^=F>ps$lK&3}+IZXPEbO zp5YAjsmz)>&u~5H&oi7~zm^&08=0?S=NYaNzL%LO{yf8(>#v<>8p=GAgE^%^sA1qd z!}+GsjEw$`Gcz)(_&>oIkXhMoM$w{q#i7wl%R^)47lvnq$|sk&P;pfk?5^rhpmIjl zhD0u5h#tf+Vkps<=tpcotWOLedJ(;ed?Jq+MD!&35StJ~h>eI5L~DZoXO5~?L}#KY z(UxdLv?H>KETS1__ZR96%gMEF=C$TtF-*E+h^jE+P&lE+!5kRuYF2mk@^$mlB5) zmk~!0mlH=4R}e=LR}x1PR}se$R};q)*AT}M*AmAQ*AXj->xmPH8;BE$8;O&Mn~0N% zQ;3_1Q;E}vTZq$%TZuD>+lVuX+ljM?JBYK1JBf3MyNGj%yNUCNdx-Oidx`sq`-umL z3gSUx74Z=9F!2cSDDfEaIPnDWB=HpSH1Q1aEb$!iJn;hYBJmROGVu!WDp5(iM!ZhE zLA*)4MZ8VCL%d78N4!sbKzvAiM0`wC5uXsB5}y&D6JHQt5?>Kt6W|K^Sbl3(%DjQ8$yl7rwxTtW^ywhLrf5S`DzSwH!;%TTi zYV??~a^)IW^TX3?7}&7U1*Pa^NaReP`q$aNolyOeDRWfE0$Lr zS#fN|NfoD7oLO;p#RV0YS6p3jW5q2McU0W9YQ?G(R$aI1`T^OMP3Izkmxam;78NcG zRpu0<&&7rFLY1xPFDNf5C<(hzxL{#nX=QWWS+J1VzOr5U($b>2g~bJ>C1pkBMN2{j z;llEwlFHT#LZQ-v!m_zVMFqv7^72r)tTLytxO9HuoKX3`jVI2Sn!EAF8*Gw0Yzq4C zU0PI{SFj|6;fM3srwf(mmCdO>tI}}EoKQGyF!su}6Ski+e$@1dqox#08Z~8n!Q`o9 z$4#nSf7Zk)W2erVQ9$JiqE*IB7&X0M=G20z)5ngRUfCs1twkb^Fn30)tkD1Xg*X~l3!djCqJ@hc;3(<`A|BPi*^>^B9-Ms zy!>kM@~g!|*Nf)O*8q|$l~=m7GG}uX7Z-=N#7Sn9O+hp@ZD4Y2rp+{eSYv*-4a{%W znqO^0^NYd~I8ruWT#(rEP7# zux-rewypWhu4g{A?aU{(y{WPt%*VE)`N(!MAKK351KY*CZ@ZfJY&Y|+?QY(&J~Q;}8DTPmezNYz7)PhbNbkv5W^HPWHDkH?6{8)OGNZjSV;RPq zohswS_5E2!JRyZfd>coMtK2ws#*FLyL-nY)O{r1e92qsPcC%C(H?H@$e~x@gijDjR z9XYOg%hVb>uKQOpqu(y&Mt^N|^tk$MQf>UW{-1ja%uGQAu8LIvQP3{+G(a4DvW5z? zQc{J>eH9Q59aB+S}^Gc{7eGb5mNCbAnYtwDd`3T@Wv?#Z_jH6j$cVc*-DZ z`lq%wh?`f|qE1oDt8-d>br3y+Qe7X!&x>nSs5q^VIeBdgA&T3r_AP^wXmY9{+O|mR7S#>$R*|%F z2d0(tlshO{&P?NmfG;yX8~@Qs_ATCLq=<*m9h-HR9cS*eTbn!Vcyqg*U~aP$ z&8>DDbBo>9+-xVAo9twBqn%=Iuv5+TcAB})ZfCBw)6F$@hPm3#G*{W}v#zu|m@Dio zbGhBoTxNGNm)hCp61%fmX?HOf+g;5?b~kgOEif0@-Oc&7(41%Im~-u1bB=Z9Y#TCX z**&t(wDZgvcD^~?7MauRp5|1$z?@=>&B=D5Ims?EC)yHof-N;G>|W-08#c$;GIOjg zH^;I@0cAj<8G3;dWnhnBC7DYWFvX*aOVL_CRxxU1pZ!?mshQx%mUu zz~cF|Z2wQ-yE?$VBd!A3Hugo zFIaq2!1jiH19pAb*J1m>;*D_I7q$|%AMC5J{bBLOuN?sUGVDOumtY6sJn$x`9gOW4 zU~^%ghs}eTf9MzDCZ z!EOxu2<#@X55sN>i%+8MX0WSZH^+HA2)hNg@rj|`67~Vutzhqm9SMt1bnGbDdtpbz z-UB-Z7EjsjSlGK@$HCqSyEQDHc-rx>x5G|=y$yCEES@^qZD4PK-4^y{*h#Rs z9yh{H!8X4CZl}Ut4?7L^I@s-C@!e=U9rha78L(Hw&V`t(k!p?@p_vh@+uq$DAfxQ@ZS6F;^%I=2qK(@36*uDUEcUXL1#umb!2RjG$ zT-dp==fFDHvtdK9XTk0PdnW8W*fU_~!=4UX1bZ6np0KCFE`U7+wixzg*oCks!7hS5 z5w-;9fp-sWDYjR@?ge{1Y#0{rkJ&QVV`0l-kAYnbi+6wQ64;|)_l7+Zb{|;0uVI(M z9uB)N>|q(pvi5_;XX{z}!yW>A0PMloe<18Z*j@&U-+Op6Im_5Tq>SHwoELuoQKO-i qzof*!4`nlRR`V}K{a2n^r)P-t43VB8kO9&&M0$q!i)M)CtN#zl#fGy0 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c1c3db7b82dbb29e32b0b94f67be0cc68e6636c GIT binary patch literal 61057 zcmeHQ2YeO9`VGqvIsz(+6$GRSq1qdQ1*Irhu|!~^L_>KYB9^BQ8#Y8mMMV@5d+%LA zu#4U(H7J6JioF+X|8vgX&)hY8AwhlrM{>!J^UcoA&g`E3?sw*!-J6W8U%yTk{_S+a zqj?2cLDmXxr2g9s8++pa=<`m`%JNyhT0z$EYJ;j(%gWF40ss4~N!5IH?|?Og*}|H_ zTEg1GI>Nfbdcyj`2Eq-54Sgf@(^%yVg&Pqu&c@nmBHTo{sj#VVGvVgKEreSNx6;{d zEo>%iuKI0+ErcyKW-H>&9BEr^w-z?iF>TbYt+1VH+N->s+H~+OaLyf7&JjAb>7;UJ zVHaUnVK?H<)qErTWO*kfvn&(4UsvzuYUEVxlGp0$FUl@iH+EUBqc+AaYwD{e$}W2| zcG;$sU2Zke5ymcSnyO|q;pW0Egj))?5(`mwd6cosd)ZPgTM?7&vPEkh*+|T_QH!?1 zc4DZ#%G(J$sHUUJIYOtSI;m{zvd^xnF?K^n4I7DP2Q+qTh+UpxlwI}|^~bsWyX-ZNUABy}%bI4ow&ubpyWHD~Y$n;|w)rmo(%9vdM%iUcW0!l)cX?FQ zcUcqlUHU3LmmZ7zp)yOxZgz_Aa-14E^K4=H*d;&ZWtVL$?z=oH&UabgLSARSTgoo? z8N1}n*kyf`UDg=8WFSW#zb?KTa!sa<-I^)vavX~cEY}prwRHX#cUd2e3_K%amwOxP z?BXK>+ooridoAv=r}FtOJ<8YxkCDj0UJx6BZS+aExXYTj$WU>1$))|6AD8-WtrT|I zx3SA|)OT64uBwKs!8jZ1IxRBr$~V>htGKH1Sc?oSmt~jyMSYj&Z|w4z_BxyGeclUt470d8Mivw_A%9^WBhL_7xWySl?0YP1VS>sTz;%qN_7@u@~%`*QQ#| zB8=TSW!Pm;*%~M6yBt4G)mU$lfyc(Ni~7I7E_>ZtXVgqrXsX7MTganYYH#X{jQgU# z%bN6a299Cul2>>mFg?3yUxrSPrxt;EX#a*63G%~OaKJ!3}46KRHcd=KIfu0(wnfWg{Hs7r$ zc6lu}BV#!_XJAcjd5!rlYwD>c$}a28cUj(0Z8jpxcX`H9cG)V*E^DImUDl+J4BTsR z7v&gLmyDY4vQ0EHXe2RftfpFHx4zhAPsT3K#n@%9(QJZy z&3CysnoY3A*kzw<&((N@&3D;%#p7=3oB=(=u*)-vvdfw%yR0#Gc^+{yGPWr@-z{a; z<_x92+n@})yk3jDEE~HV(|niZINxP`L-|28GN7L_zRR{YXW%%NtFb=nyR3=EUDnu~ zf!AEtciEz~&ZK;*#`aNm*>8H^#a_i-i?!r9WS6;x`R)c{mwiXq8F;-m-{szDWMEBt zcDXmoE^5-S%eEF7IA)yhvW-OsmQB@IHdW)XW#!~W+lchYm8l%qiba3JN+6N_LhTP zo`tc?5z@~Y*wP{cTej4hrmi#ad~8O>)@|f@(QJZ8+8P<#o9~i)eBy!8bq2PvxQk=K zZn(yPPY2tl{Fv`9%rfTWgWq+n>ET@kQ?5~-wIqJK-=CW~@ zeVOmFMbvj$6O9b4G2i7#QQsxs78$tL*2s+0(1u)Rfoo%TBeBcA<9wGr#jP{2eKaz# zrTH$)jpa=?BSTFZ-woO25pnCg+-ob4Y|~60*j#A7%PTi_(I)MjfyZ0iEz2%PGIm*x zvdd$mkpVp@GNgKJxYkRKlkD=EQ@oeG#N`vL|2uV!R~KF3$E}vk1G&Zo$uF4Key*G@sHfIR^w^Y}fq_E4oX6&;3*JceoyYhN3M=Rf) zj8_=vy{u1Vmpxi+2-#&#ocHp`4!S$(y_eTwv4Q;Kgm5tN0hyHMWn&2G&^QMVX%y^_M8zuoxiHREx<=m(=L#Xyp~6|@-Lwq5yvDz#YwW>hyeyZlG;r&m zStVo7sWV<~o9~jRis%}T1!q8;@v>}@mwcD?-H=-{&62U(G=*LEYQD>|MFy7B$6fAS z+bS8_$amS+*kw5`TVs7RTVsvo6D-@Tf#vAa39yh>*VsBPGO*s_E}4s4gG^^B&C0OLqbuUOJfjBslv+N)9-_XBnlkM2xbm^fmg(8$-tx>Ecvk7z<=$xA zWsUhR%jUZ*$FplQvr^yP{2ySK*V|ZpTinGNrLfEW(K!Rp*i?<>IN#+_&D3jp-^H=( z=)3Ga$}Ve+U6zeqYGnGz5Jm{|-7Wqmb~(QJF3W$X?~?EIzROQ-MSYiNX!!)o(a69W zi@WT-vy{`=Wlbr&rT%J>H#P2V`Ip({wZ}yU*4vB>~1A?d4%P{>@{0=%T$duQB`C6wav)b z#v%iH5WDOt{fvxzEf;3lo(i+4^uEiz=DR4zLfu{TE5j9-fk zTc@zgD~iq;SYz{Dj+TCfmwV&pyR857(+Sp@?{b8=m4-F5%e|Hhv$y|McAKTJ%kzw5 zm-YXw?{b8-sT$ifi%~T)z2;1qM_MM#vOW7@1dXnevBuuUVaw=~HI8JNFv`hng8mvt zU-R73IYV=?%j0YvhrQa2jP~c(-Gq4=@ zo*vs<+-2F=MLCkI@p#PdfpP4zKANkseH^>2k7mLeDTddOVT%mgr14$$mp<-tZ*-N6 zXPTZ}>=nB_E{=^rn747Z5-BgV+|q$`u^i5WH+oa-)*^0?2;v8mt02K<=+1u zyS&<#S`|oLBjZ`wDh^xNDh}(7U7n}KUAD0|cv-d;Ubc_28_svpMstR61&5r5|GCo8 z;*WKPR)3jYp5y->yW}A1yW}bAyCJ*e(tI~mwN!Rlj zF3YyYOTI0mU^%`2@+f1MEp1k2?4oy!Kz>;Y*UPk&IO zd4qAvr|papWVbXjv=h6G^|q43IKH+yFWcCxjOFOOfxZ2=XJx$pHM7eW78zLnXCgxw zea&~Ov(~^CmQjT4vL?zdYohNvu_hWBSYzy>tQncj7nrS)+3?5M?NCYB zC2OhkT{02P*I2WzGcx+RWy2iFR4wE-jJJHJfip6qvD>kdvP%wZC5OD)IvIJ2sv29G zs^`2caWvYhRVN%sNPqg=OLf>VL zz0(k~%bMsq89g;FGO&Hze3$Vc8X2f+rIDd?C1IByT%P$Z+ePCpnX_Dt6cDY@VxJzC;YE>c1F6%q1K0UkSHk|je zlsaeVT0wTn-1@^VImYz@)6W^WcWrY9wlQ|uXR4~vTf-mIw^HBjw%)VLtF5T2@fiCq zb}G9poA0ts`ZY3qhLdY#p|_^0+8?=^G{Am;3;nW&KJ|ZXo#Fo@GB9GLzK_H0@~IkI zTHIwhM_Dzr3FT-eOulWti?Z0Y9E~=N57aef6YIU-l7W`;hg3xinI+;A3$!%`)83- zmdow(G0T?r&SU7aWD|S=qdv=)T@@2b-`6Fdr9bAom4jJcZ_A{Dp&Szp$doAJ?@}=+mBbVwzr?zrXuf_bL7-G%Wd;nmMt2v zY|((++4>jDreG{vG+@~jjAeVOgMN||m$9b3>eDmJHs-VB)O?nGTAXD}4S#ID#hS{JgYj;))VwG)2O}5J zbuTg!jRtIE(SUoS(SZG?XIA$R95N2@$CwS*aOJaMOc=!9|C;5uM{iEpNZ3NyPM9O? zD(oWcAnYt`<#*6|vWJeUX|0-WDt8j@NW?fhX=`WUw!*f;mcm_x?S*ZGy9##`?k?Oz zxTmm(u%U2czZb@@LDU?fv9>o9))xlC4TL>~O@uXtb%omqs|z<0W(%7MYx!Onqk(X9 zqDHEt?M;N63ilQ^71kDRA>2&8G#AzrZY|tOxTSC(;l6%9jMUrj4?Mv4NsiRl_rrF7 ze<1K6KL9w;9}GOi9|}Co9}Yai4+0+Pj{+X;j{qLybAiYDBY}hc5a3YnfqDKo;PHMK zFyEg5Jkb{e zqx=@hk#hZ(*dF2!0(!p{@HoFUaF}lfJi#{y7Wi#|BeWVe%C|(h(6<5>`E7w?d~4uX z#iu8H8cV0H^xrfz$j8!0G-);0*r~@D~3v@D=}Ra-`S%Tx`GY-vB0jG4M_Q7I3DY z2b|^S1E2E?fV2HV;2ggQ_`F{Xe8HChU-V0WFZs8DFZ*|Zull9Hx&B??8-7`Gq+-7u z+i&^zfb;wc;C%l+aDiV5Tha8J)@KOh#v_`8b_n?7UmC^B%>{dlftH zQ|!E7vGW1N&IcJgHS>5#@$+HD&qo+Pp)-t~k12LOuGqPsV(0#foqZHL`zdxFsMt9` zvGZWX&O;SD4_E9Qq}X{BW2Z*SRs0;H_~{uxp)-t~!xTGDQ0y#F>>Q!kIZCm!P_eT} zv2%=K=UBzgClouMRP208vGZxhPL1@8;^(u9pW_%mp)-t~;}ttERP3CfxHeG{ZIU9| zWJRj;~I1ZQB5PgrnvSxq7&m<0+w;@P0iG1O8aL?`=68c z&zAPjk@i0??SDbq|Dv@2C2BvkrY`VR>Hb{l{u|VNjaDq}e@ogwPuf3U+P^^Bzfju0 zNZP+x+Fv5=Un1>)TiXAQw0|kJA6l~|aG7*}xpeb^!=A?<%(+P_lT|ADmsLuvm< z(*9M_{*R^opGf;ZmG*xo?f+cb{{^)lT0`CcO1l5GbpIRbzDD|1+W(!j|9k1#57M(A zrDs1$&sIy%ewLp7B0c+6diI<2?04!J?*J8zcR-rfOPaP9H4QogJ(JGtD4nSxovDSk z)$?k^>I{EteMV<8I+M|vis=kziT6uw9+28RNVU=D{2|TOAC}rYBDHx`YV(-X=5eXb zeo~wLr8a$}HvObF2TE-QNNo<5+8ipiIb3QpNNRHw)kY)bYPLQ^YU8Cg$7w!0OwsHF z&3g+J^(>!Zc2=m!R-`yRMloirBIXl{Z%-;(Kcy)5G-I|#dPZ^SSw-1#iiYPXwvU&( zT_|;%Aa$E4b(D6W zrGm4hg3n0>XDfr4BL#e33iyH)@I}Som!v2!OATL@8qSp(zCktANX1gbx1@;kq=@sS zhzk_G7b*u`q!_+fYE+^OZizJMZN>6;q)bZ{(chJhE|ZQfmyW(i1=UC^q+RbT%UDT8 zMLxqU^Fyh?N7A%a(t?krY@bLGK9#i+HZ_>h2m4RwXWtdU*lAfl^XKG4kYD;Ho z#_A0J!bC=AGCGsdnTqKQ*MipXe1=LnMp?~R#r7u@+n-cCe@gNEX~uKKuV)m~pH)mB zr%LFSEX%prCe`NiIQ5=0lmB>HJK+JnJ)!dAnjNvWmqIN zSS%eVkpe7H?0;KP{~g8qrJC!%tBAf#v3$9r_Xsyti*ZayER%!FGdDe94whS^##snA}^*><4nD4#h<`Alu;OdaV= z?O2`RUxUf$Oh#uiIuoxm%m6CG^O>2rj!|0wE7ba5k=FmlC?gxIjO+=m|2?T}>?vhq zPcs`!>I~Qao>fLRP8r!b%E-nmBfC%;*#u=|6P1xoQbsme8QBzNWK)%qO;biTUF&}{ zl#Sh@Z0r?gV;bo-Wk|0pLrN$^dQ%zFOl3&3lp#H*3~9D9p*d2@=cSY{NGV^GQobam zd|8>#t5V6iQpq={l1Yu>`rlhp%6U@C`BKUSQp$x=%0*Jj#Zt-=DdiF=<=axqcchd{ zwet6_@|0!DB$hKqqwn_^qm!ep(8}NYS}R;B{i+=6X5sUhy3(1t(wVxkI>W!*l+l@t z&SZ2ZUS}AeGtXzr_k4z$JW(_ANtzu`);xTQ=I2v2KcA+#^K`A-*t%Ig9Q6uk=1HBw zvlF}rfY~|T1K`a3P0h?_YGyu5bMogjC!ei3`5ev3pVz$q1gGIiVw=Euj-(M?zOZ zJHoDnmW0lPZ3$Zw0>U_OO_up1$VunVC*p*mq> z0{;m6stpPC37Zl&A~?b(gt~-UgnEP;gbfI_2{j4Xga&}N^;WfJnSZ@~)fR*%grYgaAVppp!A?!t%Na#tpl+cTC8DVe2<%E3*lL-3~t|073xRTJDa1~*H!eqh$gsTaC z2z?3H5c(1N6Rss3NSH!6h;SWY0AVU&AmMt#!Gs$KhY+R_4kg@3IE*lza5&*6!V!cS zgh7Ox2}cr+A{O9xF>OM;=aWFi3bu7CLT&WoOmShXyUQNKeQwdn+>wPouP}G`;87(FY-jFpDnm(=qEklY z4;@^PJ8I*~C3X7_9@_Ji!u*1Q{Gq4T={>N2haGq9 zzEg+p{n~C&(qdHpsE)Z~@^E-zN1mR~E9y9UNb&+k6^)1B$2F)eiL?OBDJSA#eaR$q}bY~=8~oPxn87UmDn={0ibNyGC-6phX~d1T>< zqel%MnwOI|Hm`7K{?NS9xuZ@g8a8r7&hdF83y;qm-66SY`#b00E|1A6$RCmu?&;dG zbEh0QSzZV9b0Yk6bPk*$C+Q41NoT;&BaSZ&KW%c+j-yT~skJMLCl%!Fj#JDUynd*?6QN^u4eF)s}=m{Y6m~KI>Gm@Zt$I}7kumL z2j92`!Pjns;49ZK_|i3UU%1A>=WfH`Gq+LjsoOaC#5D;%cAEsN+@`@tu4(Y0+bsCN zZ62(2TLkaBErS(qtKdDib+Ftu3zoU&!Mkpo?4_AOWd|WiEAA!c5Q-1 zu5GZ;wF?%w_Q8C&T`cU|4wpj%Ka?k9T|u5qs_ za;48?o#|ZFxYn$3!7sSly{pXCKACkUuD51YxnA7gpLE6hRiP_>j8}}iT&L<>Gw$>E z$*Vq~N?rBC;Z@^q*RM*~jr;x0A6MS5ie32wcICM14Xf6*_&ckNf{wgn@&rAOm-$G5{}VQuR21AAI~L77nYDEZiPt0p8HGD)Nvu&V5*hi9uD9 ziQtw$GXbyIqH1!HH73DFYuQoX_+~$iZgR^ACm#vv4cvI&LPg&!@)EjGMsxZS8 znaaLoZA`(dx@EW`SMaOX%E8u28McyaU9@(#;9Wap_zL-gf4y8T#>QqC`-8Fb%flGF zZ08JT#u@zVg>tfXT86b0*3K;-Yw)(+GQ5@Y27jAfZsyL&Fc)F&tnxAkuiG=jT`G6* zyP4%@5Bvog{-XSW!QU#xV9yMLWf*+AA`HR{Yh*b5Gl%fQpDW1XJ{cBcSbU;lEW#V{ zotvugjhnJut+^)nvBFID&M+CrY4B)8nS@u?&2SmVW!AXhyLDi*PlnBSHr+!NXEW=} zph4B(Gw6}I&Pw&I)6D&>T;C$j+|SJYTpz#vp7Gm^-)8*wfA+Ui#Ltz>TU%@Ty3DCl zj|tjVo_S~XT-Pml&2>k z$n^~#bp3({T>s#HcVKXzJ1Dr<4G8XW1B1KW!NFbbknB6%p}`&Qu;6xgcyOCLBDmEJ z3T|;n1~M?EgBucD?}i3boe!>adBGHST=uo@_~05h zEV$a`2b0|i!By_W;7V5zT;YZXliY~layK%#%#8{zb^i(`y29WRH#(T$ih_&XNx?;K zOmLw)Ir{=PHaOp%5{!4J2Islcf^*&J!8z{V!P)MN;4F7$Fb>&&wXAW$@2~+Z)~8){ z*k55CEPumB4Opxfx@_3hur*=vn;Bd!SghN)+Ia8f2iQ8;#y9z0U0CGJt{&{Su=Qc_ zjc?Zg_G{P;V84QG2#aq7yGF2Iz&3{c9Ckxkd{fkI1p6uM#;~8jHi5-A2i+#Ht6(>U z{Rp-xEWSbJHp6**0J}N1SHf-qi*FFQEn!!{ZUy@u?AEaO=7?(sy9~BD?7Ohrz~Y+% zt_AEnuq|QVhHV9lH^SYvuqCjqVHd-;fyEoYt}X0B*mkfBVB6z7@Fu6*4%_o!JHWmL z+YuIT=D8f$V%Scw3E0lCc*DwdfqfmeE9_j@Zm@Vm#&w5%6?S{rS73L5#hVRoN7$EO zcY=Kpc4t^TiFUidJ`cMq&SMVjZrH{XL$^EZbFh2B&Vt<&7Eg3s57=j6_kw)}wkIrB z*}{|| zz}^Zw2o~R;b4SA740{yp4A`S#@!ctR49)}5(&b|NM%ZIv@qHOL81@F(A+XoO4uzcx z>tU~h&4Zl+dmQYwu*bt*13L`%YS?_($*?EDUIlw1?3J(uuvfqihn)mF0`_v)kvI>$ zd+0`C`%>6{!A^uNgvI+~ZZzx!*do}AVNZg^yFYFW?1iu=!(IS878dVoxKm)q!=4Iz z9_(qbc($H>I_x>H|Asvq_6*pwV9$ib=N>JqQDxlkD&y0S^TOvJEowOZCMEuUC|9l4 zYW}9E%Cc&mQHYE}WE27sAVwjwlM0cYQHUz35H6_@E~5~c93qoLti%i{lS5>3i1jFk z$o_|O2vdkm4v|@9%B(VFR+*rXe_CbAZ#y^73ph|F_{%yWqN=MYs@Au>;@;SYb|Np*wO{|A7qnlJzW literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd51830a62247ebddb4ebca1a22547fdf93f9676 GIT binary patch literal 44779 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49029809cf6e353c1f428d55a46933f41cbb0488 GIT binary patch literal 4470 zcmd^C&2tn*6z_iXv9p`qO#hx zFmZD+sp6>q2XN%#)w_SjoIq5J--`HwBEC11AsftgdBTG;^?UuM`*rv0-+TQwX%`AP zhR=cNkLBGV#%|I__haJ6VMOp2YJv&wvnF>rCmnof8m@u5;hMs9Ex}w{SZ+qxu7iD9 zk#Tdvar;Ep&5N8{s55DQ$p81qAP0{Ey|{L8|3`sd`&%nHkk{lwZe@&GvQOJ|Zm+e| z{&a0>X%4mNnyJly(Pq()^+3K6)*I{Y)7jB^x@}WEokMM34-h|uUgK%M&W`p^?Yi4^ z4z{P5TNHh6|I19|MPZ4Fg5-;aJ0OY`R_b5oSZPW;DvV84RYiucsrEUkup>`eqgAhj z)le=|OG9(-nrNfGP|FxirN-yH|^d|A>dUkX+6^qpcdfL%R6607~ z&u(>{AsD{z(3FHwhiMl8(^yJ97MxF#Pj*^w2@&Pb*5I4yEKuhD9Ro)-;xel-Za8s?c- zLp6vB-lUQjyjpv<6-pIZN(M5##v?P3{v@_pFERAIYwYd^<*9a4mi_8^)o7NFwrjIZ z*$RX5rM5aB%v5W#EZ>o;)~LzAo0$uz+O2Y3wpCpQdsjZw@zL@{*}7Qv8|TW&$aDKf zpDhQCQ0~Qb&R20td8RQ__RvhURhc{%GQ_QkteNAv*z>ykT0lXs#BiB1e?orf?KQyZFBtPZ;x|L7yFFdkniH~CuR^BdN98wcPYu2L?LtGB5L2p+pL zpL?}3v3LLe7Y^(lP4-!5$0$$KVNAVNwJCjCf;==~et6Bc-Bvw!SKDwZ5)rMOYrXv( zzuKzLVgP5*R&7V|P&m@@8u^hvbTbKYI0Pz~(X7L-@&(@EN7;W&FbTOsLmObcxUyolH6AkLsWb0L$Amy9H&am6X+ zqLImlkC(u^)Ci|M*{b`EV9N7lhaWJPxD#F0uR zP6@iZkv%?f+Bfo8!Rk`wlqNnj7vp+=ltVH8G}HYhp{@5n|TQqJq3&jhO~y)1fR2k*{fU zF^&Rq%+!#81!xtiR~W-&kADFpzt#}jit!p@3(x@pXt{?hQMZTUKFrw6c>Ud>k6ykp zzjTPMK>Q>>Je1ulUC$q`pMC$6JA2OFI)vOjg#(H_R8OLaj9|7IvsW?_+N`i0R(&L_ z-I{C&*{aEhsVden^;d`A!)1c4DDvFoIV8*Gn*q3q#F^YNOg=xdhO)J@OMO&J=^|k* z&3Rt4EoObv^PYEMw(2J%aZ!p(K;&Sh!ZIArsS!HF4ie9h*oOjZZxZC1^nK6k@*Mvo zVJfZ{RKMRw1a#FL^xCn(!cZF+bYq|x*Z1+#U{qMSze#0`i%?|A)@(CK=o`lAk#Xke zaYcuZj3bpX5)~9%5O(r z0bgXd`vv3}?rQ(CSSb#wPn F;cp;h`$Yf% literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50317fce489950cccead3b670461a7c4670349b8 GIT binary patch literal 2289 zcmZ`)UvC>l5Z~SVle1$xZj!bsP+>p?ERkF*;Gt4MKoZ(Wt%DL5Axp5j+-{t6&UfzK zxipq5ArjOlp7;XsV?F`jWnX#9GjBXlX4ZB{)MU>)p4r)*o!yz=Y+5cC3AFp2KjqUh zA%CH8zS$sr1wFe9L=Zt^(xoj*k!LaMS}m(!m;XN@cN=Kws5M@z;|KclRlh!PFTGcn6 z^y57G<{+0Bd>zz^HE5SBjj9nc5v?<4jWQIe>Yb*B-|1Ns4bXa zZ3dhp2)JQ2;Id}pAZhd6D9)uiMXPmJJ6XRcm2yDR9_LXK<(%v5BFb_V?ey~~O?Z$5 z@xeeUT?kVFcgwS`F7i0Yavs9!wyjCYj_Moy?Ma2|p(`RJOEx!>JEE|YoBJR<;%9S?e8$VO1N@?vKe;8&s~xo_r{VeUN`txQH& z%;+49{$y-dN93hF1lYpJCO{hYf$?j?dVv4)#|tP8?GdBonL8N)Z-li(klrM};fkrA z3VX7ine~gX^L4O1G%Ih62y(|aM`(L#-&Vt^XCN;^!EhRb_wHmh_>Eyx+l%rV6pB>U zg1oi^)eLkdX%!~T>1$~9TiQ_&2C1!BCMI)rF_ABFo?$gsm{i(X-`d*T(r%o#+fY&* zA$R(1wFD~l77_%Nb{m^b{$yRdb=lzUD*%KCd;>TLI+Ms)Hz1(on2z8T zFc7M9TqfY98EaH#VcQU4iuhJJ2L5aGn0EJOU>kS`|K!9v0KQ zcW?LA%8k|8dfgdY-pjr9t(~#yZ>}vZFD{L348M7IW3KP4K3N@`?po4+I<|1{?)#A$ zK|Z$@5{64X1jR{6V-i}ib4m7TY{m9PBeXAxLqZ42sp#pqYwMkfBDN#ToE|B}br2gw zZGb9BLC?s!b!eT@n0|pa6!tkO9FPh~6{H4I2Wfz~=cHdhBg{J^-~8_c35Hv(ZJ^2% z-9ex2C!zr6n!2KfIhWFdJ9M3~WRMh$NxWBLL9&9XiVB8=NK8sLP~r6GT5dX^bVYK- zi?*d5#l^n#A$Ub~gRw|-m169Q{QVjnWGN3s_edsbu#rW>ln)9OoMiGy<=uz}{3Dl9 z5^=@y)8Zf-1bv>#K3DUlc^zL2j``p?5J@i>MV1#99|tNa_&ogQs0&AeJjnwF+u}?H z5sXaCiy-Yqs*iIs%6cI`l~a)DBM>zQszn{kp_5M&8I1An7EK8y~_noU2o-|yiYC^unu&88z+da%{ni*k4g wr3d@2-5xxK(t$Hz4izV*2M5BWJ5iab5i8U6XCrE!<2zR9_aFH5_BU()1GyS1RR910 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2fb7d76e778f70154e2447348823039b2df87951 GIT binary patch literal 18801 zcmeHOS#ul55e7yB5C93D;vvbR4(ftr8j&2Qtg2KhqKw#*DO*KQm8yL~L6{Lqiy&A4 z zq{a$uWyQQdSh13fS`(bG1W)n_mShvZPFN|HveG*-obB^Cj{iK)B&XYsGz~ooF$Q{A zMsZrx)QZAOTm4;4`{1$ku%jntujGSt+efxbq;9)BiX>b&#H+2Cm0^?CBu}#`p5c=$ zD^_lbOwZXeYQ+i`s4CkY)foap^gDiI(<7Sr2`BqKp`L2M#G@G$zc$Q`O zG@oI!0)bgJXU(BLu7BW;3Ee3VX03TPZ!PdSmge((fh`EjN7+$p(byF-O7Kdc3@vd7 z)P3Fup&{i_aF%2AeA>Pb5iRdHqq|RiPz1Dd@erz63gp)t_&Ye~?2AP>aQTp?56wBC^i+>Wzj)(L(L za68UVu;T)^*VqZ`BzgqYz4og*@6T%0R{fsm0M!0f_L_BypM?Fh%1^PAV&>Cq)j9(e z1R`Qfk|Z*!o!0YvbH9E^q zTWkCbAa$0nu`>dxbAZ%&KuTFaw2*h|uFsm86(-*uCyc`(ZBuGF8R_kHbF|GfL<6bK zV!K4oP2p&^Gb9z|LA1`FX(W0>8-C1YVceIV;yz3rs9D&(4FFQ$QDhE&`#~ z3SacTH;lDiGpdNZMEdz%wQmYpb&u$u)(;=Ata?@~qHd67RUgznXxt$3VcQlNg<0j$ zAijm`;tb&0I6a#4;dj`I=z(}lqWB^lx=nf@> zJ~3z!44RHFePDp=))LSq5WmsAv_y6$(aG`U{|5uTs=0)}c8RRS{uXAXO*i&--pVEH z$;y7Y(I_>`_xHIyB^wXQm1eDOPd2coI$hJ1-EzIO&kvk7Jt$X)S#PDggVfAHbYEt@ zm1X+5l!^)5-%&5&7(})5{Kf_PCz4uJv1yEVBrh$2%MAM0^QDzSwOM`X*+B18x*DxC z&g-5A1kP^r73W0F5nC6tE|)QiuCBMnG0a6vC}OjP-$mGon|H7O@VY#{4yO{h`>;=Y z!a$$8W3^E}`*k^%x|uTwC#tn57K2y`)OB~#m@~_B1T;kH8O;kWcP?o>ZA3UCi$p%5 z*N>BhdpFl_-yPy-{a5|$8F;c9cXWG^G@AR!=T(HF5I96^KKBwh?nQJ6H(ta<{}XfI zBIjtQ6Q?YZ?{CQxIhTEaiJxM$Iq z^;i^6ipkxAJmx~)-r}0)Cj7@c-{ueq;yabcsZZDWqsn^olUMU>*?TI5Zv-FC<7V_C zE-H~II3xKsb2Q(vj=dV%+i$aQ25xfP(020OjcadSz4mHW%s^=R>=>8G=q1vJl|Vf3 z3FZzC9P%PMTsOvCKPx@(8u?E61Kaa{sDM|OLg4OxvCMjqoi6U~J!qD0-zv&_se6ng zYPd|8c87TFN4DY`5S)O)C+oc#2xjl5#v0B~&&EKEfq+w1zZ-ir)5raAgTHBL|Gr0f ztsjt&Q}?!iwtn?T8-@0fdXV_aNR8Yqj8CJGGwxGp%)JyeyxA$g)$H_;^c_lGSkrx> zIhveXy+-pTi1;0r`?IXxxj8KDuG%~_TazeT3cIwXa2)*Cd>5qdSJoqnwfKNh%sSE@=DRUM&E)#*1?-`~=zz&ffZY*)p8 zQ+502S`}DF6@~4p*soMG@_mZXO*=d&FDkKDdq#~=>Zu}pxDd({f&znq*i~}I4oCqo`1^gmAwjYlny^@?$!?S zJG@rk;f-~tsrs+xKjsG?=lA#S=Vi~EZ(RLBzOmQj>tN?$8C3Fzdx!ZF3}dx=9)B0j zcr#zUUuiU|ZybJRr+!?mu}Ay-C-~fLJcD0vPMx51_1x+B={WtKCJ7;N`7imDrpN*% z2LnnPmtpRHP zF^NLkLp}r*lKS2ay#UmRBPXF~CBK8HJZp<-i^9b#Ck2&esu0SdWaZM3M4bSj=U3LTNW!hL>yX~L$etw zwG*Ma&Yq~dRo^uE8uqv#0(V79208LoC{2+?jI!ik)F1*pl9o-A zf6_3TA^)I2#78I-G)w+Y!)T8Djrxd~?RoN78b%A`FBFLQ2xWqfl0VZhS|op>J|bp& qiTsg<(K2aKAYu@bIQfDGQt}IW(ybwxr~d_ob@{ab literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3212ba98231d5dae51c0af6d69b8ec4babd7537 GIT binary patch literal 3120 zcmZ`5O>Y~ym7Fh)Mjvq;ZxY8zArwhb6-|`w7FeX%*2&tkjhN~VY^gh43AcB9E`e?pexjMq_ZqxiR41EVK7$J^GPA&zFE>;ywsZ%8AU@^9H#qf8Zuk~A zeVbdp!*6^+cBxif(JyGc$h{-icSVtxc=?FDrM?Gvg;zCR;@9}x5%J6XI-iGs*>z{$w)@0#zHtUW$cvv=Z}qEG8BzC7|3YYSWUvo zP>iy)@g|XjbR2}DA$}`l7=;AYRD zr)2=30b@?z+%pdD&APdEf^S_L#aw~@^-Ta%(g*1f_GueO2L9zdOw~;ZDU`?}f{ze< zAAy$WLM)v91@x~S0FL2O*EqO8OQ18eYGoA zfbG1Y^e8y$BV7Z{&KP3iX-qeP5C7=hIUOuCjfm*pTQ$3r(Q?I4J#LUyL zERw0cNDiG*0mgvkv_l8}b5qAAi%`ox1&{s=_`p3YuW!Q)>0duY+nU*Y|HillYhg0ljX0LF+D~f_(jV5|h*~e$6SbiBCK`=|Jb3c|xOPOGys3>u z7pf63r@cgG;UueNJ#gz@FNry9R==0~MHLQHcXp!~awMc#fFmqoBS@5xws;De7^|u* z0iVPGQYHkWv=J-5YOOZcHd@V9Ran_-b+)%Qbug+@``L?^n@!f<@S8d^^H|o=im{Ui zuMQ9NAyr&$cA6`ljn+C8r_Wilwe@QKIoob-vd;7EX8ZZp=Blb<4!F>WT6($F-so)n z3Ql>xwcS~H)w#s%#7Va+Ae(csGwCXKZ3{$Y8y%=1`Z{W<)m(ozb9HO0!(KG&MV(HR zy93V#SSK$j!ODw;ejF$#)|pAiyYen%{6@qpYgY*VYq+p3nXchc3o;P|K73W`Inb>t zEd%b*Ia)R5amFYE#ibr}i(2np!*RWTyVQUW#{YFK$2hn(p^10pW{%+yR z^}ih)E$f`#g#)1dbGeJeg)jfHTzB)Ft+Thz?e4i9bAPM=f9^7v*6T)Y0xG|uONk}z z_s~=HCkxb51$7wj9Z=C6m)s?c4p1-` zl-{GDMDeZeE(ex_n&rQ+OtFbYeYfv1ho%QC84bTj_Rcn2gZE9liVegmZptHY!G}*T_weR&b zBhO!+;#%Zzf2Xs5nQd#DqS4+t*=)5)=fZIw(@@@xjT!IK!{Ps1e{|N~B%PV{%O~5r zyWe-($H(p68ER!Jr}d{C)bYISkd0R_$@$@Sdy*;^kH>G3^NY?=+c|vTo;%^77tx)Y zlumk(mD`t%c{23LjITZK2Dz8@gZ zs{A1!|5ZYYQanbt+MV_hVU+5(=p9atG#B8pl*&6z*_yKTF}^d$+F1Xn$(2T$zlD_r zg++yP3QGztg=K{mg;j+$h4TvQxAGK-*sG2ac{WCO4ag!uaFNq*&zlP($45iTSY4(n z3WS7%FeQXR`fMJc0K`0}DT$MSMr5e;%UK0T3!ns027s5#iU1}+9sml$asW^kCZ9AC z`AHCwV^l_N8p7Z-dLznx^&}=|h=nNWg}xV&r|!me$Vao@PgoQQ@gt9OLO!8?ezE&W zOzp_KVqt9WCH^R;gOuBE6L!Uio=trQ%;6AX+Ig*J({o{Y4b3pFJzo6Pj0b?;m{^>S&%T>mybQ5sm;4S@4<`DF1t3oVGVhCTmF1g zLIs=HfbUbqY3NZCq5^D>QF@gz54sUmV6t!-rG!`mFB@_G5KGBT2~X)z zDN>0M1S-m~KJ9y976T+GRE%`Qu0r0=+)9*H*|6+dlk}DRp$JpeQFVgqh{9KLuPpD^ Z@cKD))>^f24c9aaf1z83g)Q9B{{vGi%4z@r literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..17ec301c9f4f7ad3f0319d737795015fe3d8aa95 GIT binary patch literal 2512 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 Vp0D(?<^XMWUK_(^Ccm-N{{YuYFm(U` literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f4fa41519e228e50da14e9531f769025d191fbf6 GIT binary patch literal 2023 zcmZ`)Pj4GV6rb6DUOQ_yBqt7*h=h~^EWekzOw+gG+m ze6cuRLMMCe`x~sa%XS;vwMP+nzVg{~OSM4}q(eFBSe$n3=j4ELi`%Du$1%FYUC>?O zagP^H$qDTgK=*mk=sqv;rBeba1iTEtrRT&Uoh3-8qDvS;o)JCyw- z+#W@fM5LJtzaPn=8h0ZRif2Mb{YWS_KFSV9Y1k7Z*%Rv4++3`$hfhWNG>rTEVZL(b z_WI|c>Sy8>_!)NLNI33~Lk8RUNQM|47g;#T4mQT-{cn$tWD%127>4peRA`BMG@#Sf z*ZAIEB>!f7KY*iG@tu)@og>W=Wyj!Z)z4ugsk##HGSJEZHEapFgrbb%8j812tf0Ux zpTSUwJ4RTd)8$L?8Myxw92US9jK8p>IE81m>QfhTzqOJ3HdmQjF0Rsnc|nn}w3~=^ zJZ*t+tm!+K?z_C_jn~RGI0#qjc_#mNn;&=6-UQz13)m~)25|-V#cG5xEI!Nz2d1We z0x_f8dhOPl%|=sVcWSTRXtUj#_VNwdd)RKF?cZ;G1wp-2~x7qm-ymoeNo^6>9wuSQVJ{tm(B& zMS~}=6boX6>6?c{g5vZTT4ewhPts=$tF3b+@8@JKu$BPWT)PH_29SZ+N(eA zo?}zYDe%v`RV&A%+^E;s*3P{qd)#b%3$rFsZ<5CSp~%bsqUhyE;NcMrg>8t*EMrpE z^xaG0Uq!PTASGgtFs4h4B_lqGQ4bh+oiu@G(8GbP>tbHIIpw#S0UdM$SD5@wh z03gwvBqI^WK(w!sH*8>t0J-=>7z%sKhfo76@GQ4PEgRm!US2hnQm>YDdETQr%}K;s zy8>8RnUc$Ea3z0gQ#wihzi0Sed&z#JRAP8OXQ|iGT)?LNuky6N#zHsP1@A3GNd$Dw F`3LsX&UXL+ literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97321099c55241a92b178c717bb73c4f14992883 GIT binary patch literal 480 zcmYk3y-ve06or%iP!v=~<~!1%aVuD;5UNlaSc*guLzl>nZyVFtj%=rG`U<=RjLZzY zOIF^1kqP%t;!3{O(YaUpe5{(yz;ku=@`XR{{@#fHRdu58jyZFUd1H_HV;}vu3ah;P z<0`9;yjE@f89XK2fKV(?5pczgHK1f#fK_0)$WlHnK%>M5$7rIgaBPyyP-#co-phmEB@2`b zlJW`JITvBKLkzdrK0J_QJR=TFGNs8r0JpUb(1lYTU+=QN@i%|9fvkD8#;N}YleC(6 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100644 index 0000000..38f3251 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 0000000..98f9970 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 0000000..c0395f4 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 0000000..5812cef --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 0000000..eac4e59 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__init__.py @@ -0,0 +1 @@ + diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1e6d324a7c3c1cbed7c5a4fc9a01be4febfb834 GIT binary patch literal 237 zcmYjLK?=e!5KN^95qyY;b}gO+5f7fd_<#_TrHyTxkfhcA!f*Hj|KinOcrrmn2X>a3 z*(m;aj$t>AjiH-J;o)@UJLTFfRrGl;Iox;{TIB8ou z!#Dz-(Q?VrQ8V~Tw@{+CCA#b*zj*;YwmmfR0Pkdx7jtmZV;1hzEUbW$251-)+5)eb e73hIC5-63e^pxgixQ|y#i>|?S{M3yCrQ`(+-b0%J literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b57e9b5d1e2ef71b301f05a869474ba049b6f16 GIT binary patch literal 2736 zcma)8-Hsc#6&}vt&dzFo;@Cx(&LL7DbD=MFRv2BX$c!MLHf0DQR}+ zM})P zqtk!!e?$7(bhaN4o!{V<=V+KSa2R23K}vVvmfpZC{ee%+m{$aYz<$F)h_7Gll+hrv zb3w6N#)H_(VX;@X1}(_@EMmKVC4+r-z+$!s>3|=y)|o3l;s;j_G`y$wZ6BuZ632<3 zW+I;|dNIkf303JCm$a@ptpzP>!RaV3IGv_yB57JND)_V(%BWB^;klrUE1oINVqRr6 z%d4@B^{xaI^-NN<<)ei z=t$Hhl?tJBm3zc@2-HV zm3v8+K6CFn;up-jj+g5m#{9d^%HSg~qbu^%X@`q%?P-6;)l5`0#nB-0G4d_}oS_ks zM02FWbO@+yU_k2;lx?PKVJ#H7RA#g>AaS||9Q|o3(vlW=#buv9gDERgRnsv?b}+DI zvfHdt^XXczPd_o|ZFYv~;aqXKZMI5F-lr#M&GgzEfT<_|TI9uy+WofdHf!Le9n)bx zu22X%+PJZ}`{J@sUtGR{wHKE<{tl;$eWM242`*=aYVV01q*Cu1A5$UHx%Nk#Gwm~! zn+~#~mRyI8vM`y~A>#&8+LLps@8C3y|Bw|gH@@g_REsiI?LY@M4(%KFHJNGO^u-Yj z{nHV5@%iTOy$NcrSEOemFME&cYz8|@_AY91CZ}n}d;BXdvOME5naE6=p2J7dCjUIr)`qX`OS@pYtjp}F_cGovU7 zXGKte?&%&%@D57PyKb!<@k_POTCj1z_FuZhQTys}iMi9GEB6Xz`DK?Kpo|U|Ut2i+ z0VIkf0)k~}_|zncrefTr!cr^}ErEMOrKpuufLvd%6{w&0>8I;*x>wiA(fARb|%_W^l*vTtkE`=9nP2Uz@ zC%l+y-$bs13b9MQvsPa0b~oKC%&N-J=ho$jD+Oc*<#S%lyYvaz zK+=z&efDYRF;y2ROqw>7XmMf4E2YCCt?lzPpnEVQ>ErQu(zrXaUEiTt#R=KD3}yL`&@^1 zrLaAz$;c90)4XF0`DL0{k08mPqVacK621yOm&EQZ68<*|BJ^W7b|cVS*R=3VV>m~=ZyFP>ejA+EU2|S{ zoz^DecfMz)3l6}KRm1i7zE1)F6wQx9^Y2s(dxbQ|vT@qbJ$y36xz*Uih<;VpY*z4J d8=90qMB_WR4 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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 0000000..b68078c --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 0000000..345a060 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 0000000..ed7a995 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 0000000..35669cc --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 0000000..697837b --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 0000000..8446d2d --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 0000000..b0e1bf4 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 0000000..83fc082 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 0000000..20044e4 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 0000000..e963a50 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 0000000..d99528e --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 0000000..484c652 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 0000000..bbc5cda --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 0000000..5594452 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 0000000..9a37db5 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 0000000..43f4230 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 0000000..7d1e8c2 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 0000000..6256ecf --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 0000000..530abe7 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 0000000..8360d0f --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..388fbcf1770c74ee50179d882fdf26e7f9d23b7a GIT binary patch literal 242 zcmYk0Jr2S!424tF0U>b^hSpR}NC+`7vv7bYBvu>R{3uBaJqU;31l)y{TQHFd5LohO zJwMyBnNBAp#`1W>p*{xuM-s&*rcWaT*^^nayAn6Fe|TP?G76z#wUY|AhPMiJ@NhD& z_Lgx3Jfq{1qo=kHmC;b5aV7ffBfowD9qJAmd4RXG$cs6688C}?Y8F?(N((fO3FClQ i%n1yjFfhRa14^ZqfzsUe_wh;@(Kfgq-u0u1l)M0bwneA_ literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4a97ac5e6225c8bd07bcc0b1adc6cdf2201a358 GIT binary patch literal 8004 zcma)Bd2ka~nwQ#A```#9nPf7P%ycH1B+7!#5iT#2iNOZUVF)&mcn;ClYg>(FwbF-; z6|;j6Y-4P|7>qB#<~FCfTU`00rBrISs@>ZCLvq(vZBK3OAG=li=U(jAX1~`hwPi1v z8c}-g_rCYO^Y?x4Q^U=hm*;@bnthL$SGPJG|A;4 zs3hvLDzlt;o)vJ_xhvgH$3_QoA$OYtxf!xGt1_E)Ad<;OB+5oPH4c<}-ih+ioEj&Z z+e7v_(LA8dL-S4AD?nR-7TUB|f%YnT&7{2!v>%~2Y}%VZdlUT_y@h^)ep*AIx6wN` z?Poyy8TvVT3*=F7?p^c?oAw^i-b3%hxnH6W;M|AkBb(*{ng@N1a?oF(ML=7O@@-lH z&0ayw8}oS8YrvL8e5M-^p`emEzs7YUzxUj3OfE8 zeP+{&fL4Uo+2_`yVw+Y1v=X$zrfo!XXfIux{Z;!w!m{T1SEeFP-h>k_KB5z&D5+v|-e zY)btaq&A@g_WEC;KiK;ZqGo%&1-068+t49 zNCoI%jYQWl0woCyqN*AxPU5LL4lw~rV`F;el~fI-w>J$XS_{OXLzLr^8Y0G;2_9 zr3=@cHbyK6*w;rWFfU|vE=}& zw0t|Ya`~FYODVRR3UPwKRt1%>q|?iROl$dpT-&+^aUgY z*un6^h-J`Am9#)DWGay%tcv3T8P38W6BtpjB9NX@4Gh&l2SrNcC_xHgkb%*N^6?BU zGL)HCfci`k>7#`d#7LyLYHFsvbRguXs~B-w5beX*Oeae^(jS5^Q(N9d9 z`2Q7|?dGxyUv@^0<7YQ~AwwMk4}<6solTBbVw4zjI2}#!?9FN-V01NQ!RT&s!ALea z_PKeg$<4ph3O^9fW(yWJjd&#LmXd#?S|{2AboRy4yhY1Kh((QfUfVuSNI7G^9jTArVFw$BMC(jWYcS*?e!@Bs|SISNtU=iEm?{IgINa<$>P zYt%jFD0W~Rj1drdcUhSH`oKqDAMk{UMbr$I7?3!;0{(ssLo+b=-Gbi|2b>3pCSZ>o zV@?5XqfsY-lo%s+16;oXaTrj#(;LqI`oOQgewRN`23KL8nVUibEBbX35~z+AVH1(R zM0eKe&Uzj<-q!FYJn6Y>YnULjKg55!3QNa9CJwqBBzWVE{|&#N;R~J#@m_EK+5qPR zY<`+=AM}tsb}9cO%nuNXk?HmF^HWpA`Y>SK5VktOfM_a_2cgJu zlHa?&pAisimxnAXt0*fg^JMcs$5QgVUbsc20EpG+dc9vsbih(V&-Qu|=L7CIWc)Ai z=6NZw`j|if2-BLpj<;Z^n7Ot99t4c^9EZzEyhb?Zf4^X%m4##xPgk)%ouK&*9#=RI z?$X7pSFc#Jcx8C*p3<`7?R&}>FI~1`rS4w8W7V=H_|NKXvei)?S$5+ozzZg&04>9T5Hz^wIOX-8_~{aXSH+Ms5YjZ*Dh#BwTs#% z?Xq@7yQ*E+ZfG~PTiR`HLc62g)$VEcwFmKD?V!;GYSdBhl^hA3eKMRK@;>W!B3_KhJ4$pww zgr2)j3e?cNWo(Tni(d@Kc-#hB#;sT(?VoKAwr1c5teLiDT)PI=%(4YrqRBsC$+R7Z z<6U40*dbwrgTp4`9i}BDe1NUSJWUlN%YRSO7c3@T*}LzXk?Vu5wX%s6189DQ!x>G7^5>?h*<&(Nahh7^pA0 zdn3;Jad31|9C` z*{PNuYzXSP+n}fQ?tqKV<9=z*;`>+6EfJtWfZmjYLtI7-mP^Gzr>lI?!-%P_iJtLC zFR}Zg4{8H-K`z7#u`{9+yICJDTDLyhSzNMVV{~Lw^kV7e=>08Qx0P+*v9mljQn4#` zV|S&g?(S5N#}!69nd%T7J;UkQ<)Kvk89{m*q$zilF=br2soYZ@L%4dCX63Nbqx305 z5VVEULE8Z>2>ck;b4mn}3!2Htz(tjz{U_ zOGK!N^^#6*;F%y!w`yKm1m|LX%BXT)xuRSJ%Wo;Sm5B00xfVO298_AA4y6-3a8x;_ z3@XD)m+2(a4azvQ%Y{WgpTw{MFaEviV?)rY;UrrZ>yxUfkHEEcbikvNo0uw|Y0wEj zlY#5iGjP4aOz*_;L~r6mqAzhWaVpWDIGq?s3?_yW!-m2gW3#Ita;&kK~}KpWI^*7F=Kni2Bz(r2&-BdRCbfug;D zsthm3#=y_v*mI1h?r3{)^f+KDBS5iH2vKG1nf}T~TtsNAhOj2&HNjoed z7_=GeF>@PS4`aO;V6i(O3_~|V3>IR;u0M7hLoYTV;X7{&6GpM#03Fh^OW}vAX%s73 zz&&UNs#`e$U>$^j;$YrT?gEe_`a;M-78JIl#OQfjp~I3OLbzH50J{8U5WsK2Ln#c> zP8f=!ZP*vZCDDOsKUOk&>q{H2*d4LEv1`~Rbo3B*Dq^C8(bL%K={|K1wDH!E!JDA)JtEOk`JaNpMbnR50bBK-V%MdHTq;*S?rLR z+gN-`cymg4A5@78ApH8i+UTP|^l4o%)^1h`tbr+C!X09Hw7FKQ1Ie_W2lqaMQW;!V z>v2tApZpTo$}fjOYJwr7A!vn`0AHbp;1caLTY|%8Q_z*s7IZ^nkiJTfL1SRI1MxoX zf!Pk6g3E6JHw5uP+!DlxGMa)BXbaMp>A85P*%U!5@C4Z0#f`vAuFzsh#5o-d=yNu4 zTs49pvJi5e+`-{jEIJViWQ4RGhctz{STne^b-U7s3+7P8u03B?#v-vNR!BQ=NK-J5 zwSYg{IOQI$y~Co^&=`(Ajy;v$0`E*$#&VJ80BSX{7Uf<8D3FIsrBov^@OzL5i4yiI zz`I3hh5FI~wWZ6fuP34Q4MBRGS1tf}uK;+jnN|2c6u!r^tIiH(Y$l%doShupyC#Bo z&a8&fR^WB(yTR{rGa4+iJiyh{ z&{+tz=A{abzGyX4%FXEG=yTjkDfeTitY*q;rIa?SnNoV9k?1qrPAMm2C#{CcY^N50 zaI2jf!=+Fe3)a$bqk<&(Nd}?<5^jOaYCEeG&ZxAr%AZ|j=Vn$};LGq;W{3oSc0=2e z%Euqh#v?zNjVG*Z{1dr2JS!J5+Jth6%gABK&4%1!$gPIlX2^#Ox!sUE47t;g4;ylqAs;d1ZbR-d8a<3tuFyuZ%K559O47uNsPaE=pArBhzkRcBn@`xdyG32v`e9n+Z4SCFv&l~au zL%wLpmkjx`Azv}%tA;#o$kz<{x*^{%Gs5*>#J`d7`U0rw`M;7sP0gJyr|Z9oersw!C@jaZm zOjf1VEDg_+ewf2MyOfLpGBjg;oZO$ 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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 0000000..bdeef4e --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 0000000..9e29623 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 0000000..055a8ac --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 0000000..6c3196c --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 0000000..70369b9 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 0000000..b149ed7 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..632cf780d4cd3448a17a1fa874e6a24c3576007e GIT binary patch literal 485 zcmYjNy-ve05RTI%O&coKzCwrAE$xDY5I+?oOOcSgSRpyJrgj|JX`#FW55g1hE?$|K z*qQKADshs(^LO9f>F#u|*A2X#KEA`3_a8|9Tjb3ssA?RKy~J z@leJpVTo$9wn|y5I;`^>Z^^F8Smyr`J1XNvFi1X$Z#9TqBr4Ikq=daUd*3Ux)FxLs zZ{WGXv>R=}MOS&TcJZRwNpQ*a##n6z#ATP26?ghxRMV4}cs!boX19Z$>taihOJTv_ z2Bw7&A;cbBl>0K1Aa5h22pv>1R2uz+4Go^gWt?xpSfMM<-vV=tsR-Y%bfpzgnXipd zbgqkyf~v9fNt?B;^8zS5gDFG-me;#xr7OAwZI)n%fApYF=oYFimEwW!mFZ|QrhX0> u`abL2m(W_&)DKdX+R(#^DCf8+=c9V((le#Yjf8VNuf>h}q)(1W8vX!)If$$P literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3cf8ac7f9779efba058738a30ee3e617b4d2e7c4 GIT binary patch literal 3046 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 E19E3n{Qv*} literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8933ab4e0a89d0f090e1a963cd56097fccd4089 GIT binary patch literal 1732 zcmZ`(OK%%D5GJ|Y)oS(dBj_^$DilG11rl#lpIS6Ui>5yG;7g1I&_!THR$6H>Y5{BdR{lCpm4aWW< zNZ1eeP}17h33`2qv;GIeMrNB|>SS#9FGR4s~?G`ib7uv2LF5 zeoH61g*$D-_dB|+J16Xz_q)2Q*Kl`Duj>t**EN64(p#_a%WU@*N1gJj_081gd*#!7 zy8YSCkdCeofyTEe_6{nCK<6CVjyZnJPsJHScoQv)Q7A13ObglbL4*hWXIg!R*M5%V{<; zC5(){e___=53)luJlaDi)COtjxE`eFU2T0=Fo9mV{m@u zPV5Itq7GF=YYZKO+nTAywB=$a=?2~ljzh_u7zC<8zTRsKy_()Ddc!MJO_$h5u65dW zoimQ%7b>Y!kOsTY?=3*h9`2~Zn%=OS{#fKgXM2m>jeBZ()GOWCKu^Kw;U3J*UfQh! z+^&)*s+gPa07|F=dt|FrNqYT?J`fWwNf~?(SGI?0Q^Y(9 zBc6zecZ2x6o~2B9%;kUZ0Xn^v->>iD=>@+V#P5M{lrj$ME|qCXHf;2l(#oym^Nd7%fyCZaWwHI3k7^1FEh z-p9SFu_8IV5j9xH!|zcnrCoA~>5R@}B%VaR;8rSkc6ayE4Y-9yl^~fZy4a$8c&e7d zmg~v|wOrpaS8Vbe@i518iU68~<62^CA11lwNH~t59*K<<< literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ceae4a436d32d1d8e6c3dc01d0981140932756f2 GIT binary patch literal 3992 zcmaJ^Npl;y6>gvxHYtjxyvVXG+p-)x=ENg<$zCpJBuZYYXwfBVqD)s(U9AQvHPvL( zXwb4$bX8LFDOJfeSI=>NL9Y27xaKtHB$shbl=sjSMcJb?g@*?`EDzsX040-?1p~fc zwg1j%FBrx@u`&MTq45Qj^dH19nBf_Wcx3+~qs)w{N1?W2+A%$o7~JHvZ5bme1^frxM1Lo#o?u0kdDSE}uq&L|q zc_mogX`k`RPYqUJ6YmT*!HWl`H^uGt+4ec_JV-BW5q{pE2JRx%Gg@-VyR6$KK6OC0 zD8H=bSD?=1d2d$Bo%U6b&JLxsL+Lf|x|Wtfc6}(jK9tRQH?(XL=mlQpC9Gi&o8K6Y zyfGX(@7>fRVUJJ7-W-m-IUM^V?-q=?4JWxZl-%-XSdmQvQa@%Tb_VJKH(G?1+0;AY zU1De1IgR2~c7aVp&oy?D%|Oo`c8OhvdY)ZjvrtzM-O9D-KZl2h(Z7Lwi&kE(5H(qk zHbo%z>Pf)3fDU&z>dL(yPeUAX^nv-oa)$8~%D*fi%xD_lkkxO1DB=qTx-|Lj&(-au z!>e(yBce`qISKn6-j!)}HxWB&F9>;+zu_W`LZ14)J-MB9t6Mw~TRi=I*gTToufFEp z*VQ=MtY(sj3-|9;(@65qVV#`-rc`@Tuj<1vmWXPY#EA$xK^0E$@WDcFPq~lcptH$> z$0byo0c*%w?np&xDs zLgijIp0BR2tew~nCK2nE%0IoS~k=B}ciR@VIIt4|vH=TfcJT-2QdSi+>cu)Uxh zw%d&Mxhk{WT3@7zc$omKQPNctyNgnaXtOVQs@zm;L;&rsI>&Zj1aG2Fzms*~>=6Co z=tI5;r3NK^285A;(Kgx{rNEn-H`~ZtP~d2q<}`IR%>ymyafLQ*O-zH2Rp{#e{GD6u z?*IL(R3^j}?5fCDiu_KT1y-CxavnR)^`xh)I&VqkEG1GV9c8aYTia4V&NIO0t(3>D zV;>f1W|i}Oz|QxtK_f*6qNE5vi_8FZKJ3q*j{3rI>M9t=_5E(p;l8g5zTZh$KSsXj z`>*;zJe0szED538t~DBK%fiI{tqovRq4{F5Uia5lYU{96E8;OreQ^~AjOlyqn`IE- zp;CmvH7w##hq&-_i1neE6DU7nINS<-UK?%}7-<|BZ;1rMNje}0i)~^X^i=)#BoLx0ML=1!Zj}NnA0NvmJC<%#{_Un~}<;{Sbmb z9n)XqUG%|0gI?r=>&f54{1hYAAr!Q?4qYmK0?iQ0i4Q|n>yBoU;C76@GbE9qFHrM< zwCJ({rvU9M=IV)~V?My+r&wly{K*&?f5^e%4Lta7A>qBEnCEmps1U6{g(|vmPm%49 z)z3fL;$8lxCmy4YDPl_hIBo1-8#~p)qc{nJIDNb@8Vvcv47z)2647i*_AGbHbSG)S@D$fW@64=hQSmeA z2+=f0ADReD4T^T_q2?5P6g_mLE7iKH8NWI5%XR)njuKkM6hDPElpR2dOEbMc()Qvh zQ#-gf!sn6#5x)dxJw%<3K3rym?rUhE3;h-1Xh7P8ksXqjfP)ObLqr)}3gsZ7Gg!kr zYR1TL7Z0Q<;T6@k-&zCH!USryonIK#@QH3yXybvr2lAeN zojJAn-Wt%a38t?179+sf(jHg?bQx1R0~=C;{TAwWPTw&awu+m1J0^SOaJVhuNrYxr z_OedKv;LDPj)ys~(U-lxtie4Wgp!NJEa%y;gSgKtxePH&KLebYcemuWvQrrdsnJmr z-G0a46_J#@`@?~A`c?;^Qi_?}g`21VKT1oGA{{F5<~<#)UxV}*t@jW-8W-{&0$yVU zoW{zL7GPy-tn7hW7WMN9-qg z>h!h$0>kwK03GreZc&H+6FC;64l`E`C%8Z|u#a*nQBz|fwjRltZ@}ZjmdJgq&za+J z(IfwcYvSTA5e=v+WWDlP7R(Qz2~SS_Xcss{Iq*tbuGf_VHw260%!f-OQ>_S*2sQD% z(@TWZ4V}{TrJ;coldy`wFcA3ARgRy%OXjf$9Z$JCTy%N-@PR6h-&>j8w6)woY-yF0 z^K5Z-xxS)u0xov=&mzl1w{aP3snMv5pX0LH&KT_i-Bexq#2#ajwuHkFe(@Z~mOsL3 zL%hK5T>WKjqq)AO?`<6#8o4o~b@tbf5BE{_G<%FTOb0+L(}K9lA`G*U1<#NYq2JHg z4lPsntVNwe*K{e=#QCplAqUT`AxFnJSO*_qAKY9v=43lt#dV67n=4rES+`Iu{0~En Bmf`>a literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e91b15f4077b9e6abdcdfa70c18f7193a91f7f55 GIT binary patch literal 4609 zcmaJ_Npl;=6`r0A0}v#^MItRrHe<<7kVJ%KC2{OH7I(&F3Uo*+vXDwmf#@Lx2*fZw z11+p!RjQ(69RCIK7Ud7*f8^NLoOt%lhg81TJ%i0;!0I=z*LlnL-s@pFK3*{J`=s@+ z;Dfge<3H3H{MqO%p+!Wv!CBilVl~E$O@o`}ipiw~h`^anzdrb}qi-$D99bMv(UNLk#*6QJcTo(^B&9?!pK0N9WC7%zg$fg9%& z;5_~wpX4QQd2myF8eDavY21em4#x1PBif>fLrM^HC7{b<9N4@ee`~$nk7WcO8Ep5F8j)UDuBY4sxQm zSodAO-8_66zhTmjg7(3HtI5k0n9WWz_I+|}M4&0LBJ}|s|e6xe7%0?!QhiVLa zoWx4C1%%$1)iM+JaVi}1J|5aT3O{}Cd_?oMc8sk8$WbAnHjZd2KE~pEXx~kMc+AD0 zZBDakv&2q{8PMpEE438A#7^-m5C}!?*2wM)rO+}Y6a}pKH7zAwMn(D*W1rFZCm?+x zXj6ksoBfE-OdTnxTxM#DL6mj{7?@BCYKby7>*!OGSt*WH&bU;n-(bTgnl1;*P%zPW zW+Jt5NIXIUwN={mAxMe@WY9C?99W21%RIG!g%UXH)QZ`eomdGwH-T;PHmjB$QNd1? zQ^f)}l|0vXcI4b{FTw5wFXLV&O&u@Dr%Dg$KCO2+>f~^45v2A*G?nux-@)-{&}pWp zQ$KEoVsyyx6d+VPAUEj)V*|y&?8k&)XosGi_Uy#em4b>7RHIBK-UX2*{$jN&qELJl z;*QY_JCc1Z*^{z%i+Dh5yyJ9kL=#!0JeW;B!cyfT#H%#{l}=_ebq1GR?J3eH^^{9q zKuu)IOA}Nb;U(kD8uXGNsKV+>nFa9Tw;*!9@1J4KG6xYXG|))9QJrQ~&Qd1nsrDzV zOTA@VJ#W38sdveap_rw7P8U;!#}zP2GaycQN;9hXR)Tte>LgAJzCrs%;UP9Di)d>U*ew1|u4NV(TC3{9klXXvO_fO*EdSjh!3WSbD-C=89PBWa&c{Mps|U z)K`ii?|;u0Q2rUebdi{0i)pxve%xP%?jS>4{=S(7(5n(cOayW8%@ z$K81KXIiVNCp&y8PG@9yUQH`djg-|4-;^f+t?+UDB&YP6|3dn&)JTvY^e|ZgzriF&!;{WL_cMLAt^U^P{&bPChy+f=&B$$rw_YsT#$yC^y_^+v^2A1Z3*A2?Rs z&L;*gh?I}@K2;%*DmUaFu6_KFNn|$P0*c4&=o}0ZJk&* zsQV?6$3(s+@<$?lvnq~0CB!=*)QgDm4A1n6o>g%0H-4y8Qpb@L@b@lzL7F_lg>3ydExA8e8n6wO+?9$k*^FI|0wZ#Ac literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansi.py new file mode 100644 index 0000000..11ec695 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/ansitowin32.py new file mode 100644 index 0000000..6039a05 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/initialise.py new file mode 100644 index 0000000..430d066 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/win32.py new file mode 100644 index 0000000..c2d8360 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/colorama/winterm.py new file mode 100644 index 0000000..0fdb4ec --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..6878387 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..39c87e5413b1e8a354a5a8fad5eb9d232d7adffe GIT binary patch literal 1104 zcmZ`&&2G~`5T3O+wv)6F3hEPZAcw}S;DUruC0YSel}ir@UslFDq;CAj+UZZktv&J( z?Xge5yX=({XKq|z#%XD&V4@xEcxJwt{bo|GuJ(ZB`QcaGbpXDxu`B@@+jQ!Tlm;y_ zh(J4$cn#Xs@*K28=gf`Vc|hJy2Dyx+fOk-=Nx;tO69N3AXixhT?IRp|6ffUHA&vpz z!pGoJL|yD&^iZC`r4UqQABMqqstDtGXLIy)^ekaxSp*r|bm|pS2$9ebIc=h22Rmuq zWa)?9lLV_KEsOEcwSiJaoTE~@o$AkSR94aP`L0s9c^uf zb=u$t;Y?#n39GaU6@}^2gnH3^s8m{{jZ&lP)X;38&(D>l0+6EpG8DEyo@LpaxX>9j zL%zR+v$pBfk4fEoXbEG=4(qGj~4F#)-zqoF}$J+V5Z=135j{yJY>gx zQuDzwJi8KZ{zmxDeeh#y#?|l{RQsg13^6LRGMNsA;l;XJtCtvz8{DIaM~uKwJ(#aA z*SrlG4?W{D3bST9tnRTIuwqJ<;M>Jx%Gv=upi9k@2p|xFSP|{lVc+^$Ihmxz#P$`f zi>Yb3X^XpmHoaYoHrV#x=2dB$U1LgP{p%I6-3c~(gn_1Q&3X)o#`a>ZuVenzl?`4j b{xdI`!I~c*c+wd-jys_C)`jz{=MBVfiE{4< literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eea975cf5ecbba0e30ebda4a868e751cc7e98fb8 GIT binary patch literal 31450 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..425b64e9fe520bf24a73b273c30e3ec3b2616308 GIT binary patch literal 17359 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 CetfC` literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cfe9759f683e3d928034c19b7013583b68664a36 GIT binary patch literal 38418 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..98d9c7580576879579a53b79b58d97c5b1eed30f GIT binary patch literal 10272 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ce3ac1a0329e0068017e13c25b743db3431a662 GIT binary patch literal 5076 zcmb7IUvt~W5yu@s5Tq!Iwrt00-Ij5h*mPsjX_|kE>`5k8GHx@BCsN!FqZEM&NP+|c z%pE9M95BgvH+7-eT`?yT4r~ z)6-=G*E^g44E{B182_fm@ykNvJ>2piAimKyeCG3rwV8hMHrG$HZR)4hwtUmKqC(eh z+spu8h>BgO?Q~1+l5X2kxjWUafG@7I_H@AatG;u<+B1I1FF!QeHGj&l;CbdF!=Lu6 z4-LN>oZU0qvs!WnlIQ%Ie+ClggY$bv`@-kvgIPRZ@MrzAe(@n|U-bF1(Kt8wsC?HG zG7$B(MAXxbpdQ5Ap-AFx5U2I7C$<71>)o&;lIxKdulK$6pza52VI27NFs|QSx?6wa z#@qAdM_9Pgdc;5*OjTqm!g$?HcYA?sa8(RrcN>~jrAKdbbHxxm(@I3wi^4(R-@}{2 zBvz#`P6N>sK{{BxdUe(R)z#H`(8jgZookJ3^~%Yv)hpTRg+uKbylDN4ZBw{^~*GJ9q z_-jqtq-GS}Z{{Pf&%bt~DZ@0l4n14gd)e%Ty(aCYpNOU(%9Mmh-)X+LtESvgx)Ejw zFS-QlqzzJK7OOBZ4fe5Jp{3Bc-j!d2SvQ6(HTGF%9I)HQ7t=$Yv3;JJ8Q-@KaH!{u zJ$AsD@l`P`WNZ(+*5EC@Q4L$w+r^B z_PR*=J*i9?qzzLsscaF*ev~TK)jOJ#3hYtS?s|}7x%z0x7ttjh5Q|mWMdmQ^0va9M zk6pCR_i)QKkidW!8svfSKJJ_F6?h+LK~r1PqNa|fB~8nkPH9@vbXwD@rZeAG;KR9x z75uZs8?|Zkd(@av~7=yDD3+Knf z&wQJh!yNGwB6P^bPbZvi(#H|xNAtw|0_2&RzOP|4x4Q>tgZX*4%6OI&VDJ+9Qn!1E*O3YtPsC#QIOCnfy`EiGSwK9@%=j9ew?|wu(B5JpZfzhQyv~ z8wE`rPV&>5m>Gh^DKx%88lQTOPH60%R^yw`)HwF2$^KEuKZT8N{T~`nx9YdY8XJ{E ze)Hy`c@u%8X45^WI4delfE~^O)~o6ngv;o_1=3L(d))_cV`Q&2zt;6`;djGe%|}1t8l3CL zTXC`z*S9?pdiSGXq5iVO0q6}bB)z)+{@q@rUmEy&%#1bws$xS9E`>2rCZtz&VPYtg zm?ZLlRn2pYF{(Bk@d~~A3X!Ws8bn?qa+%1>M1Bd<;Nn%{2~!$nK?hD}LuzVyH%`3= zOG4m$T7K9`RXOP)1)&X)YPOZ6caDtJVmcX7&KM2F8B#`Q-Y6+c2GN?bfQ&*FN4q7? zlK^1?256yHfRzdz&~*&fuylk?NQ zDI6Yo?m5bLH~FRscR^SHXAOC5`PPv6g&|K1`}P4`J}vG$nR&p-#rI3T4GwOJKvLec zATxDffL1h}*0idr2|AP3_Tb)`nH8WPVd2}#(9UcmM^5XBw38~PW!!R68w>A5j_lJEQm95ehtKD*3v_&5MV;g!t#!u^zZfMQFOs+BpQ1oj!?A~GuTkuVGV*m) z)a>J9`uM2}CpyPA7ZaHa)OwMZ(yLHzbv973sh>}JMj_yF73yflXphv)WQN?8Y0y0; zGJfCDq;ZiqJJNo9g9N2Bs0(*d1C7jToKeLMPkJf7fQbR|F+{{2lC#K-lrxshCl}q@ zcRsqavW)NPrJW5`&~*etqEyB43eP`%Va4%!?0gyGLwXgR!A4R1j`+JoJ^@i?ueU8O z5XZsjuyf?Pl=rHc6Cc(^r=&y}QKeWxWU;u#99{;;Imb~r@@R)~{GsOut131y<+0?B zYB4%Q+KV$V1BdF=J+{h+fUMse@i_}#ynBfOf*Fl+AC8h)YdnWhpAW6CtsS;wWTv>D zndCCQ1qZsW;T^qW$<$0OL;^sycsncX<4JX0Y6E(CRyd#^2kgOrHJaTS*W>jGG9nil zK_dF{;tjtFP=$x8zYfql_AA1CS!-DU5P97Zv@W1Hnp8k2iY6t04vGu(yTL>h9(r5@ ziseq9fMx7gxw4Uy<#iVQm_bLV9wo_Ezjs{gQ>J%OoWgGXl0oCMn9!C=wTV^Zgg|PT zBPgXiFMJQ#OM`3un98_LN+q7~!iaXk_fn6*KQGS5lYq9Aq@h}T&3JU5#ETDBF zf(b&4zv7mJD7;idH4XUt6aTTs2?i|))&;Wb#jsB8GwZ^ z5^0Ch%hO&g=s0U&SAatg!O|r-@Akqd5LFr@#L}Rz?BxC?_D@5c_#<_bbBHY>T_R-i vv1LpkR5^<|1mB`MLB0ZF*^WcV?f}Oq}Cv-rt{%;qS@0pK*Wj`(m;G!jsNF2PeWi%GecDyHO^E~ZsNC99eFY%x3ESL{Q% zgi2L&^ZmvC`GMlV{D$HNxt6XD&TlMklzgT-G{331X@0mkEa%zk=J_qfE%RH8TdkOz zTG{4qzh@P9JRehiD)(+o<=pJuc<}+8_p1S%56JmWoNrKrI3JYr2XVep4dHx9&L6rK zQ=5L&Dn6`+i+Q!VxXVqi>{eS)^B&1W&o`qI2_ed*upp`q=%8f{l@7#qq9Z|d0o_Ax# zqiV0(hvPBzh}!=y>Ny*`YZZ^H19EnJ<AQ6dzXyi%+OS#V6HB@q`*JKBdNr zC)IfIY4;hl=2_{*VbuMcdP*Ht$KJJyr!WS`)uR}LM^PqTJgpupo>7k%&#EVi6S()J zI)Qs9+_}A zO4a=u7HzCx2ZLuTo?oq8op@))U0~~jzEbIyt36~(r9wPNPx-o1yLSFkkn<#0@|PA| zFUa`rJHF&mf2LBy%NDfjqsjr?(B&Dwbakn8!(9rp*Id6O*F4;nGjHZP#w*x}Q8<45 zaOu^F%TwnsO_nZC%&-@oe{AM+_^SM&#=3==T-bs~8syY2)n>y;K{*2k~8 zb&W|M4Ns%{N5*ftwOivD{c&^W*w~T7;~wU1G+HO)3zda&%tuYt^|&%qH6E>#v4thg zVcE&?Av;RP(w1EL)M3;cPz=MiIU2Sz_1bK;GUJf2*wa$9+AJCZyz+oH3-w2dtSdZnh_nfkR_ zrQxbq&C)c@&A(E+QLBRlq7li5D>q+ToWJVoZ`Pn4Xvf}GgLw9rHmJ4M&ev|0s}*G$ z@xZB$*O#k{ZXOG*VoH3I0eJv#JkWYS&q!?1w16~TdcJgi^4z7;#N?SvXU|VQAM9vd zdinCixrxh{C(cHcvzl1+XGfn{je}P-ve~@(`%H5+6Xo-TzSY5~_R(+@17{K>5Tv5h z^vl(<4{kLdq^1_<=gWF2=sW9rGrD3}L;59m3Cmo0tC<%-16ZZk+#q>s5v)zG=FD-_ zoiA6aLFxhspys)Sje0kGxrd32_deuSheF2Zs?q43`Vkh{&qT(hz}!J5hnS2Y39@IZ zWso`6Al`QtGheNj)#xjiF9exOSG{`G^}(6aFYEfPiem1vVFF$up%1f?BTSAm8Dlbz zq_AbZ2I^7X|E4VpvKPx>d-$O-gYCQ-0BLXgEvo~q_KlL`uJ)mkbMB1K#;^8AEjIW1 zqh_1a4XslnL{>MpE=;@wwp%M#3u*m08~g;5Cz(9T9+C z(`8KLQ+(62OinU+n#nUr3eM`bj>S3(&W1|-(P@Y)Gv_k>2#LSCKRU^lsQX>Bpv+w~^2JmgM8e z5BU&MxbEDF>0Q3<#|ib`jrk4%%3W)#c`AjH`~AdJ%uhCP{c~0!JxNMFtn+vUb4Lp{ z564#Hkp5jQvQZ+ApT{5Nz_;OjZ)KLPrscsK|jTW^3$ZwLSx! z@yuB38MgCqA%#~RJ$@v772kX0czB}E@g)h&eAUH`M<08vUF!JJ=tPq%qs6I^tM@i? zXl-L|vbB`eY0I(Nzb&@O>uQSOl`|X1gl@T+ZQ3hVGftFxGmATkAGMYfO&jIkS&ld3zKscZTqT-VJeK&$j%t8@l+{(#yjrGG$5ZETeqGNo?r_R+Gt zmfD1+{Nv4p8s3iO7G4|1wV#$gZ*IoeXTMKv;W9UUuK#S)YTAD8uDzTz{j2|yTc1sdHsDIeA8aP?T1ZnQDIC+`F~cL;IhdQlSb69s-&bh&wrbP8L4k zfde@01t|#T8-PJU(qwwcqOWwl?3K*D&+#2x<7rSs(z5S6c4K#m4UcH2O}-tE1*umi zUz)u1+T>&*sZZf?VMY2hbEFjgB9pUBc(<|nvO8bD1+WdSl~;g3z>oVpd8qT=k&b(; ztMlH`j(dDX=e=Vc_vEES3GD(@iP|q^(>m{UHi&#olZ!VBmll00YIQ+2UVb#c*o!4S z*FS+?G=|rpOx$UVyis4wb8><8X6o|`Q2nk}T`FtiVAxR84vVU0RzYDXNB~98W6sJ8 zTqpV^G$Kf98MYuL8)qtBcq41-6nLQcp6u#G>)4TN4ls6@`5C;;G9oL2Kd} zxOw}Gth9YbUK*Xn0ao-wsH>0-lBQYu71n=Q>Zhib0IXevTDDLJ$U<+THG*bWywZ`< zk??p_jz`1uqou>WOR&FdiQT~qysJpkwv!yR1}xjkS!p{RAGET_t(T@d?$~#7@ifZe z8EYs$Wbxl#8yAxJaZP#beuWaUj}ns1eFX}ovhG1ney@F# z^k%PGqk&a|WK2}+w=pRx?JiWI))j31JRT1mDu=xt&Yo0IqPPy8`4zs1Z%oF9tmJ*Y zfNWQbNc&uf(jv+#X;BIy#u6S7wxs=vLOgtP+4r$XWbWE`wdhxT%fG?zWA=9obP0n6 z1qKot0`d?S;;@&80ZkZgKpYWK2S92)Vrmc!Dd;=c*^<%8? z5hg;X18=^4YP47$Z5$qba_p@`=Vmwn(I4|E{A4iLk|tpjr^TYQSdN8xYX$63L1y9_ zY--I|)0(xnfQJ?mjq8_zA+_PU)RA@N>Y^B8I8$OMiMTW@E>w-q&(bC%b`U87h0WKC z?g(^VsR$+;m`HeQ6xvUD0Ypx%XiVQg16QqlV2w2r`@GS89++|l(B;C!)Twh5LEKxs zs%t2N;jiPMUq%w-I^WeZZ^7mgts{I@309qm;Qj#5d1)k$lXHf#^7RrS2|~aiiL$cH=mt_Ncu$ zZbHd@>JgM2MsB}4fZS$vN)^;WahJ%=)4{+6_gZ;oDN=gNbqvxp z1anm`x0QBCfih;k>Xtn>Tp%s8T!=h93bsy59N4>9;UbINf%2kXA60@4TvZs$Q##C) zYqH!bHP0{C{0g)nK?XBaV$Hg&*WA!t=(#YbTr;+$`~lcqYPeT8Ar*|~4?@0NKR6sXWGx&L*Lqaguj9-hd zz>t0qq<8l6{S7TrmX-!PUdKnrhmu zt9TMupT*TQAS=oum$?Vch|lm>h);fvtaEighj&Cq4dW$~91e(>yWDqXs*4^*7E&}Z zQ(vq>Tcw66wxA#doxLB zQC${#WkO7wkXq8F@4#b*Yb)lun+TjGh0Xl-qpe2JT8#&K+S*yJ3-+^btwGDOjj&@6o)MM$TrOp`O(t|nC4M}K(bUCjK(W#HFos2pJiYhWwH-kw&aH9B2uOnU-vdT9R9@C9PszgTaBIe3O=l*bfI|*>0q`ikkM*vDaiB zIWgZ}f?JFKeBdFR&jYL-ifh8PH5A^w`;rASx^*gfv$daO)||F;B2uuXmtxYOgAv+z3@C5Z(EwIKR{9ay-a$h z91aPxXIL4%Qt3gqjnFbn5Pg5`+UqF0rdh3tKOoJ5c_^mAIKeV4qAi6*uwvhX<-?D! zIA}INv9Lt}J-UjAz<>Hmr!HKGj5tI(dL9WcPfuSyDn=#!J-ob5U!;?}*agl!4Kjlm z-p0<}#oIZdYkI)}mPJE9f*83_9gY@y0~-vOIeG*-*RSF}Kzv{6!uhFbW928NPnnjk(@2yFC00q4q5aX252C$})p)SCwOysxG`BVAyV+c<1jUB-`2uIn5M#Ij zZCk?)`agxTI*%l0Q^_cx z@D4pSiHU@hqF@Y+Y#^m?61(rH3=F$-a7k%kSwvGotJ*#mGq32Zll zbiL(+sU%yY4pb@~jao^&MtVKI(<*vyP4ill5{WK_hS7YB)VfQbZv3yWQ$Vc{y#naV zE6<7(=&z_PvHQf5#-lN9tcsWNX$}O(d)QgS4m!)N83b}* z64J**NFq@rc4Mqi41v`+6lz1$P>u4HSwVFM6N>k%jXq&IK%<3)eTd4|oxC&*2*QBR zu)&;xEMUkQxDl25)aL5H$2W+)3}5-fpZ3ZDR5lOjSurnuq4i=em|i;WF5C5bj#Nul z(UIa)J_*ZI@h`?9vB=wDy(7$c4G454F38d$8a4UbR8tRL2Fw!#9}#q3Sd5paS3Yl$ zIwA!8>tlhX^}~46M^=yqWUSM!I0;seq-TG|3!FNPNc!_A0T5cP!_8&{wplcS4(-{6 zo`s{|MfnRH1@>mprWIz3-PqJa-~^*x{ik}Kz>llNI5M;--NX2NMeIo*S*z9vsN*6^1qp8fC<7e%d7SC> zICAzRT`FQnDo2zJx68;nb0i8w+j`r6P(+`YUf>qw;x!OMNRz}8q{tW$a3aEDYI^#W zmoGq&&>y7#7Vr1*{z7?)&ecN7a3fd@sa6K@dGDImER{5iSGo~6SLH~NJbu?V?9K#uVa zat!lAj*q-1fekd(x9HJmZ&a??-H;S-3n}VnUMFqaue1l z&}pu5xIH0=bQopugP7eAXd+=$V)Ed;gocbUQ7_GE|EC<<{Y>sL`B5gjkThBW5Y06d zOrAyx{+RP36r6%-5o1Y|Zm3uP3~qr5J9G6)P5*P8^iJZxz_stfBx(CRAYrz_4r9?= zC-0!0-T`FN_Mn}$hJ_YQN_#t$9XkoTJm?bi30KkA8{0p%KV1@nE0Uwxho9F#@?LCK z(u!TEVDZHDII}gJw z{3PTE6cpU=TXTP0LE7?HNR&U1Zce#=o2omdEXkdQv05JLo-Wg6bES@p`ihu(Zrp|u zj)8fEbNoB)UN7IOz#Io-m>AKn&>%Ku%rsX{5b{OO!|Mhie&q_CbXTtM_1Eiaq*W7M zvLq&?Y8}!Wp;eGC^3E$)Xw-QVkG+M*Xmo@3^S-3Y8(=KazV;qPC-ov*MBG`i)oj$?!9=QS8Ipx{6;+gx$ybV;kh9~Ywz2nG{h2sp_Hy|M%hg$`$1Ut1C$+> zvLE!8Maj)5`C}NPK8(?iVf41Jq;a~>ZEezMnG`X!`wZ+Yx?UwxujR2O)=$U^=i5T323MW^sr;MX}@BV$>{u6norzq7nS zm)nfaN0}95D~P_On`6ce9Aa2OyqY*g|1%~c%8D$St9TPNa$a?=4)-d3-%xLY)N7|M zPa@7y_p|t2mfT3&#@X{{PEAil@j-)7)TI3gZ~(WWe-fe5n=QQ4?yyWX(BFa*6ac^;vc5j6e@HtPtC*d`84+^Y8nzwCXn43kvG3U57))iwYVX{)?@)fz zhVR@briSdc8$)Z?$QlkpE^-Dxk6f#hgMfN1C~cd;E9}LX-h_J)+=f1AA@mu-mS-s% zaj4|URl>oGomZ8Gr^jiB1E+v^2kmbK?OPJ%MBtbL?6W}W$4p*qE>Q5c$7V%+=5?t# zjhe5tYxcn<{46-p72x?k@-LJMTSKAW*!=u@ggPlSph=mUv{A^JC3^>XM1WsBKQ+Y_ zw}Mms`%Gk&5@zYwnFt*F4dz-4xoh^nmA44Dg1ClTCytfbOUmDayT8pzA44XKY2$P; zHZ4kN2<17Kz_vJYC}aMunNsLwT{4w;i$WoepSOyHQ%X(X8vfb#GJ@6=@l+p?Ibw?} z4WjT&#_rio{bOXud>H(!t5TN_k|l2*Tu3WY#yuu4%o_U3(VB&`AJ3(0Q|gaLe2%dfzTORtiZhYV7$d{ z*LX18R@wL#KmfVYsBw%MaM2vHVBj17aq zNW|E&9@YZBJ9DEgfYz;Nva#(oT}L>apl>R2B5F7ypu+dqEFrO9W^Ry4i|^~-;_2@& z`CTTz$K*dUAu$#DLW_i%M|eNYrj8&T3Ib0v3RM3blmEu#Dv}_JK2oehS2wDXjEs!N ze`O)TjS1=5pORdk!^Lzw8%LZH$PqC})QcFkWX{NS!Ksr;8^mkhx5=sR=f06n5a11= zyp8-CWnQZ9B4JKB*^_YP>&QeT+*an7?Fu;$`Aow`0 zAAyk_=R{N|V>bsFs|v&?*NFF`>*U^0l)waHVdzX~_z(?76r8pObdDZvG5#`U0o#Cm`PK=M=zI_|} zVz}9A44ZDom3wP^!Cml}j2=dG-1we~I`VkC8ZjaSeUSuT)YUa)nZUFV*y&$l@-s~S zH4;$Q^Ed?7VlU69QQ%R~kueGsdZ@>TITtEqJ8ZgT@`C|M2!m0|0yW_C5X0P2y4NBF z#8{TXRc{uzLj#Haem*wCM3!}%(v#+uyGh!-noi|x#}-W=Yno;!`wjv_d({y0RM&Ei z><(fJ9`2cq-lw`| zpDeZ2T{0=Z!^n0Q7({;&7qJk269;3)X=|db@fRKPEL($LY|vU`a;L?h>%A<;A16}` z%na)fW6={-DkP{s(Nd1V+%Kaj8uC64>#hODfxre(Dm~AJq)`k!4YTjuU*m*{N_I7g zL&4eSPb_9_8xJKE?J^t?#L;v;#$Ip)MXYryM(<-eY>#y)Ml#(Wg-Q`SuG>Q?`ZTHP z0_xNM9+^fjRf(AK)}t!@C*75`HT0jyjh9&CS6E~3@;5bh^`>(W^q=CP^}0)TA>G}E zjOc-BPMPWOtlisX{bwk)USBV9qBwrrVvPemtCq0}f6dOmhMFc@o$WO)MQWY^B~vp-!pJhWe~E!2)9y653y?!L_(FPqmwP#;66+Q z*kWCN3%g5k2%`w%X4hGjrrbx)euBwIO#UvDpJej)nY_#7^Gs;37dxu{0&~>n^dB%GD$#$;I|8FK-WMV+l|Cc%Gc{|z4Yc!dD9Y60hl5`AEqR+On_tS$=?##bb+DRwViF7jC zCr2lp&hE^nv)j`TC2ZEHM~%Y|g9K8vPL*mQ(CAoR~g! z_SEz#(plHv0M4Gn&--Dl_0Et|m%CP=qZN~qi@VMo900|%n<-}H3X}?jj3y8+nsocO zFibRse+W7KFpfacEP_P)iW^Ep7q{WK9mgGN6VKH!Q+FHxsm-nY4tIyzBKNm4Wc9=T;sbAPdvk}{ zp&meZ=uUNB?NkpUuoS_o>S0`Y$bDGl)vkBJz>0a~WuH0nyWCxKyRq9GyUuy0UJQd- z_n-`eS$TCY@(gEXexJJ!v?htx~zv^s;9j;OP00#`=WIrTh_W89HaxS(lSZ2YP~qUlbZ zrz@m2L`vOz)B)N&?i|k_cya0y91%oR(HhC$hF!(YN4o$-X`(kKdF&&N_P^#4CZdlYs1< z?Le@?24%OZ2NS#5ty%)YY}}TOhhAPU)*{G)@!_tVC~h==b+J-y;Tb&c-fG_qwNUJ5 zM?6gXay{GvtFZGP?KfW*C}E3v1&WwJA^^;zJVIxvb1#>rVJ?y%_#<(RUHzo55JsBe8~5qr7&moHxoW~oq0>JTyId= zy|#Kl6oUb6m-I%)U*G*UmihV~^tT3$q2J@d~a-Rvh*s`C3)+!7rhPBj$2=8DC z%9|h^-4kcF$hlxJk_(Y}G{`(ZF*$Mh)bypx`ZxG!hL0u@gn~d6xJ4mbxKE~xkmu~H z+&m<4mzwJ&j2zJ4&c~#=t*+_+!D}xt>5+t#*`Fs6;LUcRa$15_xCMw|1NJA5;~<~4 zcES`2MTRgImb2U^*#x6Db8u|}+NKa{aDTwI|E#g`V)$i^RyZ^E5qEHckmiGQM9e}K zX8+66Y~`~|#*kp-$8ng%akm`%gIp&O2Ls)78{|3(H|X!8@j#?*5$mb|9 zq~uKUO$qG!!){!DDI`e4nl%rW>IHor{3XbG^+i47lD){9=~COWXlo10y^i(4T{TqQ zU}&?$Ja^W>=G$b*&KE&>K~$z2Q0P?I_z!Hq)U0?`)>RmV=|Ao!@Up1vc=o zm8e7fMsw^ZE#s!2VQ-@ILUt0fJieIz_r$;n3vjW}kkc_zb5HZ$3VB*pWZ>h|o=%Kqh!YqG(C(hQhZ^408~yN)Cb8 zgZHs2L|0^78Jo-_aNV5wfx-Hl3rg``X9 zYj*49pmbx;p5^S${U;|s^q*mCu$>2ze?;P?$(t56n!yo=O%FZPdF9i_6+P8kYR>i!GHIY_nkj?U;t`tYY%Dn!(EOe3ViCcXYlh5W0q-( zz^F=q6(gBLMiLM6WF!*R0Y;)A_zfdT2zkd5`)63gKHtH1Y&;9$31cNkHe?Zx%T);X z@G3kCbXixp9gu8$?SE~nwzDd0U~oRK_e0$0>JgdV04B`vLElZ_LxaLq~seis>O07#myOygaKhs0j! zr-5w_kuDfs3+Cse%L%YdGJ+@uoXi$M@%GmVJ_R$)E*1{g!K36#O@g>xyqA;tS< zF-RS7fRfEX4@!SgwjthpfxRhY%HN5(66HCMzti-b%uD*l)#GBzuaR}KmUpXjO^Bu~d+4lKPsCo0XCl<=OJWnsCk3Djy zpbF#r7O38XOUADNiH_ce4;Aj3uEw-p%PQJ`5Pa8ZA&APNCWMah8$Pfapj90$X**-W z7MNn4O=xuhKxF|NWAVW?_@NN>AwE|q&Yf{*Q7yGwsNz#PPk*HOL`L3)>|2yC_q7`m zB%}>NUq>^igLI^wLt{<|&=2Ck_klxL-*8S~Yhj~rpVvb4&=R;gE{LO+LdH-89TIZY zm<_qk1^Dx$5O44v!C5efIghF_n!AB(K|*H7RKUF-Li@t0gA_hQQC)-&ZkpB1uwtus z^N4;H&pbuCqlYD#LFmCl&L1+?WROuPHYgD|j983Z0;<*>Dpy2lLkL-;LM5J}HWuq` zXBWrByTpwlL`=hMNW@S+?or-@aNE&+|V6sXzugvyRpylBS|9TRvd}Twf!7(|CY(GG3miah+>Q_abS1iCTI#&1oR^m1j-SFGzeOQ z*KJ2@0kn~OXr<{|uc)jIzhA(Ktb!d(O;8Aii*byWw*laEn~!zD?Sy97IA{WB8RAb! z8k~E1tz=T~jBzhO85f+ir`Wo-| zj7$Q>-{Z&-$t5ucBv)vG_nrILyVf?*M4Cv~Aavo8y{JG2L9mw@1Q_c&h?o90aF%0u zB`iIHp~N-QCgALOQ19zPyWr9?<3v%tjpkEdW~0;6XhJA}rw!4djfF09JlXo|vbFpY zE=yBs+pu){MGy^g(o|)Ah?(Qv6>QA_@<0d{aK&au*9o2&0Z!o7i@hp=jTS%+z&=Rn zNN+lb@7M~wflX0@FNjZ4*BJkM0z`>3C`xIlM;Rg*)+$6rR70fl8tTC|Dg7D(sw7vj zu3^Ze*3)Pa_64iHllU;rGSn&H8^YAwq{hODO#_s+QD}~1MjLX_*I_6}uubbbjrv6v z5e4S}%Z1vFjlH@3kvJ{MS6lcI6I|T{&1G>R5`Lb!w}F*B$wbg)xFChc35ln8OQu-J zUJ8W<4gtsU>bw%74eZ*Dz`k)?9CU$Qzkx3@iB&(y;=7gM=Nx-i!5P&40aw9M^Z>+* zHIV!y=YXtXd&DAUASayZ6q!_Va)8+k0pdCTb@2Kw@wNxGNd%esSmYx--Or@JAZqayk~ z<9jAxlCSE#uU|tUxdmXv?|bU)d|78ZIKy2eOIqXa41V6%kwjnC4BmI z{0mpRgvsMru@ELcM2DY*4gL_s3T=}IK^=^7f^ZQU0GW0pJq?!1>rR*s6z=NQRQ#3SS=AJo4fZkaM=T9~;I7 zc!WLQR(Lzk@Qpb}pGzKLipZxJjhb~XmgQI3Etew4nd|KQgEk0nqnCA6X@7uP)$JWqIagiI#`N( z&Y_f`%ea0IvK&%%>rF5UX{>&nQ~U%Ip|h8eYxD~W&OiNhe)m3accYI!H9_wXv%ii$ zV7ZAKoJ1GI5lSQ5mI`TDs}XF6FP-S;Sm9|VQa>RpFf26-{SWYv!K&SoBG`aci?1hp za9v3y|B|FfrcY}kLt_mlg=G+gNP?qWbr45w|B2Jz7-=!*l3x$qTJ5lqo~rR}J+bW* z4a=uQ3mc3`6PeLqw+1duJbwx>@8YSKUuLkd00;4fT;xOF$1>UT(9Pa4z7Mi7J;X$q z)*y4D1tdM#?-4p`;urO2c*8KK8ko~1o_-4xnqBafFML}jVp;kKoIyu>xDviw-Rj@Z zbA;Fj;P}mq3m+1D3)zwxBRWO+1p@>@ed2Hz<{hFCT4HFyfhn*Jo7=UXo9=S{MJrec zn&FrP8P{y!La4>qdJ@#dc!f`&z*8yi^5y>CIXVh#{gR)V%aVM#hZw))7XdH`Yy7?y>>^|6!M*sG zHZ7;Za;eU8oen}i0~g`-P8XrTqs*iPjyDPu?|?H_m!QDP$C|h;REQwlfhXH4T$fS7 zmTbkF7Ka{m#2hU8iwLqUdoz^^zL`e_9^VV%IuM6|{#RT<4a+Z}9XNkpvl|QI)XJ#H#lK?{t%$yys&s zq!HXSpp^@TQjQ>Y2+AQg9UxCdFnfP6R0wz9Zw$0Z&g@ntT8sXuML77$s-Z528H6Uq z)O-)6HO~aD&?sOzgVUIN5L|Cy8PKTdK#SN5YnmLv%i?h2S~s_dI~j-opM$e1mT*q2 z1?Uyw+JWc*fZ~2wkM z7)-CS(g{{-<0GU9`9fs-_IE>1)j z^Z+UkHbnpHfvDJqsaG!IiYkd`b+H4B+ejbhHDXzOFwCVBNX$3-EH8@& zFDjU@3&Fm^AKv2KHsg@R%YpA$e=;o+c}6YuO^~ZcF~-QVY!b`Rh5-o1AUjTfQSuv3 z(s7cB@RMPG;iPPM;}M-UD(E*3ks|-1BR4F`b00f{F#8`$XYKv)%Ey6*vzYUweGq5x z(>qBB@??4-oq?zRAyY?Zn*7srfA(m4M{c8pIq5$~3k%OnXdnNV4YP~*R3qJ*WHyEg zzRsSL3N+cH{twL6m?M_abYW>uqZ0w=ALr*c`$_yNQKC)`8Jz}n-8_{e} zkVS)N4F7_BvDGX{QHiP5$_HA-+#n7;MAh&!3uxnmy!jB5I-Bz2%>5XXmzZ2&@)nbG zOx|X4iOCfvlT1oX1ZsWA+!v4p>512;FQ3ByG{XcQ&+*0&F%g9Fb>@DH$?q`vJtjZQ zFZ0UYMA;P+EIqTZECqutG$wn@7yl zwb?*x$2{!2Ru^KiI{3Oq7_Wf|us wC!0<=aSEr_KYUv@y&-uXOY#0toCrw%C6J>Kv$OHR{@7<@pLOPVeK`LA03(5o2LJ#7 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a570e084c39a813dff4b2ca102098cd6d9e75354 GIT binary patch literal 11078 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3acdfc6445d2914224b85ddbddbe2a473a31510f GIT binary patch literal 11294 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 G`u_oNi-oHI literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d3e5c76747c901806acc42dcb859b623dcaa6e0 GIT binary patch literal 51737 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..334397f2fef6913104db3a1bb143504de9285e44 GIT binary patch literal 20191 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e939c70fc4b87f2dec34b775a0aaec6c450a1103 GIT binary patch literal 27351 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 T47`8!UvytI9=>Rr$>9G5Pla{T literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 0000000..1fe3d22 --- /dev/null +++ b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1116 @@ +# -*- 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 absolute_import + +import os +import re +import sys + +try: + import ssl +except ImportError: # pragma: no cover + ssl = None + +if sys.version_info[0] < 3: # pragma: no cover + from StringIO import StringIO + string_types = basestring, + text_type = unicode + from types import FileType as file_type + import __builtin__ as builtins + import ConfigParser as configparser + from urlparse import urlparse, urlunparse, urljoin, urlsplit, urlunsplit + from urllib import (urlretrieve, quote as _quote, unquote, url2pathname, + pathname2url, ContentTooShortError, splittype) + + def quote(s): + if isinstance(s, unicode): + s = s.encode('utf-8') + return _quote(s) + + import urllib2 + from urllib2 import (Request, urlopen, URLError, HTTPError, + HTTPBasicAuthHandler, HTTPPasswordMgr, + HTTPHandler, HTTPRedirectHandler, + build_opener) + if ssl: + from urllib2 import HTTPSHandler + import httplib + import xmlrpclib + import Queue as queue + from HTMLParser import HTMLParser + import htmlentitydefs + raw_input = raw_input + from itertools import ifilter as filter + from itertools import ifilterfalse as filterfalse + + # Leaving this around for now, in case it needs resurrecting in some way + # _userprog = None + # def splituser(host): + # """splituser('user[:passwd]@host[:port]') --> '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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000..f486994 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000..b1fbbf8 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000..c78bc9e --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000..ca0fe44 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000..6a26b0a --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..913912c --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000..dd01849 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 0000000..c7c8bb6 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000..48abfde --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distro.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/distro.py new file mode 100644 index 0000000..7892741 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__init__.py new file mode 100644 index 0000000..d1d82f1 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d1cd27cc2d3979a72960953007304a85027a4e96 GIT binary patch literal 1344 zcmaJ>&u`l{6qbL)cH}rsfnaAMr+R3l1w{`t+M*q{u7_MIVz&Xi?|;#Cr~V5&?U8bWBm*YHPkQ9j_kDanq!x=X!0YQ@|ALR>Ao$xkcdsEj zukmlzX!0Nl@XOkD$tx2PpVM!|FmV)u}WNR@-GoS>~$HA1B%)v86ECJMvvZkVGXjbSCMR$)l+ zDzuWM=5<7`p~{gAr6_HQJL_{ynh$d4AgYGy$(h{ITxE^Z8o8LWr{qkhXG_8iDONt( z!CDPKUf!ZaK3h+UWf;Cij!ad^#-YmKDIN+>gvuL~rr{iJ9KZ4PDU=YZb-AmU1cQ>l zB&(vSveo*7XMf&Tp@(1p@9ta8N~hXKWr7*=5X9BzXJ6HONbV?UgOzewEWuu)|4r}z zC$42;dnfG5yZ5577MuzG9&~j3xDG$zSOm*a_lTuNiN*r$%h1hoe$5RwWOve3Jj41@ z!7XSe%%?&Bj_>nccX#0P(JlP#^NE*(?)biLTv_Z_dWpDjcq?Z)(G!H$Q)gz*96IAB zT+h+GA6-NjKP?}3Q|fww(k`U5Xl$c_Qtd`vkDS2|LD0>8BY8dg0c>}4H?^Lmo4cib z7CmDZ-s;kx-LWzukabS6XK}h!Md=@bK6RYV{PSD9Q4(UowwlZM+kLy5xK(;* n+|)9fy=ZSov7jh#L}S_&V;g(*lR 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 UF>8EwVg=Vz6PJ0Yrc_#s z|GvFnwIqk(oRLo7_uhT?-glSpU++?#!NE!n|Gw_@&o%z)4lDOZe2D)m;^6`OIUWL) zQ&uZCXH8ji`KkO|VX9y;F5fE7m8QyaUugBs*;Dph|5U#`7h9FNfvEx9msGh`og17Q zl>0v14^0ipy^Z_fso}YisS$bZ$Mc4%4RfPYqjMXlHcDItahs+#&266AEYAaY-ZHgC z?yIe>bK9o2$^Bq!``p;nn3ZdcHHKcYrgk(2)X)tGKI z-G;8WoSNm88Fxz8@?J?bURY>&15aqx&<%CCIpgAe^=v~k^K`R)vUAzuH!N@1nXk_@ z4xOs&`V2~9Id-G%Hr-~!K}prRGt+E7-f;QO8tLALeb-eyl zjTaA_+rmRn96{cS+d0!{PoAG|INqRJpPdXJ@sZ8CG2g~DyZ-JVD6-)3aa>W z|5T9!|8j1sr23SNYgv7_s;GgNt*Jg$RfCAJ)sPy-wO@^>4Y*d+sM?6@fZC)s<62c) z)K**v)i$*q*C92gcHla!ZcsPkI-+h;J8|8h#?>xdN7Zh%2iJ{iueur6P3jhPE3TW> zZK{Ur7PU{^j_X!+hnm23o7%4q;JRJisa}Wcn7T{79@ib}4eE`!-k|PQZ^HFP^=9>T zxZb4hQTO7yQ{AWDg6p`tU%eIAUFre#Ag;UBL3Ie%J?gM}2-m&ph+Nb%J&o%f>K*Fqah*`_RL|hLUrniJ zaXp~krJlp}PW5gzjqB^w^Qw;PUFw9I!S(e@sRpiZP$$(au5VPQR1?>`)oFDG*Egw_ zn#1+Ys;xS>ew~_EFW`EQ(#pa0UgfFqFz+zalK!4)i>b!R<)=u;QE02 zM)e+CA5`yE--PQy^*;3yu7}ji>ixJLRv%Cw#PuQd&FWilJ)%COz7^Mp)wih+g3^(n^LZogYu z%)OLf8n~DPi_IO+UCJLjQmg7sDAX&PihAYwx^^1ct2CUM`h4R^t3K-uVocm4odr!^ z17@Y_Zv8kr$ty`;d1aH>tHuWdFBib;^fnf6PlItb-RbFC(JOM?^cbS`4*B$%b9FuI zT(Z3W>1i4N>FGH?aW*Z$n+i)iQ$Kd_z4xDYY&mL$sPaH6BUcdi!cOG!S{3pP_&(x9SztryzI7=j#g&C_eU~1<28sq-!@`bWp=c`tEb>!6yU`VDJ2;1;qKkjV& z9m1dU8>qUQy8wc|P*}8d#kFvszW~y{K*G*16)xs3lom^i`Lj6;f5|N_5C+91#9g!m z9+_#J?QU5WmiiWp7p=v@OZf}s#j zu^&Hji&K*4en-)k) z+Oc_C?t<-B(N0@gZ_OP9Vd7~Ep0++9Pg~JP&*a+Hx!ht&Z97xYf1LQ%b~W}%kf}cc zL;h&=fdF@O|3ReN$%Xce3oX*82WPy|1SRP4r*A)U9} zNd zbD0vgxw6Vq7_6*XyhE_En&%yYmDK|85Ui{gd52(SwZuCFE30MRAy`@M;~j#PRhxGR zR#y9YhhSy3!aD>js{_14u(Dd^9fFnBLEa%)SsmgXf|b=_-XT~)+w?uGX$~N5=6;XW zMO&Axd%NSwE}J+9Fm)E(38yg!`=-@t>)VmBHmunbdYA#Fu2*E&Y8jHU8C|b{QSgeV zF&KIy)9q&f#g-*QEx369_y7B+OrL})-UYQD>a=*8ZUZ%5E(FU zlm}x?HD5FX33XxSjAzYg@=8rM=UHdd40Yp7r|kd*#}?*JH1tD)gNKpSc^86WxoG+S z^OfR=Rl)y}m5~zpZPm&{3|CgR;Jz3=m9|*?KVnt;^AOketNCKJP=(0eYvot$GIQCh z)qFAE-IWyH8TB}lP|6bg`lrFkg;(cJ=a#ICxmgQ*x~THob1pcvv&+9Pz>u;|79<8H zmhf!LygQQ@F`irU^O1+VVztZWtt#UE%c=yPPaf}oMfglnfp4omaJ|Qro$>EVkgzaRZ~(L!CyE@Xkvu?N7h zH=O^h;n*s7q3mpL(?VE_b8I&q6xgV!^a$5h}Q8&zsmwV~LuLgf(0DD~oxw?+|isQX9}h zwsN$TgMwIi6J+vzqR=lEh&ZHsOl`bixASV#1v~iGqRq6yx2XQtHXmEIZV^Rk*}8Ap z+H>UcD*nOwV7=&B@0>K;dTZmwd6*^*m15AsTlC!|=Yt5kH?`|?NMyM8T2{1dy`{T3 zDk_#%_`0xdZ}@o9pW;<$arnNK&BkOP@6ePf!oV~wB7K;F@HgRfZ|7sk!StPcJc7Wh zO6}mBp-;rybgJ%5pJ|+TrpY*`As0`AT@8V6!XR*i=R&K|_Uy+R=Z#ufWnq*YdKZF# z^$qwukJa@C!7=9^bY0y%0r!(v21|xRMjvAh3Xs^at%S85LnruEI{$d1J?ozG`bF+i zxTbmIpwE*GSNsUda$E$(d^LZQwF&>p$H3{p|3<8lLf*=+R;>}}pjF)4t0R18kAUOh z`f9#^8&Z-J=2t7=h=vnNYTP5gWg|V(fMK$sbYTvVE%=dN!+7EPt@!h7!j<&;Y6)7Y}=R~4VFTWSDr z-<^0{4c|(hMKEJgZQ(_j9#AEW-C*}K@v(#YS0A5kw5i6y5^Sp$R9g-o^byxJ)+0>M z`m7Uar_d{$P*Nsdt_Xa*p%$TQ%lkk~Lbi(xTu#i<~;vWRA>usk6--#Y%q^MZc@H=m-&+B(f zJr?HCeE1!hNZ8v=yxWPOR`k^^X|z|+^>c=Wrm#K2)*p&_$G(Wn4ilA2)%+-l9REkG zO?ia)Gfcn+%P?wD)#~1qM1H!!1mX)Qm}<8m{tLJv;;9Z9)B}UVh@q#dpeo0S^*rLX zBMwGw7*{~t8xdDpD!YAw85*h{CKiZ>DpfYIrYzT9$mx5P&2rs-P}lLW45%-Q@UNgQ z6&HBFnBNNF8Otkg)BqF>)Xo1czJNTbl(p(H{S?}zk0V&Nj4`vk0R~UK)l`u&V+7+A z5*^XcAe@B#66VtmVrm1CDD#F5YdZ|E3pp|u~1~MhiEdiN3DY3{&aept`QeNtFZB?Q=1~*Ay z`kPq8U;S8R$_S8YQdAPi91vv2(;H+~ePo8E`pAr>tPRGHc|;&43`|o)h~TL2<)c7S zFW@!-!!aU8G_9usSNGBOQ!^Z2gUGE~9v+9od=k9pAv);occuu=NY6p z(|{>TaI?D?9tD3sD-ui&+gCF1xIKx3Sjh>UKu`|;5UuMd@10-gE7Nn~6AG->VnXL6i;4soE1p$u!C0{S6z)Ew7Axv+>BLzrF zXPrW4Ih0<6!5YR;s;&$f;dDcC_>+aK>B&$($LfRi=y4?M(MVg7IJX2%W51!!MGG$I zqR=R3-snn)=?%TcJMM&T&Yp57PC)dWX}FQB>gMmef7yC# zcb%Lv{R2<;#9UpU>26r_31L=~wV?=#-WZcE%pY!GmQjnFJkqhqsk{x;;TtdjqIfa* zMX2p!3Myta+y$30u_x;Jqf*9+&g_D7s58guN|WrH5ubv%K8Lt-#PuV%@!8u=_8$S? zH`sp+LmQ$GV((SED9V`_@mrvh6^HG=F(!SLPj>YmDIB+e1>(u-rWjyci|md6w6;zs zlHTsZT}eIwT<0x)tc>#DA31j%iFL);Jm? zJu1o{&o`iebxcbQnrSJNnOhnN(O(U|SsOm4&!A_ITqZUwncxa4|4LO{>fN15&bo$7)_^NecATHb*JY4= zWk7s86T3~Nru1h5v3BDpz24n(o_0v_tg-9XGq!S{@P1XF(D3NR{h$F*& z3UP#%$qjQd%#Ard`c759?>nVInmg^sE?QA+4XRNDm0=7nJplv=xtQTs-^z}sU1#)d zVUAR_lLJ~ojJNGX1OAXk=*5aSiHxmgAzAt~huYf~W3%8Z;=3^Xg`6pK=n0#jVE-Lr`t5%(U>MC8OQWwA3mMELtZ&cpzVZ~lguYCg{-cV9KMia% z>SgI~W6r0Q6DX}AIg^8XGuddG@TsVnE zJ6J3yhKq6RM0`C(Ov2%Xj^4|{v*_qOc=0)O=9N+0urs;(qgdJk<5+m_%}E;RVK4RW zIkqa^b3!Rw7U4lfuK|;Js1tZkMqJ{u4%{1~5NujlbYOtymiogUB%Mg=OQmDNm-KhC zeWu@Heh9;G{srD8J1iXWH21lN4*LX3`|Ws#K~0Ny*q*EoON~>ayAoEEjgr}2ogs#l zRrEIDKF{l!Jp4|g&%y(hUxW`8GVOLOr??&Z7nljtL9&shutWI_oo(6{<^!K9*vCPn zKG-ugp&6tmvw04wpX-%+sp5M-$fEpQZWT2;EyIiY$?)do>$%gII198y))V@7q$?Jd zh8Kf@9tldL1t)yx47&V?{tgbYkc;pxA(z;&ZxDy1SK>6S)*SPQe$3R04DQGILdfL1 zcqhzBWRA$DNTUy_#&TnE?t2i#`G|Cjx5c+0 zQ=sfk3oo;*EaveNUchOX)Bh4T=_!R?=5y~lf0Ez%UIcL`PK<_=6%RY%HB|hE@R1Vw zOMgErzBfg(#_msbPomm!n$=4vLtjKtGZ@rAz=(eu1WMQcE0%X#7}R+8DFh>I!N11M zx-AI%Dba#BSRA^IK$Gi>H}OL&`m$+*XZx~g9by(HCJ4FcsxRxAv-js&^BW z|7W8GX+#z+{0JKHP)G|`X++ptiAKc9;mYGEZw)zceFIh?Vv>c!<@crJC>XF+o#cr2vLy_J2po`a}ARLTEp0ksV6E`Pj~p1HO0s`7BJMIQ74!kvabNMRr@Om2f1x8BeoQqz)MN+ z?BWxUh!gy4gG9d!e-aWVj(Yat>wyH)8fGE+-G1b!Ux{W;SurlgdH}fyUSY0U<(eU} z9s=}_6D-1Fev)@T#XxL#8PF`z_!CI-EgU#vDP%U80|%?TZ2u#MuDIozSW$$&-b43? z_$s<5sk*?v%;MEP#d65Tk;3rph>AHyA5tBbpG4gpr+1n~PlqXu(>qETH^U@f zlEIxuelxg+?!#OegNqcs=w0j}5_O8`*BxOQR~ccEr`IsT#KiYUseYb@>2xpRFnx|XB&9+0O}10v3yQR&>T!Kt&J2^i}p(?QDgaH!Sw z)`5F=-A|(xzk;qaR_y+(bWdtT6P**+Gyb2Nh0>NRRrqJomd~>-VisOoTf)9ev;~EP z-h?akZNw?h#R5Ntohb)%;(!V!^yz|%izoQ0FJb}_9P?)6CaqPt#18kQBy*45C@A9) z;>=`zstouEp;3z?35xG8=EiMSDYLx!;B@TIRZ4q-0LX}crhju@A*g_5hml^)&n5xsl-_j`FSAY ztAL1emq5ff*LuiSxC)oU>8-++RZNfW>&3AWl^59dhRmPg+y5+(;bL7gu-5`9o$Ju3^uI@Q6aJ)>CA7E4*k+ipzlfqV$M7nO@@J7`2ofTku@uz_id10f#BCg? zQ1C8=105*L*Tf+roc12>sz1-bS%q*dYcI9gtREz2xIOHAIzi%`!6?%vB{{YrTu8xnuvt8%mx`@_0i(IDo-MG5 z^z3T@$S z>*U<0#MjEc%XbQmHBMg6f+nUtQ+(OXUc~%kasCFiEGC#m97~sHFr4H@&@OS-sY? z>drkWM&YaYw2QDWOIa7WEHu6o>mvGP zU4)4v%eV)5NwPsY?C#UgAZ`H5=BsO#mtE~E6_og5B6oZlnx7koykyqV9mG0~4<~ZR zm!@HI*01GNT3Z`BHfbgcWr|<833b$3aoM_c+1jn&i3j7M+lRa5J>kOpVBs=VmT)IU zY<-5qj4lJZ`MP_;H95(|;gTQdLD(}p#terTR2YbZPC&JbkB1R>qhSG|U0`e~%_K5u zDzcJR>s2Hk=USg3osk^L(4gyXxBqk#=S;9TA0gNq!cqInM$&QDMzm%}o)S`UlW`lR z_Ad2Wev$w+*G1a+W8HIx{7;3wPb{#SF z`85zzSsDP?&8o?2=tfR`T@A**hZ%h}gfG0D$c;^>y>f?3fmqu;s2{=pJ&D{SvD^fE zq0PljsanL#!KTwcO{T!gg<*FDyTB6pu!k#nMsITa=;7RRH@qup- zBsqFpW#`v}!Tzj>{vxU)iOT+}80pP1Zjb>SwW;iyPWRJbL}y?=;DC zw`6UFXHBPPmVXU}oFmmfkDH2F!GP5aHn(G9bwU|5S}xiW!&pPPW88|)`@Fp}CMU?4 z_)2~(k2MhaEv1pwvHTW4bupiRwO9hJTU|LcNb18gllF(*95y~d#juh>r-XAXLB+r^ zS9p?o*N7(Bm30H&he}NJlqD z5J#GyL0lC(5eHK{5yKL(7CO5`Izir-$UPX}sknZ9+#yi#cPDZW#d3po{aS|g$Zi?d zmrfe;5lJO9B!X*Q%F+K3qtd-)t>_XsNAzJRXJ;s>8rXUW;)*X!rIZ?ps3<0-ejVS4 z$)Tjs(!}ib$)?XC$ES(%CvoG;rXBX50F#hV2)EjQCUWYvNvPDSxgK=g8`|x!9opjk z=D-6M;jDB_1G^jX6i5Ml19uJ=(htZ^d>n}vh>)dfL?j}r=8!u|S&34f9^|H5RmI<+ ztVSI&q6+D069iuy2HZcAC}X5|8G)clmLZ`3!9*DwVr9fZpQ=+G2)7@#*nK`-`ANp-LP9klNG<4@syujwSR)c}nPwV@7XGtqkcYq1Vu5AL?`n ze^;my0CC9~D5^%HFseZj4&1T?XX_GGL(cb`Sc)62=kBp^%Gfucntq|0im%{FUbi3Y z{cVZ7pwNIe#bzqVSIFMQi4v6KZ+OD?0-j|Ol?l5f2KFqKC6;~FW}ScThSzik$kOv%dPmWM%cH>f+zKVVTWb) z#&6<9zKEBok^q{F=P9@98=;dm)%NK@-Wmsv6Jh4uGEMHjMHP#=gt#Hl{5w zJ(A`4^fc%WDV*Qy<`3d{ijb~QuiA*eX_=w}8_R?gWXwWlum3Y%nN2!(F5nbE{~Vfd z%k6p+!1&2hq$voCJOSf9h_u}?AaZbEpdgb~>|H@2-L)QrX!*2|Dh-Znp;wt{%Yx}| zpn%PQsq+ACe4>TQ1)>FW2LX@Re;pVYy~%hCWLzN`r~xLM@Lu?7>JQ7LO#X7 zsW+Iz5V8>PTX?&l2#B$5%za_(v3Uz2_VE}5$g+4Wk>}Pxe~Em`5!6ez^d9VQOAWRR z>?ZE(IgRasbXM?OO33g$haG29=45g-TZX6i_*5iUT;eAeLPuV4GaHU?1j9Kgdr%FR z*b^J1XgqNYcvCHiz6b-#3}-EtGCiEh^fgPt{x9R7nG$Gx~A zCG*dxSvUn`%iX%8*J~qK@6kIPjvh5FPGc>>k*5k5!)-FyCJxC!V>i^6e1jh&Y<$vK z%~QiZEa8U2N~xWDeg0Ng>DcgG0O}rIpMRQDn(vW&#LoQ4>Z6Y#$t3%T9bGMQg9sGc z)rxV2q_!ij*>Rib2$T|?#S}LeaZsOsB9nMMYU~s=R`{7LN|n=^$S~_Bm1YES7Pa$qYkduO547yKq z)PIM8I7)8E9S-dBEah2;Yh~VbJnIP@3-AQqc-A4D-fOv@HOcFF&w7T}dCz*1*M?_3 zbj0h!sn9%?G`=t0v*)oUtT}U3dA4&N2L#XIu5Sh>0^=0BW$Rfu{r)HG@ZaPk59;6N z!(TG^3kD(=#zI{~VI4LOl*aL-%Kuc%b7>A{67N1419p#xo4);ZCua3S)z53J#~n;s z#IfKw{H=o{ejaMcIsQ0TyNxZSa9TAlq66;B}*`e#}x}BAX`|VR{G?W-h1&A)SK{Q{vqlq zc#F@)M@FTYDW`T(L#phPQy^HxZ0z&ZT$6{h3=bvp^oJOilJKricmk*j$i_j6BIamr z))V=##42Q%wA*$C&$lf{$do!i9PIl#gtjKP3kaED!lg zt^b^uc=tBP5t`axkWxiN)Nv)2xX*F4dx&jp>dWHTUqaef2qsduub+l)2ka?^foZgp zA-W*K-Ny1%95rr-6km_NdDV4XU&Kez*P$*d>dF7d$WV|>fw_csT{}9yLUA|2laNJD z|2>}cKOjf~Vc755*EWON6wW?@&%mt)q}oehEf*J$LL#XC0kX3(PWBnnfm%P&T+$1O%a^N%8c#U z_HbOXkUYjP>>}g$&l*QjScRUcnq`h72l%rbM=~9sg2Q7WK*1@Rtp+Zk)S)BM*tv~0 zLlzp3TuQvokeTfv95PNRUlS`wI>Va%ts!8|M-zE_51k<|vwb8G5J>_IOAfb>^c=c> zM9aFtYD&K|hm*{6Uq}sE$Y@717_CokYYx0#gQVUg zcX!IOC9Kw85Xb)Z#UvHjvhU~OIKBbzxSFvqQl$NqIN>2KlKpWE@=`Q&9HYE((M+NX zQqs@GX~ifdrVt}yO^RGoGdY;%J&8QkSRRywcWYY||Hfb}ebADj1oI|#q>faDg)8^M z&H~9}Lb&&bh@v}UX6lK0d)D_*_+Dh7bVMm$vN(;M}FifRB0Nd==9>QjoSDhR%d zM&(2)#;7x?IGgyek3c&;n|K-vM#2fXK$0`MgH+kdpi&^MpJ|H@%Q39u7 z$y7lFry_YK(DH6!Vq#a;`G5;tErfSaIJ!5cz{FW=L9N3d3%W+UkfWJp8xi}aOC z7qO`)6OOM6(t2CWG@x&Ehs#ck024xvxIkzX8$S<;I8*2NGG1)wFz&^TuXBXtTgl6y zCVgQkZ6j`5_a3i5LFsG8tJ;s*_s~gAJ;NM~$OYTsSyPH89NauIQh3iNf22sowqF95 zw2+FU60k7FjFGK}9OLQ7AM59e`iAE6K|>V~&rv;7x_!~0O+ z>34E$RfW1u#s2%?Nq|zU7&9`p$2l9ey}^<`4^oI5)6}Q2kqc{`aH6KH)x(n^UkquV z@dt>nkjq7~Q(|s|?_z`=%AaUZ&&ns&Z-qQiy>UP8+}0#XFvv68C%N)FmpuGAOdf*=quSg zCSosQ$Ow!&ZVH@8YZ&78HqpiRYRhR`g0^Ux>9wvmWQQ=~+j$hjf?l;CR+?c#!`9kD8l(^zZTR zj}b8GoM*i)c1EO;l<)^9SSMBEpbitvO}MSy!4Tnh7ZVAHMM)N(C^C|m_HK&Pz?0(6 z#t)F-hY!uhjpX~|;^a=e-yjnrJ`IUp8#soga$n)c|Bk_JVNl~8Mn3l(spWY*ky^lk z_uIcMy!Cebzw(?e!*4~e-fRCp{l3D9V}4)!v{E4}zA8Vsgtf0L6`m=X@1|Tn@ivFj zB0*YlSMZh3po($$rZh00zyQ~MNM&Xr6LMYhM)QhBk1|9@r|x5kT$mg487hdAD;gT>&S>hmz9R$HyMpl3%&XDK=#w6gK@u|oPUV6I|qRk-X zsN!MxCz}mzEGz+7ggjxI0yP0$1jH=%xd9)41%SA6hYtu0T*xwIW;w<(jR^LS&PknP z5FgyNfbKcUP7xK5k@6k>GRkD2W~CSz=ni2Qn4Xg{fqsUSljbcK#qUeJC2I}d2CF#D z$`-T3(qF|X8e1SX@g6mZ3vIsySsT;ByQqYLU{&Qcl@QN~vqv*THd&{9EnI~rQ)ib6 z3;_}uqRd$>Z;x5){&L|sj(o03G->KL8H*Hl5mC4KnbKHVv$D%fZS_jNW}#GCO%&cI z2;9gjWr1%iUi=`zci0CXxDi%1k}pv&lxsM_;OmDyOb5fGx~cOVu1-8Xfq8|Kg>hh} z<{JzEug~Lb@&tz+MJ~_K-KAg}V&-VT06k-FNlK6)<)Q-k$C5N6!(fs9-aG~RC=skTC3dkgo9eD9S&|p1|o9?w$d<|jt zthkeD21U!eBFlLkU^B8XK1EveEn^bFJthTCVh$HkP--g5&puz88o!4rl|(>uh;nAro5W)ZfcuCNqA=$6>!kujYGQ;f(I0m+{~iXyenpAw35#7wHw?dU z%8?_mfWQ{P4Q4FY^`UTY5(?KvEj?kOH?bX?5v+A_CKc*6^g%y%nhLK=p&sQ|(KUJ- zZqggi!Z$|wx^(q#X=1(b==&&iD0_O1{qma-)}2GX4oV1-Vq7k|p)a7&2P{*RjZ|UT(#B&iJolPy;ir zHXJe?5lw;pL|=qYG{$_4twb?|I1G;P^9c^@4`>hVp_ww`O)0_xXjv2 zYRKzp{rfff>nLA>x3%EElO8kAM;md4@jemX2-#`mIQA81EZx#O4Hx|glz4Enih z`SJ>W61$s!?m4q)S@;Zk-Z))i3p0h=PT>Wl$zi@9WAGva8D&wMj^NQN&2$#pu2;ej z!Or?W@G8XdyG$z_l~eMuoZ}Iq}!~=yNSLu%8 zKXH-AN?iUxbRM4C{NGlFsE->zZUvh|uud0md~!;mWzCY~nsrQXNAa~|o;^L?#^U7Z zX|FOpJ=akSE#6nBr(eL{T>nkq^fb)p>1n-(Ree2!w=Px9d?SOG z8GMkzw=g)z;1vcRW$+#bpI|^fd1STMWL7!N(YIakc&u z1FnxWt0!e~gDm=5VH_vFHK#qb%wo~~uIX~sbbV?1Gc;{{O*>0dtJc&XH5Ch^o`|F( z^VFh@69eAh^fZ3n%yDKKtrq$|g2^rXnqY-2V+Z~m*474EhN||kJyLnZe$p=4H`q5K z0RM0B!y&n^*cE#d{%=7Vz8kSO+gt7JxF4}^vhTLX?cMf9{NIi= zEN235x8iQ2y%X0B_88v09`9~M`P-0VEWF=1GNf6@W3_R@>*RvFpaCzPN1QG&C?fEN z=bQ8Ur_aLM+0px*=8KvPOh3X`12dgg%Pf|6G^iq{`xsqt&O6%XT|a+M-L1D>$4IXM zrl~R*WH7{Fn1K+k5a=i$HzEMcn{E80yMsmi^*OzXQKf18-g`rDW}0UiQB=(tSGRdv z?wmM{x=52^;~^u%@$l^X3wt>KGg7s==B(1dE zWoDO>#ZqWd8HkGleJs#7JLrplLH|mzE!u}Zcn%4W*heU&r%nXzgyc8A4$hcI?j>(txzPNUu6Of~c}aHVLXGbym5Gu58v zEI!k(8|;Z8c80K^K4Ylg8B;&DuGnLp$@15{eX>8NW@Tlcw@;}#bxPIuMVbQR9L0RX ze#=3*4$7x@e?6pJZO?<21%7Mo`JXabmyP>OHq^qt)qVl+gq#FCsVab9lv8s0K5M@u zPskaxFUym17VQ~%O3tBuMV4-{=IL)p#!V}q@>kO&>Sf9cJKaQQxg*2vFb$J9pYFwB zkVxf4VWzYnrA?mKt|zh=soT3<1*me}?{>p@y(#i)rtW2427GSaxbx;pvz$*zwdVJt z%u|_GDxbctvW-Mu3Dd5h1sh7|Q(=0mr**RKXX=I@>U=&u4Bk#IWA|1-FUI~ND-3hY|_Xlp;RYB-SZdWH= zrL$0_@6~E9zE5K}jKeJSGl=%QyQOwhH{0+t*VoF8!Zb_IyQ#`jH_>j^>qaUyBS8{x zgN~AJmKZu62sFfSK_N|CKL}KsLJ6)P@466!o2-Gda-p}@%>Svh_S7D<| zhW29?2*`f)mC>o7Tt-Q^QLVE*G2mC&7iT{gd)A(vv4NHGOk`GOui5)TpBY#ft?rcu z;$dk}8rW;%5$Ej7lV92fV~sI(R(@C+uz`3aILn*?+vljoKHn1Q+vKW}4VYJz>=t{> zSDLlF2G@zx%#Q<=+a%|_WVD%A*L2cXF^-s9RF&a5Dweq|VLiFyd1M`)ms^pF^UCn# za3VWZ(OOh9`!u=OsfXBL&s8+?X4e42|V(^iAe z@*3|i9Jj8ekwlK@n)F^mF}j{cCu0ve^nt=sgztMT3Cb z9mq(ZC0yO}FpZ?=c~^l*X^&~%f9V+KgAaf@@)56> zP*SRn#8)9LL{(cNzMANYsEW31Vk~P{5P$1{9odi*XsdD(F?ULT4`liuey05{!sAmB z>Abrd#*$)Jh(KBdwIa?Sv?cD{k(BQ~r9I-)Xpe+Oy7S=ksNvru9SZ#_#`2mR-(N%R z8N6;`@Q}QWsL1SBP*NLJnaupmGtJ=nwr*je;cEsR*f@AwFcuGM=OfOnVsoQ0;!%Hx zssr5_UP!4oQH*)dSpBol<78~(&ll1h=opt{+e}x<{T3jm!N}YnbHmU`Jl`d5$P16N zv_j<=y7b5?~i37OhD9z5%5D^c5HhSbCK70 z-WN3ZeN_KPJ!ax_SDb_!}MD z_}@qiLsQTfiRv@dPyUWnBJ<$_=#BSYeBRy%lX0u**J%Mcy}m%z5>;f}MW`S>>K{_| z7FBOkb#Q9aGbTvR`*W0(1Vxd<;g0Q;oU&szEaTcw3E0BS%d~{nA*$m3mAHG8a~XV8 ziUoqLt@ zCDL76`k8;|Xy#OP5ZFXX$weD{61SQuLi~3UMbr3^bJ4aG5X`wqsFKskMyHv_lVp~i zHm8-t6U+nN;{)QmvJx^pObp-p9jp$Cn5NrRzlRFZ|3}may^JPzf(>7LND+>+-N0xU zC8hV(9N4y>*g_NbDP~CtR8sQ$ko}H-#lGTeNRy?w?+n?pR*o#Ae2fUcLd*VvDq|Vn zL6Kz8ep&DZ=Um>Y;c^FQ#t@}RU?dFTwvl-Ei70pI5OTF8jvGM;w@W#DcWINAmH z^1+T6TRj-VxV_8%t0Evy#_V{ZtjtG5up& zbBQXmPovnuD^gDjw|;IT)lVObyfS1kuNS$%WuKm6V<*ig3iR-WH2}$!{B{~iTTL{C z5HsjGe9qJk>IM=y`Z-+uyZ`!;)k7jn%TW^G`S`)okx{cL?DP|2oBX@r;$!L=&zeAQ z7scEUHlGysX-&8zmPX!m+(6m04HPrSA1xs#GzLl$s|YTXxIN@#fNKJe2=Rcy5KhA^ z$h0__7R*g7Gpgy%8^!#w&T#1+=z?xOh`bb#jB|Uf7YBzVUD-hz(^c|Mm}R_h7BZy7 zxIf=foh0n51Hlcajzsn;mgpN)8O2?v9*Hck3|IaUz=7Dx`WJwkE@gmgJv{Z04Qdnp zNDP|ffM*J9FEz%PPX$R7;a!NAYP#gF2AVGDy#BHIgP<_T`k^WL6w?2tVfw$6hW9kN zzb60BPu=T8OXmH*bTv}+1i4NB1(b@v1nP%yx=Qos4(11k2J^-d2$!fIMeqh&A++Vf zyJuV}uU@?us4nrXCy51m1(?Lt+%6^*n-FKr$OxqnppoK%4>-$(p?*NOfk|Cw8JRvg sLGfy_#Vi+soL~;|-myj9L3-y1gwfxSdx$5tHEm71&KcZp)yB*J1E)k?LjV8( literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49d2936cf80010c55d076cf6d22a28c478750769 GIT binary patch literal 161303 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aa8abf32a9bb47db95d1b006f4d18e6345a384aa GIT binary patch literal 10779 zcmbVSO>88`b?)x@9}b7ZpXJZ~smT?W9BG$h{WyjxE~C{hSC%8~N+M-TV+q6NRFUlE zO!sVc54ju+W7?Fh*f1;sHWEkq8v;H=$RVd7w-^ZQTabJD5ZLs=@Ff@N5Nr<0_p0WX zL#>05=<4cMuU@@+_3G8D_r@I@OltW1>ivJ_AKuWk-_l3-Ul<=R;_-HMO=B9t!QvltcNDPB5bsE=TeaSr3(>`6yuFQmh=$$IFR)0`LfnmXhUx{6IOCPn8GrgAx`4 zES*o6hw?+^Ogc#D$;LPzJl5I3gqEM+(Z(c8@renI z4NhpsdVZ=4l9rJ3wwAxZFS4N{okezx{3U*w4>g`R){gYs+IwGq*T|dsX?{sO;1~I{ z#0h)*{E}B|erI;VqV|CEX*RqQ5+AprhWH^LZOrg#j5_Uv`4#F7O4IzpuI~LgHyckL zYrr@81wOr`J>YDFjlQqtXL+2B@!2B-bGgXI*~I&L{_4vbn`Be(Yix?o9fk7q_&(1r z;QIp4;`=EUTGg_beorfs4FyBihUb>5J}=niiYxpe&g@;=vt1|1R2{qMGF~XzJ{MNW z%j!YG=MVjYzhB{Zvqq2>e9QLGSl~jqBA9$wE)};eA^4`?m6BEDs=@m`R+>gj?YcHw zDe*FQd@mT@aNQEOoSVKc><#eX1w&p1y>5YqRRmoRebS=HEZ=JPileXX+dv+`a4XFZ za5LZw&iAa+4*CVrLe;k=%TewXtqKpcT6AXa#?tcoBmG;C^!KU-l7Mc6!jWh!o=6U) z2Gc{C;gQj?bK?_}Q|B*Syma{qGq?V)jo*BH_?yO$f7AHzFrEmW==Y2%rEy<* z*Ek3tMCu_iO;`^m>k?-|JBa$RMqKuZ`U&b&k1}II+cJ)H>V2$>JHSXP4ArLK2Qd~p z2svSYpdLBW4`Owrk*ddzbzK8>16uy{LEIl~r0elx{UA|Kh)P{=q*$0Rs8&zNTB0$; zBFDPt%2w3S|4mts`k8thd&6KFjW`ZosEx%M!*%^wCtf#=Rm~r%V~)_&_}x3=93-?R z#!)`fU#LZ|UU@j{y&y*LogEF5&{oIuEvLwXk++n}t~jK)D^e-XHDPPQa=en|H^B++ zRLf9np9fKQ<32C?K?GE=147(kA_L;VknOEjL1YV9uUobVLS@?tCcSRhntKaFRb1Oa zPgk%YYE>$r5R4SKwckZRf5nK#|}fQw`cp?L1>#l48r%(SHx&CNsRrl7=#3r zJ4rK;WW6Bl?bww-w*$QxL~MtlSEAh<7)7-4Pc-oy3FyPzwp-@8lC>l3a_+WU#4NGd za(k}Wk((>WA97K&i`*+z_Wfj~gjHj;}Bt^=}+rG%|pTFQZ#9+($Wxa54hL5Sm+mQB-Ij{s|s$9)+(p zbW*j0ux~KK*6N|3>p#}9jUtT@ZJ;B)ZX81evmxte*te^#*?6YE%}v{>RDIKTcerDE z7|bf0RVd(=Z1gI;Xm8q_nH^h{Oq%#xw8WO`yC^Yx2>7nqmRT1%(P(0~EgMG0c)SZs zY8e<%n60mVy!Hs9;8uKZ(X^a>6E&E6%*-__mM7nsq~us~UD;nOme8=c-df#-4xNRs zt-bbYTRdVN6SI61D(;y@2*&5E$)@0bRX7-u1W2>$OqZFKXIdmlOhKWqJhaM{5?@qb z%gf8=rf|zd*r3_>x@rqj&giVYeae9&$Ab&E>qI$j#3!(MZcn8!p>l zUaBmA&7NM$RhE}>3Ly1;c`n-~(k46KP41fMmTjLz4nbR`f^ThkH}2px<*H|Elx=P? z&{nU<52*xmSMK+0SPVg@gF%RW4U+w)JpY1p@6rTOfj!DaHcIvb3LJ!K8ORjDjzID_ zcw1_&)FX(hlQhshIgToxr=b#URJo;Se`J=t~A|CHgQE)A+crq-KA7)V&gYz@O;w*vpC`+;d zyvNuW8)Rv?K<7{!Vj0xN**WPd>G=tk!j2vnUj-9Ew8Xcp;{GFjX6;Tk9SlFHx^RFj zxFLmIt5hZHt3c$;1f$q*g$?fcg)ZPo|EdNTa5~s!*u6s2v5_R3p3N9h@r7lVAnpQu zE}K=o;F2`SpuXvfGnz+~?@}oF1>2F-ykM{iQ*Kd^!C~Q+cHwEY+@cAqRN1yRxNjGs zZ#1hW3!}C}=Uk!8eXBrI^KcqvXzNu9d)u(bm8t?H|$b^!|BG-Hu6?iN9 zkxo9#eY_{(srW`6{sq(FE2&XQ8^js|l0A$QGj15B|guyqj1Z zMi|~fydENNr5-wh0Y1V_;K7wG&@Vt8P!6yNmN06)1U6nF4&@nR_G-G?8(kK+Z^nz} zH@7(qkuY6hIxg9A7-m9~=81%3Hifg$p+*#M^G&N-f^|cW_4PGTG}qh^?jE+Gxxu%sT^kdbUtgb5 zZ8PiZ*=y$BHh0b<#>|axkp0yYDqher z=$yiWA}wJq81gZ!dR-&*%R(L|{hHWgCOQm23!5Xi!-z4GzlNuf1wk1ZRBHc0jRB=W5A+!MwWVztBVMDx4L7Non!2 zDz5i}2_=C7TAQ0NDxe^DobAEs@&BM=pKVo6+vrmQD7(AlQk5+n0kHX{eY1>fwbWa$ zcL_RXe!-ky+Xhobw~Wbp9`+1+lHxbd0a67xW=i|z$M1+k-cHKMUXw!-Tp5}$5{@-qWOwbEL9n;j#(_Z9={F;(!@R1 z!}d}$g=c5Fo21Jq=IazRqPa>uIPBQdHf|D7Y2_pJOp&e=Boydq zQzT?Z|qO-iIR3gqBYQjV6Cf z?zO7pS(}{PkgBuexO)yAN!aSuB76*a=W(k(ob`nsc2{wIT0G-kwrQ6rVz$s4Ni5uv zkZu>HpW823rhe~s(Y%Ly3@&O2k>r}H(mXiG+_mmEk2UXSi{=a5)kQ1@;wf-)+FMy} z`3<^*Lw+3}7ZL>8V@K|vrl3$Y}|YgB`6f)^cYUZjH%LLEV34FOUWeF}pbZd)*_Lfk>eAO>`r zkeHQUxVF((5S0;B#4X9x7yWD)K_6b)45B-G7#)Gp4qF8Y2umUq^69#o#aq+)0C0~2 zWFz-d`WT`pQAAKK%Ca`m>oG61`V=Wh+4`e8x%{{Ae0miHx%<9;WO%W!Yu}|Xogomg zL&O9%rc=D6PT@M^uJ|Khe-ajxc!>xVNCM!_rJ`Y<7~);|N%M5JPTeg<5pBQ5^JyGK z8vG(QWYo@`;#iUTLVksX&cw;L@D>|XFe*+7E2YTLek}UGBZN&9wF_qsrm*f7LqKW$ zk$fp`M@)PF25Egqs~fneAf<5-k{1_5lEjph)f57rp;D+EJ_sXF8m^<|$T%Q5M#NRw z7VWel@JcN)@tkal_q8O%i?Suz*D@eplP#%JEx2lZWV|;@Q7#sqLVy@SU!*X^Kd>ku zF$%;Y*c)N-DNU5?F_uvEaqTOBJ8^s^(Naar0707H4fSpevJ}!NgF6xNlQtyXgnU%j z8fi8}VP2L#h&u*L9mGKgVPJ(@k8g(5IDigI>RMxng3jO2a0R>vPDgNU{13cGcMR{J z5bpkWJikKku_+B>pKFfvD>>4*3_xp*jB0OF0mL6xup>nO+O#KjwU2c1JG4Lw2x((% zHd#+lV486137(vFQ?9k5?27`xa5BhD_h`%baTJH|)4 z_mY3Up2oF%kiNtUI2>|Ja684GkdRgXLgQkcRzs`mXhUEfZKiCq{7XG;VgE9lrmK2A z-FSk{uq(#~@qgb0<*I}|$z~;N2#|k4%QV(fyFY`kpRsg3EoJ#5mO_o@ff`mkCBI3^ z3Wr)yL(e!%OFn)sX{Xs$qU}WGSBlN4(IGJ;8Qe8X0(XX>y`XeM>H=u|H|=ojiV#{6pn!fW zO(0rNcXUV6xF%^lr8Ms#Q_nzSuPcp3?z*5VYvIt#>Yb9w^Ux^#4d-MmjKgs}*0s>ABjQRum5~b`Yk#V$E2})yCiI9QsQ+ z@-J@PzPWZ2RN|}T@T^%|L41XrX4Gn-rCD#S_Hn~Ub0>NR)GoTGkt!)=^X5uZ7k8mmR* zRrHa*R14Ep72j8$`zoc&S7f`%TNFyzz&V5z9K@G#LhPE3lUMBch3*K^6anpg$;)>6L zbUUCeeKxU$4$>15!&FOA@hTCCz>O<=;%fw;Sg7*hB7PO=3UQkNYlJqc0>w95k=Io$ z7#usq9E#h)xl@g=%20HW{00S{mCqP!=E(%bTBW-wT}MI5V(|(UU#DV_ir1(}qsWdZ z$0|vIeHFV`j#nI!W0^shG7cg#IU#Ix31Up`WHrVPf%HOxQgU9lB-BI z&s#tN$8eD84dnY_iVboH5%GpwvWnlnbfCwGof8bHNCzJIYAZ)W7cWG7u+&ID%9|p6 zcUB%2Ohs>`lii76$g5}vt&@;b3PT~EHvgx3NoN@zyXvF7cZ3XzGJQlHabNE0(v$LQ z(^PrU4q9)jk8Y=Z`MXxqPNw*-QFd{yo#txai~D+YWhq+(de^C^Yj?iRJTv_#bAM;# z{aP$H<#(f(zxg?tj&9}%Texj$2#nRs)qMZGyE|9dPhmmj_2$+1J&DJx$}du%FU~Rc z&#SXIpF&MF^(%{zm`6Pbm+)&Jxx2F=X>G)h2!-xItghaCdBwcDvT}RncHae$c9Gmc=TU*1(@f+`m&XtTeh4`x zxGtaQcaavA2hSBC%4=YdZf_oGWV7lXDs9+l-rq;3kBE12e^Le+negYeOTA0g(J*yr zd<@*IF8-2UlL0Q`WIzjrAXzAsT~;koJyn45w@Ru-9T*f$P}ZG}DRs1TOuRe*=;%>) zp3X;kmdZm=9(ZDvVCz&AsgP&aO{&of2%1XQ^yCeglDIMtN@uP#MsY11!W{Kx*?KD& zjB7j=e(kgS@mC@p$yhncg%n*)Q=|0K;dXpX88#)!qckB+!EW zH88~AQ1Q1Yf>@z|EUch#0B1A

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 

QuwzA;a4`rAlFa&-I1bfDdo*=E2zsaE=+Q?rQ`JOs|<+(pV&C)NBhcKPL za-+yxy!!1>20u5q%+bg+yT*zO^$n7dFQlrd$Cst(O9zRBq0y|5( zL3~N6>@qE?cL&9oMn`kT7&FG?v6{v)ozx9I`gu4>0j7*$=*H(MK= 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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_inputstream.py new file mode 100644 index 0000000..e0bb376 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_tokenizer.py new file mode 100644 index 0000000..5f00253 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__init__.py new file mode 100644 index 0000000..07bad5d --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05ffa68359765996f9e6019cdbbe3dde073848d4 GIT binary patch literal 394 zcmYjMJ5B>J5VgIVk0K%{xWpnQCPEZQ2vJbeK()HY2M7!ycx|i)9HkyxO)CTo$6;M|AQrRo6?^p5JXT#G_9#-HPc01P$HNpRH+B` zAob;n)?)5Vj%ldTa5N(OX|@_U+hXe=L{ zL^n+2z8b{|z*8T3hX5|WX;)Aky> z;Q5Pj8*iHyIliK6Ws4r{F04(*S7_V{{p^?i%@=%&-Igo4*)(Z| sTWL8YnJ|v8gI1SW4Iw$<0J4(-U~YGDe65Y>72ag8K6^YRM{L5r0qm4;hyVZp literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69692f61970006e8618283b0bd292cced5845957 GIT binary patch literal 1646 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 K0#Hr1;r#>V= 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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/constants.py new file mode 100644 index 0000000..fe3e237 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94662ed163a8416eb750513e1b1507cea1dad3ef GIT binary patch literal 242 zcmYjLOA5j;5KW~E5qc08?O4QxAmYNc8xIg_JKEU%NYZK#;vqbNcX8`2T$!Mv59SST z-kV`ml8lJQ{CLCAAA$Z6d9m_kV^0;?l5w=T5);NhdS0Mb0)ZEeVFK2wYz0bZ;iODs zbx|VV8BNJbv{d)5RuT@V%mHoskzYTD4rK?N?cnW9vwQ-UIZXYXrtmAEnFi`(l`>E} h!Dk`8XWXH&Kq-^VQJU%gK3oV@wH%k>T|4j;lNWuiMWz4% literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86d9a09c0ee56a23e8c387ace6b975358ee58820 GIT binary patch literal 1372 zcmZux&5j#I5bmBId+ha+NP&n*d*}lwvP3*YCO;vaGPkmL@Uyt73A2MtopZ*EIg^c}0 z#_KIY;~|Ru5|v_#SFGk4uY)Y8!z|=X1uCqfI?iGoGZj_6x}WuN9IM__mL*>>)mO<= zrV@xx2T#ImpazfGc=!VSv2oblkW;Ixm4m#jTWwsIsB&G}Qa9brRZ|vPL0**(jI8Vn zPG@)*O{E3w_r5X;45*{Ba0RXH8jUd<_9==zK()ol?|5nZD!8`7J8TwUEYZcwufeTM zBP4!pYjkT$=|C)DBWBw8Y3EEi#W4MZ#X!quJ{$^ck9JE|EaV!56pgIGwz2@>7Sf3V z-A+M3=@wwb$;q*9;N(P*V`0&4GoOg>!280jckzI(TWRPt%DKkFgr}DrYmy zyK%y8TCg7otHn9sv1Sd%c}M@DI8EV0-MY;+n3$Euy2(}WhDy~j6Jz&>udT#%%m7WV z{{B5(=o->WE=^gdN4i+m2yD}HZI(XA6n+9zlm*zl-MEEr(m7}|2Yc_@+^yeF*U+rf zs+^`*D<4hnf0$al+k056rNkp?TefMA+mtrx!qwFS+C3{Pynma@s$Iw_xU!HHMd|Ou zPTEa3$jQ#}z7h=F2B;1aGs3Pwd85(VLlpZiDqtB`EDIFRLLxE}Hc}B%BJO&hd(?~f z9_>&sz=~I}o(E8Yuf`kXqf(L(wEYp)FU+x1{tRjNoFB0t-oNBq?&%n;nHjtA3A+qj zgmXy9XYq69dMf%gz@5qW!DVdmEq?7nqLaffXZ+aMz*+0(OXb`kNri`TMR!7HYiJ@R}D)jKHmHmcy~n|#E3C;@-#pJ9;jghwwgZd{di zvco?{91MoM=6N^F^IEG_MdMMPpRHtdz0%Kfr3;LgKwbm(WcBEj7cE-KGGP%S`&^I5 zL-IRY;VVbKhDcySQuKc_L>gb1Zm-Z)1%<=kkM(8ob?`p^53oxPuVVd#o{^Dz1+ KjDjS*z4tE%*lIrj literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc7702090c845d79c5444fe6a987e06f30bd16f6 GIT binary patch literal 912 zcmZWo&5qMB5VqsA4c#saXwRHDki*uj5CE_T~}{F1L#x#qc^@-FgneEEVqP=5h= zRw-QJm9Dq|m^79ze38FG^sJTS_%wBDT-`L05W3V}h#oxfCn_7#+p|vicpuB4n+L=7 zUls6VLzZ+)C&cz4hRU%Et@4=K2+mshox_^7tN;$s1v#VkTJLm>(y>m1i3 zAwJb<-bE~?u@BKbMu+V_awytjh4BkG6djR>Mr_2|QzU`Zv)b1dQd@kEMZFgBP2WtH aD)TM$C~3>lmGe#as<+r1hj-4&Ir|N0xzJ<) literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..22b83a9ca222b4cfe1ac11473ee5dc3b3a10489b GIT binary patch literal 1910 zcmZt{O>Y!8)b@BjvTVo#A%M8dp&YhSGDTG@K>;BVKwP#5Xe+I#oMG(jPBLGyz4_9t z1S&rR(d5?tf=azqJ+>0+v68Pn@fUib&odj?Mp*Kj_xwKmp5Momi;Eou>&DhE;>8(+ z{;|aTqCnh*t-b`n5yu(I@et=^NOEWBV8jV`GMc+X7o&%WQ|`V*+!gMY_k%O^xc3=2tc4A=4ePb9y->YmuN^^M}}_efbkxr8Q49%{ixUyiB{pp#;siFI84T|R6^gr zKe+ex`lG?aI~yCJjz?iy=rSCOn1|(N$jfAsi$W(3+;*}oZeQmfY;_rcMqBuZ)TqYC z1fv=-=5P%0lS6$^idYL3#$oG7rxVWB%~*~?RZe6gZiad+W_YN}ZBc|ugJOP4S`_e7 zX)$W$Pbkm`A(9WWgFclW_$7S+CSWWrQq7nNPBb7RREccUcw4Z@7$<^#@-pw_|AIMYSexmY?51ucc)NIMOX)X5hRj&p^-joao~BN z@5w#B)N1V_z zl|E?LwvHYc%3~cHe^yUV4m)G5t5vZxNp}ysNm*#<_f>1TPX-{?9voiOVqZ5E`qlf< zaZU9dxdc@u&snen0CeOf_!{qi!Qs+AnG>)@X%?zd>BhBw(DdD@R)t{&t?Fjwo{+|c zUdfelsk>F?^p>&3DQH?=7gK;h0TvMY*L+_$?=t9ncAioeZj-DAtYcnPzGZ`o1;4 oInfiSHYV+FN7}(J?aVRgL()EG*aWv)$L`paD|^K<>XH@bKh#_6A^-pY literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dceee7d5e5028feb427fc1a6efdbe4c3eb0057f5 GIT binary patch literal 2618 zcmZ`*&2Jk;6rb4-d+peXo3?3E3R)GR)<9z_;Lv~&C~YYP^^!J4R;$fsXJT)>AI{7; zU$Ui^6!nIRL{A7QIrd%&i5pxva^D_%YWWY^3-8T3uBl+7oqcb9Z{F9uyyvu9EfaVy ztpCbCnIz;XGUJa0%;)gRHY|)V8j+YbX>2r&*ld~<_l(Gj?WPU1$*ial7n?<(ZB~e! zxYR7g3QpUX~R9yIxtkbNd__p%YPM1HUsDNhHsxSF70~sSL zCw|Oj*AKYNDw}D@E=4@%iNd2(dVjI)3qJsTG9v-{F#cdJ@R9Gr!by`d(li)tnyh%A ztWk{qUa4te3)R=6BSpmewOO$gRp)#k2BJ3Miv65Nm7wN$uVh*ZdO z*@fq;H8)i5T9`2D`pM1^dmlE>M3F1}P;%IJS604|k_!dtxP+%yR_62b*8@{~nlDHn zzVak6iYVGAd&a)erw5dhzR@S1$td`0>^@usmlOxXZtiui65U$xMaz|GPXv5H2a(hN zisdzF!8dxL;9l&jpdBVHPx±BK`!Btf_kcakbl;0^`dLqQh>Un#p*w=!Gyx{#$R zM36b27bc-`Y^9>3%b~%yxd=k27q7dc+G)~g@l>?9JU3(y@$-#Mo@_RvaJ7*mAI_iupdq0$ z&q29$d^pnRhTVn-Vk{Mnwu+;VQF=`mhJ=%en(yw2DR6TdUWvt4bINpgD!+yK!+-;< z?8B!7gbi;1udKi&-z6hDbq2^D}ZA-Q+2FQwCrE{-4Y|9$9&; zb>*4)ZKx~H%t^AowiND73@MM^WCszrpuxj59=?vMUkY|kgIYd2iKnBHrF^?T` z^BlD#55c!d@a-k|2ALQ*;ESWZf1&a30iW80n-*`sF7bfMiuT08tN?dZb0({G43IzF zhgPhr2NY1? zodrwBw52v+x)w1m(B0DbEa1mAzO8YrvK-&ixC5D-VYF|KGHEOmN;XQ2Kr=gWEwgYK zKl#F^_$HHCtp#V$*oc{0!ddicL!3raMQB9m zb>?(?t5Fzy#WF|kNX28Izz-Fwoos4}i_nk4T`qL%-#v9B=_Kh^GHk}EKs$lq%lf1! zVko253Bw3lXBj4GB9)&6TwoW0*uy{xY$^hO7U-s#75r`&x>jaGH;W;lZrX)btVGxq z6ChMCi6eNnnu3%!OpMHIJ>bL%RD&}|yn#aYrXTe<9*5fyr*QxHXqiFkEG%!rE4N`W z?pSo1I>WyiTA`EhPSaWZ8k4Zj(!<>vHC{SJls(*;r8Qar9*{eZf#0%TCux};gFWO< z(zoCb=@~$0Xw7sC>yPoKt5a2{*Xu^qp6=v2 znyfmUIRTF%0A2-r6a&^#zvr>@i8&-1cTJhR4YdsAUZDPzL?HhWOIiKbMeum>l!cRkT Pj8u$@QG>*n>5TagcF?o2 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc8e529b0e3c1c74719986f153dc8e8b250e70c0 GIT binary patch literal 2769 zcmZ`*&u<$=6rP=3uQ#bfoHR|Fg4zIW!G*?6e@R6ZRP+ZDpa_u)DywL<@r>h5cD>Hb zIy8|ZwQA3tffK#aGYI|x4oGlE8gT(m{RcR3Dc_r2r$#Dk&Fsv3-fiOG2w~ILnbP+ zvf)2)TfXpDS)=*{wyfcr>1a)7$sm_uoc1%7n?S_dv5vEzsSkQ_I}0;iMi+Q#wdy6_(GD_Rz(dePLP$SRu3cCA< zj>q<#Jw9X`>^l3bzUL0%*1%D7Lq2qdZpZzEIc!J>chA`hO6^I~3RY+ZTg5tX(OJRS zeVq+dTQ)r7X_<7)L|@76I2-8YXTx)*Vx4@<)D+zK=c{HnOJy^OHdUN9uV?K+DtozZ zex9jK-H+O`Dep?vj@wd){hhp<^_uH4Q|nTnDW@a-a&ueuwwp=3)+{vVmzK{qHSXsO z*4d0;((K3mW(b(bRI{6>$wfkUY;1LN6jKW6Qhx`>Nn#;YKp~q$$L|Hsq!Tzb$8&tV z>yGzycdEFVr2_k(m{(xqquH1%4DPcb`-VNDXfNMEO!qiq4jL@5J#Xjr0%y7k|Zg`A%P&U^S0aek)ox zo`~|uc)ci<#=p@MkTqO24gbtctiw?hLQMu{dR&CSH7aU?puy;FRgI=zPu|T{9YcGq zMfZXQh9RX$7|vp*kD=rDW)VI5)gAuS=M>jEB8oTn{@$G~BRaBc6K_Wk#gvli8k+tc z-OyG3(4`pmtAgU_2)@l!9Z_<(omE6nc!<_1iW=lcDZ??YLUsan!2)W)CI^d=XuwWD ze#P1{b=Jx}aR9QnN^FhRv}-tG3i1!jb>A=bFO01<4SfPV*>4QF62)EHy=hE)*Wr_} z`xL&+jO=aV&#u^z8jra8n49XgET!}?)2oyk*Se94+6b-&LPp{-S2GBS32vnQd zOA&9?K@xgvnb^5$0Syjrw^iKFO-1KB3E0ujl6930`o_fwDN10l;uKj{P+1~@S0~GI z!*gYCcSM9L(uKIB4%1dgsCy0#)FCL2quIh-r`vbYJP#w})9K*1z_(-1x?0dJLP6VTnQyOYE@3LbmVwgE1`VrM|}8h0PZw?P!lLOS_p(7xbRBXE_MW z59PYwmioE!oQGiZJ#-YC??&sF=bVS`*V68%(hm52e|{O^an8fonaw;7jcwi>&6waqHY_DCMM{_ zG7(zl#;077%6OejrG|Hx(axcrN4tP_5$%%kDY1a!T_BOz1LO80ER`jy3Ac=kB5SJn zKS3XRBw(}#zxW_Aeo>_xTzx>Ne3QFsY*n{8T!pM!$gGa$geh{~wU`5Ac-TI} zA=~GllkNBbtuz7?gdvrjFf@~4m}X*-(6|6XB zivENs`cSDVI{I8|`k)1js!=c*Ow}%1%}S$6n{@{HKw&dQ6-H6nQB-dXQ)Ft9&s*FC TR|+@Zraxtxuyd@&=iPq+2%nbf literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3ee80de72453781fea4321b64cdcd12cad6cab6b GIT binary patch literal 20066 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 literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-310.pyc b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b548257588309f37606c3d0c30c98fb2aa0745be GIT binary patch literal 1416 zcmZ8h&2Jk;6rY)$UGHxE5uwl$sg(?(5*BH;RfPbhLR7A)dWkBG5L#5NHanAe?fvS^ z+D#%y0;T^0Hx!Qi1>E>U=E^BI&b`2U>zIU&HP1W0-+MFfYo_dUd;;Uk=^ye>PRL)l zxH$kLU&GV|2tfqRNKQkVvykOhXi>yi#zQVF!81E|LI*HgI9V%qLpS$A57w;tup>4^`wa=Zf{n?ba|vgXfn|E}fiAOoEu%EA zN>v+Iq>EIiWnnhwMVgdCMp;@*6=!T-Ek_#rRBPMO>oYULnoQ5sIg$?ez z!U6YN#`z}AVE5A}!!pa_N=w~;Jpn(P!~60$kyYJKi+-i#PQRANb*yB((~k?$*NIAj zlxv4A&@t{>C&3uk13kovuIpbx{0wC}qcxe*3$}zrKP4}RXKcv?+a_n$(h}B;sSlS_ z-vNwolO>s23xbHSKPP9j_ylwu(Aim1oWlMB(Ys)=2TTi?J+O4QiP{q$emy2d7ue^( z`oKP~`HDZMD|X4gCzQPM1cAJ4>??HN@cN{Jn8pxw{at)ycoFAP*+@B~LLk%|zf&fT zReVeP#=oxJz*Y_zsSUJrqX-)zip={>mR~5TrCP}A$|qN~h#FoGxZzr6hsK2rH>$?2 z%b6@x7xw#|s5|iY_LpE%<}%3QnM(8EX_?HMJ_=r!YS!!%$YZIJG?6;0PU=Zn1V^$| zM^fLvTCVwr!9o^`AWIK|74vBK;e$Yf)Au3PSqvsYl~zFnYNAxZq|UR?Q2VgyB^_LM z&~A02Zh?23F!e_u*iW2pQWt)VvVXeNr)}obE#|W}1Dx@{PkXDD++C+>f8b%xF!hi# zKZ^2F%rpFMN71W!oLw=kC=z7?uy?4+Q(0(P8=j@QRxTW@Zlge7nsnU|cM-$Nv|(!0 zbqS|i;8=tHuaU7Uu#tzTiuyIVpn^gR<7>e7)fQlIncL$RPlls$^zG=`=m%rz`2k*c zyc_Qx`~eu;!`<*1Xj6sjK@Y<`oY!*&VJc*lg#wQ@Oi6_=V$)K_OUgpmF}xV7Fg;Y^ y(=shgD=G6T&7}GmwK2kG_ZuEy<0y>ZxQ|y^{R$)0SgtMNHZ}2Sm%V4TxBmr|#A{Xn literal 0 HcmV?d00001 diff --git a/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py new file mode 100644 index 0000000..5ba926e --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/base.py new file mode 100644 index 0000000..c7dbaed --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py new file mode 100644 index 0000000..aefb5c8 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/lint.py new file mode 100644 index 0000000..fcc07ee --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/optionaltags.py new file mode 100644 index 0000000..4a86501 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/sanitizer.py new file mode 100644 index 0000000..aa7431d --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/filters/whitespace.py new file mode 100644 index 0000000..0d12584 --- /dev/null +++ b/exercice1/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/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py b/exercice1/venv/lib/python3.10/site-packages/pip/_vendor/html5lib/html5parser.py new file mode 100644 index 0000000..d06784f --- /dev/null +++ b/exercice1/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('